﻿/*
This style sheet sets the sites basic application - 2008

*/


/*------------------------------------*/
/*general layout*/
/*------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/application/images/bg.jpg);
	background-repeat: repeat-x;
}
.outer{
	min-width: 900px;
}
.header {
	background-color: #294B9F;
	height: 60px;
	width: 100%;
	background-image: url(/application/images/bg_header.gif);
	background-repeat: no-repeat;
}
.header_strapline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	float: right;
	margin-top: 45px;
	margin-right: 20px;
}
.header_strapline_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
}

.toolbar {
	height: 30px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F9DD9;
}
.leftbar {
	width: 270px;
	margin-left: 5px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6693CF;
	border-left-color: #6693CF;
	bottom: 5px;
	position: absolute;
	top: 95px;
}
.leftbar_search{
	*height:500px;
}
.leftbar_links{
	width: 270px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0px;
}
.main {
	background-color: #FFFFFF;
	border: 1px solid #6A96D1;
	overflow: auto;
	position: absolute;
	left: 280px;
	top: 95px;
	right: 5px;
	bottom: 5px;
	min-width: 615px;
}
.page{
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.signin{
	background-color: #FFFFFF;
	height: 120px;
	width: 350px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #6693CF;
	padding: 20px;
}



