
/*
Base stylesheet for all ROSgroup web databases.  Each database will load this stylesheet first, then load its own brand-specific stylesheet.

2006-03-22, S.Lewis: originated.
*/

body {
	margin:0;
	padding:0;
	border:1px solid #fff; /* to get round Firefox bug of putting a margin at top of page */
	background:#fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	}

input {
	font-family: verdana, arial, helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, h6, p {
	position:relative;
	margin:0;
	padding:0;
	font-size:100%;
	}

img {
	border:0;
	}

table {
	font-size:100%;
	}

a {	text-decoration:none;
	}

a:hover, a:active {
	text-decoration:underline;
	}

.rect_block {
	display:block;
	padding:3px 3px 4px 5px;
	margin-bottom:7px;
	font-weight:bold;
	}

.logo_block img { /* used for padding and sometimes background-colouring for images */
	padding: 0 3px;
	}

.logo_block {
	padding:8px 0 5px 0;
	}

#main_block {
	float:left;
	}

#flags {
	float:right;
	}

#flags img {
	display:block;
	position:relative;
	}

#banner {
	margin-bottom:0px;
	}

#nav_search_col { /* column 1 of 3 */
	clear:left;
	float:left;
	margin-right:9px;
	}

#nav {
	height:180px;
	background:#fff;
	}


#search {
	padding: 20px 0;
	background:#fff;
	}

#supporting_content_col { /* column 2 of 3 */
	position:relative;
	float:left;
	margin-right:9px;
	overflow:hidden; /* so that if a user puts in an oversized table, the layout will be preserved */
	}

#ql_schemes p { /* 'Quick Links' -- schemes */
	font-weight:bold;
	margin-top:1em;
}

#top_img { /* area set aside for an image at the top of the supporting_content column */
	overflow:hidden;
	}

#top_img img { /* this class is kept separate so that the margin is only used if an image is present */
	margin-bottom:9px;
	}

#main_content_col { /* column 3 of 3 */
	clear:right;
	float:left;
	padding-bottom: 5px;
	}

#main_content_col, #nav_search_col {
	_height: 700px;
	min-height: 700px;
}

#main_content_col_img {
	background:#fff;
	padding-bottom:9px;
}

#two_and_three_area {
	float:left;
	}

#two_and_three_area p {
	font-size:1em;
}

#two_and_three_area .form {
	padding:0 5px;
	}

.columnText { /* actual text in a content column, as opposed to an image or heading */
	padding: 0 5px;
	}

input.search_text {
	width:135px;
	}

input.search_button {
	border:0;
	font-size:10px;
	}

.form {
	font-size: 12px;
	}

.form td {
	padding:0.5em 0;
	}

.form .text, .form .textarea, .form .select {
	width:250px;
	font-family:inherit;
	font-size:inherit;
	}
