
/*Sections*/
#divSections {
	
}
#divSectionInfo {
	border:0px dashed #999999;
}

/*search*/
#divSearchContainer {
	width:100%;
	clear:both;
}
#divSearch {
	width: 300px;
	text-align:left;
	float:left;
	clear:left;
	background-image:url(/images/search.gif);
  	background-repeat:no-repeat;
	padding-top:70px;
	margin-bottom:30px;
}
#divSearch label {
	width: 130px;
	float:left;
	clear:left;
	text-align:right;
}
#divSearch fieldset {
	margin-bottom:15px;
}
#divSearch legend {
	margin-bottom:10px;
	padding: 0 5px;
	color:#333333;
	font-weight:bold;
}
#divSearch input{
	/*width:300px;*/
}
#divSearch textarea {
	width:580px;
	height:100px;
}
#divSearchhelp {
	width:200px;
	height:100px;
	float:right;
	border: 1px dashed #999999;
	background-color:#eeeeee;
	padding:10px;
}
#divAnswer {
	width:100%;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:5px;
	clear:both;
}

/*requests*/

	
#bugs div {width:30%;float:left;margin:10px;}

#bugs div div {border:solid thin;float:none;width:100%}

#bugs div p {
  margin-top: 5px;
  margin-left: 10px;
}

textarea {
width: 400px;
height: 100px;
}

#fixed_bugs div {background-color:#99ff99;}

#in_progress_bugs div {background-color:#ffff99;}

#new_bugs div {background-color:#FF9999;}

/*personal*/

#divPersonal {
	width: 600px;
	text-align:left;
	left:0px;
}
#divPersonal label {
	width: 130px;
	float:left;
	clear:left;
	text-align:right;
}
#divPersonal fieldset {
	margin-bottom:15px;
}
#divPersonal legend {
	margin-bottom:10px;
	padding: 0 5px;
	color:#333333;
	font-weight:bold;
}
#divPersonal fieldset input{
	width:300px;
}
#divPersonal textarea {
	width:580px;
	height:100px;
}
.personalinfo {
	font-size:10px;
}

/*Memberadmin*/
#divPersonal label {
	width: 130px;
	float:left;
	clear:left;
	text-align:right;
	padding-right:5px;
}
#divPersonal fieldset {
	margin-bottom:15px;
}
#divPersonal legend {
	margin-bottom:10px;
	padding: 0 5px;
	color:#333333;
	font-weight:bold;
}
#divPersonal fieldset input{
	width:300px;
}

#divPersonal textarea {
	width:580px;
	height:100px;
}
.divUserinputs {
	padding-bottom:10px;
}


.personalinfo {
	font-size:10px;
}
#divSendinvoice {

}

#divSendinvoice label {
	width: 80px;
	float:left;
	clear:left;
	text-align:right;
}
#divSendinvoiceHead {
	clear:both;
	font-size:14px;
	font-weight:bold;
}
#divSendinvoice textarea {
	width:400px;
	height:150px;
}
.textGrey {
	color:#666666;
}
.textBold {
	font-weight:bold;
}


/*****************************************************
	Admin div   
 *****************************************************/
#rightInfoMembers {
	background-color: #0000FF;
	width: 200px;
	float:right;
	border: 1px dashed #999999;
	background-color:#eeeeee;
	padding: 10px;
	text-align:left;
}
#indicator {
	clear:left;
}
#listing {	
	margin-right:235px;
	float:left;
}
fieldset.listmember {
	display: inline;
	margin-bottom:15px;
	margin-right:15px;
}
fieldset.listmember legend{
	color:#333333;
	font-weight:bold;
	padding: 0 5px;
}
.listmember ul {
	list-style-type: none;
	text-align:left;
	margin:10px 0px;
	padding:0px;
}
.listmember li {
	
}

#submit {
	clear:both;
	
}

/*Member style*/
#divMembertype {
	width:250px;
	float:left;
}

#divUserActive {
	width:250px;
	float:right;
	text-align:right;
}

/* INDEX SITE */
#divInvoiceNotsend {
	float: left;
	width:490px;
	margin-right:20px;
	
	padding:5px;
}
#divInvoiceRightmenu {
	float:right;
}
#divInvoiceSearch {
	width:230px;
	height:70px;
	border:1px solid #999999;
	background-color:#eeeeee;
	text-align:center;
}
#divInvoiceAdm {
	width:230px;
	height:60px;
	border:1px solid #999999;
	background-color:#eeeeee;
	text-align:center;
	margin-top:20px;
	padding-top:15px;
}
#invoice_list {
	margin-top:20px;
}
#divInvoiceNotpayed {
	float: left;
	width:270px;
	border:#CCCCCC 1px solid;
	padding:5px;
}
#divInvoiceNotpayed ul, #divInvoiceNotsend ul {
	list-style-type:none;
	margin:7px 0;
	padding:0;
}
.invoicefont {
	background-color:#eee;
	margin:-5px;
	padding:3px;
	font-weight:bold;
}

