/* 
================================
Skin styles for DotNetNuke
================================
*/   

html, body, object, embed {height:100%;} 

Body
{
	margin: 0px;
	padding: 0; 
	
	}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: Black;
}
.skinmaster {
	width:970px;
	background-color: #F3F5FA;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	
	padding : none;
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: black;
	border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}
.toppanehome {
	width: 450px;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	background-image: url(images/home_row3_3.gif);
}

.contentleft {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.leftpanehome {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	BACKGROUND-IMAGE: url(images/home_row6_2.jpg);
}

.leftpanesub {
	width: 173px;
	background-color: #ad5e00;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 40px;
	BACKGROUND-IMAGE: url(images/sub_row6_2.gif);
	background-repeat: no-repeat;
}

.titlepane {
	width: 307px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 65px;
	BACKGROUND-IMAGE: url(images/sub_row4_5.gif);
}

.contentpane {
	width: 100%;
	background-color: Transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.contentpanehome {
	width: 100%;
	BACKGROUND-IMAGE: url(images/home_content_bg.jpg);
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.contentpanesub {
	width: 757px;
	BACKGROUND-IMAGE: url(images/sub_row5_3.gif);
	background-repeat: no-repeat;
	background-color:#0f0800;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.rightpane {
	width: 175px;
	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-IMAGE: url(images/menu_background.gif);
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:48px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #461100 0px solid; 
	border-bottom: #461100 1px solid; 
	border-top: #461100 1px solid; 
	border-right: #461100 10px solid;
	cursor: pointer; 
	cursor: hand; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	color: White; 
	background-color: Transparent;
	text-transform:uppercase;

}
.MainMenu_MenuIcon {
	background-color: #461100; 
	border-left: #461100 1px solid; 
	border-bottom: #461100 1px solid; 
	border-top: #461100 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #461100;
	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: transparent; 
	border-right: #461100 10px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #dede00; 
	font-family: Verdana, Tahoma, Arial, Helvetica;  
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	text-transform:uppercase;
}
.MainMenu_MenuArrow {
	display: none; 
}
.MainMenu_RootMenuArrow {
	display: none; 
}

.StandardButton     {
    background: yellow none; 
    color: black;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.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);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: white;
}

/* Seach */ 

.SearchTD {
    width: 205px;
    padding: 0px 20px 0px 3px;
    background-image: url('BlackSearchBG.gif');
    background-position: left center;
    background-repeat: no-repeat;
    background-color: black;
}
.SearchTD label {
    color: #FFFFFF;
}

/*-- textbox used for search -----------------------------*/
#dnn_dnnSEARCH_txtSearch.NormalTextBox {
    height: 24px;
    vertical-align: top;
    background: white;
    width: 165px;
    color: #666;
    padding: 5px 5px 5px 0px;
    margin: 0px 1px 0px 0px;
    border: 0px solid #FFFFFF;
    cursor: text;
}

.SkinObject 
{
	color:white;
	font-family:Tahoma,Arial,Helvetica;
	font-size:8.5pt;font-weight:normal;
	text-decoration:none;
	}
	
a.SkinObject:link 
{
	color: white;text-decoration:none;
	}
	
a.SkinObject:visited 
{
	color:white;text-decoration:none;
	}
	
a.SkinObject:hover 
{
	color:white;text-decoration:none;
	}
	
a.SkinObject:active 
{
	color:white;text-decoration:none;
	}

a:link 
{
	color:yellow;text-decoration:none;
	}
	
a:visited 
{
	color:yellow;text-decoration:none;
	}
	
a:hover 
{
	color:white;text-decoration:underline;
	}
	
a:active {
	color:yellow;text-decoration:none;
	}
