/* Form Styles */
form, input, textarea{
	margin:0px;
	
}

form ul {
  list-style:none;
}

input, textarea, select{
	/*font-family: "lucida grande", tahoma, verdana, arial, sans-serif;*/
}

.normal{
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	line-height:1.3;
	color:#555;
}

input.tempInput{
	color:#ccc;
}

input.error, textarea.error{
	border:1px solid #990000;
}

input.inputBox{
	width:150px;
}

input.wideInputBox{
	width:200px;
}

input.xwideInputBox{
	width:300px;
}

input.button{
	background:#ff9900;
	color:#FFFFFF;
	border:1px solid #cccccc;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding: 5px 5px 5px 5px;
}

input.buttonGreen{
	background:#669900;
	color:#FFFFFF;
	border:1px solid #cccccc;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}


input.smallButton{
	background:#ff9900;
	color:#FFFFFF;
	border:1px solid #cccccc;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

input.tinyButton{
	background:#ff9900;
	color:#FFFFFF;
	border:1px solid #cccccc;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding:0px;
}

input.mediumButton{
	background:#ff9900;
	color:#FFFFFF;
	border:1px solid #cccccc;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	
}


input.bigButton{
	padding:8px 5px; text-align:center; font-weight:bold; color:#fff; display:block; text-decoration:none; cursor:pointer;
	
	/*
	background:#ff9900;
	color:#FFFFFF;
	border:1px solid #cccccc;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

input.disabledButton{
	background:#eee;
	border:1px solid #ccc;
	color:#999;
	*/
	cursor:pointer;
}
input.bigButton{background:#8fc51b;color:#fff!important;border:1px solid #54b81d; border-bottom:2px solid #3a8d0d; border-right:2px solid #3a8d0d;}
input.bigButton:hover{background:#85d217;border:1px solid #54b81d; border-top:2px solid #3a8d0d; border-left:2px solid #3a8d0d;}

input.disabledButton{
	padding:8px 5px; text-align:center; font-weight:bold;  display:block; text-decoration:none; cursor:pointer;background:#f4f4f4 url('/images/button-bg-white.png') repeat-x left top;color:#d1d1d1!important; border:1px solid #e2e2e2;border-right:2px solid #e2e2e2; border-bottom:2px solid #e2e2e2;
}

input.fullwidth{
	width:98%;
}
/* End Form Styles */


a img{
	padding-right:5px;
	text-decoration:none;
	border:0px;
}

.fakeLink {
  color:#0066CC;	
  text-decoration:none;
}

.fakeLink:hover {
  color:#ff9900;
  cursor: pointer;	
}


h1{
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin:10px 10px 10px 0px;	
}

h1 a:hover{
	color:#ff9900;
}

h2{
	font-size:16px;
	font-weight:bold;
	color:#555555;
	margin:10px 10px 10px 0px;
}

h3{
	font-size:14px;
	font-weight:bold;
}

h3 a.hlink{
	font-size:14px;
	font-weight:normal;
}

h4{ 
	font-size:12px;
	font-weight:bold;
	margin:5px 0 5px 0px !important;
}



.pageHeading {
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin:10px 0px 0px 0px;
}

.pageHeading a, .pageHeading a:visited{
	/*color:#333333;*/
	/*text-decoration:underline;*/
}

.pageHeading a:hover{
	color:#ff9900;
}

.subHeading{
	font-size:14px;
	font-weight:bold;
}

.sectionHeadingBig{
	font-size:18px;
	font-weight:bold;
	color:#336699;
	border-bottom:2px solid #336699;
	margin-bottom:3px;
}


.sectionHeading{
	font-size:13px;
	background:#eeeeee;
	color:#333333;  /* #336699; */
	font-weight:bold;
	text-transform:uppercase;
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	padding: 5px;
	}

.sectionHeadingMedium{
	font-size:12px;
	background:#eeeeee;
	color:#333333;  /* #336699; */
	font-weight:bold;
	text-transform:uppercase;
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	padding: 5px;
	}
		
.sectionHeading a.hlink{
	font-size:12px;
	font-weight:normal;
}

td.hlink{
	font-size:12px;
	font-weight:normal;
}

.sectionHeading table td.hlink{
	/*vertical-align:bottom;*/
}

.mediumText{
	font-size:13px;
}

.altRow{
	background:#eeeeee;
}

.fynanzRow{
	background:#cdfffe;
}

.small{
	font-size:10px;
	font-weight:normal;
}

.smallGrey{
	color:#666;
	font-size:11px;
	font-weight:normal;
}

.smallGreen{
	color:#669900;
	font-size:11px;
	font-weight:normal;
}



/* GENERAL PAGE DESIGN STYLES */

#adminSiteContainer{
  text-align:left;
  height:100%;
  vertical-align:top;
}
#siteContainer{
  text-align:left;
	height:100%;
}
td#header{
	padding-bottom:20px;
}

.footer{	
	font-size:9px;
	border-top:1px solid #ccc; 	
	text-align:right;
	margin-top:20px;
}

/* END GENERAL PAGE DESIGN STYLES */

/* Listing Styles */

.network_column{
	float:left;
	width:33%;
	white-space:nowrap;
	line-height:1.5;
	margin:3px 0px;
	font-size: 11px;
	/*list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:0px;
	text-indent:0px;*/
}

.titleLink{  /* used in partial */
	font-size:12px;
	font-weight:bold;
}

.rate{
	color:#669900;
	font-weight:bold;
	font-size:12px;
	white-space:nowrap;
}

.rateSmall{
	color:#669900;
	font-weight:bold;
	font-size:11px;
	white-space:nowrap;
}

.rating{
	color: #cd6601; 
	font-weight:bold;
}

.timeleft{
	color:#666;
	font-weight:bold;
}

/* BOX TABLE STYLES */

.boxTable{
	/*width:180px;*/
}

.boxTable tr.header{
	background:#eeeeee;
	color:#336699;
	font-weight:bold;
	text-transform:uppercase;
}

.boxTable tr.header td{
	padding:5px;
	border:1px solid #ccc;
}

.boxTable td{
	vertical-align:top;
}

.boxTable div.content{
	margin-top:5px;
	border:1px solid #ccc;
	padding:5px;
}

/* Just the heading in a div */
.capsHeading{
	font-size:12px;
	color:#555555;  /* #336699; */
	font-weight:bold;
	text-transform:uppercase;
	padding: 5px 5px 5px 0px;	
}



.gboxHeading{
	border-top:1px solid #339900;
	border-bottom:1px solid #339900;
	background:#f4fff4;      /* #eeeee; */
	font-weight:bold;
	padding:5px;
	margin:25px 0px 15px 0px;
	color:#444444;
	font-size:13px;
	/* text-transform:lowercase; */
}

.boxHeading{
	/*border:1px solid #ccc;*/ 
	/*background:#e4f1fd;*/      /* #eeeee; */
	background:#DFE7FE url(/images/block-title-bg-blue.png) repeat-x left top;
	font-weight:bold;
	padding:8px;
	color:#444444;
	font-size:13px;
	text-shadow:0 1px 0 #FFFFFF;
	border:1px solid #cbd3ed;
	/*width:99.8%; */
	/* text-transform:lowercase; */
}


.boxHeading a{
	text-decoration: none;
}

.boxContent{
	border:1px solid #DDDDDD;
	border-top:0px;
	font-size:12px;
	padding:10px;
	/*width:99.8%;*/
	overflow:auto;
	background-color:#fdfdfd;
}

.confirm_school{
	border:1px solid #ccc;
	font-size:12px;
	padding:10px;
	overflow:auto;
	/*background-color:#fdfdfd;*/
}

.editBoxContent{
	border:1px solid #ccc;
	padding:5px;
	background:#eee;
}

.spaceup{
	margin-top:	5px;
}

.spacedown{
	margin-bottom:10px;
}

/* END BOX TABLE STYLES */

td.numbers{
	text-align:right;
}

.siteTable{
	/*height:600px;*/
}
.siteTable td{
	vertical-align:top;
}

.spacer{
	height:20px;
	font-size:20px;
}

.spacerSmall{
	height:10px;
	font-size:10px;
}

/*  LISTING STYLES */

.listTable{
	border-top:1px solid #ccc;
	/*border-right:1px solid #ccc;*/
	/*border-left:1px solid #ccc; */
	border-bottom:1px solid #ccc; 
  border-collapse: collapse;
}

.listTable tr.header{
	background:#e4f1fd;  /* # e2efff #eeeeee; #ffcc66; */
	color:#444444;
	font-weight:bold;
}

.listTable tr.header2{
	background:#FFFFCC;  /* # e2efff #eeeeee; #ffcc66; */
	color:#999;
	font-weight:bold;
}

div.header3{
	background:#FFFFCC;  /* # e2efff #eeeeee; #ffcc66; */
	color:#999;
	font-weight:bold;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;

}
.yellowBackground {
	background-color:#FFFFCC;
}

.blueBackground {
	background-color:#e4f1fd
}

.listTable tr.header tr.header2 td{
	vertical-align:bottom;
}

.listTable tr.total{
	background:#eeeeee;
	color:#333333;
	font-weight:bold;
}

.listTable td{
	padding:5px 4px 5px 4px;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	/*text-align:left;*/
}

.listTable tr.header th, .listTable tr.header2 th{
	vertical-align:bottom;
  text-align:center;
  padding:0; margin:0;
}

td.label, .fieldlabel{
	font-weight:bold;
	padding-right:10px;
	margin-bottom:5px;
	white-space:nowrap;
	color:#555;
}

table.leftAlign td{
	text-align:left
}

.noBorderTable{
	/* border-left:1px solid #ccc; */
}

.noPadTable td{
	padding:3px 3px 3px 3px;
}

.noBorderTable td{
	border-left:0px;
}

.listTable tr.noBorder td{
	border-bottom:0px;
}

.listID{
	width:80px;

}

.listDate{
	width:90px;
}

.listBidDate{
	/* width:100px; */	
	text-align:center;
}

.listBidType{
	width:50px;	
	text-align:center;
}

.listTitle{
	width:420px;
}

.listStatus{
	text-align:center;
	width:90px;
}

.listMore{
	text-align:center;
	width:30px;	
}

.listGrade{
	width:90px;
}

.listBidder{
	width:82px;
	text-align:left;
}

.listRelationship{
	width:82px;
	text-align:left;
}

.listRate{
	width:70px;
	text-align:right;
}

.listAmount{
	text-align:right;
	width:70px;
}

.listUnits{
	width:100px;
	text-align:right;
}

.listMajorTitle{
	font-weight:bold;
}

.listMajor{

}

.listYearTitle{
	font-weight:bold;
}

.listYear{}

.listAggregate{
	text-align:right;
	padding-left:20px;
	border-left:1px solid #ccc;
}


.listNumeric{
	text-align:right;
}

/* in listing page */
.listInfo{
	line-height:2;
	width:100px;
}

.listThumbnail{
	width:76px;
	/*border:1px solid #ddd;*/
}

.listLegend{
	width:77px;
	font-size:11px;
}

.listDetails{
	width:107px;
	font-size:11px;
}

.listRequest{
	width:140px;
}

.listPayoffAmount {
	text-align:center;
	width:100px;
}	

.listPayoffDate {
	text-align:center;
}

.description{
	/* width:730px; */
	padding-left: 10px;
	text-align: left;
	word-wrap:break-word;
}

.gradeNomatch{
		font-size: 10px;
		font-weight:normal;
		color:#999;
	}
	
.gradeMatch{
		font-size: 12px;
		font-weight:bold;
		color:#990000;
		background-color: #FFFFCC;
	}		

/*------------ Listing details ------------------*/


.listFundMeter{
	width:17px;
	text-align: right;
}

.barGraph{
	border: 1px solid #708599;
	height: 75px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	width: 17px;	
}

.barGraph li {
	bottom: 0;
	list-style:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	text-align: center;
	width: 17px;
	}

.barGraph li.p1{ background-color:#fff }
.barGraph li.p2{ background-color:#cdFFFE }
.barGraph li.p3{ background-color:#336799 }



/* Actions specified in watchlist */
.listActions{
	width:100px;
	font-size:11px;
	text-align:left;
	white-space:nowrap;
}

.listSubHeading{
	font-size:13px;
	color: #555;
	font-weight:bold;
}

table.tinyTable{
	font-size:11px;
	font-weight:normal;
	padding:2px;
}

table.tinyTable td{
	padding:0px 5px 4px 5px;
}

table.nowrap td{
	white-space:nowrap;
}

td.nowrap{
	white-space:nowrap;
}
/* end in listing page */


	
/* HEADER NAVIGATION STYLES */

.mainNav{
	background:url(/images/menu_bg.jpg) repeat-x #006600;
	white-space:nowrap;
	height:25px;
}

tr.mainButtons td{
	color:#FFFFFF;
	padding:0px 20px;
	cursor:pointer;
	border-left:1px solid #ccc;
	font-weight:bold;
}

tr.mainButtons td a, tr.mainButtons td a:visited{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

tr.mainButtons td.over, tr.mainButtons td.over a, tr.mainButtons td a:hover, tr.mainButtons td.selected a, tr.mainButtons td.selected a:visited{
	color:#000000;
}

tr.mainButtons td.selected, tr.subNav td{
	background:#f9cc55;
	color:#336699;
}

tr.subNav td{
	height:25px;
}

tr.subNav td div{
	display:none;
	text-align:left;
	padding-left:10px;
}

tr.mainButtons td.selected{
	font-weight:bold;
	color:#666666;
	cursor:default;
}

td#subNavigationRow div span a, td#subNavigationRow div span a:visited{
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
}

td#subNavigationRow div span a:hover, td#subNavigationRow div span.over a, td#subNavigationRow div span.over a:visited{
	color:#000000;
}

td#subNavigationRow div span.selected, td#subNavigationRow div span.selected a, td#subNavigationRow div span.selected:visited{
	font-weight:bold;
	cursor:default;
	text-decoration:none;
	color:#336699;
}

td#subNavigationRow div span{
	cursor:pointer;
	padding:0px 10px;
}

.topLinks{
	text-align:right;
	font-size:11px;
}

.logo{
	padding:10px 0px;
}

.topBanner{
	border-top: 1px solid white;
	background:#f9f6f1;
}
/* END HEADER NAVIGATION STYLES */


/* ERROR BOX */
.errorBox, .errorMessage {
	border:1px solid #990000;
	margin-bottom:20px;
}
.errorBox tr.header td{
	background:#990000;
	color:#FFFFFF;
	font-weight:bold;
}
.errorBox td{
	padding:5px;
}

.errorMessage{
	padding:5px 5px 5px 30px ;
	background:#FFFFFF url(/images/error.png) top left no-repeat;	
	color:#990000;
	font-weight:bold;
}

.confirmMessage{
	border:1px solid #006600;
	margin-bottom:20px;
	padding:5px 5px 5px 30px ;
	background:#FFFFFF url(/images/confirm.png) top left no-repeat;	
	color:#000000;
	font-weight:bold;
}

/**** live/inline errors *****/

label.error{
	padding:0px 10px 0px 10px;
	color: #990000;
	font-weight: bolder;
	font-size: 11px;
}


/******** Info Box - shows on top of list details / myaccount **/

div.infoBlock{
		border: 2px solid #ddd;
		padding:10px 10px 10px 20px;
		margin-bottom:15px;
		text-align:left;
}
	
div.xBlock{
		margin-bottom:15px;	
		color:#666;
}

.xBlockContent{
		padding:10px 10px 10px 0px;
		vertical-align:top;
}

.xBlockContent ul{
		margin:5px 5px 10px 15px;
		vertical-align:top;
}

.xBlockImage{
	padding:5px;
	vertical-align:top; 
}

div.xBlock, div.infoBlock ul{
	padding:0px 0px 0px 12px;
	margin:5px;
	line-height:1.5;
}

.infoBox, .infoMessage {
	border:1px solid #990000;
	margin-bottom:20px;	
}

div.warnBlock{
		border: 2px solid #f2df4d;
		background-color:#fffff0;	
}

div.greenBlock{
		border: 2px solid #339900;
		background-color:#f4fff4;
}

.yellowBox{
		border: 1px solid #f2df4d;
		background-color:#fffff0;	

}


.quickLink {
	padding:4px 5px 4px 10px; 
	border-bottom:1px dashed #ccc;
	font-size:12px;
	color:#999;
}
	
/* END BOX STYLES */

.normal a, .normal a:visited{
	text-decoration:none;
	border:0px;
}

.normal a:hover{
	text-decoration:underline;
	border:0px;
}

/* expand collapse */

.expandButton{
	background:url(/images/expand.jpg) no-repeat left;
	width:10px;
	padding-right:10px;
	cursor:pointer;
	float:left;
}

.collapseButton{
	background:url(/images/collapse.jpg) no-repeat left;
	width:10px;
	padding-right:10px;	
	cursor:pointer;
	float:left;
}


/**/

.attention{
	color:#990000;
	font-weight:bold;
}


/* Listing Detail Table */
.listingDetail{
	margin-bottom:20px;
}

.listingDetail td{
	border:0px;
	font-size:11px;
}

div.complete, div.incomplete, div.current{
	
}

div.complete{

}

div.incomplete{
	color:#999999;
}

.highlight{
	background:#FFFFCC;
	/* border-bottom:1px dashed #0099FF; */
}

.alertGreen{
	background:#B2DF7D;
	/* border-bottom:1px dashed #0099FF; */
}

.alertRed{
	background:#FFBFBF;
	/* border-bottom:1px dashed #0099FF; */
}

/* Used by image function - we should move to popup_container */
.ajaxBox {
	position:absolute;
	z-index:999;
	padding:5px;
	border:2px solid #336699;
	top:0px;
	left:0px;
	display:none;
	background:#FFFFFF;
}

.ajaxBox td.header{
	padding:5px;
	background:#336699; 
	color:#FFF;
	font-weight:bold;
	
}

.ajaxBox td.content{
	padding:10px;
	text-align:left;
}


div.ajaxBox td.header a, div.ajaxBox td.header a:hover, div.ajaxBox td.header a:visited{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
/***************/

.inlineError{
	font-size:11px;
	color:#990000;
	font-weight:500;
	padding-bottom:5px;
}

.inlineWarning{
	font-size:11px;
	color:#cc6600;
	font-weight:500;	
	padding-bottom:5px;
}

a.helpLink{
	border-bottom:1px dashed #ff9900;
}

a.disabled{
	color:#999
}

.tips{
	color:#666;
	font-size:11px;
	text-align:left;
	background:#FDFADF;  /* fdd37e */
	padding:10px;
	border:1px solid #ece9cf;
}
.tips p{
	margin-top:0px;
}

.bluetips{
	background:#e8f2fe;
}
/*removed by Tamik, conflicts with message box
.message{
	background:url(/images/info.jpg) top left no-repeat;
	padding-left:25px;
	height:20px;
	color:#666666;
}*/

.hidden{
	display:none;
}

/* FORM TABLE STYLES */
table.formTable td{
	vertical-align:top;
}


/* LOAN GRADES */
.platinum{
	background:#a3d2f9;
}

.gold{
	background:#f9cc55;
}

.silver{
	background:#cccccc;
}

.term5yrs{
	background-image: url("/images/5yrs.gif");
	background-position: bottom right; 
	background-repeat: no-repeat;
}

.term7yrs{
	background-image: url("/images/7yrs.gif");
	background-position: bottom right; 
	background-repeat: no-repeat;
}

.term10yrs{
	background-image: url("/images/10yrs.gif");
	background-position: bottom right; 
	background-repeat: no-repeat;
}

/* Tab Header */
ul.tabHeader{
	list-style:none;
	border-bottom:1px solid #3b5997;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}

ul.tabHeader li{
	display:inline;
	padding:5px 15px 5px 15px;
}

ul.tabHeader li.selected, ul.tabHeader li.selected a{
	background:#3b5997;
	color:#FFFFFF;
}


/*Info Popup*/
.infoPopup{
	z-index:99;
	background:#FFFFFF;
	padding:10px;
	border:2px solid #666;
	top:0px;
	left:0px;
}


div.poptip td.tt_label{
	text-align: left;
	color: #666666;
	white-space:nowrap;
}

div.poptip td.tt_leftval{
	text-align: left;
	padding-left: 5px;
}

/* ---------------- */

.leftLabel{
	padding-right:35px;
}



/* styles from layouts & navigation */

td.subMenu{		
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#e1ecf8;
	height:26px;
	font-size:11px;
	z-index:2;
	font-family:"Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	/* background:url(/images/nav/subMenu_bg.gif) top repeat-x; */
}

.nav{
	font-weight: bold;
	margin:0 5px 0 5px;
	color:#000000;
}

.nav a, #nav a:visited{
	font-weight: normal;
	color:#0066CC;
}

/*.nav a:hover {
	text-decoration:underline;
}*/

.nav_spacer{
	font-weight:normal;
	color:#999999;
}

/* not used
td.subMenu td, td.subMenu input, td.subMenu {
}

td.subMenu a, td.subMenu a:visited{
}
 */
.copyright{
font-size:10px;
color:#999;
font-family:"Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
padding:3px;
}

 a.active{
  float: left;
  background:url(/images/nav/menu_gold.png) top left no-repeat;
  width:80px;
}

a.inactive{
  float: left;
  width:80px;
}

.scrollingBox{
	overflow-x:hidden; 
	overflow-y:auto; 
	border:1px solid #ccc; 
	padding:10px;
}

/* 
	info field
	this style is for form fields that have informational text which gets removed upon focus
	-- not working 12/1/08 CC -- text stays black - see alternative in admin_quick_links partial
 */
.infoField{
	color:#999999;
}

/* Content Styles */

.mediumFont{
	font-size:12px;
	font-weight: normal;
}

.mediumFont form{
	font-size:11px;
	font-weight: bold;
}

.largeFont { font-size:14px!important; }
.xlargeFont { font-size: 15px!important; }

.largeFont a{ font-size:14px!important; }
.xlargeFont a{ font-size: 15px!important; }

.strong { font-weight: bold;}
#strong { font-weight: bold;}
.upcase { 	text-transform:uppercase; }

.smallFont{ font-size:11px!important; }
.tinyFont{ font-size:10px!important; }
	
.smallFont a{ font-size:11px!important; }
.tinyFont a{ font-size:10px!important; }

.green {	color:#339900; font-weight:bold; }
.green6 {	color:#669900; }

.red9 { color: #990000; }
.redC { color: #CC0000; font-weight: bold; }

.grey6 { color:#666; }
.grey9 { color:#999; }

.blue3{ color:#3875d7; }
.blue6{ color:#0033aa; }

.black { color:black; font-weight:bold }

.highlight2 {
	background-color: #FFFF00;
	color: #555;
}

.bulink, a.bulink{ 
	font-weight:bold;
	padding-bottom:1px;
}

.dulink, a.dulink{
	padding-bottom:1px;
}

.greylink, a.greylink{ color:#999; font-size:11px;}

a {
outline:none;
}

a.ulink{
	text-decoration:underline;
	}

a.buttonLink{
	background:#ff9900;
	color:#FFFFFF;
	padding: 3px 6px 3px 6px;
	border:1px solid #cccccc;
	font-weight:800;
	font-size: 12px;
	text-align:center;

}

a.mediumButtonLink{
	background:#ff9900;
	color:#FFFFFF;
	padding: 3px 6px 3px 6px;
	border:1px solid #cccccc;
	font-weight:800;
	font-size: 14px;
	text-align:center;

}
/* links for delete / etc - used in messages */
.actionLink, a.actionLink , a.actionLink:visited{
		font-weight:bold;
		font-size: 11px;
		padding: 1px 2px 1px 2px;
/*		border-bottom:1px solid #0066CC;*/
}

a.actionLink:hover{
	background: #0077FF;
	padding: 2px 2px 2px 2px;
	text-decoration:none;
	color:white;
}

a.bigLink, a.bigLink:visited{
	color: #0077FF;
	font-size:14px;
	font-weight:bold;
	/*border-bottom:1px solid #0066CC;*/
	padding: 1px 3px 1px 3px;
}

a.bigLink:hover{  
	background-color: #0077FF;
	padding: 2px 3px 2px 3px;
	text-decoration:none;
	color:white;
}

	
.flashErrorLink, .flashErrorLink:visited{ 
	font-size:13px;
	font-weight:bold;
	color: #FFFF99;
	text-decoration:underline;
	padding: 2px;
}

.flashErrorLink:hover{  
	background-color: #FFFF99;
	padding: 2px;
	text-decoration:none;
	color: #990000;
}


.rightAlign { text-align:right; }
.leftAlign{ text-align:left }

.topVertAlign {
	vertical-align:top;
}


/* Moved from Create Listing pages */
td.col1{
  padding-right:20px;
  white-space:nowrap;		
  font-weight:bold;
  }
td.col2{
  width:50%;
  }
td.col3{
  width:280px;
  }	
.tipBox{
  padding-left:30px;	
  width:250px;			
  }
  
.required{
	color:#339900;
	font-weight: bold;
}

table#greyborder td{
	width:190px;
	padding:10px;
	font-size:11px;
	line-height:1.6;
}

.noborder {
	border:0px;
}

.leftborder {
	border-left:1px solid #ccc;
}

.bottborder{
		border-bottom:1px solid #ccc;
}

.topborder{
		border-top:1px solid #ccc;
}

.leftpadding{
	padding-left:25px;
}

.dash{
	font-size:1px;
	height:1px;
	border-top: 1px dashed #ccc;
	margin:7px 5px 5px 5px;
}

.dash2{
	font-size:1px;
	height:1px;
	border-top: 1px dashed #ccc;
	margin:0px 0px 0px 0px;
}

.linebr{
	font-size:1px;
	height:1px;
	border-top: 1px solid #999999;
	margin:7px 0px 5px 0px;
}

/**************** HELP Section *********/

div#sections a{
		font-weight:bold;	
		color:#ccc;	
}

div#sections a:hover{	
		color:#990000;
}

div#topics a{
	font-weight:normal;
}

div.questions{
	padding: 10px;
	border-bottom: 1px dashed #ddd;
}

	
div.question{
	font-weight:bold;
	font-size:14px;
	padding:10px 20px 5px 0px;
	color:#333;
}

div.answer{
	font-weight:normal;
	padding:5px 20px 10px 0px;
	color:#555;
}

div#questions{
	padding: 2px 0px 10px;
	border-bottom: 1px dashed #ccc;
}

div.floatRightLink{
	font-size:11px;
	text-align:right;
	/*float:right;*/
}

div.helpHeading{
	font-size:16px;
	font-weight:bold;
	color:#990000;
	padding:10px 10px 5px 0;
	margin:5px 0 10px 0;
}
/* ------------ Contd. --------------- */

div.title{
	font-weight:bold;
	font-size:13px;
	color:#333;
	padding-bottom:10px;
	padding-top:5px;
}

div.gTitle{
	font-weight:bold;
	font-size:13px;
	color:#006600;
	padding-bottom:10px;
	padding-top:5px;
}

div.redTitle{
	font-weight:bold;
	font-size:14px;
	color:#990000;
	padding-bottom:10px;
	padding-top:5px;
}

.fgrade_cb{ 
	vertical-align:middle;
	}


 .loginField{
    width:200px;
    font-size:14px;
    font-weight:600;
    color:green;
  }
	
/* ----------------  For administration section ------------------- */
.adminTab {
	color: #666600; 
}
.adminTab td {
    color: #666666;
    line-height: 2;
    padding-right: 5px;
}

.adminTab th {
    color: #FFFFFF;
    background-color: #69A042;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}


  .adminPaginate {
    padding: 3px;
    margin: 3px;
  }
  .adminPaginate a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #aaaadd;
    text-decoration: none;
    color: #2A5983;
  }
  .adminPaginate a:hover, .pagination a:active {
    border: 1px solid #8e191c;
    color: #000;
  }
  .adminPaginate span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #2A5983;
    font-weight: bold;
    background-color: #2A5983;
    color: #FFF;
  }
  .adminPaginate span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
  }
  
abbr, acronym {
  cursor: help;
  border-bottom: 1px dashed #666666;
}

/* For sorting in tables*/
.sortup, td.sortup {
	background-image: url('/images/sort_asc.gif');
	background-repeat: no-repeat;
	background-position:left;
	color: #000000;
	padding-left:12px;
}

.sortdown, td.sortdown {
	background-image: url('/images/sort_desc.gif');
	background-repeat: no-repeat;
	background-position:left;
	color: #000000;
	padding-left:12px;
}

.sortTable, td.sortTable {
	border: 0px;
	color: #666666;
	font-size: 11px;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
}

.sortLink, a.sortLink {
	font-weight:normal;
	font-size: 11px;
	color: #666666;
}
.sortLinkBold, a.sortLinkBold {
	font-weight:bold;
	font-size: 11px;
	color: #0077FF;
}
.sortSeparator {
	padding-left:3px;
	padding-right:2px;
}

a.sortLink:hover {
	text-decoration:none;
	color:#ff9900;
}

fieldset.charts {
border:1px solid #ccc;
}

legend.reporting {
color:#555555;
}

embed.small {
width:480px;
}

div.datepicker {
margin-top:-28px;
float:right;
}

span.pickerDemoForm {
font-size:12px;
}

/* === Progress Menu === */


div.proCont {
float:left;
}

.mar_left {
margin-left:15px;
}

.progress_step{
padding:8px;
}


.stepBody {
font-size:9px;
}

li.checklist {
list-style-image: url(/images/checksmall.png);
list-style-type: circle;
margin-left:-17px;
}

div.progress_step li.body {
padding:4px 0px 4px 0px;
}

fieldset.fieldset_preapp {
border:1px solid #CCC; 
background-color:#fdfdfd;
position:relative;
margin-bottom:15px;
padding:0px;
overflow:hidden;
}

.fieldset_header {
margin-bottom:10px;
width:100%;
border-bottom:1px solid #CCC; 
background-color:#e4f1fd;
font-weight:bold;
}

.fieldset_content {
padding:4px 4px 4px 6px;
width:auto;
}


/* Progress Bar */

div.progress {
margin-top:-20px; 
height:auto; 
overflow:auto;
width:150px;
float:left;
} 

div.progress_header {
float:left; 
width:150px; 
height:21px; 
font-size:11px; 
font-weight:bold; 
padding-top:5px;

}

div.progress_arrow {
float:left; 
margin-top:-20px;
width:34px; 
height:21px;
}

div.progress_body {
font-size:10px; 
float:left; 
width:150px; 
min-height:35px;
}

div.progress_body  ol{
padding-top:0px;
margin-top:0px;
}

div#hidden1 {
display:none;
}

div#hidden2 {
display:none;
}

div#hidden3 {
display:none;
}


div#current {
display:block;
color:#000;
}

