/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.homeTable 
{
    width:767px;
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}

.contentpane {
	
}
.MainImage 
{
    width:575px;
    background-color:#8db9d4;
    border-right:solid 2px #ffffff;
    margin:0px;
    padding:0px;
}
.homeNav 
{
    background: #8eafc2 url(/portals/0/images/searchBack.jpg) repeat-x fixed bottom;
    border-right:solid 2px #ffffff;
    padding:6px;
}
.homeNavDiv 
{
    display:block;
    width:162px;
    height:30px;
    color:#ffffff;
    margin:4px 0 0 2px;
    padding-top:10px;
    padding-left:10px
}
.homeNavDiv a:active,
.homeNavDiv a:link,
.homeNavDiv a:visited
{
    color:#ffffff;
    font-size:12px;
    text-decoration:none;
}
.homeNavDiv a:hover
{
    color:#8eafc2;
    text-decoration:none;
    background:url(/portals/0/images/homeNavOver.gif) no-repeat top left;
}
.Features {
    background-image:url(/portals/0/images/homeModuleBack.gif);
    background-position:top;
    background-repeat:repeat-x;
    height:240px;
    text-align:center;
    border-right:solid 2px #ffffff;
    color:#6f8897;
}
.Quote 
{
    font-size:1em;
    color:#6f8897;
    border-bottom:solid 1px #6f8897;
    padding:0px 0 30px 0;
}
.leftColumn
{
    background-color:#8eafc2;
    background-image:url(/portals/0/images/lowerLeftLogo.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    width:200px;
}
.rightColumn
{
    background-image:url(/portals/0/images/lowerRightTower.jpg);
    background-repeat:no-repeat;
    background-position:bottom right;
    width:240px;
}
.mainMenu
{
    background-image:url(/portals/0/images/subHeaderBack.gif);
    background-repeat:repeat-x;
    height:83px;
    padding-bottom:15px;
}
.MainMenu_MenuContainer {
	background-color: transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	text-align:right;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: yellow; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 100%;
	color:White;
	/*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:  18px;
   font-weight:  normal;
   color: #333333;
}
