/* Global styles */

body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
}
p {
	margin: 0px 0px 11px 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
div {
	margin: 0px;
	padding: 0px;
	font-family:  Tahoma, Verdana, Helvetica, sans-serif;
}
td {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #6B356B;
	text-decoration: underline;
}
a:visited {
	color: #6B356B;
	text-decoration: underline;
}
a:hover {
	color: #A050A0;
	text-decoration: none;
}
a:active {
	color: #6B356B;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #693469;
	margin: 0px 0px 8px 0px;
}
h2 {
	font-size: 17px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #494949;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #494949;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #01466B;
	margin: 0px 0 0 0;
	padding: 0px 0 3px 0;
	border-bottom: 1px solid #D2D2D2;
	letter-spacing: -0.05em;
}
h5 {
	font-size: 11px;
}



/* JVI Styles */

.CommandButton {
	color: #E10915;
}

A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
	color: #E10915;
}

A.CommandButton:hover  {
	color: #B40710;
}


/* CMX Styles */

.CMXTitleBar {
	background-color: #CC0000;
	height: 26px;
	vertical-align: middle;
}

#CMXContainerTitleTD .Head {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#CMXContainerMenuTD {
	padding: 0px 0px 0px 7px;
}


/* SolPartActions menu style */

.ModuleTitle_MenuContainer {
	border-bottom: #cc0000 1px solid; 
	border-left: #cc0000 1px solid; 
	border-top: #cc0000 1px solid; 
	border-right: #cc0000 1px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FCE7D1; 
	border-left: #FCE7D1 1px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu { 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #cc0000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #cc0000 1px solid; 
	border-left: #cc0000 1px solid; 
	border-top: #cc0000 1px solid; 
	border-right: #cc0000 1px solid; 
	}

.ModuleTitle_MenuBreak {
	border-bottom: #FCE7D1 1px solid; 
	border-left: #FCE7D1 0px solid; 
	border-top: #FCE7D1 1px solid;  
	border-right: #FCE7D1 0px solid; 
	background-color: #FCE7D1; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal;
	color: #FFFFFF; 
	font-style: normal;
	background-color: #E9873F;
}


.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #EDA89E;
	border-right: #cc0000 1px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
	margin: 0px;
	padding: 0px;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	margin: 0px;
	padding: 0px;
}


