/* general default body */

BODY { 
    background-color: #ffffff;
    font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
 
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
}

	A:link { color: #DD0000;}
	A:hover { color: #FF6600;}
	A:active { color: #FF6600;}
	A:visited { color: #FF6600;}

/* general paragraph text */

P {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* main text */

.bodytext {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}

/* bodytext links */

A.bodytext:link { color: #000000; text-decoration: none;}
A.bodytext:hover { color: #CC0000; text-decoration: none;}
A.bodytext:active { color: #000000; text-decoration: none;}
A.bodytext:visited { color: #000000; text-decoration: none;}

/* sub headings */

.orange_head {
	font-size: 10px;
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.red_head {
	font-size: 10px;
	color: #DD0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.blue_head {
	font-size: 10px;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.grey_side {
	font-size: 10px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: bold;

}

/* grey_side links */

A.grey_side:link { color: #999999; text-decoration: none;}
A.grey_side:hover { color: #000000; text-decoration: none;}
A.grey_side:active { color: #999999; text-decoration: none;}
A.grey_side:visited { color: #999999; text-decoration: none;}

/* red_side links */

A.red_side:link { color: #CC0000; text-decoration: none; font-weight: bold;}
A.red_side:hover { color: #000000; text-decoration: none; font-weight: bold;}
A.red_side:active { color: #FF6600; text-decoration: none; font-weight: bold;}
A.red_side:visited { color: #FF6600; text-decoration: none; font-weight: bold;}

/* admin area styles */

.adminListRowOdd {
	background-color: #BBEBFF;
}

.adminListRowOver {
	background-color: #FBFAB3;
	border: 1px solid #999999;
	cursor: pointer;
}

.adminListSelectedItem {
	border: 1px solid #999999;
	padding: 10px;
}

.cmsEventDetail {
	border: 1px solid #CCCCCC;
}

.fieldTitle {
	font-style: italic;
}

.fieldText {
	width: 400px;
	border: 1px solid #999999;
	font-size: 10px;
}

.fieldTextArea {
	width: 400px;
	height: 100px;
	border: 1px solid #999999;
	font-size: 10px;
}

.fieldButton {
	background-color: #66B6FE;
	border: 1px solid #999999;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.fieldButtonOver {
	background-color: #66B6FE;
	border: 1px solid #999999;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}