/* HTML Element styles specific to this project. */

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: ##020167;
	scrollbar-base-color: #020167;
	font: normal 11px/120% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

button,
input,
textarea,
select {
	font: normal 11px/120% Verdana, Arial, Helvetica, sans-serif;
}

td, th {
	vertical-align: top
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: bold;
}
h1 {
	margin-top: 20px;
	font-size: 18px;
	color: #00324d;
}
h2
{
	margin-top: 15px;
	font-size: 16px;
	color: #00324d;
}
h3 {
	margin-top: 8px;
	font-size: 15px;
	color: #00324d;
}

h4 {
	margin-top: 10px;
	font-size: 14px;
	color: #00324d;
}
h5 {
	margin-top: 10px;
	font-size: 13px;
	color: #00324d;
}
h6 {
	margin-top: 10px;
	font-size: 12px;
	color: #00324d;
}

p {
	margin: 14px 0 0 0;
}

ul>li {
	list-style-image: url(../../UserFiles/Image/Frame/Li.gif);
}

ul ul>li {
	list-style-type: url(../../UserFiles/Image/Frame/LiLi.gif);
}

ol>li {
	list-style-type: decimal;
}

ol ol>li {
	list-style-type: lower-alpha;
}

ol ol ol>li {
	list-style-type: lower-roman;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #00324d;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 90%;
	height: 3px;
	color: #c5c6ca;
	text-align:center;
}









/* 
PAGE GENERATOR CLASSES
These styles are used by pages that are dynamically built by the page generator.
There are 4 types of pages created with the generator.  They are:
	-> Login Page where a user is asked for there login details (username and password),
	-> Forgot Login Page which is used when a user forgets there login and asks for their 
	   email address and sends there details to them.
	-> List page which returns a list of rows and allowing the user to select one or more to do operations on.
	-> Form page which is a page where the user can edit information and submit.
*/

.InformationMessage {
	color:Blue;
}

.WarningMessage {
	color:Maroon;
}

.ErrorMessage {
	color:Red;
}





.ListOddDetailRow td {
	background-color: #ebebeb;
}

.ListEvenDetailRow td {
	background-color: #d9d9da;
}





.CalendarCell {
	background-color: #ffffff;
}

.Day .CalendarCell .Items,
.Week .CalendarCell .Items {
	min-height: 400px;
}

.Month .CalendarCell .Items {
	min-height: 90px;
}

.CalendarCell.Today
{
	background-color: rgb(255,255,204);
}

.CalendarCell .Date {
	background-color: rgb(232,238,247);
}

.CalendarCell.PreviousMonth .Date,
.CalendarCell.NextMonth .Date
{
	background-color: rgb(238,238,238);
}

.CalendarCell .Item {
	margin: 6px 0;
}

.CalendarCell .Time 
{
	font-size: 8px;
	color: Gray;
}

.Day .CalendarCell .Time 
{
	display: inline-block;
	width: 90px;
}

.Week .CalendarCell .Time, 
.Month .CalendarCell .Time 
{
	display: block;
	width: 100%;
}

.CalendarCell .Time 
{
	display: inline-block;
	width: 90px;
	font-size: 8px;
}




a.TextButton,
input.TextButton,
a.Method {
	border-color: #6cd91e;
	background-color: #60c11b;
	color: #FFFFFF;
}

a.TextButton:hover,
input.TextButton:hover,
a.Method:hover {
	color: #39760d;
}






/* Email Footer */

.EmailFooter {
}

.EmailFooter .EditMyDetails,
.EmailFooter .UnsubscribeMe 
{
	font-size: smaller;
	text-decoration: none;
}

.EmailFooter .Developer {
}






/*Skin specific styles */

#Container {
	text-align: center;
	background: #003440;
}

#Wrapper {
	margin: 0px auto;
	width: 836px;
	background: #FFFFFF;
	text-align: left;
}

#Header {
	width: 826px;
	height: 120px;
	text-align: right;
	background: url(../../UserFiles/Image/Frame/header.jpg) no-repeat 35px 30px;
}

#ContentContainer {
	margin-top: 1px;
	padding: 10px;
	width: 806px;
	background: #FFFFFF;
	clear:both;
}

#LeftContent {
	height:auto;
	width:220px;
}

#quote {
	padding-top:20px;
	padding-left:20px;
	text-align:left;
	width:180px;
	height:139px;
}

#LeftMenu {
	margin-right: 10px;
	margin-left: 20px;
	width: 220px;
	padding-top:15px;
}

#LeftMenu .Menu {
	width: 180px;
	height: auto;
}

#LeftMenu .Line {
	display:none;
}

#LeftMenu .Line hr {
	display: none;
}

#LeftMenu .Item {
	padding: 6px 18px;
	width: 160px;
	font-size: 11px;
	color: #00324d;
	border-right: 1px ridge #e0e0e0;
	border-bottom: 1px ridge #e0e0e0;	
	margin-bottom:5px;
	background:url(../../UserFiles/Image/Frame/bullet.gif) #e4e2e3 no-repeat 7px 10px;

}

#LeftMenu .Item a {
	color: #00324d;
}

#LeftMenu .Item .Description {
	padding-top: 2px;
	font-size: smaller;
	font-weight: normal;
}

#LeftMenu .Item .Image {
	max-height: 28px;
	max-width: 28px;
}

#LeftMenu .Item .Item {
	margin-bottom:0px;
	border: 1px solid #d4d3d3;
}

#LeftMenu .Menu .Menu {
	left: 197px;
	top: 0px;
}

#LeftMenu .Menu .Menu .Menu {
	top: -1px;
}

#Content {
	width: 546px;
	float:right;
	background: #FFFFFF;
	padding-leftt:10px
}

#testimonials {
	text-align:right;
	font-style:italic;
}

#Footer {
	font-size: 10px;
	color: #00324d;
	text-align: center;
	width:836px;
	height:48px;
	background: url(../../UserFiles/Image/Frame/bg_curve.gif);
	clear:both;
}

.line {
	color:#c5c6ca;
	text-align:center;
	height:1px;
	width:834px;
}

#BottomMenu {
	float: left;
	padding-left: 15px;
}

#BottomMenu .Item {
	float: left;
	padding: 0 5px;
}

#BottomMenu .Item a {
	color: #00324d;
}

#FooterOut {
	color:#545454;
	background-color:#003440;
	padding-top:5px;
	padding-right:20px;
	padding-left:20px;
	text-align: center;
}

#FooterOut a {
	color:#e4e2e3;
}

#Copyright {
	color: #ffffff;
}

#WebsiteBy {
	float: right;
	padding-right:20px;
}

.Out {
	text-decoration: none;
	color: #ffffff;
}