a,body {
	font-family			: arial,verdana;
	font-size			: 12px;
	color	 			: #003876;
}

input,select,textarea { 
    font-size			: 12px; 
    display				: none;
}

.sbttn {
    border-right		: #F29400 1px solid;
    border-top			: #F29400 1px solid;
    background-color	: #d6e7ef;
    border-left			: #F29400 1px solid; 
    color				: #000000;
    border-bottom		: #F29400 1px solid;
    text-decoration		: none; 
    font-weight			: normal; 
    height				: 24px;
    width				: 100px;
    cursor				: pointer;
    display				: none;
}

.button {
	cursor				: pointer;
	border				: 0px;
	display				: none;
}

img.printButton {
	position			: relative;
	left				: 175px;
	top					: 116px;
	display				: none;
}

div.inner-container {
	background			: #E0F3FD;
	margin				: 0 auto;
	padding				: 0px;
	width				: 100%;
	height				: 100%;
}

div.outer-container {
	height 				: 100%;
	width				: 100%;
}

div.Banner {
	display				: none;
}

div.Main {
	position			: absolute;
	background-color 	: #EAF5FC;
	width 				: 1000px;
	min-height			: 1000px;
	max-height			: 1000px;
	height				: 1000px;
	margin-left 		: 0px;
	overflow-y			: hidden;
	overflow-x			: hidden;
}

div.Menu {
	display				: none;
}

div.Footer {
	display				: none;
}

table.detailTable {
	background-color 	: #F29400;
}

.detailTable td {
    background-color	: #FFFFFF;
    vertical-align		: top;
    padding				: 5px; 
}

td.detailHeader {
	padding				: 5px;
	background-color	: #F29400;
	color				: #FFFFFF;
}

.detailHeader a {
	color				: #FFFFFF;
}

.maintable {
    background-color	: #EAF5FC;
    overflow			: auto;
} 

.maintable TD {
    vertical-align		: top;
}
