/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	-moz-border-radius-bottomleft: 10px; 
	-moz-border-radius-bottomright: 10px; 
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-bottomleft: 10px; 
	-webkit-border-radius-bottomright: 10px; 
	-webkit-border-radius-topleft: 10px; 
	-webkit-border-radius-topright: 10px;
 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.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: 500px;
	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;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:30px;
	background-color:transparent;
	vertical-align:middle;
	border:none 0px transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica; 
	height:30px;
	width:130;
	vertical-align:middle;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 30px;
	vertical-align:middle;
	display:none;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	height:30px;
	width:100px;
}
.MainMenu_MenuBreak {
	height: 30px;
	background-color:#c2d13a; 
}
.MainMenu_MenuItemSel 
{
    background-color: white;	 
	cursor: pointer; 
	cursor: hand;  
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt;  
	font-style: normal;
	width:130;
	height:30px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	display:none;
}
.MainMenu_RootMenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display:none;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.Head {
   	font-size:120%;
	width:100%;
	border-bottom:2px solid #F0F0F0;
	margin:0;
	padding:0;
	color:#557ef5;
}
.header {
	clear:right;
	background-image:url(LGCOACHING1.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	text-align:center;
	height:50px;
}
h1 {
	color:#2a56d6;
	font-size:130%;
	display:block;
	width:100%;
}
h2 {
	font-size:120%;
	display:block;
	width:100%;
	border-bottom:2px solid #F0F0F0;
	margin:0;
	padding:0;
	color:#557ef5;
}
.SkinObject
{
   	font-size:10px;
	margin:0;
	padding:0;
	color:#3d76ab; 
}
.SkinObject a
{
   	font-size:10px;
	margin:0;
	padding:0;
	color:#3d76ab; 
}
#dnn_dnnTERMS_hypTerms
{
    font-size:10px;
	margin:0;
	padding:0;
	color:#3d76ab; 
}
#dnn_dnnPRIVACY_hypPrivacy
{
    font-size:10px;
	margin:0;
	padding:0;
	color:#3d76ab; 
}
#dnn_dnnLOGIN_hypLogin
{
    font-size:10px;
	margin:0;
	padding:0;
	color:#3d76ab; 
}
.leftbak
{
	background-color:#d7e3f2;	
	background-position: right top;
	background-image: url(sbg_left.jpg);
	background-repeat: repeat-y;
}   
.rightbak
{
	background-color:d7e3f2;	
	background-position: left top;
	background-image: url(sbg_right.jpg);
	background-repeat: repeat-y;
}