/*----------------------------------------------*/
/* Cookie Cutter Template      			*/
/*----------------------------------------------*/
/* 						*/
/* Fonts Style Sheet (Generic)			*/
/* 						*/
/* Written By: Purple Monkey Studios, Inc.     	*/
/* Written On: 12/9/2005			*/
/*						*/
/* Last Modified On: 12/9/2005			*/
/* Last Modified By: Ray Schauer 		*/
/*----------------------------------------------*/
/*-------------------------*/
/* Generic Styles          */
/*-------------------------*/
body, html, p, input, td, th, caption {	
	font-size: 11px;	
	font-family: Verdana, Helvetica, Sans-Serif;
}
h1 {
        font-size: 1.8em;
        color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}
h2 {
        font-size: 1.4em;
        color: #003399;
}
h3 {
	color: #003399;
	font-size: 1.3em;
	border-bottom: solid 1px #CCCCCC;
	padding-top: 5px;
}
h4, h5, h6 {
	color: 003399;
	font-size: 1em;
}
p {
	color: #333333;
}
a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
th {
	text-align: left;
	font-weight: bold;
	color: #333333;
}


.error {
	color: #990000;
	font-weight: 800;
	font-size: 1.2em;
}


/*-------------------------*/
/* Primary Nav Styles      */
/*-------------------------*/
#primarynav a, #primarynav a:hover {
	color: white;
	text-decoration: none;
}
/*-------------------------*/
/* Secondary Nav Styles    */
/*-------------------------*/
#secondnav a {
	color: #336699;
	text-decoration: none;
}
#secondnav a:hover, #secondnav a.selected {
	color: #6699CC;
	text-decoration: underline;
}
/*-------------------------*/
/* Footer Styles           */
/*-------------------------*/
#footer {
	color: #666666;
	font-size: 1em;
	font-family: Arial, Helvetica, Sans-Serif;
}
#footer ul li{
	color: #666666;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*-------------------------*/
/* Login Panel Styles      */
/*-------------------------*/
#login input {
	margin-top: 5px;
}
#login div {
	font-size: 0.8em;
}
#login #logmein:hover {
	background-color: #6699CC;

}
#login #logmein {
	background-color: #4470B6;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px;
	border-style: none;

}
#login h4 {
	color: #003399;
	float: left;
}
#login h4 #logout {
	/*padding-left: 3px;
	margin-bottom: 6px;
	float: left;
	clear: right;*/
	font-size: 0.8em;
	font-weight: normal;
}
#login {
	visibility: visible;
}




#session {
	margin: 5px 0 0 5px;
}

#session div {
	margin-bottom: 5px;
}



/*-------------------------*/
/* Plain Link Styles       */
/*-------------------------*/
.plain_link a {
	text-decoration: none;
}
.plain_link a:hover, .plain_link a.selected {
	text-decoration: underline;
}
