/* 
================================
Skin styles for for the veCSSViewerModule
================================
*/   
body{
	background-image: url(img/ve_pattern.gif);
	background-repeat: repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}
.Normal {
	color: #000000;
	font-size: 15px;
	font-family: Geneva, Tahoma, Arial;
	font-weight: 500;
	line-height: 1.5em;
}
.pagemaster {
	width:90%;
	height: 100%;
	background-color:White;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
}
.skinmaster {
	height: 100%;
	width:100%;
	 
}
.skinheader {
}
.skingradient {
	BACKGROUND-color:White;
	 HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.controlpanel .SubHead{
font-size:10px;
}
#veLogo{
	height:116px;
	width:639px;
	border:0px;
}

.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: 100%;
	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:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	border-right: #CAD5EA 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #CAD5EA; 
	border-left: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CAD5EA;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8DA4D3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #B51019 none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #B51019 1px solid; 
	BORDER-TOP: #B51019 1px solid; 
	BORDER-LEFT: #B51019 1px solid; 
	BORDER-BOTTOM: #B51019 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-size:  145%;
    font-weight:    bold;
    color: #333333;
}
.SubHead{
	font-size:115%;
	font-weight:bold;
	color:#B51019;
	
	}
/*Menu Buttons on Multi Page Modules*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

div.aero{ /*aero button CSS*/
background: transparent url('img/aeroleftblack.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
margin-bottom:15px;
}
a div.aero:link, a div.aero:visited,a div:active{
color: white; /*button text color*/
}
a div.selaero:link, a div.selaero:visited,a div:active{
color: #b51019; /*button text color*/
}

div.aero span{
background: transparent url('img/aerorightblack.gif') no-repeat top right;
display: block;padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

a div.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

a div.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}
a:link div.aero span, a:visited div.aero span{ /* Hover state CSS (for text) */
color: white;
}

div.RedImportant {
	background-color: #B51019;
	border-style: solid none solid none;
	border-color: #333333;
	border-top-width: thin;
	border-bottom-width: medium;
	padding: 7px;
	margin-top: 10px;
	margin-left:0px;margin-right:0px;
	margin-bottom: 10px;
	display: block;
	clear: both;
	text-align: left;
	width:100%;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
div.RedImportant .Head {
	color: White;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	font-size:185%;
	text-transform: none;
}

div.RedImportant .SubHead {
	color: White;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	font-size:145%;
	text-transform: none;
}