.light_gray {
color:#cdcdcd; 
cursor:help;
}

.light_blue {
color:#2090f6;
}

div.wider {
width:180px;
}

div.progress_body li.active {
list-style-image: url(/images/checksmall.png);
list-style-type: circle;
margin-left:-17px;
color:#CCC;
line-height:8px;
}

li.inactive {
list-style-type: circle;
margin-left:-17px;
line-height:8px;
}


app_legend {
font-family:arial; 
font-weight:500; 
margin-bottom:7px;	
}

.error_app {
float:left; 
margin-left:20px; 
padding:10px; 
padding-top:12px; 
background-color:#f6ff00; 
font-weight:bold; 
border:1px solid #ebebeb;
}

.lmtd {
width:80%;
}

#schoolSelectState {
margin-bottom:10px;
}

span.tooltip_link {
font-family:inherit;
font-weight:inherit; 
font-size:10px;
font-weight:600; 
color:#ff6633; /* faa123 */
border-bottom: 1px dashed #aaa;
position:relative;
text-align:left;
cursor:help !important;
}

div.tooltip_content {
	text-align:left;
}
/*
.tooltip_link span {
font-weight:bold; 
font-size:10px; 
color:#248bff; 
text-decoration:underline; 
cursor:help;
}
*/

/* Azat's -- breaks existing -- Do not use  */
/*
.tooltip_link_old { 
font-family:tahoma; 
font-weight:bold; 
font-size:10px; 
color:#faa123;position:relative;}

.tooltip_link { 
font-weight:bold; 
/*font-size:10px; 
color:#248bff; 
text-decoration:underline; 
cursor:help;
}
*/

