/* 
================================
Skin styles for DotNetNuke
================================
*/   

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #003366;
}
.skinmaster {
	height: 100%;
	background-color: #ffffcc;
	border-right: #cccc99 1px solid; 
	border-top: #cccc99 1px solid; 
	border-left: #cccc99 1px solid; 
	border-bottom: #cccc99 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	background-color: #cccc99;
}
.skingradient {
	background-image: url(BlueBar.jpg); 
	background-position: bottom;
	background-repeat:no-repeat;
	height: 24px;
}
.skingradienttop {
	background-image: url(BlueBar.jpg); 
	background-position: top;
	background-repeat:no-repeat;
	height: 24px;
}
.skinobject, a.skinobject:link,a.skinobject:hover, a.skinobject:active, a.skinobject:visited
{
	font-weight:Normal;
	color:#fff;
    font-size: 8.5pt;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
.altso, a.altso:link,a.altso:hover, a.altso:active, a.altso:visited
{
	font-weight:Normal;
	color:#003366;
    font-size: 8.5pt;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.TopSearch
{
	background-color:#003366;
}
.NormalTextBox
{
    font-size: 10px;
}

.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.toppane {
	width: 100%;
	background-color: #003366;
	/*padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;*/
}
.leftpane 
{
    height:100%;
	width: 175px;
	background-color: #CCCC99;
	/*background-image:url(LP_LG_Bkg.jpg);
	background-repeat:repeat-y;
	background-position:right;*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane_single
{
    height:100%;
	width: 75px;
	background-color: rgb(178,192,150);
	background-image:url(LP_LG_Bkg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane_single {
	width: 80%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.contentpane_fixed 
{
	width: 595px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.rightpane {
	width:175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane_single {
	width:75px;
	background-color: rgb(178,192,150);
	background-image:url(RP_LG_Bkg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.TagLine 
{
    border-top:solid 1px #003366;
    }
.MainMenu_MenuContainer {
	background-color: #cccc99; 
	width:175px;
	height:1px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 19px;
	/*background-color: Transparent;*/
}
.MainMenu_MenuItem 
{
    padding-left:3px;
	cursor: pointer; 
	cursor: hand; 
	color: #003366;
	font-family: tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	height:19px;
}
.MainMenu_MenuIcon {
	/*background-color: #669966; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid; 
	border-right: #003366 1px solid;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 25px; 
	height: 19px;*/
	display:none;
}
.SubMenu {
	background-color: #cccc99;  
	border: solid 1px #003366;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin-left:-20px;
	margin-top:2px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
/*.MainMenu_MenuBreak 
{
	height: 1;
}*/
/*.MainMenu_RootMenuItem TD
{
    padding-right:15px;
}*/

.MainMenu_MenuItemSel 
{
    padding-left: 3px;
	cursor: pointer; 
	cursor: hand;
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	height: 19px;
}
/*.MainMenu_MenuArrow {
	border-right: #cccccc 0px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}*/
.RootMenuItem 
{
	color:#003366; font-size:11px; font-weight:normal;
	background:url(bhcmenuvertitem.jpg) 5px 2px no-repeat transparent;
	padding:5px;
	height:29px;	
}
.RootMenuItemSelected 
{
	color:#ffffcc; font-size:11px; font-weight:normal;
	background:url(bhcmenuverthover.jpg) 5px 2px no-repeat transparent;
	padding:5px;
	height:29px;	
}
.SubMenuItem 
{
}
.SubMenuItemSelected 
{
    background-color:#669966;
}

.SelectedTab 
{
    background-color:Red;
}
.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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight:  bold;
   color: #333;
}
.AltHead 
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight:  bold;
   color: #fff;
}
