body {
	background-color: #9C9C9C;
	font-family: Tahoma, Verdana, Arial;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#messageDialog {
	background-color: #eaeaea;
	margin: 10px;
	border: 1px solid #b0b0b0;
}
#modalHeaderTxt {
	font-size: 1.5em;
	padding: 5px;
}

#modalMessageTxt {
	background: #ffffff;
	border: 1px solid #b0b0b0;
	padding:5px;
	margin:5px;
}
label.error {
	color: white;
	position: relative;
	float: left;
	background-color: #ff4500;
	padding: 3px;
	margin-right: 12px;
	border: black 1px solid;
	min-width: 25px;
	margin-top: 5px;
}
a:link, a:visited  {
	color: #636363;
}
div.cleardiv {
	clear: both;
	padding:0px;
	margin:0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img
{  
	border-style: none;
}

hid {
	display: none;
	margin: 0px;
	padding: 0px;
}
table {
	clear: both;
	font-size: 12px;
	color: #000000;
	border-collapse: collapse;
	font: inherit;
	padding: 20px;
}
.validation_required {
	color: red;
}

.powered {
	padding-right: 20px;
}

td.row1 {
	background-color: White;
	margin-bottom: 1px;
	text-align: left;
	vertical-align: top;
	padding: 2px 10px;
}
td.row1a {
	margin-bottom: 1px;
	text-align: left;
	vertical-align: top;
	padding: 2px 10px;
}
tr.menu {
	background-image: url('/images/banner.png');
	background-repeat: no-repeat;
}
tr.menu a {
	color: white;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
}
tr.menu a:hover {
	color: Yellow;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
}
td.menutd {
	border-left: solid white 1px;
}
div.mainDiv {
	margin-left: 3px;
	margin-right: 3px;
	padding: 5 20 5 20;
}
.tabledecorator th.tableHead {
	background-image: url(/engine/images/tablehead.png);
	color:#333333;
	font-size:11px;
	height:22px;
	font-weight:normal;
	text-decoration: underline;
	padding-left:6px;
}
.tabledecorator {
	border-collapse:collapse;
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:11px;
	text-align:left;
}
.tabledecorator td{
	background: #ebebeb none repeat scroll 0 0;
	border-top: 1px solid #FFFFFF;
	color: #666699;
	padding: 8px;
}
.tabledecorator tr:hover td {
	background:#D0DAFD none repeat scroll 0 0;
}
.menuDiv {
	color: white;
	background-color: #006699;
	border-bottom: thin solid #006699;
	border-right: thin solid #006699;
	border-left: thin solid #006699;
	border-top: thin solid #006699;
	text-decoration: none;
	height: 18px;
}
.menuDiv a{
	color: white;
	font-size:11px;
	font-weight:bold;
}
th.THmenu {
	color: white;
	background-color: #003399;
	border-bottom: thin solid #003399;
	border-right: thin solid #003399;
	border-left: thin solid #003399;
	border-top: thin solid #003399;
	text-decoration: none;
}
th.THmenu a {
	color: White;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
th.THmenu a:hover {
	color: #ffb559;
}
table.decorator {
	border-right-color: #dedede;
	border-right-style: none;
	border-right-width: 3px;
	border-bottom-style: none;
	border-bottom-width: 3px;
}
h1, h2, h3 {
	padding:0;
	color:#9B9B9B;
	font-family:'Trebuchet MS',Tahoma,Sans-serif;
}
h2{
	font-size:160%;
	font-weight:bold;
	line-height:1.1;
}
h3{
	font-size: 16px;
}
span.inputtitle {
	font-weight: normal;
	margin-top: 3px;
	color: #b22222;
}
INPUT, TEXTAREA, SELECT {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #c5c5c5;
	font-family: Tahoma, Verdana, Arial;
}
TEXTAREA {
	font-family: Tahoma, Verdana, Arial;
}

button, .submit {
	margin:0;
	border: 1px solid #a8a8a8;
	padding: 0;
	line-height: normal;
	font: inherit;
	font-family:Arial,Helvetica,sans-serif;
	color: inherit;
	cursor: pointer;
	background: #fcfdff url(/engine/images/buttonHover.png) repeat-x bottom;
}


.errorMessage {
	color: red;
	background-image: url('/engine/images/warning.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 10px;
	font-weight: bold;
	margin-left: 2px;
}

/* Image buttons */


	a.button_add span{
		BACKGROUND: url(/engine/images/buttons/add.png) no-repeat; 
	}
	a.button_delete span{
		BACKGROUND: url(/engine/images/buttons/delete.png) no-repeat; 
	}
	a.button_alert span{
		BACKGROUND: url(/engine/images/buttons/error.png) no-repeat; 
	}
	a.button_viewlist span{
		BACKGROUND: url(/engine/images/buttons/viewlist.png) no-repeat; 
	}
	a.button_search span{
		BACKGROUND: url(/engine/images/buttons/search.png) no-repeat; 
	}
	a.button_save span{
		BACKGROUND: url(/engine/images/buttons/save.png) no-repeat; 
	}
	a.button_edit span{
		BACKGROUND: url(/engine/images/buttons/edit.png) no-repeat; 
	}
	a.button_discard span{
		BACKGROUND: url(/engine/images/buttons/disregard.png) no-repeat; 
	}
	a.button_camera span{
		BACKGROUND: url(/engine/images/buttons/camera.png) no-repeat; 
	}
	a.button_chart span{
		BACKGROUND: url(/engine/images/buttons/chart.png) no-repeat; 
	}
	a.button_picture span{
		BACKGROUND: url(/engine/images/buttons/picture.png) no-repeat; 
	}
	a.button_default span{
		BACKGROUND: url(/engine/images/buttons/default.png) no-repeat; 
	}
	a.button_note_add span{
		BACKGROUND: url(/engine/images/buttons/note_add.png) no-repeat; 
	}
	
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

A.buttonx {
	PADDING-RIGHT: 18px; 
	DISPLAY: inline-block; 
	BACKGROUND: url(/engine/images/buttons/button_a.gif) no-repeat right top; 
	FLOAT: left; 
	FONT: 12px arial, sans-serif; COLOR: #444; MARGIN-RIGHT: 6px; 
	HEIGHT: 30px; TEXT-DECORATION: none
}
A.buttonx SPAN {
	PADDING-RIGHT: 0px; 
	DISPLAY: block; 
	text-indent:10px;
	PADDING-LEFT: 18px; 
	PADDING-BOTTOM: 5px; 
	LINE-HEIGHT: 20px; PADDING-TOP: 5px
}
A.buttonx:active {
	BACKGROUND-POSITION: right bottom; COLOR: #000; outline: none
}
A.buttonx:active SPAN {
	PADDING-RIGHT: 0px; 
	BACKGROUND-POSITION: left bottom; PADDING-LEFT: 18px; PADDING-BOTTOM: 4px; PADDING-TOP: 6px
}

a.buttonx:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

#menuTd a {
	color:#ffffff;
}
