/*  Basic Items  */

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight:normal;
}

th {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 3px;
	background-position: left;
	background-color: #BED0A1;
}

/*  ***** END BASIC ITEMS *****  */






/*  Client Page  */

.client_bk_1 {
	background:#E8E8E8;
}

.client_bk_2 {
	background:#FFFFFF;
}


.blue_outline {
	background:#FFFFFF;
	border: 2px solid #3066D0;
	margin: 0px;
	padding: 0px;
	width: 780px;
}



.main_title_clients {
	vertical-align: bottom;
	font-family: helvetica, arial, sans-serif;
	font-size: 28px;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}





/*  Main Titles  */





.main_title_green {
	vertical-align: bottom;
	margin: 0 0 26px 0;
	padding: 0 0 6px 3px;
	font-family: helvetica, arial, sans-serif;
	font-size: 28px;
	line-height: 100%;
	font-weight: bold;
	color: #2D5DBF;
}

.main_title_red{
	vertical-align: bottom;
	margin: 0 0 26px 0;
	padding: 0 0 6px 3px;
	font-family: helvetica, arial, sans-serif;
	font-size: 28px;
	line-height: 100%;
	font-weight: bold;
	color: #FF0000;
}
.main_title_black {
	vertical-align: bottom;
	margin: 0 0 26px 0;
	padding: 0 0 6px 3px;
	font-family: helvetica, arial, sans-serif;
	font-size: 28px;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
}

/*  Sub Titles  */


.sub_title_blue{
	font-size: 17px;
	color: #3F9BC8;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	line-height: 20px;
}

 .sub_title_blue a:link, .sub_title_blue a:visited, .sub_title_blue a:active, a.sub_title_blue:link,  a.sub_title_blue:visited,  a.sub_title_blue:active {
	font-size: 17px;
	color: #3F9BC8;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	line-height: 20px;
}

.sub_title_blue a:hover,  a.sub_title_blue:hover {
	font-size: 17px;
	color: #99C449;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	text-decoration: underline;	
	line-height: 20px;
}

.sub_title_red {
	font-size: 17px;
	color: #FF0000;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
}

.sub_title_green {
	font-size: 17px;
	color: #99C449;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
}

.sub_titles_black {
	color: #000000;
	font-size: 17px;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
}


/*  Message Box  */

.msg_box {
	text-align: center; /* text align is inherited */
	width: 95%;	
	vertical-align: bottom;
	margin: 0 0 0px 0;
	padding: 0 0 6px 3px;
	font-family: helvetica, arial, sans-serif;
	font-size: 28px;
	line-height: 100%;
	font-weight: bold;
	color: #2D5DBF;
}

.msg_box_red {
	text-align: center; /* text align is inherited */
	width: 95%;
	vertical-align: bottom;
	margin: 0 0 0px 0;
	padding: 0 0 6px 3px;
	font-family: helvetica, arial, sans-serif;
	font-size: 28px;
	line-height: 100%;
	font-weight: bold;
	color: #FF0000;
}


/*
.msg_box_error {
	text-align: center; 
	width: 95%;
	font-size: 28px;
	vertical-align: bottom;
	padding: 10px 0px 10px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 28px;
	line-height: 100%;
	font-weight: bold;
	text-transform: capitalize;
	border: 1px solid #999999;
	background-color: #C2D5A5;
	color: #FF0000;
}
*/


