
/* version 2 */
a.tooltip { color:#c00; font-size: 11px; line-height: 1.4;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {text-align:left; display:block; position:absolute; top:20px; left:-25px; padding:5px; padding-top:10px;  font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:350px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(tooltip.gif) 0 0; display:block; font-size:1px;}

/* only works in firefox */
a.tooltip:focus {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:focus b {text-align:left; display:block; position:absolute; top:20px; left:-25px; padding:5px; padding-top:10px;  font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:350px;}
a.tooltip:focus b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(tooltip.gif) 0 0; display:block; font-size:1px;}

.clear {clear:both;}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	line-height: 1.7;
	background-color: #09A6E0;
}

p {	color: #333333; }

.smalltext { font-size: 11px; color: grey; }


a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.footer { font-size: 9px; color: #ffffff; }
.footer a { font-weight: normal; color: #ffffff; text-decoration: underline; } 
.footer a:hover { font-weight: normal; }
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

ul {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
	padding-left: 15px;
}

ol { 
	margin-left: 15px;
	padding-left: 15px;
}

li {
	margin-left: 0px;
	margin-bottom: 0px;
}


.sidebarblue {
	background-image:  url("images/navigation/side-bar.jpg");
	background-repeat: repeat-y;
	background-position: top;
}
.sidebar {
	background-image:  url("images/navigation/side-bar-orange.gif");
	background-repeat: repeat-y;
	background-position: top;
}
.topbarleft {
	background-image:  url("images/navigation/top-bar-left.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.topbarright {
	background-image:  url("images/navigation/top-bar-righ.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.middlebar {
	background-image:  url("images/navigation/bar-middle.gif");
	background-repeat: repeat-y;
	background-position: right;
}
.bottbarleft {
	background-image:  url("images/navigation/bottom-bar-left.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
.bottbarright {
	background-image:  url("images/navigation/bottom-bar-right.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
.leftfade {
	background-image:  url("images/navigation/nav_21.jpg");
	background-repeat: repeat-x;
	background-position: top;
}
.middlefade {
	background-image:  url("images/navigation/nav_17.jpg");
	background-repeat: repeat-y;
	background-position: right top;
}

h1, h2, h3, h4 { margin:0; font-family: Arial, Helvetica, sans-serif; color: #09A6E0; }

h1 { font-size: 18px; font-weight: bold;  font-style: normal; text-align: center; }
h1#orange { font-size: 22px; font-weight: bold; color: #FDA700; font-style: normal; }
h2 { font-size: 16px; font-weight: bold; font-style: normal; }
h2#white { font-weight: normal; color: #ffffff; font-family: Verdana, Helvetica, sans-serif; } 
h3 { font-size: 14px; font-weight: bold; color: #FDA700; font-style: normal; }
h4 { font-size: 12px; font-weight: bold;  font-style: normal; }


p#sidebar { font-size: 11px; }


.headingcell { font-family: Verdana, Helvetica, Arial, Sans-serif; font-size: 12px; background-color: #006BAF; color: #ffffff; }

.row1 { }
.row2 {  }

.questionCell { background: #EFEFEF; text-align: left; padding-left: 10px; }
.answerCell {  background: #fbf0d2;  text-align: left; }
.whiteCell { background: #FFFFFF; font-family: Verdana, Helvetica, Arial, Sans-serif; font-size: 11px; }
.greyCell { background: #F8F8F8; font-family: Verdana, Helvetica, Arial, Sans-serif; font-size: 11px; color: #007EC7;  }

.formButton {  background: #E5E5E5; font-family: Verdana, Helvetica, Arial, Sans-serif; font-size: 11px; }


.errorsummary {
    color: #FF9933;
    padding: 2px;
}

.errorsummary li {
	margin-left: 0px;
	margin-bottom: 2px;
}


.error {
    color: #FF9933;
    padding: 2px;
}

.red {
    color: #FF0000;
    padding: 2px;
}

.green {
    color:#009900;
    padding: 2px;
}


.tbl_appform {  border: 1px solid #E5E5E5; }
.tbl_navigation { border: 1px solid #47e; background-color: #def;  }

.nav_noncurrentstep { background-color: #def; }
.nav_currentstep { background-color: #F8F8F8; }

.textbox { width: 208px; padding: 2px; font-family: Verdana, Helvetica, Arial, Sans-serif; font-size: 12px; }
.textboxerror { width: 208px; padding: 2px; font-family: Verdana, Helvetica, Arial, Sans-serif; font-size: 12px; color: #000000; background-color: #FFCC66; border: 1px solid #000000; }

.textarea { width: 95%; font-family: Verdana, Helvetica, Arial, Sans-serif; font-size: 12px; color: #333333; background-color: #ffffff; border: 1px solid #BDBDBD; padding: 3px; }
.textareaerror { width: 95%; font-family: Verdana, Helvetica, Arial, Sans-serif; font-size: 12px; color: #000000; background-color: #FFCC66; border: 1px solid #000000; padding: 3px; }



.control {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size: 12px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #BDBDBD;
    padding: 2px;

}

.controlerror {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size: 12px;
    background-color: #FFCC66;
    border: 1px solid black;
	padding: 2px;
}

.required {
    color: #FDA700;
    font-weight: bold;


}

.menu, .menuselected, .loanappstep {
    color: white;
    font-family: Tahoma, Arial, Verdana, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #006BAF;
    padding: 5px;
}

.loanappstep {
    border-bottom: 1px solid #FDA700;
    border-top: 1px solid #FDA700;
	cursor: pointer;
	cursor: hand;
	color: #000000;
	background-color: #fbf0d2;
	margin-bottom: 1px;
}

.menu:hover, .menuselected:hover, .loanappstep:hover  {
    background-color: #A8DDFF;
}

.menuselected, loanappstepselected {
    color: #FDA700;
}

.toolbar {
    background-color: #006BAF;
    padding: 5px 0px 5px 0px;
}




table.tabdata th {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	background: #E6EAE9;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

table.tabdata td {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #000000;
}

/* 
.alt {
	background: #fffff;
	color: #797268;
}


table.tabdata.td.total {
	background: #F5FAFA;
	color: #000000;
}
*/

caption {
	padding: 0 0 5px 0; 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}


table.reference {

	border-collapse:collapse;
}

table.reference th {
	background-color:#E6EAE9;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	padding: 3px 6px 3px 12px;
	vertical-align:top;
	
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 1px;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
	/*
	color: #4f6b72;
	background: #E6EAE9;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;


	padding: 6px 6px 6px 12px;
	
	*/
}

table.reference td {
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	padding: 3px 6px 3px 6px;
	vertical-align:top;
	
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

