/* 
================================
Skin styles for DotNetNuke
================================
*/   
body 
{
	padding:0; 
	margin:0; 
	color:#CCCC99; 
	background-color:#474731
}

body, td 
{
	font-family:Tahoma; 
	font-size:11px; 
}

br
{
	font-size:10px
}

.pagemaster {
	height: 100%;	
	text-align: center;
	/*background-color: #FFFFE5;*/
}
.skinmaster {
	text-align: center;
	
	/*background-color: #FFFFCC;*/
	/*border-right: #CC9933 1px solid; 
	border-top: #CC9933 1px solid; 
	border-left: #CC9933 1px solid; 
	border-bottom: #CC9933 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; */
}
.skinheader 
{
	/*background-image:url(top.jpg); 
	width:880px; 
	height:390px;*/
}

.menuRow
{
	background-image: url(menu-bkg.gif); 
	height: 38px;
}

.searchRow
{
	background-image: url(SearchRow.gif); 
	height:30px;
}

.search
{
	color:#FFFF9B; 
	font-size:11px; 
}
a.search, a.search:hover
{
	color:#FFFF9B; 
	font-size:11px; 
    text-decoration: none;
}

.skingradient {
	background-image: url(gradient_DkMustard.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: Transparent;
}
td#ControlPanel
{
	background-color: #909064; 
}


.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 300px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.footer
{
	color:#515132; 
	font-size:10px; 
	line-height:13px
} 
a.footer 
{
	color:#515132; 
	font-size:10px; 
	text-decoration:none
} 
a.footer:hover
{
	color:#515132; 
	font-size:10px; 
	text-decoration:underline;
} 

.footerPane
{
	background-image:url(bottom1.gif);
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #6B3908; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #6B3908; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 15px;   /*explicitly set padding for root menu items*/
    text-transform:uppercase;
}

.main_dnnmenu_itemhover {  
	color: #242410; 
}

.main_dnnmenu_itemhover td {  
	color: #242410; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #FFFFE5;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #FFFFE5 1px solid; 
	border-bottom: #FFFFE5 1px solid; 
	border-top: #FFFFE5 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
  color: #CCCC99;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
  color: #CCCC99;
}

A.CommandButton:visited  {
  color: #CCCC99;
}

A.CommandButton:hover    {
  color: #CCCC99;
}
    
A.CommandButton:active   {
  color: #CCCC99;
}

.StandardButton {
  background: #4F4F34 none; 
  color: #CCCC99;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #CC9933 1px solid; 
	border-top: #CC9933 1px solid; 
	border-left: #CC9933 1px solid; 
	border-bottom: #CC9933 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtMustard.jpg);
}
.Head {
   font-family: Arial, Helvetica, Tahoma;
   font-size:  18px;
   font-weight: normal;
   color: #CCCC99;
}

/** Date Breadcrumbs User region **/
.DtBrdUser
{
	color:#FFFF9B; 
	font-size:11px; 
}
b.DtBrdUser
{
	color:#FFFF9B; 
	font-size:11px; 
}
span#dnn_dnnBREADCRUMB_lblBreadCrumb a
{
	color:#FFFF9B; 
	font-size:11px; 
}
a.DtBrdUser:link {color:#FFFF9B; text-decoration:none} 
a.DtBrdUser:hover {text-decoration:none} 

/** Main content region **/
.content
{
	background-image:url(bg2.gif); 
	width:880px; 
	height:100%;
}

div.content {color:#FFFF9B; font-size:11px; line-height:13px} 

td.content {color:#FFFF9B; font-size:11px; line-height:13px} 
b.content {color:#FFFFFF} 
.content b a{color:#FFFF9B; font-size:10px; text-decoration:none; font-weight:normal} 
.content b a:hover{text-decoration:underline} 
.content a{color:#FFFFFF; text-decoration:underline} 
.content a:hover{text-decoration:none} 
.content li{background:url(images/1_z1.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 14px }

.content .block{color:#C8C885; font-size:10px; line-height:13px}
.content .block b{color:#C88500; font-size:10px; font-weight:normal }

.content .block1{color:#C8C885; font-size:11px; line-height:13px}
.content .block1 b{color:#C88500; font-size:11px; font-weight:bold }
.content .block1 a{color:#C88500; font-size:11px; text-decoration:underline}
.content .block1 a:hover{text-decoration:none} 

A
{
	color:#CCCC99;
	text-decoration: underline;
}

A:link  
{
	color:#CCCC99;
}

A:hover {
	color:#FFFF9B;
}

A:active    {
	color:#CCCC99;
}

A:visited
{
	color: #DDDDBB;
	text-decoration: underline;
}

label 
{
	color:#CCCC99; 
}

.subhead 
{
	color: #CCCC99;
}


A.SkinObject:visited
{
	color: #DDDDBB;
	text-decoration: underline;
}

.BTBYahooWeather_Header
{
	background-color: #663300;
}

.RhemaSurveyBackground
{
    background-color:Transparent;
}


.articleHeadline h1 {
    margin-bottom: 0px;
    background-color:#474731; /*#F0F0F0;*/
    border:1px dashed #CCCC99; /*#C8C8C8;*/
}

