
* {
	padding: 0;
	margin: 0;
	border: none;
}

table.datatable {

	border-spacing:1px;
}

table.datatable td {

	border: 0px #333 solid;
	padding: 5px;
	background-color: #fff;
	color: #333;
}


table.datatable th {
	text-align: center;
}


ul {
  padding: 0 0 0 15px;

}


ul li {
	padding: 0 0 5px 0;

}

ul.menu { 
   margin: 0;
   padding: 0 0 0 0px; 
   color: #ffffff;
   list-style-position: outside;
}


ul.menu ul { 
   padding: 0 0 0 0px; 
   margin: 2px 0 10px 10px; 
   font-size: 90%; 
}


ul.menu li {
	list-style-type: none;
	padding: 0 0 0 0;
}


ul.menu a { display: inline-block; padding:4px 10px;}


ul.menu ul a {
	display: inline-block; padding:2px 10px;
}


ul.menu a:link { color: #ffffff; text-decoration: none;}
ul.menu a:visited { color:#ffffff; text-decoration: none;}
ul.menu a:hover { text-decoration: none;}
ul.menu a.highlighted { text-decoration: none;}

a:link { color: #ffffff; }
a:visited { color:#ffffff; }



body {

	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: georgia, times new roman, serif;
}



div.message {


	border: 2px solid #000;
	padding: 8px;
	background-color:#fff;
	color: #000;
	margin: 0 0 30px 0;


}


div.msgbox {


	border: 1px solid #990000;
	padding: 8px;
	margin: 0 0 15px 0;
	background-color: #ffffff;
	color: #000000;


}


button {

	border: 1px #000000 solid;

}



h1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 0 20px 0;


}


h2 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 22px;
	font-weight: normal;
	padding: 0 0 20px 0;

}


h4 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10px 0;

}



div.sitebox {
	font-family: georgia, times new roman, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
}


.icon {

	padding: 0 5px 0 0;


}


.toplogo {

	margin: 0;
	padding: 42px 0 35px;

}

.topimage {

	padding: 0 0 30px;

}


img.partnerlogo {

padding: 5px 0;

}


input.longfield, select.longfield {

	width: 310px;
	margin-bottom: 8px;
	font-family: courier new, sans-serif;
	border-bottom: #aaa solid 1px;
	border-right: #aaa solid 1px;
	border-top: #555 solid 1px;
	border-left: #555 solid 1px;
	padding: 2px;
}


textarea.bigarea {

	width: 410px;
	height: 260px;
	margin-bottom: 8px;
	font-family: courier new, sans-serif;
	border-bottom: #aaa solid 1px;
	border-right: #aaa solid 1px;
	border-top: #555 solid 1px;
	border-left: #555 solid 1px;
	padding: 2px;

}




button.submit {
	font-size: 10px;	
	padding: 3px 8px 3px 4px;
	background: #fff url(../images/common/button_bg.gif) repeat-y top right;
	border: 1px solid;
	border-top-color:#999;
   	border-left-color:#999;
   	border-right-color:#333;
  	border-bottom-color:#333;
	margin: 0 5px 5px 0;


}

button.submit img {
	margin:0 3px -3px 0 !important;
	width: 16px;
	height: 16px;

}


a.tab {


	display: block;
	float: left;
	width: 200px;
	padding: 20px 10px 20px 65px;
	background-color: #C8E0EF;
	border: 1px #000 solid;
	margin: 0px 15px 15px 0;
	color: #000;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-top-color:#fff;
   	border-left-color:#fff;
   	border-right-color:#1F608A;
  	border-bottom-color:#1F608A;
	background-position: 7px 1px;
	background-repeat: no-repeat;

}
a:link.tab, a:visited.tab {

	text-decoration: none;
}

a:hover.tab {

	background-color: #fff;
	border: 1px solid;
	border-top-color:#fff;
   	border-left-color:#fff;
   	border-right-color:#174767;
  	border-bottom-color:#174767;
	text-decoration: none;
}

a.publicdocuments {
	background-image: url(../icons/publicdocuments.png);

}

a.webstats {
	background-image: url(../icons/webstats.png);
	background-position: 6px 3px;

}

a.projectnews {
	background-image: url(../icons/projectnews.png);
	background-position: 6px 3px;
}


a.membersdocuments_view {
	background-image: url(../icons/membersdocuments_view.png);

}

a.membersdocuments_manage {
	background-image: url(../icons/membersdocuments_manage.png);

}

h1 img {

	padding-right: 10px;
	position: relative;
	top: 5px;

}


div.clear {
	clear: both;
	margin-bottom: 30px;
}


