﻿@import "/incl/menu.css";
/* RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************** Content Styles **************/

body 
{
	height: 100%;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	line-height:1.5;
}


#container
{
	width:800px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;

	background-color: #FFFFFF;
	/*border-left: Solid 1px Silver;
	border-right: Solid 1px Silver;*/
	border-bottom: Solid 1px Silver;
}


#content
{
	width:800px;
	padding: 0px 0px 5px 0px;

}
#content .section
{
	width:740px;
	margin-left:auto;
	margin-right:auto;
	background-color:White;
	padding-top:10px;
	padding-bottom:10px;	
	padding-left:5px;
	padding-right:5px;
	margin-bottom:5px;
	border:Solid 1px #99CDFF;


}
#content p
{
	padding-top:10px;
	padding-bottom:10px;
}


.contentTable
{
	border-collapse: collapse;
	border-style: solid; 
	border-width: 1px;
	border-color:#003366; 
}
.contentTD
{
    border-style: solid; 
    border-width:1px;
    border-color:#003366;
	padding:5px;
    vertical-align:top
}

.ratingTable
{
	margin:5px; 
	padding:2px; 
	border-collapse: collapse;
	border-style: solid; 
	border-width:1px; 
	border-color:#003366; 
}

.ratingTD
{
    border-style: solid; 
    border-width:1px;
    border-color:#003366;
	border-top: 0px;
	border-bottom: 0px;
	padding:1px;
    vertical-align:top
}

.msgTable
{
	border-collapse: separate;
	margin:20px; 
	padding:20px; 
	border-width:2px; 
	border-color:#003366; 
	border-style:solid; 
}

.additionalNotes
{
	color: Red;
	margin: 0px 0px 0px 30px;
}

/************** Header/Footer Styles **************/

#header 
{
	width: 800px;
	margin: 0px 0px 0px 0px;
	background-color:Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url('/imgs/header_bg.jpg');
	background-repeat:repeat-x;
	padding-bottom:10px;

}
.header_logo 
{
	float:left;
	padding:10px 10px 10px 10px;
	color:White;
}
.header_title
{
	float:left;
	font-size:24px;
	padding-top:25px;
	font-weight:bold;
	padding-left:10px;
	color:White;
	font-family: "Trebuchet MS", verdana;
	line-height:1.5;
}

.header_quote
{
	clear:both;
	text-align:center;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:20px;
	color:White;
}

#footer
{
	width:100%;
	padding: 0px 5px 10px 0px;
	position: static;
	text-align: center;

}

.footerText
{

	text-align:left;
	font-size:11px;
	line-height:1.2em;
	padding: 0px 25px 10px 0px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
/************** Menu *******************/
#menu
{

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:middle;
	background: transparent;
	margin-bottom:15px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;

}
#menu {

background:transparent; /* Menu background img and color float: left; */
}
#menu img
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	height:27px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: auto;
float: left;
background:#FFF url('/imgs/header_btn_bg.JPG') repeat-x;
border:Solid 1px #808080;
margin-left:5px;
margin-right:5px;
width:150px;
}

#menu a, #menu h2 {
font: bold 13px Arial; 

display: block;
border-width: 0px;
border-left: 0px;
border-style: solid;
border-color: #fff;
margin: 0 0 0 0;
padding: 4px 22px 5px ;		/* Menu size, height and width */
height:18px;
min-width:25px;
margin-top:2px;
text-align:center;
}

#menu h2 {
color: #6E6C6B;				/* color of header content*/

}

#menu a {					/* color of all link content*/
color: #6E6C6B;
text-decoration: none;
}

#menu a:hover, #menu a:focus {
color: #032787;			/* color of link when hover content*/
}

#menu li {position: relative;}

/************** Highlight **************/

h1 {    
	color: BLACK;
    font-family:  Arial, Helvetica, sans-serif;
	line-height:17px;
	font-size:18px;
	font-weight: bold;
}

h2 {
	color: #020381;
    font-family:  Arial, Helvetica, sans-serif;
	line-height:17px;
	font-size:18px;
	font-weight: bold;

}

h3 {
	color: #020381;
    font-family:  Arial, Helvetica, sans-serif;
	line-height:17px;
	font-size:17px;
	font-weight: bold;
	font-style:italic;
	
}

.h4 {
	color: #808080;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}

/* End of Highlight Styles */

/************** Link Styles **************/

a {
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #020381;
    font-weight : normal;
}

a:visited {
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-weight : normal;
}

a:active {
    color: #696969;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: underline;
}

a:hover {
    color: silver;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

/* End of Link Styles */



li
{
	margin-left: 0px;
	padding-left: 0px;
}

.studyDate 
{
    text-align: right;
}

.statsGrid th
{
    padding: 10px;
}

.statsGrid td
{
    padding-left: 20px;
    padding-right: 10px;
	padding-bottom: 10px;
}

.activationGrid
{
    font-size: 10px;
    width: 100%;
    text-align: left;
}

.activationGrid th
{
    padding-left: 20px;
    padding-right: 10px;
    border: solid 1px black;
    vertical-align: middle;
    background-color: #eeeeee;
}

.activationGrid td
{
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: middle;
}