/* REMINDER AND INVOICE PAYMENT */
.divInvoice {
	width:500px;
	border: 1px solid #000000;
	margin-bottom:5px;
}
.invoicedeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000; 
}


/*Intranet */
#divIntranetLeft {
	margin-right:270px;
}
#divLeftContainer {
	float:left;
	margin-right: 20px;
}
#divIntranetRight {
	float:right;
	width:250px;

}
.divBanner {
	margin-bottom:20px;
}
.infoBoxRight {
	padding: 10px;
	border: 1px dashed #999999;
	background-color:#eeeeee;
	margin-bottom:20px;
	text-align: left; 
	list-style-type: none;
	font-size:10px;
} 
a.infoBoxRightLink:link  {
	color:#333333;
	font-weight:normal;
	font-size:10px;
}
a.infoBoxRightLink:visited  {
	color:#333333;
	font-weight:normal;
	font-size:10px;
}

.infoBoxRight ul { 
	text-decoration: none; 
	list-style-type: none; 
	list-style-position: outside; 
	display: block; 
	margin-top:3px; 
	margin-bottom:0; 
}
.infoBoxRight li { 
	text-decoration: none; 
	text-align: left; 
	list-style: none url("/images/intranet_latest5_ikon.gif"); 
	display: list-item; 
	margin-left: -18px; 
	padding-left: 0px; 
	font-size:10px; 
}
.divIntranetInfoLeft {
	background-image:url(/images/bg_info_top.gif);
	background-repeat:repeat-x;
	padding:10px;
	border:1px solid #9cc3e1;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0;
}
.divIntranetInfoLeftBottom {
	background-image:url(/images/bg_info_bottom.gif);
	background-repeat:repeat-x;
	height:21px;
	margin-bottom:20px;
	border:1px solid #9cc3e1;
	border-top:0px;		
}


#div_confbanner {
	height: 32px;
	background-image:url(/images/conferences_banner.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-left:85px;
	padding-top:36px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;	
}
#eventText {
	border-bottom:1px dashed #999999;
	padding-bottom:10px;
	margin-bottom:15px;
}
.course {
	margin-bottom:20px;
	border-left:4px solid #0068b4;
	padding:5px 0;
	padding-left:4px;
}

/*boardroom*/
.divForums {
	clear: both;
	float: left;
	width: 90%;
	border:1px dashed #CCCCCC;
	margin: 10px;
	padding:10px;
}
.divForumikon {
	width:170px;
	float:left;
	margin:-10px;
}
.divForumsposts {
	float:left;	
	width:270px;
}
.divForumsposts li {
	list-style:none;
	margin-left:-20px;
}
.divForumstext {
	float:right;
	width:200px;
	padding-left: 15px;
	border-left:1px dashed #CCCCCC;
}


.journalsText {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	font-size:14px;
}

/*Archive*/

#divAdddocument {
	width: 480px;
	text-align:left;
	left:0px;
	float:left;
}
#divAdddocument label {
	width: 130px;
	float:left;
	clear:left;
	text-align:right;
}
#divAdddocument fieldset {
	margin-bottom:15px;
}
#divAdddocument legend, #divAddfolder legend {
	margin-bottom:10px;
	padding: 0 5px;
	color:#333333;
	font-weight:bold;
}
.adddocumentInput input{
	width:300px;
}
#divAdddocument textarea {
	width:580px;
	height:100px;
}
#divAdddocinfo {
	float:right;
	width:200px;
	border: 1px dashed #999999;
	padding:10px;
	background-color:#eee;
}

#divAddfolder {
	width: 480px;
	text-align:left;
	left:0px;
	float:left;
}
#divAddfolder label {
	width: 130px;
	float:left;
	clear:left;
	text-align:right;
}

#divArchiveSearch {
	float:right;
	height:118px;
	padding-top:30px;
	text-align:right;
}
#divArchiveLogo {
	float:left;	
}
#divArchiveFolders {
	clear:both;
}



.advisorsInfo {
	text-align:left;
	font-size:14px; font-weight:bold;
}
#banner {
	height:80px;
}
.statutes {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}


/*Pager*/
ul.pagination li {
    display: inline;
    list-style-type: none;
    padding-right: 1em;
}