/* 
================================
Skin styles for DotNetNuke
================================
*/   

/* Standard HTML Tag Settings */

body {background-color: #5D99DC;}
table, tr, td, p {font-family: tahoma, arial, helvetica;font-size: 11px;line-height: 1.3em;}

/* text style for the selected tab */
.SelectedTab {
        color: BLACK;
}

/* text style for the OTHER tabs */
.OtherTabs {
		color: BLACK 
}

/* Standard DotNetNuke Settings */
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #1A76B7;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border: #FFFFFF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

.skinheader {
	background-color: #99FF66;
	border-bottom: #FFFFFF 1px solid;      
	height:20px;
}

.skingradient {
	background-color: #1A76B7;
	background-color:	#339933;
        color: #1833E1;
        border-bottom: #FFFFFF 1px solid;
}

.logoPanel {
/*    background-image: url(/Portals/0/Skins/ACE_Blues_Blue/logo.gif); 
    background-repeat: no-repeat;
    height:40px;	*/
}

.controlpanel {
	width: 100%;
	background-color: #EAF3FB;
        color: #EAF3FB;
}

.toppane {
	width: 100%;
	background-color: Transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: Transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: Transparent;
	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;
}


.MenuFrame {
	background-color: #99FF66; 
	border: #5D99DC 1px solid;      
}

.MainMenu_MenuContainer {
	background-color: Transparent; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:18px;
}

.MainMenu_MenuItem {
        background-color: Transparent;
	cursor: pointer; 
	cursor: hand; 
	color: Black; 
        font-family: tahoma, arial, helvetica;  
        font-size: 11px; 
        font-weight: normal; 
        font-style: normal; 
}

.MainMenu_MenuIcon {
	background-color: #D1E2FE;
	border-right: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 	
        cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 16px;
}

.MainMenu_SubMenu {
	background-color: #FFFFFF;
	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: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #1A76B7; 
        font-weight: normal;        
        font-style: normal; 	
        height: 16px;
}

.MainMenu_MenuArrow {
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
}

.Head   {
font-family: tahoma, arial, helvetica;
font-size:  10px;
color: #1833E1; 
line-height: 30px;
}