
/*
URS-specific stylesheet.  This stylesheet supplements the "group_common.css" stylesheet with colours and sizes specific only to URS.

2006-03-22, S.Lewis: originated.
*/

body {
	margin-left:109px;
	}

a {	color:#008b7c;
	}

.rect_block {
	background:#008b7c;
	color:#fff;
	}

#overall_container {
	width:776px;
	}

#main_block {
	width:718px;
	}

#nav_search_col { /* column 1 of 3 */
	width:198px;
	background:#e5f3f2;
	}

#supporting_content_col { /* column 2 of 3 */
	width:181px;
	}

#main_content_col { /* column 3 of 3 */
	width:320px;
	background:#e5f3f2;
	}

#main_content_col a {
	text-decoration:underline;
	}

#main_content_col a:hover, #main_content_col a:active {
	text-decoration:none;
	}

#two_and_three_area {
	width: 511px;
	}

input.search_text {
	width: 135px;
	padding:2px;
	margin-right: 4px;
	height:24px;
	border: thin inset;
	background:#e5f3f2;
	font-size:13px;
}

#search_button {
	vertical-align: top;
}


/* MENU CLASSES (again, this is overriding/supplementing those of 'menu.css') */

.m0l0iout {color: #008b45}
.m0l0iover {color:#fff}
.m0l0oover {background:#008b45}
.m0l1iout {color: #008b45}
.m0l1iover {color:#fff; background:#008b45}
.m0l1oover {background:#008b45}

/* CLASSES FOR TABLE ON HOME PAGE LIST OF STANDARDS */
table.home_page_schemes {
	width:308px;
}

table.home_page_schemes td {
	vertical-align:middle;
	padding-top:2px;
	padding-bottom: 2px;
	border-bottom: 2px solid #008b7c;
	font-weight:bold;
	color:#008b7c;
}