/* GLOBAL LINKS */
a	{
  font-weight: bold;
	text-decoration: none;
	}
a:hover	{
	text-decoration: underline;
	}
/* BLUE SCROLLBAR 
body	{
	scrollbar-face-color: #B31E8E;
	scrollbar-track-color: #CF7FC4;
	scrollbar-darkshadow-color: #762564;
	scrollbar-shadow-color: #862A71;
	scrollbar-highlight-color: #CF7FC4;
	scrollbar-3dlight-color: #932E7C;
	}*/
.heading {
	font-family: arial;
	font-size: 18px;
	color: #3FAE56;
	font-weight: bold;
	}
.bodyText {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	}
	
/* Text style menu's */
div.menuContainer {
  margin-top: 4px;
  margin-bottom: 8px;
}
div.submenuContainer {
  padding-left: 16px;
}
div.menuHeader {
  border: 1px solid #072547;
  border-style: none none solid none;
  padding: 2px;
  padding-left: 4px;
  margin-right: 2px;
  color: white;
  font-family: Arial;
  font-size: 11px;
}
div.menuItem {
  border: 1px solid #072547;
  padding: 2px;
  margin-left: 4px;
  margin-right: 2px;
  margin-top: 2px;
  background: #233c58;
  font-family: arial;
  font-size: 11px;
  cursor: pointer;
}
div.submenuItem {
  border:1px solid #072547;
  border-style: none none solid none;
  margin-bottom: 3px;
  margin-right: 2px;
  padding-bottom: 2px;
}
div.menuItemLit {
  border: 1px solid #072547;
  padding: 2px;
  margin-left: 4px;
  margin-top: 2px;
  margin-right: 2px;
  background: #5b7490;
  font-family: arial;
  font-size: 11px;
  cursor: pointer;
}

/* input style */
input.thin, textarea.thin {
  border:1px solid black;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 11px;
}

option.odd { background: #eee; font-family: Verdana; }
option.even { background: #fff;  font-family: Verdana; }

/* misc styles */
.underlined {
  border: 1px solid #5b7490;
  border-style: none none solid none;
}
.overline {
  border: 1px solid #5b7490;
  border-style: solid none none none;
}

tr.head { background: #2d4e71; } 
tr.odd { background: #2d4e71; }
tr.even { background: #3d5e81; }