.msg_box_error {
	text-align: center; 
	width: 95%;
	font-size: 22px;
	vertical-align: bottom;
	font-family: helvetica, arial, sans-serif;
	line-height: 100%;
	font-weight: bold;
	text-transform: capitalize;
	border: 2px dashed #7998D7;
	background-color: #F4F4F4;
	color: #2D5DBF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

	
	
.msg_box_details {
	text-align: center; /* text align is inherited */
	width: 95%;
	padding: 3px 3px 10px 10px;

}
	
.msg_box_centered {
	text-align: center; /* text align is inherited */
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	
	font-size: 26px;
	line-height:32px;
	color: #99C449;
	font-family: helvetica, arial, sans-serif;
	font-weight:bolder;
	padding: 3px 3px 10px 0px;
}

.msg_box_error_centered {
	text-align: center; /* text align is inherited */
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	
	font-size: 17px;
	color: #FF0000;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	border: 1px solid #999999;
	background-color: #C2D5A5;
	padding: 6px;
	text-transform: capitalize;
}
	
.msg_box_details_centered {
	text-align: center; /* text align is inherited */
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
	
#main_body #wrapper #title_area #form1 {
	margin: 0px;
	padding: 0px;
}

.error_message {
	font-size: 17px;
	color: #FF0000;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
}

.tiny_tiny_text {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}

/*  ***** END TITLES *****  */

a.clear_form:link, a.clear_form:visited,a.clear_form:active{
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}


a.clear_form:hover{
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	text-transform: uppercase;
}

/*  Special Effects  */
.web{
	visibility: hidden;
	height: 0px;
	width: 100%;
	overflow: auto;
	position: absolute;
}

.strike_out_red{
	text-decoration: line-through;
	color: #FF0000;
	font-weight: bold;
}


/*  ***** Special Effects *****  */



/*  For Call Out Boxes */

.call_out_box_1 {
	padding: 12px;
	background-color: #E9FFC6;
	border: 1px  dashed #000000;
}

.call_out_box_2{
	width: 480px;
	height: 100px;
}

.call_out_box_text {
	color: #000000;
}

.rating_box {
	padding: 5px;
	background-color: #E9FFC6;
	border: 1px  dashed #000000;
	height: 50px;
	width: 100px;
}


.error_box {
	font-size: 17px;
	color: #FF0000;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	border: 1px solid #999999;
	background-color: #C2D5A5;
	padding: 6px;
	text-transform: capitalize;
}
/*  ***** END CALL OUT BOXES *****  */



/*  LINKS  */

/*a:link {
	font-size: 13px;
	color: #5688C2;
	font: bold 12px/200% verdana,geneva,sans-serif;
	font-weight: bold;
}
a:visited {
	font-size: 13px;
	color: #5688C2;
	font: bold 12px/200% verdana,geneva,sans-serif;
	font-weight: bold;
}
a:hover {
	font-size: 13px;
	color: #5688C2;
	font: bold 12px/200% verdana,geneva,sans-serif;
	font-weight: bold;
}
a:active {
	font-size: 13px;
	color: #5688C2;
	font: bold 12px/200% verdana,geneva,sans-serif;
	font-weight: bold;
}

*/
/* Forms */
form.search {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}

form.logon {
	background: #fff url(images/logon.gif) no-repeat;
	margin: 25px 0 0 18px;
	padding: 30px 0 0 25px;
	width: 292px;
	height: 166px;
}

form.logon p.logalign {
	margin-left: 20px;
}

form.contact {
	background: #fff url(images/contact.gif) no-repeat;
	margin: 25px 0 100px 18px;
	padding: 25px 0 0 25px;
	width: 414px;
	height: 291px;
}

form p {
	margin: 0;
	padding: 0;
}

form.contact p, form.logon p {
	margin: 0 0 12px 0;
	padding: 0;
	font: bold 12px/150% helvetica,arial,sans-serif;
	color: #fff;
}

form textarea {
	margin: 0;
	padding: 0;
	width: 350px;
	height: 100px;
}

form input.text {
	width: 147px;
	height: 16px;
	font: 12px/120% helvetica,arial,sans-serif;
	vertical-align: top;
}

form input.submit {
	 background: #BB0A1A url(images/arrow.gif);
	 width: 19px;
	 height: 20px;
	 vertical-align: top;
}

form input.button {
	 background: #C1C1C1 url(images/button.gif);
	 width: 120px;
	 height: 21px;
	 border-top: 1px solid #C5D3EF;
	 border-right: 1px solid #5D5D5D;
	 border-bottom: 1px solid #5D5D5D;
	 border-left: 1px solid #C5D3EF;
	 font: bold 11px/120% verdana, arial, sans-serif;
	 color: #666;
	 margin-left: 100px;
}

a:link, a:visited, a:active {
	color: #2A56AE;
	text-decoration: none;
}
a:hover {
	color: #BB0418;
	text-decoration: underline;
}

a.tinywhite:link {
	font-size: 10px;
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
}
a.tinywhite:visited {
	font-size: 10px;
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
}
a.tinywhite:hover {
	font-size: 10px;
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
}
a.tinywhite:active {
	font-size: 10px;
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
}


a.terms:link {
	font-size: 10px;
	color: #5688C2;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
}
a.terms:visited {
	font-size: 10px;
	color: #5688C2;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
}
a.terms:hover {
	font-size: 10px;
	color: #5688C2;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
}
a.terms:active {
	font-size: 10px;
	color: #5688C2;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
}



a.sub_title:link {
	font-size: 14px;
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
}
a.sub_title:visited {
	font-size: 14px;
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
}
a.sub_title:hover {
	font-size: 14px;
	color: #5688C2;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
}
a.sub_title:active {
	font-size: 14px;
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
}




.tiny_links_grey {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-style: italic;
}

a.tiny_links:link {
	font-size: 10px;
	color: #0099FF;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-style: italic;
}
a.tiny_links:visited {
	font-size: 10px;
	color: #0099FF;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-style: italic;
}
a.tiny_links:hover {
	font-size: 10px;
	color: #0099FF;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-style: italic;
}
a.tiny_links:active {
	font-size: 10px;
	color: #0099FF;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-style: italic;
}

/*  ***** END LINKS ***** */



/* Used for the browse page */

.browse_bullet_list{
	padding-top: 2px;

}


a.browse_bullet_item:link, a.browse_bullet_item:visited, a.browse_bullet_item:active {
	font-weight: bold;
	text-decoration: none;

}
 a.browse_bullet_item:hover{
	font-weight: bold;
	text-decoration: underline;	
	color: #99C449;

}


/* Bread Crumb Trail for the Browse Page */

.browse_bread_crumb, .browse_bread_crumb a:link, .browse_bread_crumb a:visited, .browse_bread_crumb a:active {
	font-size: 16px;
	color: #3F9BC8;
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	text-decoration: none;
	line-height: 20px;
}

.browse_bread_crumb a:hover{
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	color: #99C449;
	font-weight:bold;
	text-decoration: underline;
	line-height: 20px;
}




/*  White Log In Text  */
.log_in_box .white_text {
	color: #FFFFFF;
}

