/* 
================================
Skin styles for DotNetNuke
================================
*/   

body
{
    background-color:#000000;
    color:#ffffff;
}

a, a:link, a:active, a:visited, a:hover
{
    color: #ed1b2e;
	font-size: 12px;
}
A, A:link, A:active, A:visited, A:hover
{
    color: #ed1b2e;
	font-size: 12px;
}

.pagemaster {
	width: 100%;
	height: 95%;	
	background-color: #000000;
	color:#ffffff;
}
.skinmaster {
	height: 100%;
	
}
.skinheader {
}
.skingradient {
	/*background-image: url(gradient_DKGray.jpg); */
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #666666;
	border:0px;
	
}

.topBG
{
    background-color: #000000;
}
.toppane {
    background-image: url("toptop.gif");
    background-repeat: no-repeat;
	color:#ed1b2e;
	padding: 6px 6px 0px 6px;
	width: 770px;
}
.toppanebott {
	background-image:url(bottomtop.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	color:#ed1b2e;
	
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentBG
{
    background-image: url("content.jpg");
    background-repeat:repeat-x;
    background-color: #0D0B0C;
}
.contentpane {
    background-image: url("topcontent.gif");
    background-repeat: no-repeat;
	color:#ffffff;
	padding:6px;
}
.contentpanebott {
	background-image:url(bottomcontent.gif);
	background-repeat:no-repeat;
	 background-position: bottom left;
	color:#ffffff;
	
}

.rightBG
{
    background-image: url("content.jpg");
    background-repeat:repeat-x;
    background-color: #0D0B0C;
}
.rightpane {
	width: 240px;
 background-image: url("topright.gif");
   background-repeat: no-repeat;
	color:#ffffff;
	padding: 0px;
	margin: 0px;
}
.rightpanebott {
	width: 240px;
	background-image:url(bottomright.gif);
	background-repeat:no-repeat;
	 background-position: bottom left;
	color:#ffffff;
	
	
}

.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	color:ed1b2e;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ed1b2e; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana; 
    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: #ed1b2e; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana; 
	letter-spacing:1px;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 10px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	/*background-color: #aaaaaa; */
}

.main_dnnmenu_itemhover td {  
	/*background-color: #aaaaaa; */
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #343434;  
	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: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: #ffffff;
}

.SubHead
{
     color: #ffffff;
}

.white a, a:link, a:active, a:visited, a:hover
{
    color:#ed1b2e;
    font-weight:normal;
    font-family:Tahoma, Arial, Helvetica;
    font-size:x-small;
}

.SkinObject
{
    color:#ffffff;
    font-weight:normal;
    font-family:Tahoma, Arial, Helvetica;
    font-size:x-small;
}

.td 
{
    color:#ffffff;
}

#ContentPane a, a:active, a:link, a:visited 
{
    color: #ed1b2e;
    text-decoration: none;
   /* font-weight: 900;*/
}

#ContentPane a:hover
{
    color: #ed1b2e;
    text-decoration: none;
}
p.content {
	margin: 5px;
    font-weight:normal;
    font-family:Tahoma, Arial, Helvetica;
    font-size:12px;	
}

h2 {
	color:#ffffff;
    font-weight: bold;
    font-family:Tahoma, Arial, Helvetica;
    font-size: 12px;	
	margin: 5px;
}


