/* 
================================
Skin styles for DotNetNuke
================================
*/   
BODY
{
	text-align:center;
}

#I25Container 
{
	width:100%;
	text-align:center;
	background-color:Black;
}

#SkinMain
{
	width:770px;
	margin-left:auto;
	margin-right:auto;
}

.skinheader 
{
	BACKGROUND-IMAGE: url(TruckAndSign.jpg);
	background-repeat:no-repeat;
	height:150px;
	width:100%;
	text-align:left;
	background-color:Black;
}
.skinmenubar {
	BACKGROUND-IMAGE: url(MenuBar.jpg);
	background-repeat:no-repeat;
	HEIGHT:50px;
	padding-top:14px;
	padding-left:30px;
}

.skinmenu
{
	width:300px;
	float:left;
}

.skindate
{
	width:400px;
	float:right;
}

.skindate span, .skindate
{ 
	color:White;
}

.controlpanel {
	width: 100%;
	background-color: black;
	border:0px;
}


.skinbreadcrumb span a
{
	color:White;
}

.skinleftpanel
{
  width:20%;
  float:left;
}

.skincenterpanel
{
  width:50%;
  float:left;
  margin:0px 19px;
}

.skinrightpanel
{
  width:20%;
  float:left;
}

.skinmainpanel
{
	width:75%;
	float:right;
}

.skinbottompanel
{
	width:770px;
	clear:both;
}

.skinobject
{
	color:White;
}

.skinfooter
{
	width:770px;
	clear:both;
}

a.skinobject:link,
a.skinobject:visited,
a.skinobject:active{
color:white;
}



.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: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.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: Black; 
	cursor: pointer; 
	cursor: hand; 
	color: Gray; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 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: #7994CB none; 
    color: #FFFFFF;
    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; 
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}



