/***************************************************************************
 *                             default.css
 *                            ------------------
 *	 AUTHOR				  : Kevin K. Nelson
 *   EMAIL                : developer@flashfiredesigns.com
 *   COPYRIGHT            : (C) 2006 Kevin K. Nelson - flashfiredesigns.com
 *                           -  ALL RIGHTS RESERVED
 *
 *   LAST UPDATED         : 2006-07-19
 *
 ***************************************************************************/

/*******************************************************************
TAG DEFINITIONS
   - only change colors, font-family, and size as needed.  Try not
     to write too many tag definitions beyond what's here
*******************************************************************/
html {
	scrollbar-face-color: 		#095258;
	scrollbar-shadow-color:		#ffffff;
	scrollbar-highlight-color:	#ffffff;
	scrollbar-track-color: 		#D4E6E8;
	scrollbar-arrow-color: 		#ffffff;
}
body {
	scrollbar-face-color: 		#095258;
	scrollbar-shadow-color:		#ffffff;
	scrollbar-highlight-color:	#ffffff;
	scrollbar-track-color: 		#D4E6E8;
	scrollbar-arrow-color: 		#ffffff;
	margin:						0px 0px 0px 0px;
	background-image:			url(../images/body_bg.jpg);
	background-repeat:			repeat-x;
	background-color:			#244880;
}
td {
	vertical-align:				top;
	padding:					0px 0px 0px 0px;
}
body, td, div, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol {
	font-family:				Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:					12px;
	color:						black;
}
p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-top:					0px;
	margin-bottom:				12px;
}
textarea, input, select {
	font-family:				Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
}
p, blockquote {
	text-align:					justify;
}
legend { 
	color:						#244880;
	font-weight:				bold;
	font-size:					14px;
	margin-bottom:				9px;
}

form   { margin:				0px 0px 0px 0px; }
img    { border-style:			none; }

a:link, a:visited { color:		#244880; }
a:hover, a:active { color:		#880000; }

/*******************************************************************
DESIGN CLASSES
   - classes specific to this site's design
*******************************************************************/
.left_col {
	background-image:			url(../images/leftcol_bg.jpg);
	background-repeat:			repeat-y;
}
.content_col {
	width:						555px;
	height:						302px;
	background-color:			white;
}
.right_col {
	width:						34px;
	height:						302px;
	background-image:			url(../images/rightedge_bg.jpg);
	background-repeat:			repeat-y;
}
.footer_col {
	text-align:					right;
	vertical-align:				bottom;
	font-size:					10px;
	font-weight:				bold;
}
.footer_col a:link, .footer_col a:visited {
	color:						#244880;
	text-decoration:			none;
}
.footer_col a:hover, .footer_col a:active {
	color:						#880000;
	text-decoration:			underline;
}
.menu_header {
	background-image:		url(../images/menu_header_bg.gif);
	background-repeat:		repeat-x;
	background-position:	bottom left;
	background-color:		none;
	font-weight:			bold;
	vertical-align:			bottom;
	font-size:				16px;
	color:					black;
	padding-top:			12px;
}
.menu_cell {
	background-color:		#244880;
	font-size:				12px;
	font-weight:			bold;
	color:					white;
}
.menu_cell_on {
	background-color:		#F9D891;
	font-size:				12px;
	font-weight:			bold;
}
.menu_cell a:link, .menu_cell a:visited {
	color:					white;
	text-decoration:		none;
}
.menu_cell_on a:hover, .menu_cell_on a:active {
	color:					black;
	text-decoration:		none;
}

/*******************************************************************
TABLE CLASSES
   - these are some default classes that many of our applications
     use.  If this is a static site with no applications, then
	 removing these would probably not be harmful.  Otherwise,
	 change colors, margins, etc., as needed when they do not
	 have the desired look.  If I might work on the site, there
	 is a good chance that I will want these classes, though.
*******************************************************************/
.margin_centered {
	margin-left:		auto;
	margin-right:		auto;
}
.left_form_cell {
	padding:			3px 3px 3px 3px;
	font-weight:		bold;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#DDDDDD;
	vertical-align:		middle;
	text-align:			left;
}
.right_form_cell {
	padding:			3px 3px 3px 3px;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#DDDDDD;
	vertical-align:		middle;
	text-align:			right;
}
.left_info_cell {
	padding:			5px 5px 5px 5px;
	font-weight:		bold;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#DDDDDD;
	vertical-align:		middle;
}
.right_info_cell {
	padding:			5px 5px 5px 5px;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#DDDDDD;
	vertical-align:		middle;
}
.title_cell {
	font-weight:		bold;
	font-size:			14px;
	padding:			3px 3px 3px 3px;
}
.content_cell {
	padding:			3px 3px 3px 3px;
}
.row1 { background-color:#FFFFFF; }
.row2 { background-color:#EDEDED; }

/*******************************************************************
FORM CLASSES
   - so that, by default, forms are of the right size, etc.
*******************************************************************/
input.default { width:  200px; }

/*******************************************************************
TEXT CLASSES
   - I want these to be our default text definitions across the 
     board...so that when any of us are on a site, we can simply
	 type "class='small'" or "class='right'"into a tag and know that 
	 it's going to work
*******************************************************************/
.page_title {
	font-size:			18px;
	font-weight:		bold;
	color:				#244880;
}
.heading {
	margin: 			0px 0px 0px 0px; 
	font-size:			14px;
	color:				#244880;
	font-weight:		bold;
}
.small_descr {
	font-size:			10px;
	font-weight:		bold;
}
.lined {
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#244880;
}
.xsmall { font-size:	9px; }
.small  { font-size: 	10px; }
.normal { font-size: 	12px; }
.medium { font-size:	14px; }
.large  { font-size: 	16px; }
.xlarge { font-size:    18px; }
.huge   { font-size: 	20px; }

.left    { text-align: 	left; }
.center  { text-align: 	center; }
.right   { text-align: 	right; }
.justify { text-align: 	justify; }

.top    { vertical-align: middle; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

.bold   { font-weight:	bold; }
.italic { font-style:	italic; }

.color_light { color:	orange; }
.color_dark  { color:	#244880; }

.block      { display:	block; }
.no_display { display:	none; }

/*******************************************************************
OUR PHP LIBRARY'S status_message() CLASS DEFINITIONS
   - like the table classes, these are specific to the application,
     and can be removed for static sites.
*******************************************************************/
.status_container {
	margin:				20px 10px 20px 10px;
	padding:			3px 5px 3px 10px;
	border-style:		solid;
	border-color:		#CCCCCC;
	border-width:		0px 0px 0px 1px;
}
.status_title {
	font-size:			16px;
	font-weight:		bold;
	color:				#244880;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	border-color:		#244880;
}
.status_message {
	font-size:			12px;
	color:				#244880;
}

/*******************************************************************
ANCHOR TAG CLASSES
   - like the table classes, these are specific to the application,
     and can be removed for static sites.
*******************************************************************/
.some_class a:link, .some_class a:visited {
	color:				black;
	text-decoration:	none;
}
.some_class a:hover, .some_class a:active {
	color:				red;
	text-decoration:	underline;
}