/* 
CSS -  UK-RUSSIA CLIMATE CHANGE SCIENCE COLLABORATION PROJECT 
Copyright AEA www.aeat.co.uk
*/



/*= Main Tags 
-------------------------- */

body {
	margin:0px;
	padding:0px;
	font-family:"Arial MS Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#FFFFFF;
}
p {
	line-height:140%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
h1 {
	font-size:170%;
	color:#000000;
	letter-spacing:-1px;
	margin-top:0px;
	line-height:180%;
	margin-bottom:10px;
	font-weight:normal;
}
h2 {
	font-size:140%;
	color:#008800;
	margin-top:0px;
	line-height:150%;
	margin-bottom:10px;
	font-weight:normal;
}
span {
	display:inline;
	margin:0px;
	padding:0px;
}

#header_en h1 {
	background-image:url(../images/header_en_h1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	width:346px;
	height:53px;
	text-indent:-50000px;
	margin-left:10px;
	margin-top:17px;
}
.side_box_members h1,
.side_box h1 {
	color:#FFFFFF;
	background-color:#188600;
	background-image:url(../images/side_box_h1.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:140%;
	margin-top:0px;
	padding-top:0px;
	text-indent:5px;
	letter-spacing:0px;

}
table {
	border:0px;
}
td {
	margin:0px;
	padding:0px;	
}
img {
	border:0px;
}
label, 
.div_label
 {
	display:block;
	float:left;
	width:180px;
}


/*= Structure
-------------------------- */
#wrapper {
	width:100%;
	padding:0px;
}
#header_en {
	background-color:#188600;
	color:#FFFFFF;
	position:relative;
	background-image:url(../images/bg_header.jpg);
	background-repeat:repeat-x;
	height:83px;
	padding-top:0px;
	border-top:1px solid #188600;
}
#header_images {
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(../images/bg_header_images.png);
	background-repeat:no-repeat;
	height:96px;
	width:282px;
	
}
img, #header_images img, div { /* Fix for IE6 PNG */
	behavior: url(http://www.uk-russia-ccproject.info/common/iepngfix.htc); 
}

#navigation {
	margin-top:3px;
	background-color:#21287b;
	color:#FFFFFF;
	height:26px;
	background-image:url(../images/bg_navigation.jpg);
	background-repeat:repeat-x;
}
#content {
	margin:10px 0px 10px 0px;
	margin-right:0px;
	width:99%;
}


#col_content {
	margin-left:300px;
	margin-right:10px;
}

* html #col_content { /* Fix for IE's 3 pixel jog bug */
	float:left;
	margin-left:8px;
}


#col_side {
	float:left;
	width:272px;
	padding-left:10px;
}
#col_single {
	margin-left:10px;
	margin-right:10px;
}
#footer {
	clear:both;
	font-size:91%;
	text-align:center;
	background-image:url(../images/separator_footer.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:20px;
}
#footer_wrapper {
	margin:auto auto;
	text-align:center;

}
/*= Side Box
-------------------------- */
.side_box {
	border:2px solid #188600;
	border-top:none;
	margin-bottom:30px;
}
.side_box_members {
	border:2px solid #188600;
	border-top:none;
	margin-bottom:30px;
	width:200px;
	float:right;
	margin-right:5px;
}

.side_box_content {
	padding:0px 8px 8px 8px;
	font-size:95%;
	color:#555555;
	margin-bottom:5px;
}
.side_box_footer {
	position:relative;
}
.side_box_link {
	position:absolute;
	right:20px;
	top:0px;
	width:100px;
	background-color:#188600;
	line-height:200%;
	text-align:center;
	color:#FFFFFF;
}
/*= Layout
-------------------------- */
#footer_logo_block_wrapper {
	margin:auto auto;
	position:relative;
	height:100px;
	width:700px;
}

.footer_logo_block {
	text-align:center;
	position:absolute;
}
.dotted_seperator {
	background-image:url(../images/separator_dotted.gif);
	background-repeat:repeat-x;
	height:10px;
}
.search_result {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
}
.search_result td {
	padding:3px;
}

#db_options {
	margin-left:180px;
	clear:left;
	width:auto;
	margin-top:0px;
	
}


/*= Lists
-------------------------- */
#navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#navigation li {
	float:left;
	padding-left:10px;
	padding-right:60px;
	line-height:190%;
	border-right:1px solid #FFFFFF;
	
}

ul.discussion {
	list-style-type:none;
	margin:0px;
	padding:0px;
	
	
}

ul.discussion li {
	border:1px solid #DDDDDD;
	background-color:#FAFAFA;
	padding:5px;
	margin-bottom:7px;
}

ul.discussion li a {
	font-weight:bold;
}



/*= Forms
-------------------------- */
.button {
	background-color:#188600;
	color:#FFFFFF;
	border:1px solid #000000;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

.textinput {
	width:250px;	
}
.small {
	width:150px;
}
.textinput_small {
	width:100px;
}
textarea {
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	height:70px;
}


/*= Anchors 
-------------------------- */
a:link, 
a:visited {
	color:#006600;
}

a:hover, 
a:active {
	color:#000099;
}

#navigation a:link, 
#navigation a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#navigation a:hover, 
#navigation a:active {
	color:#FFFF99;
	background:none;
}

a.white:link, 
a.white:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
a.white:hover, 
a.white:active {
	background:none;
	color:#FFFF99;

}
a.members:link, 
a.members:visited {
	display:block;
	padding:5px;
	text-decoration:none;
	background-color:#000099;
	border:1px solid #DDDDDD;
	margin-bottom:5px;
	margin-top:3px;
	background-color:#21287b;
	color:#FFFFFF;
	background-color:#555555;
}
a.members:hover, 
a.members:active {
	color:#FFFF99;

}

#navigation .navhighlight a:link,
#navigation .navhighlight a:visited {
	color:#FFFF99;
	border-bottom:1px #FFF dotted;
}

a.sort_link:link,
a.sort_link:visited {
	color:#000000;
	display:block;
	width:100%;
	text-decoration:none;
} 
a.sort_link:hover,
a.sort_link:active {
	color:#333333;
	text-decoration:none;
	
}

/*=  Useful
-------------------------- */
.red {
	color:#FF0000;
}
.grey {
	color:#555555;
}
.green {
	color:#008000;
}

.bold {
	font-weight:bold;
}
.smalltext {
	font-size:85%;
}
.padded_row {
	margin-bottom:10px;
}
.grey_subset {
	padding:10px;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;

}
.marginbottom {
	margin-bottom:30px;
}
.inline {
	display:inline;
	width:auto;
	float:none;
}
.clear {
	clear:both;
}
.clear_left {
	clear:left;
}

.discussion_topic {
	border:1px solid #CCCCCC;
	padding:10px;
	background-color:#FAFAFA;
}

/*= Tables
-------------------------- */
.tbl_comment {
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}
.td_comment_text {
	padding:5px;
	background-color:#FAFAFA;
}
.td_user_text {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#CCCCCC;
	color:#000;
}

.tbl_layout {
	border-left:1px solid #999999;
}

.tbl_layout th {
	background-color:#EEEEEE;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
}
.tbl_layout td {
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:3px;
}
.user_action {
	background-color:#FFFFCC;
	font-weight:bold;
	
}

/*= 
-------------------------- */