#loan_school_id {

}

/* FOM TEST */

div#fom {
background-image:url("/images/fom/black_almost_opaque.png");
width:100%;
height:100%;
position:fixed;
top:0px;
left:0px;
z-index:99;
}

/*
div.fom_content {
background-color:#FFF;
width:624px;
min-height:370px;
left:50%;
margin-left:-312px;
position:relative;
top:0px;
margin-top:30px;
padding:15px;
overflow:auto;
border:5px double #c6d3ff;
}
*/

div.fom_cus {
width:265px; 
padding-top:7px; 
padding-bottom:5px; 
margin-left:5px; 
float:left;
}

.cu-selected {
font-weight:bold;
font-size:14px;
padding: 5px;
color:red
}

ul.cu_list li {
list-style: none;
}
  
/* widths */
.width50{ width:50px }
.width60{ width:60px }
.width100{ width:100px }
.width150{ width:150px }

  
/* buttons */

div.closeButton {
width:40px;
height:17px;
background-color: #c6d3ff;
float:right;
margin-right:-15px;
margin-top:-15px;

font-size:10px; 
font-weight:bold; 
color:#FFF; 
padding-top:2px; 
cursor:pointer; 
font-family:times
}

div.closeButton:hover {
color:#8d8dff;
}

div.fom  div.fom_copy {
margin-left:8px;
}

