/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #7B2540;
	background-color: #FFFFFF;
}
.skinmaster {
	background-color: #7b2540;
	background-color: #FFFFFF;
/* yellow */ 
	border-right: #e08c0b 1px solid; 
	border-top: #e08c0b 1px solid; 
	border-left: #e08c0b 1px solid; 
	border-bottom: #e08c0b 1px solid;
/* red */ 
	border-right: #eb613e 1px solid; 
	border-top: #eb613e 1px solid; 
	border-left: #eb613e 1px solid; 
	border-bottom: #eb613e 1px solid; 
/* blue */ 
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkGold.jpg); 
	background-image: url(gradient_midRed.jpg); 
	background-image: url(gradient_ltBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #ffd696;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 500px;
	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: 600px;
	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;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #ffd085 0px solid; 
	border-bottom: #ffd085 1px solid; 
	border-top: #ffd085 1px solid; 
	border-right: #ffd085 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, Tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #ffd085; 
	border-left: #ffd085 1px solid; 
	border-bottom: #ffd085 1px solid; 
	border-top: #ffd085 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #FFD085; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #ffb541; 
	background-color:#7994cb;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, Tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #ffd085 1px solid; 
	border-bottom: #ffd085 1px solid; 
	border-top: #ffd085 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #e08c0b none; 
    color: #ffffff;
    font-family:verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #ffd696;
	border-right: #e08c0b 1px solid; 
	border-top: #e08c0b 1px solid; 
	border-left: #e08c0b 1px solid; 
	border-bottom: #e08c0b 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_MidTangerine.jpg);
}
.Head   {
	font-family: Verdana, Arial, Helvetica, Tahoma; 
   font-size: 18px;
   font-weight: normal;
   color: #333333;
}
A {
    font-size: 12px;
    color: black;
    font-family: Verdana;
}
A:active {
    font-size: 12px;
    color: black;
    font-family: Verdana;
}
A:hover {
    font-size: 12px;
    color: RED;
    font-family: Verdana;
}
A:link {
    font-size: 12px;
    color: BLACK;
    font-family: Verdana;
}
A:visited {
    font-size: 12px;
    color: BLACK;
    font-family: Verdana;
}
.SelectedTab
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8.5pt;
    TEXT-DECORATION: none
}
A.SelectedTab:link
{
    COLOR: white;
    TEXT-DECORATION: none
}
A.SelectedTab:visited
{
    COLOR: #eeeeee;
    TEXT-DECORATION: none
}
A.SelectedTab:active
{
    COLOR: #eeeeee;
    TEXT-DECORATION: none
}
A.SelectedTab:hover
{
    COLOR: #cccccc;
    TEXT-DECORATION: none
}
.OtherTabs
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8.5pt;
    TEXT-DECORATION: none
}
A.OtherTabs:link
{
    COLOR: white;
    TEXT-DECORATION: none
}
A.OtherTabs:visited
{
    COLOR: #eeeeee;
    TEXT-DECORATION: none
}
A.OtherTabs:active
{
    COLOR: #eeeeee;
    TEXT-DECORATION: none
}
A.OtherTabs:hover
{
    COLOR: #cccccc;
    TEXT-DECORATION: none
}
.Head
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 20px;
    COLOR: #333333;
    FONT-FAMILY: Tahoma, Arial, Helvetica
}
.SubHead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #003366;
    FONT-FAMILY: Tahoma, Arial, Helvetica
}
.SubSubHead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: Tahoma, Arial, Helvetica
}
.CommandButton
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 20px;
    FONT-FAMILY: Tahoma, Arial, Helvetica
}
A.CommandButton:link
{
    COLOR: #003366;
    TEXT-DECORATION: underline
}
A.CommandButton:visited
{
    COLOR: #003366;
    TEXT-DECORATION: underline
}
A.CommandButton:active
{
    COLOR: #003366;
    TEXT-DECORATION: underline
}
A.CommandButton:hover
{
    COLOR: #ff0000;
    TEXT-DECORATION: underline
}

.SkinObject {
    font-weight: bold;
    font-size: 9.5pt;
    color: #003366;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    font-weight: bold;
    font-size: 9.5pt;
    color: #003366;
     color: #000000;
   font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:visited  {
    font-weight: bold;
    font-size: 9.5pt;
    color: #003366;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;

}

A.SkinObject:active   {
    font-weight: bold;
    font-size: 9.5pt;
    color: #003366;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;

}

A.SkinObject:hover    {
    font-weight: bold;
    font-size: 9.5pt;
    color: #003366;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;

}

.genusButton    {
    font-weight: bold;
    font-size: 9.5pt;
    color: #003366;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;

}
A.genusButton:link {
    font-weight: bold;
    font-size: 9.5pt;
    color: #003366;
     color: #000000;
   font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.genusButton:visited  {
    font-weight: bold;
    font-size: 9.5pt;
    color: #003366;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;

}

A.genusButton:active   {
    font-weight: bold;
    font-size: 9.5pt;
    color: #003366;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;

}

A.genusButton:hover    {
    font-weight: bold;
    font-size: 9.5pt;
    color: #003366;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;

}




