/* ------------------ Divs -----------------*/
#homepage_bottom {
	margin: 0px 35px;
	height:100px;
	}
	
#homepage_box{
	margin: 0px 10px 0 0px;
	background-color:#eeeeff;
	height:100px;
	width:115px;
	float:right;
	border:1px #f0f0f0 solid;
	}
	
#main_box_rectangle{
	margin: 0px 0 0 10px;
	/*background-color:#fff000;*/
	height:100px;
	width:600px;
	float:right;
	font-size:0.85em;
	color:#666666;
	}
	
#mainContent {
	padding: 0 10px;
	width:590px;
	margin-left:250px;
	height:auto;
	min-height:600px;
	font-size:11px;
	}

#leftContent {
	margin-left:30px;
	float:left;
	width:200px;
	min-height:600px;
	height:inherit;
	border-right:1px #f0f0f0 solid;
	font-size:0.86em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#right_box{
border-bottom: 1px dotted #cccccc;
margin-bottom:10px;
padding:10px;
height:auto;
}

.scroll {
height: 200px;	width: 98%;	overflow: auto; padding: 4px;
}

.light_bluebox{
background-color:#FFF;
}

.alert_colour{ /* used for confirmations and alerts*/
background-color:#FFFF99;
padding:5px;
border:#e5f9b8 solid 1px;
width:700px;
text-align:center;
margin:0 auto;
}

.border_btm
{
border-bottom:2px #cccccc dotted;
}

#float_right{
float:right;
}
	
.instruction_box_blue{
	border: 0px solid #003366;
	padding: 10px;
	background: #63d4e2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	font-size:14px;
}

.instruction_box_gray{
	border: 0px solid #cccccc;
	padding: 10px;
	background:#e7e7e7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	font-size:14px;
}

.instruction_box_white{
	border: 1px solid #ddd;
	padding: 15px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	font-size:14px;
}

.txtinput { background: #fff url(../images/tpfade.gif) repeat-x top; border-style: none solid solid; vertical-align: middle; border: 1px solid #aaa; padding: 4px; color: #555; width: 500px; margin: 0;}

.list
	{
		margin:0;
		padding:0;
  	}

.list li
	{
  		list-style-type: none;
		line-height:20px;
		text-align:left;
  	}

.list a
	{
	color:#000000;
	text-decoration:none;
	text-align:left;
  	}
	
.list a:hover
	{
	color:#ddd;
	text-decoration:none;
  	}

.formbkg {
	border: 1px solid #63D4E2;
	padding: 10px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	font-size:14px;
	color:#999999;
}


.button {
	background-color: #333333;
	border: 3px solid #FBFBFD;
	color: #FFFFFF;
	font-weight: bold;
	padding:2px;
}
/* ------------------ footer links -----------------*/
#footer{
padding:2px;
text-align:center;
}

#footerlist
	{
	margin-left:30px;
	margin-right:30px;
	}

#footerlist li
	{
  		padding: 0 10px 0 10px;
		display: inline;
  		list-style-type: none;
		font-size:12px;
		border-right:#ccc 1px solid;
		/*background:#FF3366;*/
 	}
	
#footerlist a:link, #footerlist a:visited
	{
		font-size: 1em;
		margin-right: 4px;
		text-decoration: none;
		color:#333;
	}

#footerlist a:link.active, #footerlist a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#footerlist a:hover
	{
		color:#999999;
	}