.goLink {color:#cc3c39; font-size:15px;}

div.prototip_Stem { left: 0px; }

div.prototip { overflow: visible; }

/*SMALL ICONS*/
.very-small-icon{width:25px; height:25px; float: right}
.image-bank-small{background:#fff url('/images/admin/bank-date-icons.png') no-repeat -3px -23px }
.image-bank-small.faded{background:#fff url('/images/admin/bank-date-icons.png') no-repeat -26px -23px }
.image-date-small{background:#fff url('/images/admin/bank-date-icons.png') no-repeat -1px 0px }
.image-date-small.faded{background:#fff url('/images/admin/bank-date-icons.png') no-repeat -24px 0px}



#header_left, #header_right { display: block; float: left; width: 46%; padding: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #f6f6f6; margin-top: 10px; position: relative;}
#header_right { background-color: #fffddf; float: right;}

	#header_wrapping div, #header_wrapping div a, #header_wrapping div strong, #header_wrapping div label { font-size: 10px; }
	#header_right label, #header_right div input[type="checkbox"] { margin:2px 0; display: block !important; max-width: 80%; float: left !important; }
	#header_right div input[type="checkbox"] { margin: 2px 3px 2px 0 !important; }
	#header_wrapping h2 { margin: 0 0 5px 0 !important; padding: 0 !important;}
	#header_wrapping h3 { margin: 0 0 5px 0 !important; padding: 0 !important; color: #999;}
	#header_right br.clearfix { height: 0; }

#header_wrapping div.fyi { padding:10px; border: 1px solid #CCC; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; width: 100%; background-color: #f1f1f1; }
	#header_wrapping div.fyi p { padding: 0; }
	#header_wrapping div.fyi * { font-size: 9px; }
	#header_wrapping div.fyi a { cursor: pointer;}
	#header_wrapping div.fyi a.cancel { color: #FF0000; font-weight: normal; float: right;}
	#header_wrapping div.fyi input[type="text"] { margin: 8px 0;}

#header_wrapping dl { width: 100%; }
  #header_wrapping dl dd, #header_wrapping dl dt { margin: 0 0 5px 0; font-size: 10px; display: block; min-height: 1.4em;}
	#header_wrapping dl dt { width: 33%; color: #999; text-align: right; float: left; }
	#header_wrapping dl dd { width: 65%; color: #111; clear: right; float: right; }
	#header_wrapping dl dd a { color: #777 !important; font-weight: normal;}

#asset_layout #centered { width: 1060px;}
	#asset_layout span.smallFont.right { position: absolute; right: 0; top: 0; }
	#asset_layout #show_other_reason { display: inline-block; width: 100%;}
	#asset_layout #asset_submit { margin: 10px 0 0 0; }



#header_left div.left { float: left; width: 48%; }
#header_left div.right { float: right; width: 48%; }

div.cont_bg { width: 100%; background-color: #d1d1d1; padding: 10px 0; margin: 10px 0 0 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

div.fico_show { position: absolute; width: 150px; right: 0px; top: 105px;}
	div.fico_show h2 { font-size: 10px; font-weight: normal; text-align: right;}
	#header_wrapping div.fico_show dl dt { width: 65%; }
	#header_wrapping div.fico_show dl dd { width: 33%;  }

#header_wrapping dl dd.green { color: #339900 !important; font-size: 16px;}

td.smallFont.greyLink a { color: #666 !important;}

#cosignerForm #cosign_warning { position: absolute; right: 9px; width: 296px; top: 156px; }



legend {
	color: #F2F2F2;
}

.panel {
	clear: both;
	display: none;
	padding-top:2px;

}

div.tabContainer {	
	border:1px solid #ccc;	
	padding:5px;
}

.panel.active-tab-body {
	display: block;
}

.bar{	
	display:none;
}

ul#tabs1 {
	list-style: none;
	padding:0px;
	margin:0px;
}

ul#tabs1 li {
	float: left;
	padding-right: 10px;	
}

ul#tabs1 a {
	width:130px;
	float: left;
	padding: 6px 8px;
	text-decoration: none;
	color: #fff;
	text-align:center;
	background:url(../images/buttons/button_blue.gif) top center no-repeat;
}

#tabs1 a.active-tab {
	background:url(../images/buttons/button_green.gif) top center no-repeat;
	font-weight:bold;
}


div.stepTitle{
	font-weight:bold;
}

/* #################### Old sub.css ###################### */

.home_font{
	font-size:14px;
}

.home_copy{
	/*border:1px solid black;*/
	line-height: 1.5;
	padding:0px;
}

.home_left, .home_right {
	border:0px; /* solid #ccc; */
	vertical-align:top;
	text-align:justify;
}

.home_left{
	width:67%;
	padding:10px 10px 10px 0px;
	line-height: 1.5;
}

.home_middle{
	width:10px;
}

.home_right{
	/* width:24%; */
	vertical-align:top;
	padding:10px 5px 10px 10px;
	text-align:justify;
	font-size:11px;
	color:#444;
	background:#e8f2fe; /* e8f2fe e1ecf8 #e5ecf3 #e4f1fd */
}

/* emphasize text */
.emtxt{
	font-weight:700;
}

div.evenCol{
	width:49%;
}


.textPic{
	margin:0px 10px 10px 0px;
	/* border:1px 2px 2px 1px; */
	border:#ccc solid;
}

.justify{
	text-align:justify;
}

ul.home_list{	
	padding:0 0 0 10px;
	margin:10px 5px 20px 20px;
}

ul.home_list li{
	margin-bottom:1px;
	padding:0 0 0 0px;
}

ul.spaced_list{
	padding:0 0 0 10px;
	margin:10px 5px 20px 20px;
}

ul.spaced_list li{
	margin-bottom:10px;
	padding:0 0 0 0px;
}


ul.tips{	
	padding:0 0 0 0px;
	margin:10px 0px;
	border:none;
	background:none;
	font-size:inherit; /*100%; */
	color:inherit;
	list-style:none;
}

ul.tips li{
	/*margin-bottom:5px;*/
	padding-left:12px;
	text-align:justify;
	background:url(/images/listarrow.gif) left 0.5em no-repeat;
}

ul.help_list{	
	padding:0 0 0 0px;
	margin:7px 0 0 0;
	border:none;
	background:none;
	font-size:100%;
	color:inherit;
	list-style:none;
}

ul.help_list li{
	margin-bottom:2px;
	text-align:justify;
	padding-left:12px;
	background:url(/images/listarrow.gif); /*left center no-repeat;*/
	background-image:url(/images/listarrow.gif);
	background-repeat: no-repeat;
	background-position:0 0.5em;
}

/*
div.greenBlock{ 
	background-color:#0071db;
	color:white;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	width:100%;
	margin:0px;
	padding:5px;
}
*/

div.blackHeading{
	font-weight:bold;
	color:#000;
	font-size:18px;
}

div.blueHeading{
	font-weight:bold;
	color:#228efa;
	font-size:18px;
}

div.orangeHeading{
	font-weight:bold;
	color:#f9a123;
	font-size:18px;
}

div.greyHeading{
	font-weight:bold;
	color:#999;
	font-size:16px;
}

div.redHeading{
	font-weight:bold;
	color:#990000;
	font-size:18px;
}

div.bTitle{
	font-weight:bold;
	color:#940000; /* 22A0D8 #015fb7; 8390A7; */
	font-size:14px;
}

div.bHeading{
	font-weight:bold;
	color:#3f6b9c;
}

div.gHeading{
	font-weight:bold;
	color:#628939;
}

ol li div.title{
	font-weight:bold;
}

.step_title{
	text-align:left;
	font-size:14px;
	vertical-align:top;
	font-weight:bold;
	padding:20px 0 5px 0;
}

.step_image{
	width:37px;
	float:left;
	padding-top:15px;
}

.leftpad{
	padding-left:37px;
	padding-right:10px;
}

table.rates_table th{
	font-weight:bold;
}

table.rates_table td, table.rates_table th{
	padding:3px;
}

div.process, div.info, div.sub_tips, div.rates{
	border:0px solid #ccc;
	padding:10px;
	margin:0 0 10px 0;
}

div.process ol{
	padding:0 0 0 20px;
	margin:10px 0px;
}
div.process ol li{
	text-align:justify;
	margin-bottom:0px;
}

div.cta{
	text-align:center;
	margin:10px 0px;
}

a.learnMore {
	/*text-decoration:underline;*/
	font-size:11px;
	font-weight:bold;

}

img.imageleft {
	float:left;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
} 


/* *{padding: 0; margin: 0;} */

a{outline:none;}

#main_table{
	height:100%;
}
form.frmInline{
	display:inline;
	
}

td#header{
	/*padding-bottom:0px;*/
}

.button{
background:#ff9900;
	color:#FFFFFF;
	border:1px solid #cccccc;
	font-weight:bold;
	text-align:center;
	}
	

	#flash-error{padding:10px; border:1px solid #ff8f8f; background:#ffd8d8; font-weight:bold; color:#540000; margin:10px 0px;}
	#flash-notice{padding:10px; border:1px solid #a7db78; background:#e5ffce; font-weight:bold; color:#342b00; margin:10px 0px;}
	#flash-warning{padding:10px; border:1px solid #c6eea3; background:#fff9de; font-weight:bold; color:#346e00; margin:10px 0px;}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

.auto_complete{
	
	max-height:200px;
	
	overflow:auto;
	width:300px;
}
tr.subNav td div{
	display:none;
	text-align:center;
	padding-left:10px;
}
.signupInput{
	width:205px;
}

.signupTable td{
	padding:5px 5px 0px 5px;
}

.signupTable td.noPad{
	padding:0px 5px 5px 5px;
}

.signupTable td.last{
	padding:5px 5px 5px 5px;
}


.greySection{
	background:#eee;
}

tr.greySection td{
	padding-left:10px;
	
}


/* Form labels */

label {
}

input , select {
	color:#555;
}
div.smallForm, div.smallForm input, div.smallForm select, div.smallForm textarea{
	font-size: 11px;
}

div.smallForm td.label, div.smallForm label{
		font-weight:normal;
	}
	
	/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 109;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #592C16;
margin-right:10px;
}

