/*.query_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}*/
/*
body {
	background-image: url(black_bg.gif);
	background-repeat: no-repeat;
}
*/


/*-- FULL HEIGHT --*/
html,body, h2{ margin:0; padding:0; height:100%; border:none } 


#fullheight{height:100%}


html, body, #wrapper { height:100%; margin: 0; padding: 0; border: none; text-align: center; } 
#wrapper { margin: 0 auto; text-align: left; vertical-align: middle; width: 400px; } 



/* FULL HEIGHT HTML:
<body> <table id="wrapper"> <tr> <td>This is centered</td> </tr> </table> <SCRIPT src="http://www.google-analytics.com/urchin.js" type=text/javascript>
</SCRIPT>

<SCRIPT type=text/javascript>
_uacct = "UA-236878-64";
urchinTracker();

</SCRIPT>
</body>
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

p, td, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 16px;
}

.check {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding-top: 14px;
	margin-left: 15px;
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(y_button.gif) 0px 19px no-repeat; 
}

#resolved{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;

}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.questions {
	font-size: 18px;
	line-height: 30px;
	
			
}

#return p {font-size: 18px}





/*Middle Bar at bottom of each "Check" page */
.bar_bg1 {	background-color: #FFFFFF;
	background-image: url(grey_bar_sliced_04.jpg);
	background-repeat: repeat-x;
}




/*.style1 {
	font-size: 24px
}

.style2 {font-size: 12px; }


.style4 {font-size: 18px}

.style6 {font-size: 14px}

.style7 {color: #FF0000}
.style8 {font-size: 14px; font-weight: bold; }
*/
.bar_bg {
	background-color: #FFFFFF;
	background-image: url(bar_bg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	/*color: #666666;*/
	color: #000;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #996600;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}.width_cell {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
.reallysmalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}
.table_background {
	background-color: #FFFFFF;
	background-image: url(table_background_02.jpg);
	background-repeat: repeat-x;
}

/* Probably can get rid of the tooltip styles */
/* CSS Tooltips */
a.tip {
	border-bottom: 1px dashed;
	text-decoration: none;
}

a.tip:hover {
	position: relative;
	cursor: help;
	
}

a.tip span {
	display: none;
}

a.tip:hover span {
	display: block;
   	position: absolute; top: -80px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	border: 1px dotted #c0c0c0;
	font-size: 12px;
	color: #333333;
    text-decoration: none;
	padding-right: 20px;
	background: #f0f0f0;
	width: 250px;
	/* end formatting */
}
/* tip 2 */
a.tipi {
	
	text-decoration: none;
}

a.tipi:hover {
	position: relative;
	cursor: help;
	text-decoration: none;
}

a.tipi span {
	display: none;
}

a.tipi:hover span {
	display: block;
   	position: absolute; top: -80px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	border: 1px dotted #c0c0c0;
	font-size: 12px;
	color: #333333;
    text-decoration: none;
	padding-right: 20px;
	background: #f0f0f0;
	width: 250px;
	/* end formatting */
}

/* end CSS Tooltips */

