/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #dfe5f2;
}
.skinmaster {
	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; */
}
.skinheader {
	background-image: url(images/banner_bg.jpg);
	background-repeat: repeat-x;
}
.skingradient {
	background-image: url(images/menu_fill.jpg); 
	/* height:30px;*/
}
.skinmastershadowright {
	background-image: url(/Portals/_default/Skins/CVAA/images/shadow_right.jpg);
	background-repeat: repeat-y;
}

.skinmastershadowleft {
	background-image: url(/Portals/_default/Skins/CVAA/images/shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.skinfootergradient {
	background-image: url(images/footer_main.jpg); 
	/* height:30px;*/
}
.skinsearchbg {
	background-image: url(images/search_bg.jpg);
	background-repeat: repeat-x;
}
.skinsearchbg2 {
	background-image: url(images/search_main.jpg);
	background-repeat: no-repeat;
}
.controlpanel {
	width: 100%;
	background-color:  transparent;
	height: 64px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 180px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpanedashfill {
	width: 2px;
	background-color: transparent;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
.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:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	border-right: #cad5ea 0px solid;
	cursor: hand; 
	cursor: hand; 
	color: #336699; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family:  Arial, Tahoma,Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #CCCCCC; 
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	cursor: hand; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CCCCCC;  
	z-index: 1000; 
	cursor: hand; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #4F89C4; 
	cursor: hand; 
	cursor: hand; 
	color: #CCCCCC; 
	font-family:  Arial, Tahoma,Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	/* height: 21px; */
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 15pt; 
	cursor: hand; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 15pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	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;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family:  Arial, Tahoma,Helvetica;
   font-size:  18px;
   font-weight: normal;
}


/* From purchased template 
td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:10px;
	color:#797F81;
}
form
{
	margin:0px;
}
a {

	text-decoration: underline;
	color:#797F81;
}
.blue
{
	color:#4689B1;
}
a.blue
{
	color:#4689B1;
	text-decoration:underline;
}
.green
{
	color:#408B74;
}
a.green
{
	color:#408B74;
	text-decoration:none;
}
.red
{
	color:#E54646;
}
a.red
{
	color:#E54646;
	text-decoration:underline;
}
.menu
{
	color:#558482;
}
a.menu
{
	color:#558482;
	text-decoration:underline;
}
a.copy
{
	color:#779C9A;
	text-decoration:none;
}
.t11
{
	font-size:11px;
}*/
h1, h2, h3, h4 { margin:0px; } 
h2 {
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	color: #336699;
	margin-left: 0px;
	text-decoration: underline;
}
h4 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-left: 0px;
}
h6 {margin:0px; padding:0px;}
h6 a.skinobject:link {
	color: #FFFFFF;
}
h6 a:link, h6 a:visited, h6 a:hover {
	color: #FFFFFF;
}