/**** Autocomplete ****/


div.auto_complete { 
  position:absolute;
  background-color:white; 
  border:1px solid #aca899; 
  margin:0px; 
  padding:0px; 
  font-size:11px; 
  text-align:left; 
  max-height:400px; 
  overflow:hidden; 
} 

div.auto_complete ul {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

div.auto_complete ul li {
    margin: 0;
    padding: 3px;
}

div.auto_complete ul li.selected {
    background-color: #ffb;
}

div.auto_complete ul strong.highlight {
    color: #800;
    margin: 0;
    padding: 0;
}

/******************* Simple Captcha *******************/
  

#simple_captcha{border: 0px solid #ccc; padding: 5px !important;}
#simple_captcha,
#simple_captcha div{display: table;}
#simple_captcha .simple_captcha_field,
#simple_captcha .simple_captcha_image{
  border: 1px solid #ccc;
  margin: 0px 0px 2px 0px !important;
  padding: 0px !important;
}
#simple_captcha .simple_captcha_image img{
  margin: 0px !important;
  padding: 0px !important;
  width: 110px !important;
}
#simple_captcha .simple_captcha_label{font-size: 12px;}
#simple_captcha .simple_captcha_field input{
  width: 150px !important;
  font-size: 16px;
  border: none;
  background-color: #efefef;
}



