@import url("img.css");

/***********************
	DEFAULT STYLES
	body, td, p, etc
***********************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #E2E7E7; 
	margin-top: 10px; 
	margin-left: 0px; 
	margin-bottom: 15px; 
	margin-right: 0px; 
}

p, ul, h2, h3, h4, h5, td {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	}
	
a:link, a:visited, a:active { 
	color: #333333; 
/*	text-decoration: none;  */
}

a:hover { 
	color: #000000; 
	text-decoration: underline; 
}

.line {
	border-bottom: 1px solid #006699;
	line-height: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}

#textBlock {
	width: 650px;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 30px;
	}

#texthome {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	width: 350px;
	}
	
#textNews {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 60px;
	width: 580px;
	background-color: #EFEFF4;
	}

a.footer:active, a.footer:link, a.footer:visited { 
	color:	#aaaaaa;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	}
/***********************
	BG'S AND BORDERS

***********************/

.banner, td.banner {
	background-image: url(../images/suecarson.jpg);
	background-repeat:no-repeat;
	background-position: center;
	height: 170px;
	padding: 1px;
	margin:	1px;
}
	
.bdGrey {
	border: solid 1px #ACB8B9;
}
	

/***********************
	TEXT STYLES

***********************/

.text, td.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a.text:link,a.text:active,a.text:visited { text-decoration: underline; }
a.text:hover { text-decoration: underline; color: #0000FF; }

.textSmall, td.textSmall {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

/***********************
	HEADER STYLES

***********************/

.header, h1 {
	font-family: Bookman Old Style;
	font-size: 28px;
	color: #996699;
}

.headerSub {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	line-height: 12px;
	border-bottom: 1px dashed #ffffff;
}


/***********************
	FORM STYLES

***********************/

.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #95A5A6;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 20px;
	text-transform: uppercase;
}

.formField {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.formFieldSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 80px;
	height: 20px;
	border: 1px solid #ACB8B9;
	background-image: url(../images/bg_medium.gif);
}

.formFieldMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 220px;
	height: 20px;
	border: 1px solid #ACB8B9;
	background-image: url(../images/bg_medium.gif);
}

.formFieldLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 400px;
	height: 120px;
	border: 1px solid #ACB8B9;
	background-image: url(../images/bg_large.gif);
	background-repeat: no-repeat;

}


/***********************
	DATA GRID STYLES
	used for all tables/rows
	
***********************/

table.dgTable, table.dgTable th .dgHeader {
	font-size: 12px;
	vertical-align: top;
	padding: 5px 10px 5px 2px;
	border-bottom: 1px solid #ccc;
	text-align: left;}	

.dgLabel {
	font-size: 11px;
	color: #666666;
	white-space: nowrap;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;	
	background-color: #f7f7f7;
	padding: 5px 10px 5px 5px;
	vertical-align: top;	
}

.dgRow {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 	11px;
	color:	#555555;
	border-top: 1px solid #ccc;
	padding: 5px 10px 5px 5px;
	vertical-align: top;	
}

.dgAlternateRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F5F5F5;
	line-height: 20px;
}
