/* 
================================
Skin styles for DotNetNuke
================================
*/   

body {
	background-color: #ECECEC;
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
}
.copyright {
	color: #666666;
	text-align: center;
	font-size: 11px;

}
.smText {font-family: Verdana, Arial, Helvetica, sans-serif;color : #000000;font-size: 10px;font-weight: normal;}
.smalltext{font-family: Verdana, Arial, Helvetica, sans-serif;color : #000000;font-size: 8px;font-weight: normal;}

A.VsunotesTopLinks{color: #000000;font-size:9pt;text-decoration:none;}
A.VsunotesTopLinks:hover{color: #ff0000;font-size:9pt;text-decoration:underline;}
A.VsunotesTopLinks:visited{color: #000000;font-size:9pt;text-decoration:none;}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
	background-color: #ECECEC;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	background-color: #FF0000;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}


