img { behavior:url(css/iepngfix.htc) }

/*
*
{
	font-family: sans-serif;
	font-size: 12px;
	color: #0b090a;
}
*/

body {
	margin: 0px;
	padding: 0px;
	background: #fff url(../img/newnav/bg.jpg) repeat-x;
}

a.def, a, a.def:visited, a:visited {
	/*color: #a73314;*/
	color: #336699;
	font-family: sans-serif;
}

a.blue
{
	color: #336699;
}

font.def {
	color: #0b090a;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.black
{
	font-family: sans-serif;
	font-size: 13px;
	color: #0a0a0c;
}

.black a, .black a:visited, .black
{
	color: #0a0a0c;
	text-decoration: none;
}

.black a:hover
{
	text-decoration: underline;
}

a.event, a.event:visited 
{
	font-family: sans-serif;
	font-size: 13px;
	color: #3b2e0f;
	text-decoration: none;
}

a.event:hover
{
	text-decoration: underline;
}

div.eventTab, div.eventTab_on
{
	float: left;
	width: 95px;
	margin-left: 1px;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #0b090a; 
	padding: 3px 0px 3px 0px;
}

div.eventTab
{
	background: #e0d091;
}

div.eventTab_on
{
	background: #d0ae40;
}

div.pastEvent
{
	font-family: arial;
	font-size: 12px;
	color: #0b090a;
}

div.pastEvent a, div.pastEvent a:visited
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #0b090a;
	text-decoration: none;
}

div.pastEvent a:hover
{
	text-decoration: underline;
}

img.gThumb
{
	border: 2px solid #0b090a;
}

img.gThumbOver
{
	border: 2px solid #c93;
}

/* Letter Winner table */
table.letterWinner
{
	border-spacing: 1px;
}

table.letterWinner td
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 80%;
	font-family: sans-serif;
}

table.letterWinner td a
{
	color: #06c;
}

table.letterWinner tr.letterWinner_heading td
{
	font-weight: bold;
	background: #d7ae38;
}

table.letterWinner tr.letterWinner_highlight td
{
	background: #e4cd8a;
}

table.letterWinner tr.letterWinner_on td
{
	background: #FFFFCC;
}

input.letterWinner, select.letterWinner
{
	font-family: sans-serif;
	font-size: 70%;
	border: 1px solid #0b090a;
}


a.link {
	color: #0b090a;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.link:hover {
	color: #fff;
}

a.linkMember, a.linkMember:visited, a.linkMember:hover {
	color: #fff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}

a.sectionLink, a.sectionLink:visited {
	color: #0b090a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: sans-serif;
	display: block;
	margin-top: 15px;
	padding-right: 5px;
}

a.sectionLink:hover {
	text-decoration: underline;
}

font.sectionTitle {
	color: #0b090a;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
}

td#mainContent {
	background: url(../img/newnav/bg_top_right.jpg) no-repeat top right;
	padding: 16px 28px 16px 28px;
}

/* RTE Display Section */
.menuItem { cursor: pointer; border: 1px solid #eeeeee; }

/* Input classes */
.datasetTable
{
	border-top: 2px solid #666;
}

/* Pad all of the entries as needed */
.textFieldLabel, .textFieldValue, .textAreaLabel, .textAreaValue, .dateLabel, .dateValue, .fileUploadLabel, .fileUploadValue, .submit, .staticContent,
.selectBoxLabel, .selectBoxValue, .RTEValue, .RTELabel
{
	padding-top: 15px;
	padding-right: 5px;
}

.textFieldLabel, .textAreaLabel, .dateLabel, .fileUploadLabel, .selectBoxLabel, .staticContent, .RTELabel
{
	font-size: 70%;
	font-family: sans-serif;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

.dateValue
{
	font-size: 75%;
	font-family: sans-serif;
	color: #666;
	font-weight: bold;
}

.dateValue input, .textFieldValue input, .textAreaValue textarea, .fileUploadValue input, .RTEValue textarea
{
	color: #333;
	background: #eee;
	border: 1px solid black;
}

.fileUploadValue a, .fileUploadValue a:visited
{
	font-size: 90%;
	font-family: sans-serif;
	color: #36f;
	text-transform: lowercase;
}
	

.fileUploadValue .fileRemove
{
	background: #ccc;
	border: 1px solid #fff;
	padding: 0px;
}

.error
{
	color: red;
	font-size: 75%;
	font-family: sans-serif;
	padding-top: 3px;
	padding-left: 19px;
	padding-bottom: 5px;
	background: url('../img/admin/error.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px dashed #ccc;
}

.paging a, .paging a:visited
{
	color: #336699;
}