/*-----------------------*/
/*- MAIN LAYOUT STYLES --*/
/*-----------------------*/

body 
{
    margin:0px;
    padding:0px;
}

.pageMaster
{
    width:100%;
    height:100%;
    background-color:#c7be8a;
}

/*--- MAIN TABLE & CELLS STYLES ---*/
/*---------------------------------*/
.mainTable
{
    width:760px;
    min-height:668px;
    height:668px;
}
.headerHolder
{
    height:120px;
    background-color:#b87e00;
    text-align:center;
}
.topPaneHolder_home
{
    background-color:#FFFFFF;
    text-align:center;
    padding:0px;
}
.topPaneHolder_sub
{
    background-color:#b87e00;
    text-align:left;
    padding:0px 0px 10px 10px;
    background-image:url(images/sub_breadcrumbBg.gif);
    background-position:top center;
    background-repeat:no-repeat;
    height:53px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration:none;
    color:#FFFFFF;
}
.contentPanesHolder
{
    width:760px;
    height:100%;
    background-color:#FFFFFF;
    padding:10px;
}
.contentPanesHolderTable
{
    width:100%;
}

/*--- MENU HOLDER STYLES ---*/
/*--------------------------*/
.menuLeftPaneHolder
{
    width:208px;
    padding-right:10px;
}
.menuLeftPaneHolderTable
{
    width:188px;
}
.menuTableHolder
{
    background-image:url(images/containerShadow.gif);
    background-position:bottom center;
    background-repeat:no-repeat;
    padding-bottom:8px;
    width:188px;
}
.menuHeader
{
    border:1px solid #4e4215;
    background-color:#4e4215;
    padding:5px 10px 5px 10px;
    font-family:Garamond, Times New Roman, Serif;
    font-size:18px;
    color:#FFFFFF;
    font-weight:bold;
    width:188px;
}
.menuHolder
{
    border:1px solid #4e4215;
    padding:2px;
    width:188px;
}

/*--- CONTENT PANE STYLES ---*/
/*---------------------------*/
.leftPane
{
    padding-top:10px;
}
.contentPaneHolder
{
    width:100%;
    padding-left:10px;
    padding-right:10px;
}
/*.rightPaneHolder div.container
{
    padding-left:10px;
}
.rightPaneHolder div.container, .leftPane div.container
{
    width:180px;
}*/

.contentPaneHolder .containerTable, .rightPaneHolder .containerTable
{
    width:100%;
}

/*--- FOOTER STYLES ---*/
/*---------------------*/
.footerHolder
{
    background-color:#4e4215;
    background-image:url(images/footerTile.gif);
    background-repeat:repeat-x;
    background-position:top;
    width:760px;
    height:40px;
    text-align:center;
}
.footerHolder, .footerHolder a:visited, .footerHolder a:link, .footerHolder a:active, a.loginClass:visited, a.loginClass:link, a.loginClass:active, .copyrightClass, a.termsClass:visited, a.termsClass:link, a.termsClass:active, a.privacyClass:visited, a.privacyClass:link, a.privacyClass:active{
	color:#f4e7cc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;		
	text-decoration:none;
	font-weight:normal;
}
.footerHolder a:hover, a.loginClass:hover, a.termsClass:hover, a.privacyClass:hover{
	color:#FFFFFF;
	text-decoration: underline;
	font-weight:normal;
}


/*---------------------*/
/*- MAIN MENU STYLES --*/
/*---------------------*/

/*generic styles*/

.MainMenu_MenuContainer {
	background-color: Transparent;
	padding:0px;
    width:182px;
}
.MainMenu_MenuBar {
	background-color: Transparent;	
	cursor: pointer; 
	cursor: hand;
	padding:0px;
    width:188px;
}
.MainMenu_MenuBreak {
	border:none; 
    background-color:#FFFFFF;
}
.menuSeparator
{
    height:2px;
    background-color:#FFFFFF;
    padding:0px;
    border:none;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF;
	border:none;
	padding:0px;
}
.MainMenu_MenuItemSel{
	cursor: pointer; 
	cursor: hand; 
	border:none;
	padding:0px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border:none;
	padding:0px;
	color:#4e4215;
	text-align:center;
	width:10px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	text-align:right;
	width:10px;
}

.MainMenu_MenuIcon {
    cursor: pointer; 
    cursor: hand; 
    background-color: Transparent; 
	border:none;
    text-align: center; 
    width: 0px; 
    height: 0px;
	background-color:#4e4215;
}
.MainMenu_MenuIcon img
{
    border:3px solid Transparent;
}

/*level specific styles*/

.rootMenuItem td{
	background-color:#faf6df;
	font-family:Garamond, Times New Roman, Serif;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
	padding:5px 5px 5px 5px;
	border:none;
	color:#4e4215;
}
.rootMenuItemOver td{
	background-color:#eae3bf;
	font-family:Garamond, Times New Roman, Serif;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
	padding:5px 5px 5px 5px;
	border:none;
	color:#4e4215;
}
.rootMenuItemBreadcrumb td{
	font-family:Garamond, Times New Roman, Serif;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
	padding:5px 5px 5px 5px;
	border:none;
	color:#b87e00;
}
.rootMenuItemActive td{
	background-color:#eae3bf;
	font-family:Garamond, Times New Roman, Serif;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
	padding:5px 5px 5px 5px;
	border:none;
	color:#b87e00;
}

