/* 
================================
Skin styles for DotNetNuke
================================
*/   
.body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFF;
	BORDER-RIGHT: #000000 0px solid;
	BORDER-TOP: #000000 0px solid;
	BORDER-LEFT: #000000 0px solid;
	BORDER-BOTTOM: #000000 0px solid;
	moz-border-radius-bottomleft: 0px;
	moz-border-radius-bottomright: 0px;
	moz-border-radius-topleft: 0px;
	moz-border-radius-topright: 0px;
	width: 100%;
}
.skinheader {
}
.skingradient {
	background-repeat: repeat-x;
	background-position: left top;
}
.controlpanel {
	width: 100%;
	background-color: #CCCCCC;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding: 8px;
	text-align: left;
}
.leftpane {
	background-color: transparent;
	text-align: left;	
	padding: 8px;
}
.contentpane {
	width: 700px;
	background-color: transparent;
	padding: 8px;
	text-align: left;
}
.rightpane {
	background-color: transparent;
	padding: 8px;
	text-align: left;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding: 8px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #003366 0px solid;
	border-bottom: #003366 0px solid;
	border-top: #003366 0px solid;
	border-right: #003366 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	border-left: #003366 0px solid; 
	border-bottom: #003366 0px solid; 
	border-top: #003366 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: hand;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	background-color: #CCCCCC;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: hand;
	cursor: hand;
	color: #6699CC;
	font-weight: normal;
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #003366 0px solid;
	border-bottom: #003366 0px solid;
	border-top: #003366 0px solid;
	font-family: webdings;
	font-size: 10px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
	color: #FFFFFF;
}
.StandardButton     {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	background-color: #CCCCCC;
}
.TreeViewMenu {
	width: 175px;
	background-color: #003366;
	BORDER-RIGHT: #003366 0px solid; 
	BORDER-TOP: #003366 0px solid; 
	BORDER-LEFT: #003366 0px solid; 
	BORDER-BOTTOM: #003366 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {

}
.Head   {
    font-size:  1.2em;
    font-weight:    normal;
    color: #003366;
}
/* text style used for most text rendered by modules */
.Normal
{
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	text-align: left;
}


.NormalRed
{
	font-size: 0.9em;
	font-weight: normal;
	color: #C62B2F;
	text-align: left;
}

.NormalBold
{
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
H1  {
    font-size: 1.7em;
	font-weight: bold;
	color: #6861A4;
	text-decoration: none;
}

H2  {
    font-size: 1.3em;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	padding-bottom: 5px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #7B76B0;
}
h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #6699CC;
}

a {
	color:#666699;
	text-decoration:underline;
}

a:visited {
	color: #9999CC;
}

a:hover {
	color:#6699CC;
}

a:active {
	color: #6699CC;
	text-decoration: underline;
}
#footer {
	background-image: url(blueback.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	height: 25px;
	color: #FFFFFF;
	padding: 1px 5px;
	font-size: 0.8em;

}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #6699CC;
	text-decoration: underline;
}

#menubar{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#menubar a{
	color: #FFFFFF;
}
#menubar a:hover{
	color: #FFFFFF;
}
#menubar a:visited{
	color: #FFFFFF;
}
#menubar a:active{
	color: #FFFFFF;
}
#loginbar {
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#loginbar a{
}
#copyright{
	font-size: 0.8em;
	text-align: center;
	padding-top: 5px;
}
.caption{
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.grid{
	font-weight: bold;
	color: #FA9722;
	padding: 5px;
	font-size: 11px;
}
.rightpad{
	padding: 5px;
}

.mentorlist{
	font-size: 11px;
	font-weight: bold;
}


/* set the CSS for the spam catcher field */ 
.special { 
width:5px; 
visibility:hidden; 
} 