div#contentContainer {
	background-color:#FFFFFF; /* To make the page look better in the used Rapidweaver template*/
}

/* DEBUG: to see where the content container is inside IE
div#content {
	background-color:#CCCCCC; 
}
*/

#contentContainer #content {
	/* Overwriting RapidWeaver's CSS to fix IE so that the page won't jump down due to being too wide */ 
	padding-right: 15px; 
	padding-left: 15px;
}

div.wrapper {
	width: 550px; /* original: 550 px, fix for IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
}

div.wrapper td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
}

div.wrapper img {
	border:none;
}

#table_members {
	width: 100%;
}

#table_members a {
	text-decoration: none;
	/*color: #123456;*/
}

#table_members a:hover {
	text-decoration: underline;
}

#table_members thead th {
	/* cells in the members table */
	font-size: 11px;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding-right: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#table_members tbody td {
/* cells in the members table */
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding-left: 3px;
	padding-right: 3px;
}

#table_members .ta_status, .ta_status {
	font-size: 10px;
	color: #555555;
}

.highlight {
}


.content {
	padding:20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6D9D95;
}
div.companyInfo {
	background-color: #FAF3DF;
	width: 400px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
.member_info_title {
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.searchfield_text, .searchfield_text form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#message {
	text-align:right;
	color:#006633;
	width: 100%;
	padding-bottom: 3px;
}
.errorMsg {
	font-weight: bold;
	color: #FF0000;
}
.searchHeader {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}


.editlabel {
	color: #666;
	font-style: italic;
}

.description {
	color: #063;
	font-size: 0.9em;
}

.viewmode_only {
	/* Is visible */
}

.editmode_only {
	display: none;
}

.adressDiv {
	float: left;
	width: 205px;
	border: solid 1px gray;
	padding: 3px;
}

.adressDiv.narrow {
	width: 185px;
}


.div_addMemberContainer { 
	margin-top: 20px; 
	border: solid 1px gray;
	padding: 5px;
}

#div_addMemberForm {
	display: none;
	margin-top: 10px;
}


.errorMessage 
{
	/* Added by Aram */
	color:red;
	font-weight:bold;
	font-size:11px;
	background-color: #FFCCFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: thin solid #CC0000;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.successMessage 
{
	/* Added by Aram */
	color:green;
	font-weight:bold;
	font-size:11px;
	background-color: #09ffd1;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: thin solid #006600;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.otherMessage 
{
	/* Added by Aram */
	color: navy;
	font-weight:bold;
	font-size:11px;
	background-color: #99CCFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: thin solid #0066FF;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}