/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 3/27/2008 */   

/* Color Schemes

#FFFFFF: White
#e1f1f8: Sky Blue
#081831: Dark Blue
 */

/*//////////////////////////// DESIGN ///////////////////////////////////////////////////*/

body
{

	text-align:left;
	font: normal 80% Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#0d173c;
	background-color: #081831;
	
}


body.nobg
{
	background: none;

}

div#page
{
	
}

div#content
{
  background: #081831 url(/images/template/bg_page.jpg) no-repeat;

}


/* ThickBox */


#modcloseinline{
	background-image: url(/images/buttons/btn_modalclose.png);
	background-repeat: no-repeat;
}


#modcloseinline_big{
	background-image: url(/images/buttons/btn_modalclose.png);
	background-repeat: no-repeat;
}





/*//////////////////////////// TYPOGRAPHY ///////////////////////////////////////////////////*/

img{

 	border: 0px;
	
	}


div
{

}

p
{

	line-height:1.7em;
	margin:0 10px 10px 0;
	padding:0;
}

div#footer p
{
	font-size:0.8em;
	margin:0;
	padding:15px;
	color: #e1f1f8
}

blockquote
{
	margin-left:10px;
	border-left:10px solid #ddd;
}

pre
{
	font-family:monospace;
	font-size:1em;
}

strong,b
{
	font-weight:700;
}

em,i
{
	font-style:italic;
}

code
{
	font-family:"Courier New",Courier,monospace;
	font-size:1em;
	white-space:pre;
}

 /*HEADINGS */
h1
{
	font-size:3em;
	line-height:1.5em;
	margin:0 0 0.5em;
	padding:0;
}


h2
{
	font-size:1.2em;
	line-height:1.5em;
	margin:5px 0 0;
	padding:0;
}



h3
{
	font-size:1.4em;
	line-height:1.3em;
	margin:0 0 0.5em;
	padding:0;
}



h4
{
	font-size:1.2em;
	line-height:1.3em;
	margin:0 0 0.25em;
	padding:0;
}

h5
{

}

h6
{

}



/* END HEADINGS 
 SPECIAL CLASSES */
.bold
{
	font-weight:700;
	font-size:90%;
}

.bolder
{
	font-weight:bolder;
}

.center
{
	text-align:center;
}

div#search
{
	color:#FFF;
	font-weight:700;
}

.small
{
	font-size: 8pt;
	color:#666;
}

.errorFormEntry {
	font-weight: bold;
	color: red;
}

.requiredfield
{
	font-weight:700;
	color:Red;
}



/*END SPECIAL CLASSES 
///////////////////// LINKS */
a,a:link,a:active
{
	color:blue;
}

a:visited
{
	color:purple;
	background-color:transparent;
}

a:hover
{
	color:blue;
	text-decoration:underline;
}

/* Header LINKS */
#header a,#header a:link,#header a:active
{
	text-decoration:none;
	color:#D1232A;
}

#header a:visited
{
	color:#D1232A;
	background-color:transparent;
}

/* END Header LINKS 
 Footer LINKS */
#footer a,#footer a:link,#footer a:active
{
	text-decoration:none;
	color:#005982;
	font-size:.9em;
}

#footer a:visited
{
	background-color:transparent;
}

/* END Footer LINKS */


/* END LINKS 
 ///////////////////////////LISTS */
ul
{
	line-height:1.7em;
	margin:0;
	padding:0;
}

ul li
{
	margin:0px 0px 10px 0px;
	padding:0;
}




ol
{
	line-height:1.7em;
	margin:0;
	padding:0;
}

ol li
{
margin:0px 0px 10px 0px;
	padding:0;
}




/*////////////Table////////////////////////////////////////////*/


	
	
/*//////////////////////////// END DESIGN ///////////////////////////////////////////////////*/


