body {
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-color: rgb(238,238,238);
}


#wrapper 
{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#preInnerWrapper
{
	margin: 0px;
	padding-right: 2px;
	background-color: white;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

#innerWrapper
{
	min-height: 400px;
	margin: 0px;
	padding: 0px;
	padding-right: 0px;
	border-left: 0px #444444;
	border-right: 0px #444444;
	/*border-bottom: solid 2px #444444;*/
}

#bgExtender
{
	position:absolute;
	min-width: 490px;
	width: 70%;
	top:400px;
	bottom:0px;
	z-index: -1;
	background:url(../images/border_left.png) repeat-y;
	background-position: left top;
}
#innerBgExtender
{
	position:relative;
	height: 100%;
	background: url(../images/border_right.png) repeat-y;
	background-position: right top;
	left: 5px;
	right: -5px;
	margin-right: 5px;
}
#innerInnerBgExtender
{
	position:relative;
	height: 100%;
	top:0px;
	bottom:0px;
	left: 0px;
	right: 5px;
	margin-right: 5px;
	background-color: white;
}

#innerInnerWrapper
{
	background-color: white;
	min-height: 400px;
}


#header {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 100%;
	/*float: left;*/
	background: #1D303D;
	/*height: 16px;*/
	/*border: solid 1px red;*/
}
#header #innerHeader
{
	padding: 10px 10px;	
}
div#leftBg
{
	z-index: -1;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 50%;
	/*width: 5%;*/ /*512px;*/
	
	margin: 0px;
	padding-left: 250px;
	padding-right: 0px;
	background: url(../images/border_left.png) repeat-y;
	background-position: left top;
	opacity: 0.4;
	/*border: solid 1px orange;*/
}
div#rightBg
{
	position:absolute;
	left: 50%;
	top: 0px;
	width: 245px;
	padding-right: 5px;
	bottom: 0px;
	margin: 0px;
	background: url(../images/border_right.png) repeat-y;
	background-position: right top;
	opacity: 0.4;
	/*border: solid 1px orange;*/
}
div#middleBg
{
	z-index: -2;
	position:absolute;
	left: 50%;
	top: 0px;
	bottom: 0px;
	width: 490px;
	margin-left: -245px;
	background-color: #ffffff;
}
div#main_menu {
	/*float: left;*/
	/*width: 1024px;*/
	width: 100%;
	height: 50px;
	background: url(../images/menu_left.png) no-repeat top left;
	/*border: solid 1px green;*/
}
div#main_menu_right {
	/*display:inline;*/
	float: right;
	width: 10px;
	height: 50px;
	background: url(../images/menu_right.png) no-repeat top right;
	/*border: solid 1px green;*/
}
ul#menu {
	/*float: left;*/
	display:inline;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
}
ul#menu li {
	float: left;
	height: 35px;
	list-style-type: none;
	margin: 7px 0px 8px 8px;
}
ul#menu li div.left {
    float: left;
	height: 35px;
    background: url(../images/button_left.png) no-repeat;
}
ul#menu li div.right {
    float: right;
	height: 35px;
	width: 10px;
    background: url(../images/button_right.png) top right no-repeat;
}
ul#menu li div.right_sub {
    float: right;
	height: 35px;
	width: 35px;
    background: url(../images/button_right_submenu.png) top right no-repeat;
}
ul#menu li a {
	float: left;
	height: 15px;
	padding: 10px 0px 10px 10px;
}
ul#menu ul {
    position: absolute;
    z-index: 10;
    top: 78px;
    display: none;
    padding: 0px;
    margin: 0px;
    width: 300px;
}
ul#menu li:hover ul {
    display: block;
} 
ul#menu ul li {
    background: url(../images/menu_bg.png);
    display: block;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 300px;
    float: left;
    height: auto;
}
ul#menu ul li.first {
    margin-top: 2px;
    background: url(../images/menu_bg_first.png);
}
ul#menu li:hover ul li.last a {
    padding-bottom: 0px;
}
ul#menu ul li.footer {
    background: url(../images/menu_bg_last.png);
    background-position: bottom left;
    height: 8px;
    width: 300px;
    padding: 0px;
}
ul#menu li:hover ul a {
    float: left;
    width: 280px;
    line-height: 20px;
    height: auto;
    font-weight: normal;
    color: black;
    background: none;
    padding: 10px;
}
ul#menu li:hover ul li:hover a {
    color: #EF8026;
}
#content 
{
	/*float: left;*/
	/**width: 1023px;**/
	width: 100%;
	margin-top: 0px; 
	/*border: solid 1px purple;*/
}




table.dataInputTable th, table.dataOutputTable th
{
	/*width: 200px;*/
	white-space:nowrap;
}
table.dataInputTable td
{
	min-width: 95px;
	text-align: left;
	vertical-align: middle;
	/*width: 575px;*/
}
table.dataInputTable,table.dataOutputTable
{
	/*width: 775px;*/
	width: 100%;
	margin-left: 0px;
	margin-right: 10px;
}

table.dataOutputTable td.renewalDetailsItem{
	width: 6em;
	padding-right: 0px;
}

table.dataOutputTable td
{
	width: 999999px;
}
td.fill
{
	width: 999999px;
}
div.formInput
{
	float: left;
	width: 80%;
	margin-right: 0px;
}
div.formSubmit
{
	float: right;
	/*clear: both;*/
	/*margin-top: 10px;*/
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}
div#heading
{
	float:left;
	padding-left: 20px;
	padding-top: 30px;
}
div#logo
{
	float:right;
	display: inline;
	text-align: right;
	padding: 10px;
	padding-right: 20px;
}
.clear
{
	clear:both;	
}

div.buttonRight 
{
    float: left;
    clear: right;
	height: 35px;
	width: 10px;
    background: url(../images/button_right.png) top right no-repeat;
}
div.buttonContainer
{
	clear: right;
	height: 35px;
}
a.submitButton
{
	float: left;
	height: 35px;
    background: url(../images/button_left.png) no-repeat;
    margin: 0px;
    line-height: 35px;
    color: white;
    padding-left: 60px;
    padding-right: 50px;
    text-shadow: -1px -1px #000000;
}
.separator
{
	background: url(../images/separator_line.png) repeat-x;
	height: 2px;
	margin-right: 10px;
	padding: 0px;
}
.clear
{
	clear: both;
	display: block;
}
.contentSection
{
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.contentSection p
{
	margin-left:0;
	margin-bottom: 20px;
}

#searchResults.inner
{
    margin-left: 20px;
	margin-right: 20px;
}
#searchResults
{
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 10px;
	/*background-color: #F9F6F4;*/
}
.userClass
{
	white-space:nowrap;
}





