
/*
ROS-specific stylesheet.  This stylesheet supplements the "group_common.css" stylesheet with colours and sizes specific only to ROS.

2006-03-22, S.Lewis: originated.
*/

body {
	margin:7px 0 0 109px;
	}

a {
	color:#058;
	}

a:hover, a:active {
	color:#666;
	}

.rect_block {
	background:#1459a7;
	color:#fff;
	}

#banner {
	margin-bottom:8px;
	}

#overall_container {
	width:776px;
	}

#main_block {
	width:717px;
	}

#nav_search_col { /* column 1 of 3 */
	width:137px;
	}

#supporting_content_col { /* column 2 of 3 */
	width:181px;
	}

#main_content_col { /* column 3 of 3 */
	width:381px;
	background:#e5f3f2;
	}

#lang_select p { /* this appears only on the very top-level page */
	font-size:12px;
	}

#two_and_three_area {
	width: 571px;
	}

input.search_text {
	background:#e5f3f2;
	}

input.search_button {
	background:#1459a7;
	color:#eee;
	}

