/* this file should be accessed directly as the application admin css and imported by the global.css
all style sheet adjustments except background images for tags should be done here */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;

}
p {
	padding-top:0;
	
}
/* 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: "" "";
}





/* Default font to appear in all locations of the site */
body, table, td, th, div, p, span {
font-family:Arial, Helvetica, sans-serif;
font-size:0.97em;
}

/*

#footerLeft, #footerRight  {
font-size:60%;
color:#333;
}
#footerLeft a{
color:#333;
text-decoration:none;
}
#footerRight a{
color:#333;
text-decoration:none;
}


a, a:link, a:visited, .footer, .footer a, .footer a:link, .footer a:visited, p a {
	font-size:80%;
	color: #45515F;
} */

/* an a:hover must be after the initial class and :link :visited change states  
.footer a:hover, a:hover {
color: #00515F;
}
*/
a, a:link, a:visited {
color:#b39206;
text-decoration:none;
}
a:hover {
color:#555;
}

.footer, .footer a, .footer a:link, .footer a:visited {
	font-size:80%;
	color: #FFFFFF;
} 

/* an a:hover must be after the initial class and :link :visited change states  */
.footer a:hover, a:hover {

color: #CC9900;
}


h1, h2, h3, h4, h5, h6 { font: bold 100% sans-serif;  text-align: left; margin:0px; padding:0px }
h1 { font-size: 170% }
h2 { font-size: 150% }
h3 { font-size: 125% }
h4 { font-size: 110% }
h5 { font-style:italic }
h6 { font-variant:small-caps }



#contentArea {
padding-left:12px;
padding-right:46px;
overflow-y:auto;
overflow-x:hidden;
width:600px;
height:340px;
position:relative;
}

#contentAreaFlash {
	padding-left:12px;
	padding-right:46px;
	overflow-y:auto;
	overflow-x:hidden;
	width:370px;
	height:375px;
	position:relative;
	top: -14px;
}
