/*---------------------------
CSS for: www.oxfordconference.org

author: Mat Frankum
email: mat@sparks.co.uk
-----------------------------*/

/*------GENERAL------*/
body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
 	width:759px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

html, body, #wrapper {
	min-height:100%;
	height:100%;
	/*width: 100%;*/
	min-width: 759px;
	}

html>body, html>body #wrapper {
	height:auto;
	}
	
h1 {
	font-size:20px;
	color:#333333;
	letter-spacing:3px;
	margin-top:0;
	}
	
h2 {
	color:#E57C00;
	font-size:16px;
	margin-bottom:-15px;
	}
	
fieldset {
	width:400px;
	}
legend {
	color:#999999;
	font-size:14px;
	}
	

/*------LAYOUT------*/
#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	width:759px;
	margin-left:-379.5px;
	/*background-image:url(images/background.gif);
	background-position:center;
	background-repeat:repeat-y;*/
	}
	
#header {
	text-align:center;
	}
#picture {
	text-align:center;
	padding-bottom:15px;
	}
	
#leftCol {
	float:left;
	width:130px;
	padding-left:8px;
	}
	
#mainCol {
	float:right;
	width:619px;
	}
#centreCol {
	float:left;
	width:465px;
	padding-left:5px;
	padding-right:10px;
	}
#rightCol {
	float:right;
	width:130px;
	padding-right:8px;
	}
	
/*------NAVIGATION------*/
#leftCol ul, #rightCol ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#leftCol a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#E57C00;
	line-height:20px;
	}
#leftCol a:hover {
	color:#666666;
	}
		
#rightCol a {
	display:block;
	text-decoration:none;
	color:#666666;
	border-bottom:thin #666666 solid;
	border-right:thin #666666 solid;
	border-top:thin #999999 solid;
	border-left:thin #999999 solid;
	text-align:center;
	margin-bottom:5px;
	padding:3px;
	}
#rightCol a:hover {
	border-bottom:thin #999999 solid;
	border-right:thin #999999 solid;
	border-top:thin #666666 solid;
	border-left:thin #666666 solid;
	background-color:#CCCCCC;
	}
	
#leftCol li, #rightCol li {
	display:inline;
	}

#subNav a {
	font-weight:normal;
	color:#666666;
	padding-left:8px;
	}
#subNav a:hover {
	color:#E57C00;
	}
	
a {
	color:#666666;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
	
a.button:link, a.button:visited, a.button:active {
	text-decoration:none;
	color:#666666;
	border-bottom:thin #666666 solid;
	border-right:thin #666666 solid;
	border-top:thin #999999 solid;
	border-left:thin #999999 solid;
	text-align:center;
	margin-bottom:5px;
	padding:3px;
	}
a.button:hover {
	border-bottom:thin #999999 solid;
	border-right:thin #999999 solid;
	border-top:thin #666666 solid;
	border-left:thin #666666 solid;
	background-color:#CCCCCC;
	}
	
#organisers a {
	border:none;
	}
#organisers a:hover {
	border:none;
	background:none;
	}
	
/*------REMINDERS------*/


/*------CONTENT------*/
.redtext {
	color:#FF0000;
	}

.smallPrint {
	font-size:10px;
	color:#666666;
	}
	
.clear {
	clear:both;
	}
	
.imgLeft {
	float:left;
	padding-right:5px;
	}
.imgRight {
	float:right;
	padding-left:5px;
	}
	
hr {
	border:0;
	color:#999999;
	background-color:#999999;
	clear:both;
	}

/*------FOOTER------*/
#footer {
	text-align: center;
	position: absolute;
	bottom: 0;
	width:759px;
 	clear: both;
 	margin: 0 0 0 30px;
	}
#footer p {
	margin:0;
	font-size:12px;
	color:#666666;
	}

.ProgPlenary {
	color:#333333;
	border: 1px solid #000000;
	background-color: #FFCC99;
}

.ProgParallel {
	color:#000000;
	background-color: #E8E8E8;
}

.ProgForum td p {
	color:#000000;
	padding-top: 15px;
	margin-top: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.ProgRefresh {
	background-color:#E57C00;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}
