/* KWM new secure site - CSS stylesheet */
/*	-------------------------------			
Client: KeyWordMax		
Author: Zack Naylor		
Date: 1/13/09		V.1			
-----------------------------*/



/*-------------------- GLOBAL RESETS ----------------------------------------------*/
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,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	
margin: 0;	
padding: 0;	
border: 0;	
outline: 0;	
font-weight:inherit;	
font-style: inherit;	
font-size: 100%;	
font-family: inherit;	
vertical-align: baseline;}

/* remember to define focus styles! */
:focus {	
outline: 0;
}

body {	
line-height: 1;	
color: black;	
background: white;
}

ol, ul {	
list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	/*font-weight: normal*/;}
blockquote:before, blockquote:after,q:before, q:after {	content: "";}
blockquote, q {	quotes: "" "";}




/*-------------- body styles -----------------------------*/

body {
background-image:url(images/top_bar.gif);
background-repeat: repeat-x;
font-family:Arial, Helvetica, sans-serif;
}



/*---------------- wrapper ----------------------------------*/

#wrapper {
width: 1024px;
margin:0 auto;
}


/*------------------- top bar and box ----------------------*/

#top_box {
float:left;
width:100%;
/*background:#DAE0D2 url("bg.gif") repeat-x bottom;*/
font-size:93%;
line-height:normal;
}
#top_box ul {
margin:0;
padding:0px 10px 0;
list-style:none;
float:right;
}
#top_box li {
float:left;
background:url("images/box_left.gif") no-repeat left top;
margin:0;
padding:0 0 0 6px;
height:38px;
}

#top_box span {
display:block;
background:url("images/box_right.gif") no-repeat right top;
padding:15px 15px 4px 6px;
text-decoration:none;
height:38px;
font-size:11px;
}

#top_box a {
text-decoration:none;
color:#1C62C3;
}

#top_box a:hover {
text-decoration:underline;
}

span.kwm_id {
float:right;
margin: 25px 10px 20px 0;
line-height: 20px;
text-align:right;
font-size: 11px;
letter-spacing: 1px;
}


/*--- logo ------*/

img.logo {
position:relative;
top: -10px;
}


/*------------------- nav and subnav -----------------------*/

#nav {
background-image:url(images/main_nav_bg.gif);
background-repeat:repeat-x;
height:35px;
width:100%;
clear:both;
color:#fff;
font-size:11px;
}

#nav ul {
font-size:16px;
}

#nav ul li {
float:left;
width:5em;
height:23px;
margin-top:3px;
padding:8px 10px 0 0px;
text-align:center;
border-left: 1px solid #609AEC;
}

#nav ul li a {
text-decoration:none;
color:#fff;
font-size:13px;
display:block;
height:30px;
width:5.3em;
margin-top:-6px;
padding: 0 10px 0 10px;
line-height:23px;
}

#nav ul li a.active {
background-image:url(images/main_nav_hover.gif);
background-repeat:repeat-x;
}

#nav ul li a:hover {
background-image:url(images/main_nav_hover.gif);
background-repeat:repeat-x;
height:30px;
}

#nav form {
float:right;
margin: 10px 20px 0 0;
}

#nav form input {
height:14px;
border:1px solid #eee;
}

#sub_nav {
background-image:url(images/sub_nav_bg.gif);
background-repeat:no-repeat;
width:1024px;
height:35px;
clear:both;
}

#sub_nav ul {
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-left:25px;
}

#sub_nav ul li {
float:left;
width:auto;
margin:0 20px;
height:13px;
text-align:center;
padding-top: 10px;
}

#sub_nav ul li a {
text-decoration:none;
color:#666666;
background-image:url(images/subnav_arrow_inactive.gif);
background-repeat:no-repeat;
background-position: left center;
padding-left: 10px;
}

#sub_nav ul li a.active {
background-image:url(images/subnav_arrow_active.gif);
background-repeat:no-repeat;
background-position: left center;
}

#sub_nav ul li a:hover {
color:#003366;
}


/*------------ content paragraph ----------------------------*/

p {
margin: 2em 5%;
color:#333;
line-height: 20px;
font-size:12px;
}

/*----------------------reports section styles ---------------*/

#reports {
border: 4px solid #eee;
padding: 20px 10px;
float:left;
margin: 0 0 30px 0;
}

#reports img {
margin:0 2px;
vertical-align:middle;
}

#reports a {
text-decoration:none;
color:#1C3FF4;
}

#reports a:hover {
text-decoration:underline;
}

#stored_reports {
background-image:url(images/reports_header.gif);
background-repeat:no-repeat;
width:603px;
float:left;
}

#reports h4 {
font-size:11px;
font-weight:bold;
letter-spacing:1px;
color:#fff;
height:23px;
padding: 5px 0 0 5px;
margin-bottom:-5px;
}

#reports div.content {
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 4px solid #ccc;
}

#stored_reports div.content table {
width:593px;
margin: 2px auto;
font-family:Arial, Helvetica, sans-serif;
}

#reports div.content table tr.blue_row {
background-color:#CFDBE9;
border-left:1px solid #000;
}

#reports div.content table tr.blue_row td {
text-align:center;
font-size:11px;
line-height:20px;
font-weight:bold;
border-right: 1px solid #000;

}


#reports div.content tr.gray_row {
background-color:#E5E5E5;
line-height:20px;
}

#reports div.content tr.gray_row td {
text-align:center;
font-size:10px;
border-top:2px solid #fff;
}


#reports div.content tr.white_row {
background-color:#fff;
line-height:20px;
}

#reports div.content tr.white_row td {
text-align:center;
font-size:10px;
}

#stored_templates {
background-image: url(images/templates_header.gif);
background-repeat:no-repeat;
width:370px;
float:left;
margin: 0 10px;
}


#stored_templates table {
width:360px;
margin: 2px auto;
font-family:Arial, Helvetica, sans-serif;
}

#stored_templates table tr.blue_row {
background-color:#CFDBE9;
border-left:1px solid #000;
}

#stored_templates table tr.blue_row td {
text-align:center;
font-size:11px;
line-height:20px;
font-weight:bold;
border-right: 1px solid #000;

}



div.clicked_report {
float:left;
clear:left;
background-image:url(images/reports_header.gif);
background-repeat:no-repeat;
width:603px;
margin:20px auto;
}

div.clicked_report table {
width:593px;
margin: 2px auto;
font-family:Arial, Helvetica, sans-serif;
}

div.clicked_report table th {
background-color:#DCEED0;
font-size:10px;
padding:3px 0 3px 25px;
text-transform:uppercase;
}

/*-------------- generic mutlipurpose styles --------------*/

.bold {
font-weight:bold;
}

.align_left {
text-align:left;
}

/*------------------- footer -------------------------*/

#footer {
width:100%;
height:26px;
background-color:#D3D5D6;
clear:both;
text-align:center;
margin:0;
}

#footer span {
color:#5E5E5E;
font-size:9px;
padding-top:6px;
}