/* Style sheet for Southern Management */

/*global styles*/
body {
	text-decoration: none;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}

P,TABLE,TD,TH,UL,OL,DL,LI,DT,DD,blockquote {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}

DT {
	font-weight: bold;
}

H3 {
	color: #0066CC;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}

H2 {
	color: #0066CC;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
}

A {text-decoration: none;}
A:link {color:#003063;font-weight:bold;}
A:visited {color:#888888;font-weight:bold;}
A:active {color:#0066CC;font-weight:bold;}
A:hover {color:#0066CC; text-decoration: underline;font-weight:bold;}

.subnav {color:#FFFFFF; font-size:11px; text-decoration:none; font-family:Arial,Helvetica,sans-serif;}
A.subnav:link {color:#FFFFFF; text-decoration: none;}
A.subnav:visited {color:#FFFFFF; text-decoration: none;}
A.subnav:active {color:#000099; text-decoration: none;}
A.subnav:hover {color:#000099;  text-decoration: none;}

.selectedsubnav {color:#000099; font-size:11px; text-decoration:none; font-family:Arial,Helvetica,sans-serif;}
A.selectedsubnav:link {color:#000099; text-decoration: none;}
A.selectedsubnav:visited {color:#000099; text-decoration: none;}
A.selectedsubnav:active {color:#000099; text-decoration: none;}
A.selectedsubnav:hover {color:#000099;  text-decoration: none;}

.white {color: #FFFFFF; font-size: 13pt;}
.whitebold {color: #FFFFFF; font-size: 13pt; font-weight: bold;}
A.white:link {color:#FFFFFF;font-weight:bold;}
A.white:visited {color:#FFFFFF;font-weight:bold;}
A.white:active {color:#FFFFFF;font-weight:bold;}
A.white:hover {color:#CCCCCC; text-decoration: underline;font-weight:bold;}

/*form styles*/
.button {
	background-color: #FFFFCC;
	border-style: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003063
}
	
.fields {
	font-size: 13px;
	font-family: Courier
}

*.fields {
	font-size: 13px;
	width: 120px;
	height: 22px;
	border-width: 2px;
	font-family: Arial,Helvetica,sans-serif;
}

.fieldlabel {
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.filefield {
	font-size: 13px;
	font-family: Courier
}

.dropdown {
	font-size: 10px;
	font-family: Courier
}

*.dropdown {
	font-size: 13px;
	border-width: 2px;
	font-family: Arial,Helvetica,sans-serif;
}

.textarea {
	font-size: 10px;
	font-size: 10px;
	font-family: Courier;
}

.search {
	color: #000000;
	font-size: 13px;
	font-family: Courier;
}

*.search {
	width: 115px;
	height: 18px;
	border-width: 1px;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}

/*****************************************************
*	crud styles
*****************************************************/
/*crud form text form fields*/
.crudfield {
	font-size: 10px;
	font-family: Courier
}

/*crud form dropdowns*/
.cruddropdown {
	font-size: 10px;
	font-family: Courier
}

/*crud form file fields*/
.crudfilefield {
	font-size: 10px;
	font-family: Courier
}

/*the td properties for label tds*/
.crudlabeltd {
	background-color: ;
}

.crudfieldtd { 
	background-color: ;
}

.crudmainnavtd {
	background-color: ;
}

.crudheadernavtd {
	background-color: #003063;
}

/*crud main navigation links*/
.crudmainnav {
	color:#ffffff; 
	background-color: #003063;
	font-size:10px; 
	text-decoration:none; 
	font-family:Arial,Helvetica,sans-serif;
}

.crudmainnavtab {
	color:#ffffff; 
	background-color: #003063;
	font-size:12px; 
	text-decoration:none; 
	font-weight:bold; 
	font-family:Arial,Helvetica,sans-serif;
}

.crudmain {
	color:#000000; 
	font-size:10px; 
	text-decoration:none; 
	font-family:Arial,Helvetica,sans-serif;
}

.crudtopnav {
	color:#003063; 
	font-size:10px; 
	text-decoration:none; 
	font-family:Arial,Helvetica,sans-serif;
}

A.crudmainnav:link {color:#ffffff; text-decoration: none;}
A.crudmainnav:visited {color:#ffffff; text-decoration: none;}
A.crudmainnav:active {color:#ffffff; text-decoration: none;}
A.crudmainnav:hover {color:#0066CC; text-decoration: none;}

/*****************************************************
*	custom styles
*****************************************************/
.pageheader {
	color: #003399;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif;
}
.blacktext{
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif; 
	font-size: 10pt; 
	color: #000000
}

.graysmall {  
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif; 
	font-size: 7pt; 
	color: #999999
}

.blacksmall { 
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-serif; 
	font-size: 8pt; 
	color: #000000
}

.leftnav {
	color:#003063; 
	font-size:12px; 
	text-decoration:none; 
	font-family:Arial,Helvetica,sans-serif;
}

.adminhead {
	color:#003063; 
	font-size:28px; 
	font-weight:bold;
	padding:15px; 
	font-family:Arial,Helvetica,sans-serif;
}