.subMenu{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	padding:0px 0px 0px 3px;
}

.subMenu td{
	font-weight:normal;
	padding:0px 5px 0px 0px;
	margin:0px;
	height:25px;	
	font-family:Arial, Helvetica, sans-serif;
}
.MainMenu_MenuItem 
{
	background-color:#4e4215;
}
.subMenuItemOver, .subMenuItemOver td{
	padding:0px 5px 0px 0px;
	margin:0px;
	color:#FFFFFF;
	background-color:#b87e00;
}
.subMenuItemActive, .subMenuItemActive td{
	padding:0px 5px 0px 0px;
	margin:0px;
	color:#FFFFFF;
	background-color:#b87e00;
}
.subMenuItemBreadcrumb, .subMenuItemBreadcrumb td{
	padding:0px 5px 0px 0px;
	margin:0px;
	color:#FFFFFF;
}

/*-----------------------*/
/*- BREADCRUMBS STYLES --*/
/*-----------------------*/

a.breadCrumbs:link, a.breadCrumbs:visited, a.breadCrumbs:active, .breadCrumbs
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration:none;
    color:#FFFFFF;
}

a.breadCrumbs:hover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration:underline;
    color:#FFFFFF;
}

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   



/* style for module titles */
.Head   {
    font-family:Garamond, Times New Roman, Serif;
    font-size:25px;
    font-weight:    bold;
    color: #b0840a;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:Garamond, Times New Roman, Serif;
    font-size:  12px;
    font-weight:    bold;
    color: #b0840a;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Arial, Helvetica, Sans-Serif;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #b87e00;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #b87e00;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #4e4215;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #b87e00;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #b87e00;
	border:1px solid #4e4215;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	cursor:pointer;
	
}
.StandardButton:hover
{
    background-color:#4e4215;
}

    
/* GENERIC */
p, td, th, div
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color:#000000;
    padding:0px;
    margin:0px;
}
H1  /*large gold*/
{
    font-family:Garamond, Times New Roman, Serif;
    font-size:25px;
    font-weight:    bold;
    color: #b0840a;
    padding-bottom:2px;
    margin-bottom:2px;
}

H2  /*medium gold*/
{
    font-family:Garamond, Times New Roman, Serif;
    font-size:18px;
    font-weight:    bold;
    color: #b0840a;
    padding-bottom:2px;
    margin-bottom:2px;
}

H3  /*large brown*/
{
    font-family:Garamond, Times New Roman, Serif;
    font-size:25px;
    font-weight:    bold;
    color: #4e4215;
    padding-bottom:2px;
    margin-bottom:2px;
}

H4  /*medium brown*/
{
    font-family:Garamond, Times New Roman, Serif;
    font-size:18px;
    font-weight:    bold;
    color: #4e4215;
    padding-bottom:2px;
    margin-bottom:2px;
}

H5, DT, .CategoryTitle  /*arial gold*/
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  12px;
    font-weight:    bold;
    color: #b0840a;
    padding-bottom:2px;
    margin-bottom:2px;
}

H6  /*arial brown*/
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  12px;
    font-weight:    bold;
    color: #4e4215;
    padding-bottom:2px;
    margin-bottom:2px;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  12px;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}

A:link, A.gold:link   {
    text-decoration:    none;
    color:  #b87e00;
}

A:visited, A.gold:visited    {
    text-decoration:    none;
    color:  #b87e00;
}

A:hover, A.gold:hover  {
    text-decoration:    underline;
    color:  #4e4215;
}

A:active, A.gold:active     {
    text-decoration:    none;
    color:  #b87e00;
}

HR 
{
    border:none;
    border-bottom:1px solid #eae3bf;
    height:1px;
    text-align:left
}

/* Module Title Menu */

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;

	background-color: #eae3bf;
}

/*-----------------------*/
/*- NEWS MODULE STYLES --*/
/*-----------------------*/

a.newsHeadline:link, a.newsHeadline:active, a.newsHeadline:visited, .newsHeadline
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color:#4e4215;
    padding:0px;
    margin:0px;
    font-weight:bold;
    text-decoration:none;
}
a.newsHeadline:hover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color:#b0840a;
    padding:0px;
    margin:0px;
    font-weight:bold;
    text-decoration:underline;
}
.newsActions
{
    float:left;
    padding-right:5px;
    display:inline;
}
.NukeNews_Item, .NukeNews_AltItem
{
    background-color:Transparent;
    padding:0px;
}

.archivedisplaymonthlink:link, .archivedisplaymonthlink:active, .archivedisplaymonthlink:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	font-size:12px;
	text-decoration: underline;
	color:#4e4215;
	display:block;
	padding-top:10px;
}

.archivedisplaymonthlink:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	font-size:12px;
	color:#b0840a;
	display:block;
	padding-top:10px;
}

.viewnewsreturn:link, .viewnewsreturn:active, .viewnewsreturn:visited
{
	font-family:Tahoma, Arial;
	font-weight:bold;
	font-size:12px;
	text-decoration: underline;
	color:#4e4215;
}

.viewnewsreturn:hover
{
	font-family:Tahoma, Arial;
	font-weight:bold;
	font-size:12px;
	color:#b0840a;
}


























