/* 
================================
Skin styles for DotNetNuke
================================
*/   
H1 {
	color: #000000;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
}
p, .normal {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
ul li {
	list-style-type: disc;
}

.Title2 {
	color: #333333;
	font-size: 16px;
	font-family: tahoma, sans-serif, verdana, arial;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #757575;
	background-image: url(bground.gif);
}
.skinmaster {
	height: 100%;
	background-color: #fff;
}
.controlpanel {
	width: 100%;
	background-color: #ebebeb;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 250px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
}
.contentpane {
	width: 530px;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
}
.rightpane {
	padding-left: 2px;
	padding-right: 2px;
}
.bottompane { width: 100%; background-color: transparent; padding: 2px 4px; }
.ModuleTitle { color: #fff; font-size: 11px; font-family: tahoma, sans-serif, verdana, arial; font-weight: bold; font-variant: small-caps; }
.SkinFooter {
	font-size: 10px;
	color: #333333;
}
.StandardTable { color: #4a4a4a; font-size: 11px; font-family: tahoma, sans-serif, verdana, arial; }
/*====DNN Menu====*/
.MainMenu_MenuContainer { background-color: transparent; border-style: none; }
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem { cursor: pointer; cursor: pointer; color: #fff; font-size: 8pt; font-family: tahoma, sans-serif, verdana, arial; font-weight: bold; font-style: normal; background-color: transparent; border-style: none; }
.MainMenu_MenuIcon { background-color: transparent; cursor: pointer; cursor: pointer; text-align: center; width: 15px; height: 21px; border-style: none; }
.MainMenu_SubMenu { background-color: #036; z-index: 1000; border: solid 2px #000; cursor: pointer; cursor: pointer; filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); }
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel { background-color: transparent; cursor: pointer; cursor: pointer; color: #ebeb25; font-size: 8pt; font-family: tahoma, sans-serif, verdana, arial; font-weight: bold; font-style: normal; border-style: none; }
.rootmenuitemselected, .rootmenuitembreadcrumb { background-color: transparent; cursor: pointer; cursor: pointer; color: #ebeb25; font-size: 8pt; font-family: tahoma, sans-serif, verdana, arial; font-weight: bold; font-style: normal; border-style: none; }
.MainMenu_MenuArrow { font-family: webdings; font-size: 10pt; border-style: none; cursor: pointer; cursor: pointer; }
.MainMenu_RootMenuArrow { font-family: webdings; font-size: 10pt; border-style: none; cursor: pointer; cursor: pointer; }
.StandardButton     { background: #000051; color: #ffffff; font-size: 11px; font-family: tahoma, sans-serif, verdana, arial; font-weight: normal; }
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
.normaltextbox, TABLE { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.Tabs, .Tabs a:link, .Tabs a:visited {
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(http://s3.summit-education.com/Portals/s3/images/TabBack.png);
	font-weight: bold;
}
.Tabs a:hover {
	font-size: 10px;
	color: #FFCC00;
	background-image: url(http://s3.summit-education.com/Portals/s3/images/TabBack.png);
	font-weight: bold;
}

.TabsCurrent {
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(http://s3.summit-education.com/Portals/s3/images/TabCurrentBack.png);
	font-weight: bold;
}
.editLinks {
	font-size: 10px;
}

