body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
	background-image: url(im/_else/bggradient.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #7D1E3D;
}
a:visited {
	text-decoration: none;
	color: #731C38;
}
a:hover {
	text-decoration: underline;
	color: #7D1E3D;
}
a:active {
	text-decoration: none;
	color: #7D1E3D;
}
.header {
	background-color: #EBEBEB;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.menubar {
	background-color: #7D1E3D;
	height: 26px;
	background-image: url(im/_else/menubg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left:9px;
}
.maincontent {
	background-color: #FFFFFF;
	border: 7px solid #FFFFFF;
	padding-left: 15px;
	text-align: left;
	height: 280px;
}
.border7px {
	background-color: #FFFFFF;
	border: 7px solid #FFFFFF;

}

.topbg {
	background-color: #DCDBD9;
}
.maintext {
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 14px;
	text-align:justify;
	vertical-align: top;
}
.bottomcontent {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D7;
	padding-top: 10px;
}
.featurebox {
	border: 1px solid #DCDBD9;
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: top;
}
.shadowbottom {
	background-color: #FFFFFF;
	background-image: url(im/_else/shadow_bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 15px;
}
.featurelink a{
	background-color: #AD3048;
	background-image: url(im/_else/featurelink_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align:middle;
	color:#FFFFFF;
	display:block;
	padding-left:5px;
}
.featurelink a:link {
	color:#FFFFFF;
}

.featurelink a:hover {
	color:#FFFFFF;
}
.featurelink a:visited {
	color:#FFFFFF;
}
.featurelink a:active {
	color:#FFFFFF;
}
.specialword {
	font-weight: bold;
	color: #7D1E3D;
}
.gobutton {
	font-weight: normal;
	font-size:10px;
	background-color: #7D1E3D;
	color:#FFFFFF;
	border:1px solid #7D1E3D;
	width:25px;
	text-align:center;
	line-height:12px;
	height:18px;
	vertical-align:middle;
}
.genericbutton {
	font-weight: normal;
	font-size:10px;
	background-color: #7D1E3D;
	color:#FFFFFF;
	border:1px solid #7D1E3D;
	text-align:center;
	line-height:12px;
	height:18px;
	vertical-align:middle;
}
#searchfor {
	font-size:10px;
	border:1px solid #7D1E3D;
	background-color: #ffffff;
	line-height:16px;
	height:16px;
	vertical-align:middle;
}
/* menu button styles start here */
ul {
  padding: 0;
  margin: 0;

}

li {
	position: relative;
	line-height:18px;
}
li ul {
	display: none;
	position: absolute; 
	top: 26px;
	left: -1px;
	width:200px;
	z-index:2;
	border-left: 1px solid #96223A;
	border-right: 1px solid #96223A;

}

li > ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul { 
	display: inline; 
	width: 200px;

}
#button ul {
	list-style: none;
}

#button li {
	float: left;
	list-style: none;
}
li ul li {
	width:100%;
	border-bottom: 1px solid #FFFFFF;

}
#button li a {
	display: block;
	font-size:11px;
	color: #ECDDE0;
	text-decoration: none;
	font-weight:normal;
	max-width:200px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left: 8px;
	padding-right:8px;
	/* border-right:1px dashed #AAAAAA; */
}
#button li ul a {
  	background-color:#EBEBEB;
	/* background-image:url(im/_else/menu.gif);
	background-position:bottom;
	background-repeat:repeat-x; */
	border-right:none;
	color:#000000;
	padding-top: 2px;
	padding-bottom:2px;

}
#button li ul {
  	background-color:#EBEBEB;
	color:#ffffff;
}
html > body #button li a {
	width: auto;
}
#button li a:hover {
	background-color: #D0B2B8;
	background:url(im/_else/highlightgradient.gif) repeat-x bottom;
	color: #ffffff;
}
#last {
	border-bottom: 1px solid #96223A;
}

/* menu button items end here */

.maincontent ul {
	list-style:outside url(im/_else/bullet.gif);
	width:auto;
	margin-top:5px;
	padding-left:25px;
	margin-bottom:5px;
	display:block;
}

.maincontent ul li {
	width: auto;
	top:-3px;
	display:list-item;
	/* list-style:outside circle; */
	/* list-style:outside url(im/_else/bullet.gif); */
	vertical-align:top;
	line-height:14px;
	padding-top:3px;
	padding-bottom:2px;
}


.footer {
	height: 10px;
	padding: 4px;
	background-color: #DCDBD9;
	text-align: right;
	font-size:10px;
}
.contextmenu {
	background-color: #EBEBEB;
	/* font-weight:bold; */
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:3px;
	line-height:18px;
}
.currentcontextmenu {
	background-color: #E3E3E3;
	background-image: url(im/_else/bullet2.gif);
	background-position: left center;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:3px;
	line-height:18px;
}
.parentcurrentcontextmenu {
	background-color: #E3E3E3;
	/* background-image: url(im/_else/bullet2.gif); */
	background-position: left center;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:3px;
	line-height:18px;
}
.subcontextmenu {
	background-color: #E3E3E3;
	/* background-image: url(im/_else/bullet2.gif); */
	background-position: left center;
	background-repeat:no-repeat;
	font-weight:normal;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:30px;
	padding-right:3px;
	line-height:18px;
	font-size:10px;
}
.subcurrentcontextmenu {
	background-color: #E3E3E3;
	background-image: url(im/_else/bullet2.gif);
	background-position: left center;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:30px;
	padding-right:3px;
	line-height:18px;
	font-size:10px;
}

.mainheading {
	font-size:14px;
	font-weight:bold;
	/* color: #5A2837; */
	color: #7D1E3D;
}
.maintext ul{
	margin-left: 10px;
	display: block;
	margin-top: 10px;
	padding-bottom: 5px;
	width:auto;
}
.maintext li{
	display: list-item;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom:0px;
	padding-top:0px;
	margin-top: 0px;
	vertical-align: top;
	list-style-position: outside;	
}
.maintext li ul {
	border:none;
	position:relative;
	top:auto;
	left:auto;
}
.rightpadding {
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
}
.smalltext {
	font-size:10px;
}
.smallerheading {
	font-size:12px;
	font-weight:bold;
	/* color: #5A2837; */
	color: #7D1E3D;
}
p {
	margin-top:0px;
	margin-bottom:7px;
}
.nopadding{
	padding:0px;
}
/* to override word styles */
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.celltext {
	text-align:justify;
	vertical-align:top;
}
.rightjustified {
	text-align:right;
	vertical-align:top;
	padding-right:3px;
}
.checkboxes {
	vertical-align:middle;
}
.super {
	vertical-align:text-top;
	font-size:9px;
}
.smallesttext {
	font-size:8px;
}
.totalbox {
	border:0px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.breakrow {
	height:7px;
}

.errormsg {
	color:#FF0000;
	font-weight:bold;
	line-height:24px;
	background-color:#F3EEEE;
	display:block;
}
.textfield {
	border: 1px solid #7D1E3D;
	padding:2px;
	font-size:11px;
	font-family:Verdana, Helvetica, sans-serif;
	margin:1px;
}
.middlealign {
	vertical-align:middle;
	text-align:left;
	padding-right:2px;
	height:30px;
	width:140px;

}