/* 
================================
Skin styles for DotNetNuke
================================
*/   
.white_bg {
	background-color: #fefefe;
}
.pagemaster {
	width: 100%;
	height: 100%;	
    background-image: url(bg.jpg); 
	
}
.skinmaster {
	height: 100%;
	border-right: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	background-color: #f5f5f5;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
	border-bottom: #8f9092 1px solid; 
}
.skinsubhead {
	border-top: #8f9092 1px solid; 
}
.skintopbar
{
    background-image: url(topbar.jpg); 
	background-position:left top;
	background-repeat: no-repeat;
    height: 22px;
	vertical-align: middle;
	border-bottom: #8f9092 1px solid; 
}
.skinbannerleft
{
    background-image: url(banner_left.jpg); 
	background-position:left top;
	background-repeat: no-repeat;
    width: 350px;
    height: 115px;
	vertical-align: middle;
}
.skinbannermid
{
    background-image: url(banner_mid.jpg); 
	background-position:left top;
	background-repeat: repeat-x;
    height: 115px;
	vertical-align: middle;
}
.skinbannerright
{
    background-image: url(banner_right.jpg); 
	background-position: right top;
	background-repeat: no-repeat;
    width: 400px;
    height: 115px;
	vertical-align: middle;
}
.skingradient {
	background-image: url(bar1.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.toppaneshade {
	width: 100%;
	height: 10px;
	background: transparent url(bshade_top.gif) repeat-x bottom left;
	border-bottom: #8f9092 1px solid; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.leftpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpaneshade {
	background: transparent url(bshade_left.gif) repeat-y top right;
	border-right: #8f9092 1px solid; 
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.textpane {
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 25px;
}
.textpanewide {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
}
.rightpane {
	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;
}
.flashpane 
{
	height: 300px;
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.split3pane {
	width: 33%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	color: #000000; 
	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: #000000; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica; 
    padding: 1px 7px 3px 0px;	
    Gray-space: nowrap;  /*Word wrapping menu item now optional*/	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica; 
    Gray-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	color: #FF0000; 
}

.main_dnnmenu_itemhover td {  
	color: #FF0000; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu 
{
	border: solid 1px #8f9092;
	background-color: #F4F4F4;  
	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: #F4F4F4 1px solid; 
	border-bottom: #F4F4F4 1px solid; 
	border-top: #F4F4F4 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;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}


.RootLink {
    font-weight: normal;
    font-size: 12px;
    color: Gray;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}
A.RootLink:link {
    text-decoration:    none;
    color: Gray;
}

A.RootLink:visited  {
    text-decoration:    none;
    color: Gray;
}

A.RootLink:active   {
    text-decoration:    none;
    color: Gray;
}

A.RootLink:hover    {
    text-decoration:    none;
    color: red;
}

.SkinObject {
    font-weight: normal;
    font-size: 11px;
    color: Gray;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color: Gray;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: Gray;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: Gray;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: Red;
}

.LoginLink {
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

A.LoginLink:link {
    text-decoration:    none;
    color: White;
}

A.LoginLink:visited  {
    text-decoration:    none;
    color: White;
}

A.LoginLink:active   {
    text-decoration:    none;
    color: White;
}

A.LoginLink:hover    {
    text-decoration:    none;
    color: Red;
}
.Normal {
	color: #666666; 
	font-size: 9pt; 
	font-weight:normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none; 
}
.Normal_Larger {
	color: #666666; 
	font-size: 10pt; 
	font-weight:normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none; 
}
.Head {
   font-family: Verdana, Arial, Helvetica;
   font-size:  11pt;
   font-weight:  bold;
   color: #333333;
}
.SubHead {
	color: Red; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none; 
}
.SubHead_Larger {
	color: Red; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none; 
}
.Caption {
	color: Black; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: italic; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none; 
}
.CommandButton,.CommandButton A {
	color: Red;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none; 
}
.CommandButton A:hover {
	text-decoration: underline; 
}
.InputControl_Smaller 
{
	color: black;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none; 
}
.InputControl
{
	color: black;
	font-size: 9pt; 
	font-weight:normal; 
	font-style: normal; 
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none; 
}

.Table {
	width: 100%;
	border: solid 1px #F4F4F4;
}
.Table_Header, Table_Footer {
	color: White;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
    background-color: #666666;
    border: solid 1px #666666;
    text-align: center;
}
.Table_Item {
	color: #666666;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
    background-color: White;
}
.Table_AlternatingItem {
	color: #666666;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica;
    background-color: WhiteSmoke;
}


/*
Sixxac Menu
http://sixxac.com
*/

.SX_SXMenuFull
{
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 50px;
  padding-bottom: 1px;
}

.SX_SXMenuContainer
{
  margin-left: 10px;
}

.SX_SXMenuItem
{
  font-weight: normal;
  cursor: hand;
  font-size: 9pt;
  font-family: Verdana, Arial, Helvetica;
  text-align: left;
  padding-bottom: 10px;
}

.SX_SXMenuLink
{
  width: 100%;
  color: Gray; 
  cursor: hand;
}
.SX_SXMenuItem A
{
  width: 100%;
  color: Gray; 
  cursor: hand;
}

.SX_SXMenuLink A:hover, .SX_SXMenuItem A:hover, .SX_SXMenuEnabled A:hover, .SX_SXMenuSelected A:hover
{
  color: Red; 
  text-decoration: none; 
  cursor: hand;
/*  width: 100%; */
}

.SX_SXMenuEnabled
{
}

.SX_SXMenuDisabled
{
  color: DarkGray;
  cursor: default;
  width: 100%;
}

.SX_SXMenuSelected
{
}

.SX_SXMenuActive
{
  color: Black;
  cursor: default;
}


/* GENERIC */
A {
    text-decoration:	none;
    color: Red;
}
A:link {
    text-decoration:    none;
    color: Red;
}

A:visited  {
    text-decoration:    none;
    color: Red;
}

A:active   {
    text-decoration:    none;
    color: Red;
}

A:hover    {
    text-decoration:    underline;
    color: Red;
}
/* ID Specific */
#dnn_dnnSEARCH_txtSearch
{
	width: 90px;
}



