/* 
================================
Skin styles for DotNetNuke
================================
*/   

/* Standard HTML Tag Settings */

body {background-color: #FFFFFF;}
table, tr, td, p {font-family: tahoma, arial, helvetica;font-size: 12px;line-height: 1.4em;}

/* Standard DotNetNuke Settings */
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border: #F2F2F2 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

.skinheader {
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;      
        padding-left: 6px;
	padding-right: 4px;
	height:20px;
}

.skingradient {
	background-color: #FFFFFF;
        color: #1833E1;
        border-bottom: #FFFFFF 1px solid;
}

.controlpanel {
	width: 100%;
	background-color: #EAF3FB;
        color: #EAF3FB;
}

.logoPanel {
    background-image: url(logo.gif); 
    background-repeat: no-repeat;
    height:40px;
}

.toppane {
	width: 100%;
	background-color: Transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: Transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 350px;
	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: #1A76B7; 
	border: #D1E2FE 1px solid;      
}

.MainMenu_MenuContainer {
	background-color: Transparent; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
}

.MainMenu_MenuItem {
        background-color: #1A76B7;
	border: #1A76B7 1px solid;      
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
        font-family: tahoma, arial, helvetica;  
        font-size: 12px; 
        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: 21px;
}

.MainMenu_SubMenu {
	background-color: #1A76B7;
        border: #1A76B7 1px solid;
	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: 12px;
}

.MainMenu_MenuArrow {
	border-right: #1A76B7 1px solid; 
	border-bottom: #1A76B7 1px solid; 
	border-top: #1A76B7 0px solid;
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
}


.Head {
   color: #1A76B7;
   font-family: Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight: bold;
}





