/* 
BLUE THEME
Menu Classes Start  */
.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #282828;
	border-right-color: #282828;
	border-left-color: #282828;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: #00FFCC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/wif/theme/currentTheme/menu/glossyback.jpg);
}

.onLink{
	color:#000000;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 200px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 200px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/wif/theme/currentTheme/menu/arrow.gif);
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
	background-image: url(/wif/theme/currentTheme/menu/glossyback2.jpg);
	color: #FFFF99;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

/* Menu Classes End 
Global Classes start */

.baseColor {
	background-image: url(/wif/theme/currentTheme/header-strip.jpg);
}
.headText1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFFFFF;
}
.headText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFCC;
}
.menuColor {
	background-image: url(/wif/theme/currentTheme/menu-bg.jpg);
	color: #FFFFCC;
}
.marqueeCell {
	ffont-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	width: 100%;
	background-image: url(/wif/theme/currentTheme/marquee-strip.jpg);
	height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.homePanelX1 {
	font-size: 14px;
	color: #990000;
	background-color: #FFCCFF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	border: 1px dotted #000000;
}
.iner-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #EB5F30;
	height: 22px;
	padding-left: 8px;
}
.iner-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFF2E6;
	border: 1px solid #FF9966;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #333333;
}

.homePanelX2 {
	font-size: 14px;
	color: #FFFF00;
	background-color: #330066;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	border: 1px dotted #000000;
}
.homePanelX3 {
	font-size: 14px;
	color: #FF0000;
	background-color: #FFFF66;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	border: 1px dotted #000000;
}
.menuTable li{
	list-style-image: none;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: -10px;
}
.menuTable li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.menuTable a:hover {
	color: #CCFF00;
}
.overView-bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/wif/theme/currentTheme/overview-strip.jpg);
	height: 20px;
	border: 1px solid #999999;
	padding-left: 4px;
}
.bulletin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002828;
	border: 1px solid #999999;
	background-color: #EFEFEF;
	padding: 3px;
}
.bulletin-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: circle;
	background-image: url(/wif/theme/currentTheme/bulletin-head.jpg);
	height: 20px;
	color: #E74A07;
	list-style-image: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

.bulletin a:link {
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #FFFFFF;
	border: 1px solid #336600;
	font-size: 11px;
	float: none;
	height: 12px;
	margin: 2px;
	background-color: #008200;
}
.bulletin a:visited {
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #FFFFFF;
	border: 1px solid #336600;
	font-size: 11px;
	float: none;
	height: 12px;
	margin: 2px;
	background-color: #008200;
}
.bulletin a:hover {
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #FF6600;
	color: #FFFFCC;
	font-size: 11px;
	float: none;
	height: 12px;
	margin: 2px;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
}
.overView-matter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
	background-color: #DDDDDD;
	border: 1px solid #999999;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #333333;
	font-weight: normal;
}
.homePanel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFF2E6;
	border: 1px solid #FF9966;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #333333;
}
.homePanel a:link {
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	float: none;
	height: 12px;
	margin: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-top-width: 1px;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #003300;
	border-left-color: #003300;
	background-color: #005B00;
}
.homePanel a:visited {
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	float: none;
	height: 12px;
	margin: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-top-width: 1px;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #006600;
	border-left-color: #006600;
	background-color: #005900;
}
.homePanel a:hover {
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #FF6600;
	color: #FFFFCC;
	font-weight: bold;
	font-size: 10px;
	float: none;
	height: 12px;
	margin: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #FF9900;
	border-left-color: #FF9933;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #FF3333;
	border-bottom-color: #FF3333;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(/wif/theme/currentTheme/footer-strip.jpg);
	height: 29px;
	text-align: right;
}
.quickInfo {
	font-size: 10px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.onLink{
color:#000000;
}
