/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 8.5pt;
	color:#FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:visited  {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:active   {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:hover    {
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

/* SIGNIN */
.SignIn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #786D40;
}

A.SignIn:link {
    text-decoration: none;
	font-size: 9pt;
    font-family: Arial, Helvetica;
    color:#786D40;
}

A.SignIn:visited  {
    text-decoration: none;
	font-size: 9pt;
    font-family: Arial, Helvetica;
    color:#786D40;
}

A.SignIn:active   {
    text-decoration: none;
	font-size: 9pt;
    font-family: Arial, Helvetica;
    color:#786D40;
}

A.SignIn:hover    {
    text-decoration: underline;
	font-size: 9pt;
    font-family: Arial, Helvetica;
    color:#000000;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #FFFFFF 0px solid;
	background-color: TRANSPARENT;
	background-position: center;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:26;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: WHITE; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #776C3F; 
	border-left: #776C3F 1px solid; 
	border-right: #776C3F 0px solid; 
	border-bottom: #776C3F 1px solid; 
	border-top: #776C3F 1px solid; 
	text-align: center; 
	width: 1; 
	height: 21;	
}

.MainMenu_SubMenu {
	z-index: 2; 
	cursor: pointer; 
	cursor: hand; 
	color: #776C3F; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #776C3F; 
	border-bottom: #BDAB69 0px solid; 
	border-left: #BDAB69 0px solid; 
	border-top: #BDAB69 0px solid; 
	border-right: #BDAB69 0px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=90, Strength=0);
}

.MainMenu_MenuBreak {
	border-bottom: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid;  
	border-right: #000000 1px solid; 
	background-color: #000000; 
	height: 10px;
}

.MainMenu_MenuItemSel {
	background-color: #BDAB69; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.NormalBold  {
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
}

.Normal  {
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
	color: #FFFFFF;
}

.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	text-decoration: none;
}

.More {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #776C3F;
	text-decoration: none;
	font-style: normal;
}

A.More:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #776C3F;
	text-decoration: none;
	font-style: normal;
}

A.More:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #776C3F;
	text-decoration: none;
	font-style: normal;
}

A.More:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	text-decoration: underline;
	font-style: normal;
}

A.More:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #776C3F;
	text-decoration: none;
	font-style: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	background-image: url(pagebkgrd.jpg);
	margin: 0px;
	padding: 0px;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

ul {
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: lower-roman;
	font-weight: normal;
}

/* Footer */
.Footer {
	font-size: 8.5pt;
	color:#786D40;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}

/* Footer Links */
A.Footer:link {
	text-decoration: none;
	color:#786D40;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:visited  {
	text-decoration: none;
	color:#786D40;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:active   {
	text-decoration: none;
	color:#786D40;
	font-weight: normal;
	font-size: 8.5pt;
}

A.Footer:hover    {
	text-decoration: underline;
	color:#000000;
	font-weight: normal;
	font-size: 8.5pt;
}

.NormalSmall {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 9pt;
}

.NormalBoldSmall {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 9px;
}

.SubHead {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #D7CB97;
}

.SubHead13 {
	font-family: Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #D7CB97;
}

.SubHeadBlue {
	font-family: Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #D60006;
}

.CommandButton {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	line-height: 9pt;
	color: #786D40;
}

A.CommandButton:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #786D40;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}

A.CommandButton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #786D40;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}

A.CommandButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #786D40;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}

A.CommandButton:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #786D40;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}

.NormalBoldBlue {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

/* Breadcrumbs */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #786D40;
}

A.breadcrumb:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #786D40;
	text-decoration: none;
}

A.breadcrumb:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #786D40;
	text-decoration: none;
}

A.breadcrumb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	text-decoration: underline;
}

A.breadcrumb:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #786D40;
	text-decoration: none;
}

.SubHeadOrange2 {
	font-family: Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #D60006;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #786D40;
	margin: 8px;
	padding: 8px 8px 8px 12px;
}

A.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #786D40;
	text-decoration: none;
}

A.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #786D40;
	text-decoration: none;
}

A.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;	
	color: #FFFFFF;
	text-decoration: underline;
}

A.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;	
	color: #786D40;
	text-decoration: none;
}

.searchcell {
	color: #FFFFFF;
	padding-right: 10px;
}

.maintable {
	width: 770px;
}

.copyrightBG {
	background-image: url(013.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
}

.bottompaneBG {
	background-image: url(014.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* Normal Text Box */
.NormalTextBox {
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
	color: #B4A36F;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid #3A382B;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #786D40;
}

.t-worxPane {
	text-align: center;
	vertical-align: middle;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
}

