/* v1.0 | 20080212  Eric Meyer css reset http://meyerweb.com/eric/tools/css/reset/ */

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, ol, ul, li,
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/*---------------------------------------------------------*/

body {
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color:#fff;
	padding: 0px;
	margin: 0px;
	font-family: Century Gothic, sans-serif;
	font-size: .85em;
	line-height: 1.3em;
	
}

a {
	color: #b00;
	text-decoration: none;
	border-bottom: 1px dotted #b00;
}

a:hover {
	color: #4d42c1;
	border-bottom: 1px solid #4d42c1;
}

div.spacer {
	clear: both;
	padding: 0px;
	margin: 0px;
}

a.not_dot {
	border-bottom: none;
}


div.container_outside {
	width:950px;
	margin:0px auto;
	text-align:left;
	padding: 0px 0px 0px 0px;
}

/*=================
	header
==================*/	
div.header{
	background-image: url(css_images/header.jpg);
	width: 950px; height:157px; /*I increased the height of the header to push down the toolbar without using margins casue IE was rendering them differently*/
	margin: 4px 0px 5px 0px;
}

div.header h1 {
	color: white;
	float: left;
	height: 131px;
	font-family: Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	padding: 0px 0px 0px 24px;
}

div.header img {
	float: left;
}

/*========
login bar
=========*/
div.login_top_bar {
	background: url(../images/login_background.jpg) top left repeat-x;
	height: 44px;
	font-size: 20px;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:	right;
}

span.top_login_span a {
	color: white;
	font-size: 20px;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
}

span.top_login_span a:hover {
	font-size: 20px;
	color: black;
}

span.top_login_span a:visited {
	font-size: 20px;
	color: #aaa;
}

span.top_slogin_span {
	color: #bbb;
	float: left;
	font-size: 14px;
	padding: 5px 0px 0px 20px;
}

/*============
	toolbar
=============*/
div.toolbar {
	color: #aaa;
	width:935px;
	height: 70px;
	font-family: Century Gothic, sans-serif;
	line-height: 2em;
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0px 6px 0px;
	/*border: 1px solid black;*/
}

div.toolbar img {
	float: left;
}

ul.toolbar_links {
	float: right;
	margin: 0px 0px 0px 0px;
}

div.toolbar ul {
	padding: 0px 0px 0px 0px;
	margin: -34px 0px 0px 0px;
}

div.toolbar a {
	color: #aaa;
	border-bottom: none;
}

div.toolbar a:hover {
	color: #555;
	text-decoration: underline;
}

div.toolbar h1 {
	color: #9A1C1F;
	font-family: Century Gothic, sans-serif;
	font-size: 34px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 80px;
}

div.toolbar li {
    float:left;
}

h2 {

color:#9A1C1F;
font-family:Century Gothic,sans-serif;
font-size:1.2em;
font-weight:normal;

}

div.toolbar h2 {
	color: #9A1C1F;
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 80px;
}

div.toolbar_shadow {
	float: right; /* I put this here because the receeding ul was causing the shadow effect to break*/
	height: 41px; /* changing this height will effect the nifty border padding*/
	padding: 0px 380px 0px 0px; /*the padding in IE is 5px more, for no reason, figiure it out*/
}

div.toolbar_shadow h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 35px;
}

li.sub {
	float: none;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}
	
ul.nested_li {
	position: absolute;
	background: #fff;
	font-size: 13px;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	opacity: 0;              /* CSS3 */
 -moz-opacity: 0;         /* legacy Firefox */
 -khtml-opacity: 0;       /* legacy Safari/Konqueror */
 filter: alpha(opacity=0); /* MSIE */
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;    
	padding: 0px 0px 0px 0px;
	margin:  5px 0px 0px 0px;
	display: none;
	z-index: 20;
}

/*============
	panel
=============*/

div.panel_look {
	margin: 10px 0px 0px 0px;
	border: solid 2px #ddd;
	background-color:#fff;
}

div.panel_spacing {
	padding: 1em 0em 1em 0em;
}

div.panel_row {
}

div.panel_row_even {
 /*background: #ebf3ff;*/
 padding: .5em 0em .5em 0em;
}

div.panel_buttons {
	float: left;
	width: 150px;
	text-align: center;
}

div.panel_form {
	background: #EBEBEB;
	margin: 0px 15px 15px 15px;
	padding: 10px 15px 15px 15px;
}

tr.tr_theme_br {
	border-bottom: 3px solid #EBEBEB;
}

code { font-size: 1.4em; }

table#finance_tbl { border: 1px solid #000; padding: 5px; }

table#finance_tbl td { border: 1px solid #000; padding: 5px; }

#photoSizeText { font-size: 10px; }

