/* 
================================
Skin styles for DotNetNuke
================================
*/   

/* Table Layout Styles*/
BODY {
	background-image: url(background.jpg);
	padding-top: 10px;
}

.pagemaster {
	background-color: #FEFEFE;
	padding: 6px;
	border: 1px;
	border-color: #999999;
}

.skinmaster {
	background-color: #FFFFFF;
}

.breadcrumBar {
	padding-top: 2px;
}

.skinheader {
}
.skingradient {
	background-image: url(menubar_bgrepeat.jpg); 
	height:34px;
}
.controlpanel {

	background-color: #FEFEFE;
	border-right: #FF0000 1px solid; 
	border-top: #FF0000 1px solid; 
	border-left: #FF0000 1px solid; 
	border-bottom: #FF0000 1px solid; 
}
.toppane {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 4px;
}
.leftpane {
	width: 175px;
	background-color: #FFFFFF;
	padding-right: 4px;
	padding-top: 4px;
}
.contentpane {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 4px;
}
.rightpane {
	width: 175px;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-top: 4px;
}
.bottompane {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 4px;
}

.Footer_RedBar {
	background-image: url(redsquare.jpg);
	background-repeat: repeat-x; 
	height: 2px;
}

.Footer_ClearBar {
	height: 3px;
}

.Footer_GrayBar {
	background-image: url(graysquare.jpg); 
	background-repeat: repeat-x;
	height: 4px;
}

.Footer_MenuBar {
	padding-top: 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-stretch: semi-expanded;
}

.Footer_Copyright {
	padding-top: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* END Table Layout Styles*/

/* Main Menu Bar Styles */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	height: 21px;
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cad5ea;  
	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: #8da4d3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}

/* END of Main Menu Bar Styles */

/*  NORMAL */

.Normal,.NormalDisabled
{
    font-size: 11px;
    font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.NormalDisabled
{
    color: Silver;
}

.NormalBold
{
	font-weight: bold;
}

.NormalRed
{
	color: red;
}

.NormalTextBox
{
    font-size: 11 px;
    font-weight: normal;
    background-color: #FFFFFF;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}

.CommandButton
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px;
}

A.CommandButton:link 
{
    text-decoration:    none;
    color: #333333;
}

A.CommandButton:visited   
{
    text-decoration:    none;
    color:  #333333;
}

A.CommandButton:active    
{
    text-decoration:    none;
    color:  #333333;
}

A.CommandButton:hover 
{
    text-decoration:    underline;
	background-color: #DDDDDD;
    color: #FF3300;
}

.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #CCCCCC;
    color: #000000;
}
/* NORMAL styles */

/* LINKS Stule */

A{
	font-size: 11px;
	color: #666666;
}

A:link 
{
    text-decoration:    none;
    color: #666666;
}

A:visited   
{
    text-decoration:    none;
    color:  #666666;
}

A:active    
{
    text-decoration:    none;
    color:  #666666;
}

A:hover 
{
    text-decoration:    underline;
    color: #FF3300;
}

/* END of Link Styles*/


/* SKIN OBJECTS Styles (Breadcrums, Login, Date etc)*/
.SkinObject {
    color: #666666;
	font-size: 11px;
	font-weight: normal;
    text-decoration: none;
	padding: 4px;
}

A.SkinObject:link	{
	text-decoration:    none;
    color: #666666;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #666666;
}

A.SkinObject:hover    {
    text-decoration: none;
    color: #FF3300;
	background-color: #DDDDDD;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #666666;
}

/*  END of Skin Object styles*/


.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #666666;
}

/* SOLPART Menu Styles */

.MainMenu_MenuContainer {
	background-color: transparent; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 18px;
	background-color: transparent;
}

.MainMenu_MenuItem {
	border-left:  0px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-size: 11px;
	font-weight: bold;
	font-style: normal; 
	background-color: transparent;
}

.MainMenu_MenuIcon {
	background-color: #cccccc; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu {
	background-color: #dddddd;  
	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: #aaaaaa; 
	cursor: pointer; 
	cursor: hand; 
	color: #FF3300; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}

.MainMenu_MenuArrow {

	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_RootMenuArrow {

	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}


/* END of SOLPART Menu Style */


/* TreeView Styles */
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	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;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}

/* END of TreeView Styles */

.Head {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  12px;
   font-weight: bold;
   color: #333333;
}

.SubHead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: bold;
	color: #333333;
}

.CreateFrom {
	font-size: 9px;
	color: #000000;
}
/* Visual Effects (Non DNN)*/

.SiteTitleRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bolder;
	color: #FF3300;
}

.SiteTitleBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

.tinyTinyText {
	font-size: 9px;
	color: #999999;
}

.footerHRLineThick {
	height: 5px;
	color: #666666;
}

.footerHRLineThin {
	height: 1px;
	color: #666666;
}

TH {
	font-size: 11px;
	color: #333333;
}
