﻿ /* British Gynaecological Society */

/* Global Identifiers */
/* ------------------ */

* {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: white;
	color: black;
}

body {
	margin: 20px 0;
}

h1 {
	
}

h2 {
	font-size: 90%;
	color: rgb(205,32,39);
	background-color: white;
	margin-bottom: 1em;
}

h3 {
	font-size: 80%;
	color: rgb(51,51,51);
	background-color: white;
	margin-bottom: 1em;
	clear: both;
}

p, address, div.cms_module td {
	font-size: 75%;
	color: rgb(85,85,85);
	background-color: white;
	margin-bottom: 1em;
}

address {
	font-style: normal;
	margin-left: 3em;
}

ul {
	margin-bottom: 1em;
}

td {
	padding-right: 1em;
	font-size: 75%;
}

th {
	/* border-bottom: solid 2px rgb(205,32,39);*/
		text-align: left;
		margin-bottom: 2em;
		font-size: 75%;
}

li {
	font-size: 75%;
	color: rgb(85,85,85);
	background-color: white;
	margin-left: 1.5em;
}

img {
	display: block;
}

hr {
	border: solid 1px rgb(205,32,39);
}

/* */

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgb(205,32,39);
	padding: 10px;
}

#header {
	width: 760px;
	padding-bottom: 10px;
}

	#header ul.menu {
		list-style: none;
		width: 740px;
		min-height: 11px;
		margin: 10px 0;
		margin-top: 10px;
		padding: 11px 10px;
		background-color: rgb(51,51,51);
		color: white;
		clear: both;
	}

	#header ul.menu li {
		background-color: rgb(51,51,51);
		color: white;
		display: block;
		float: left;
		margin: 0;
	}
	
	#header ul.menu li a {
		background-color: rgb(51,51,51);
		color: white;
		text-decoration: none;
	}
	
	#header ul.menu li a:hover {
		text-decoration: underline;
	}
	
		#header ul.menu li.separator {
			color: rgb(205,32,39);
			background-color: inherit;
			margin: 0 5px;
		}
		
	#header div.staticBanner {
		float: right;
		margin: 0;
		width: 553px;
	}
		
		#header div.staticBanner img {
			float: left;
			margin-left: 10px;
			display: inline;
		}

#logo {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

#sidebar, .profileMenu {
	width: 187px;
	padding: 10px;
	background-color: rgb(204,204,204);
	color: inherit;
	float: left;
	margin-right: 10px;
}

	#sidebar ul.menu, .profileMenu ul.menu {
		list-style: none;
		background-color: rgb(204,204,204);
		color: inherit;
	}
	
		#sidebar ul.menu a, #sidebar ul.menu li ul a, .profileMenu ul.menu a, .profileMenu ul.menu li ul a {
			background-color: rgb(204,204,204);
				color: inherit;
			text-decoration: none;
		}
		
		#sidebar ul.menu a:hover, #sidebar ul.menu li ul a:hover,
		.profileMen ul.menu a:hover, .profileMen ul.menu li ul a:hover {
			text-decoration: underline;
		}

	#sidebar li, .profileMenu li {
		font-size: 90%;
		font-weight: bold;
		background-color: rgb(204,204,204);
		color: inherit;
		margin-left: 0;
		margin-bottom: 1.5em;
		padding-bottom: 1em;
		border-bottom: 1px solid rgb(205,32,39);
	}
	
		#sidebar li ul, .profileMenu li ul {
			background-color: rgb(204,204,204);
			color: inherit;
			list-style-image: url("/media/32b0cfbce3fe490b9a89bdb9af78d1c4.gif");
			margin-left: 17px;
		}
	
		#sidebar li ul li, .profileMenu li ul li {
			font-size: 75%;
			font-weight: normal;
			background-color: rgb(204,204,204);
			color: inherit;
			line-height: 1.5em;
			margin-top: 1.5em;
			margin-bottom: 0;
			padding-bottom: 0;
			border-bottom: 0;
		}

#content {
	width: 541px;
	float: right;
	border: 1px solid rgb(205,32,39);
	border-top: none;
	border-bottom: none;
}

#column-01 {
	width: 256px;
	margin-right: 10px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

#column-02 {
	width: 246px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	width: 541px;
	min-height: 26px;
	background-color: rgb(205,32,39);
	color: white;
}

#footer p {
	background-color: rgb(205,32,39);
	color: white;
	font-size: 70%;
	margin: 2px;

}

#fireFerret {
	clear: both;
}

.searchTextbox {
	border: solid 1px black;
	float: left;
	width: 150px;
	margin-right: .5em;
	height: 20px;
}

fieldset th {
	margin-right: 1em;
}

fieldset {
	clear: both;
	display: block;
	float: none;
}

input, textarea {
	background-color: #f4f4f4;
	color: #000000;
	font-size: 100%;
	padding: 2px;
	border: solid 1px rgb(205,32,39);
}

input.searchButton, input.submit, input.cancel {
	background-color: rgb(205,32,39);
	color: white;
	border: solid 1px black;
	font-size: 0.8em;
	height: 22px;
}

.explanation {
	display: block;
	font-size: 0.8em;
	color: #999999;
}

.error, .success {
	font-size: 75%;
	font-weight: bold;
}

.error { color: red; }
.success { color: green; }

input.error { border-bottom: 1px dotted red; }

.blogLink a {
 text-decoration: none;
}

.cms_module { clear: both; }

.thumbnailList a {
	font-size: 0.8em;
}

.thumbnailList a.back {
	float: left;
}

.thumbnailList a.next {
	float: right;
}