em.grey { color: #666; }
form#checks_form div table tr td em.grey { float: right; }

.sm_grey { font-size: 90%; color: #999;}

ol.upper-alpha li.clearfix label { float:left; }
ol.upper-alpha li.clearfix { margin-bottom:10px; }

.next_step_btn { text-indent: -9999px; background: url(../images/landing2/next_step.png) 0 0 no-repeat; width: 200px; height: 85px; display: block; margin: 0px 0 0 0; cursor: pointer; float: right;}
	.next_step_btn:hover { background-position: 0 -85px; }

.currency { text-align: right; }


/*
#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/images/facebox/bl.png);
}

#facebox .br {
  background:url(/images/facebox/br.png);
}

*/

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {

}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  height:auto;
  background: #fff;
  width: 600px;
  padding-bottom:20px;
}

#facebox .loading {
  text-align: center;
  padding-top:70px;
  padding-bottom:70px;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_header {
  width:610px; 
  background-image:url('/images/fom/green_almost_opaque.png'); 
  top:0px; 
  margin-top:-27px; 
  color:#FFF; 
  font-variant: small-caps; 
  position:absolute; 
  padding-left:10px; 
  letter-spacing: -0.07em; 
  font-weight:bold; 
  font-size:28px;
}

.facebox_left {
  float:left;
}

.facebox_right {
  float:right;
}

.close_image {
border:1px solid red;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/* styles from will_paginate plugin */
.pagination {
    padding: 3px;
    margin: 3px;
		float:left;
}
.pagination a {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #000099;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #3366ff;
	color: #000;
}
.pagination span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #3366ff;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ddd;
}

/**********************************************/

.popupContainer{
	border:5px solid #336699;
	background:#FFFFFF;
	position:absolute;
	top:50%;
	left:50%;
	z-index:9999999;
}

.popupContainer .header{	
	padding:5px;
	background:#336699; 
	color:#FFF;
	font-weight:bold;
}

.popupContainer .content{
	padding:10px;
	text-align:left;
}

.popupContainer .header a, .popupContainer .header a:hover, .popupContainer .header a:visited{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}


#vp_mask {
    position: absolute;
    z-index:100;
    /*width: 100%;
    height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
}
.noScroll {
    overflow: hidden;
}

/* error */
.errorExplanation {padding:10px;  font-weight:bold; margin:0px 0px 15px 0px; font-size:12px;padding-left:80px;border:2px solid #ffc5c5; background:#FFEBEB url('/images/alert-bg.png') no-repeat 10px center ; color:#820000;
}
.errorExplanation h2{
	background:#990000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:5px;
}
.errorExplanation ul{list-style:square; margin-left:20px; padding:10px 0px 5px 0px;}
.fieldWithErrors{
	/*border:1px solid #990000;
	display:inline;*/
	/*padding-top:0px;
	display:inline;
	padding-bottom:0px;*/
}

#inline_errors div.fieldWithErrors{
	border:1px solid #990000;
	display:inline;
	padding:0px;
}
/* html > .fieldWithErrors{
	display: inline;
}
*/

/*#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
error{
	color:#FF0000;
	font-weight:bold;
	padding:5px;
}*/


/* CSS to go with Prototip.Styles */
.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
	width: 250px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 250px;
	color: #bb9c61;
}
.prototip .creamy .toolbar {
	background: #f3edc2;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #f8f4ca;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #fff;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #808080;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}

/* bubble */
.prototip .bubble { 
	width: 225px; 
	color: #333; 
	font: 11px Arial, Helvetica, sans-serif;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);*/
	}
	
.prototip .bubble .toolbar{ 
  background-repeat: no-repeat; 
  /* color: "transparent"; */
  background:none;
  }  
/*.prototip .bubble .toolbar a.close {} */
.prototip .bubble .title {
  background-image: url(/images/widgets/tooltip_arrow.gif); 
  background-repeat: no-repeat;
  padding: 5px;
	}
.prototip .bubble .content{
  padding: 10px;
  margin-top: 0px;
	text-align: left;
  background-color: #fdf389; 
	}
	
	
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}


/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}



/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */