body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0D4964;
	font-size:12px;
/*	background: #2a8ab6 url(../images/back.gif) repeat-x top; */
	background-image: url(../images/bg-body.jpg);
	background-attachment:fixed;
	background-position:center; 	
}

.bg-body {
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index:-1;
}

A, A:visited {
	text-decoration:none;
	color:#fff;
}
A:hover {
	text-decoration:underline;
}

div#container{
	width:902px;
	text-align:left;
}
div#company-logo{
	float:left;
	height:100px;
	width:550px;
	margin-top:5px;
	background-image:url(../images/company-logo.gif);
	background-repeat:no-repeat;
}
div#logo{
	float:left;
	height:100px;
	width:550px;
	margin-top:5px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
a#login{
	height:26px;
	width:255px;
	float:right;
	background-image:url(../images/login.gif);
	background-repeat:no-repeat;
	font-weight:bold;
    text-indent:40px;
	padding-top:10px;
}
div#banner{
	height:193px;
	width:100%;
	float:left;
    color:white;
    background-image:url(../images/banback.gif);
	background-repeat:repeat-x;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#homecontent{
	float:left;
    color:white;
    /*background-image:url(../images/homeback.gif);
	background-repeat:repeat;*/
	/*background-color:#ccffff;*/
	background-color:#fff;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#banleft{
	height:100%;
	width:600px;
	float:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#banleft p{
	float:left;
	width:auto;
	font-size:25px;
	margin:15px 0 0 20px;
	font-weight:bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#banleft ul{
	float:left;
	width:auto;
	margin:10px 0 0 20px;
	padding:0;
	font-size:16px;
	list-style:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#banleft a{
	margin-top:40px;
	height:28px;
	width:172px;
	float:right;
	background-image:url(../images/startnow_back.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding-top:7px;
}
div#banright{
	height:100%;
	width:191px;
	float:right;
	background-image:url(../images/house.gif);
	background-repeat:no-repeat;
}
div#content {
	float:left;
	width:100%;
    background-color:#0d4964;
    opacity:0.9;
    filter: alpha(opacity=90);
}
div.content {    
	background: url(../images/nav-corner-right.gif) no-repeat top right;
}
#navbar {
    background: url(../images/nav-corner-left.gif) no-repeat top left;
    font-weight:bold;
    float:left;
    width:auto;
}
div#agent {float:right;font-size:20px;margin-top:75px;margin-right:5px;color:white}

ul#menu {
	float:left;
	width:auto;
	padding:0;
	margin:3px 0 0 10px;
	font-weight:bold;
	list-style:none;
}
ul#menu li {
	float:left;
	width:auto;
	margin:2px 10px 0 10px;
	padding:1px 0 5px 10px;
}
ul#menu li.selected {
	background:#88caea url(../images/sel-corner-left.gif) no-repeat top left;
}
ul#menu li.selected span {
	background:#88caea url(../images/sel-corner-right.gif) no-repeat top right;
    padding:1px 10px 0 0;
}

div#content-data {
	float:left;
	width:99.8%;
    border-left:1px solid #0d4964;
    border-right:1px solid #0d4964;
    border-bottom:1px solid #0d4964;
    padding-bottom:10px;
    background: #fff url(../images/shade.gif) repeat-x top;
}

div#footer {
	color:#d1e8ff;
	float:left;
	width:100%;
	margin-top:5px;
}

H1{margin:10px;padding:0;color:#024d63;font-size: 17px;}
h5{font-size:11px;}


DIV.section {float:left;width:99%;margin-left:1px}
DIV.btn-sec {
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    float:right;
    width:auto;
    text-align:center;
}
DIV.btn-sec a.button {
    margin:0 3px;
    float:left;
    line-height:28px;
    height:36px;
    background:url(../images/btn_bigBlueLt.png) no-repeat left;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
}
DIV.btn-sec a.button span {
    margin-left:4px;
    padding:4px 19px 4px 15px;
    float:left;
    background:url(../images/btn_bigBlueRt.png) repeat-x top right;
}

DIV.single{width:99.9%;float:left;margin:4px;padding:0}
DIV.single LABEL{
    font-weight: bold;
    width:150px;
    float:left;
    margin-top:3px;
    font-size:12px;
}
DIV.single LABEL.second {
    margin-left:20px;
    width:60px;
}

DIV.single LABEL.radioLabel {
    width:auto;
    padding:0 5px 0 2px;
    color:purple;
}

DIV.single LABEL.radioLabelForMilestone {
    width:235px;
    padding:0 5px 0 2px;
    color:purple;
}

DIV.single LABEL.radioLabelForHud {
    width:120px;
    padding:0 5px 0 2px;
    color:purple;
}

DIV.single INPUT.textInputForHud, DIV.single LABEL.textInputForHud {
    width:160px;
    padding:0 5px 0 2px;
    margin: 5px 5px 5px 0px;
}

DIV.single TEXTAREA.textInputForHud {
    width:160px;
    padding:0 5px 0 2px;
    margin: 5px 5px 5px 0px;
    height: 50px;
    background-color:#FFF;
}

DIV.single LABEL.radioLabelForHardship {
    width:180px;
    padding:0 5px 0 2px;
    color:purple;
}

DIV.single LABEL.radioYesNoLabel {
    width:30px;
    color:purple;
}

DIV.single LABEL.question{
    width:400px;
    padding-left:20px;
    /*background:url(../images/icon_question.gif) no-repeat left top;*/
}
DIV.single INPUT, DIV.single SELECT , DIV.single TEXTAREA {
    float:left;
    border:1px solid #999;
    width:210px;
    /*font-size:11px;*/
    /*padding:2px;*/
}

DIV.single TEXTAREA {
	width:210px;
	height:100px;
}

form label.error{font-weight:normal;float:right;color:#F00;margin-right:20px;display:none;}
form input {float:left;width:300px;border:1px solid #ccc}
form select {float:left;width:300px;border:1px solid #ccc}
form input.check-radio{width:auto;border:none}
form textarea {float:left;width:300px;border:1px solid #ccc}
form input.error, form textarea.error{border: 1px dotted #FF6666;}
form ul{padding-left:0;margin-left:20px}
form ul li{list-style:none;float:left;}
form ul li ul{width:300px;float:left;padding:0;margin:0}
form ul li#buttons{text-align:center}
form span.req{font-weight:bold;color:red;font-size:10px;margin-left:3px;}

TABLE.list {font-size: 11px;width:98%;margin:9px;color:#000}
TABLE.list th{background-color:#6e8692;}
TABLE.list th, TABLE.list td{padding:4px 2px 4px 2px}
TABLE.list tr.odd td{background-color:#9eb6c1;}
TABLE.list tr.even td{background-color:#88a3bf;}
TABLE.list tr td a{color:#000}

table#listTable tr.selected td{
    background-color:#7f7faf;
    cursor: pointer;
}

fieldset {
    width: 95%;
}
fieldset.full_size {
    width:856px;
    clear:both;
}
div.full_size {
    width:870px;
    clear:both;
}
fieldset.half_size {
    width:412px;
    float:left;
}
div.half_size {
    width:438px;
    float:left;
}
fieldset.size_3_4 {
    width:440px;
    float:left;
}
div.size_3_4 {
    width:473px;
    float:left;
}
fieldset.size_1_4 {
    width:358px;
    float:left;
}
div.size_1_4 {
    width:378px;
    float:left;
}
legend {
    font-weight: bold;
    color:chocolate;
}

.required input, .required select{
    background-color:white;
}

span.dollar {
    color:black;width:10px;float:left;
}

div.proposal-bar{background-color:#66f;float:left;width:99%;text-align:center;padding:5px 0 5px 0;color:white;font-weight:bold;font-size:15px}

ul.receipient_list {
    display:table;
    margin:10px;
}
ul.receipient_list li {
    clear:both;
    width:100%;
}
ul.receipient_list li input {
    clear:both;
    width:auto;
    border:none;
}
button.extra_btn {
    margin:10px;
    padding:2 20px;
}


table#home-cnt{float:left;margin:5px 0 0 5px;width:840px}
a.box_link {
    cursor:pointer;margin:0;margin-bottom:5px;padding:10px 0;float:left;text-align:center;width:180px;
    color:white;background:url(../images/button_back.gif) repeat-x;border:1px solid #ee8b2c;font-weight:bold;font-size:20px;
}

table.hud_dynamic_data_table
{
		border: 1px solid #CCC;
		font-size:10px;
		width: 100%;
}

table.hud_dynamic_data_table th
{
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	color: #000;
	text-align: left;	
}

table.hud_dynamic_data_table th input.editable_label
{
	border: 0px;
	font-size:11px;
	width: 245px;
	font-weight:bold;
}

table.hud_dynamic_data_table td
{
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
	color:#000;
}

table.hud_dynamic_data_table td input
{
	float:none;
}


table.hud_dynamic_data_table td input.editable_label
{
	border: 0px;
	font-size:11px;
	width: 245px;
}

input.hud_dynamic_table_value
{
	width:100%;
	text-align:right;
}

.readonlyInputField {
	background: #dedede;
}

.uploadfilesettings {
	width:90%;
	font-size:12px;
	margin-left: 30px;
}

.uploadfilesettings tr th, .uploadfilesettings tr th:hover{
	text-align: left;
	margin-left: 20px;
	border-bottom: 2px solid #888;
	font-size:12px;
	font-weight:bold;
}

.uploadfilesettings tr td{
	padding-left:10px;
	font-size:11px;
}

.uploadfilesettings tr:hover{
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
}



.uploadfilesettings tr.odd{
	background-color:#DDDDFF;
	border:1px solid #F00;
}

.uploadfilesettings tr.even{
	background-color:#EEEEFF;
}

