/* Global Stylesheet for MDF */
/* Author: Harry Kontos */
/* Last Modified: 31-Oct-2008 */

@import "colours.css";

body  {
	font: 100% Arial, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; /* centres container in IE 5*. text is then set to left aligned in #container selector */
	color: #000000;
	}

a:link {color: #009900; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}
#sidebar a:link, #sidebar a:visited {color: #009900; text-decoration:none;}
#sidebar a:hover {color: #000000; text-decoration:none;}
#header a:link, #header a:visited, #header a:hover {color:#009900 !important;}
#header img {text-decoration:none !important;}
#footer span a, #footer span a:visited, #footer span a:hover {color:#009900 !important;}
#mainContent p {line-height: 1.35em;}

h1, h2, h3 {font-weight: normal;}

li {margin-bottom: 0.5em;}

.small {font-size:92.5%;}
.xsmall {font-size:85%;}
.xxsmall {font-size:77%;}
.xxxsmall {font-size:69.5%;}

.twocolhybrid #container { 
	width: 900px;  /* create a container xx of browser width */
	background: #FFFFFF;
	margin: 0 auto; /* auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* overrides the text-align: center on the body element */
	} 

.twocolhybrid #header {
	background: #090;
	border-bottom: 5px solid #360;
	text-align:center;
	} 

.twocolhybrid #sidebar {
	float: right;
	width: 15em; /* element floats, so width must be given */
	background: #ECECEC;
	padding: 15px 0;
	}

.twocolhybrid #sidebar p {
	font-weight: bold;
	margin-left: 10px; /* left and right margin should be given to every element in the side column */
	margin-right: 25px;
	padding: 2px 0 2px 5px;
	}

.twocolhybrid #mainContent {
	margin: 0 14em 100px 40px; 
	} 

.twocolhybrid #mainContent p.firstparagraph {
	color:#999;
	font-weight:bold;
	letter-spacing:125%;
	word-spacing:175%;
	line-height: 125%;
	}

.twocolhybrid #footer { 
	padding: 0 10px;
	background:#DDDDDD;
	} 

.twocolhybrid #footer p {
	margin: 0; /* zero margins of the first element to avoid margin collapse */
	padding: 10px 0; /* then padding instead of margin */
	}	

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
	} /* floated element must precede the element it should be next to on the page */

.fltlft { 
	float: left;
	margin-right: 8px;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
.hidden, .hide {display:none; visibility:hidden;}

/* Join page */
#join-a {
	background-color: #FFFFCC;
	border: 1px solid #FFCC66;
	width: 400px;
	padding: 10px;
	margin-left: 20px;
	}

#join-b {
	background-color: #F0F5E7;
	border: 1px solid #C4E283;
	width: 400px;
	padding: 10px;
	margin-left: 20px;
	margin-top: 10px;
	}

#join-a h3, #join-b h3 {margin-top:3px; margin-bottom:5px;}
#frmjoindetails {margin-top: 10px;}

.input25 {width:25%;}
.input50 {width:50%;}
.input75 {width:75%;}
.input99 {width:99%;}


/* Border Styles for Tables and DIVs */

.bordertop {border-top:1px solid #ccc;}
.borderright {border-right:1px solid #ccc;}
.borderbottom {border-bottom:1px solid #ccc;}
.borderleft {border-left:1px solid #ccc;}
.bordertopright {border-top:1px solid #ccc; border-right:1px solid #ccc;}
.borderbottomright {border-bottom:1px solid #ccc; border-right:1px solid #ccc;}
.borderbottomleft {border-bottom:1px solid #ccc; border-left:1px solid #ccc;}
.bordertopleft {border-top:1px solid #ccc; border-left:1px solid #ccc;}
.bordertopbottom {border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.borderleftright {border-left:1px solid #ccc; border-right:1px solid #ccc;}
.bordertopleftright {border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.bordertoprightbottom {border-top:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
.borderbottomleftright {border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.bordertopbottomleft {border-top:1px solid #ccc; border-bottom:1px solid #ccc; border-left:1px solid #ccc;}
.border {border:1px solid #ccc;}
