/************************************************************/
/************************************************************/
/*                                                          */
/*   Corporate Web Services, Inc.                           */
/*   Master Style Sheet                                     */
/*                                                          */
/*   Authored by:                                           */
/*   Chad Herring                                           */
/*   October, 2002                                          */
/*                                                          */
/************************************************************/
/************************************************************/



/****************************************/
/*   Global font & background variables */
/****************************************/

BODY {
	font-family : tahoma, verdana, arial, sans-serif;
	font-size : 10pt;
	color : #999999;
	background-color : #000000;
	scrollbar-face-color : #000000;
	scrollbar-arrow-color : #F77903;
	scrollbar-base-color : #000000;
	scrollbar-shadow-color : #6c6c6c;
	scrollbar-darkshadow-color : #000000;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #6c6c6c;
	scrollbar-track-color : #000000;
}

TABLE {
	font-family : tahoma, verdana, arial, sans-serif;
	font-size : 10pt;
	color : #999999;
}

.padded_cell {
	padding-left : 10px;
	padding-right : 10px;
}

.form_cell {
	padding-bottom : 2px;
	padding-top : 2px;
	border-right : 1px solid #666666;
}

.swatch {
	border-left : 1px solid #999999;
	border-right : 1px solid #999999;
	border-top : 1px solid #999999;
	border-bottom : 1px solid #999999;
}

UL {
	margin-top : 5px;
	margin-bottom : 5px;
}

/*****************************/
/*   Primary font size specs */
/*****************************/

.strikethrough{
	text-decoration : line-through;
}

.font_enormous {
    font-size : 16pt;
}

.font_gigantic {
    font-size : 14pt;
}

.font_huge {
    font-size : 12pt;
}

.font_medium {
    font-size : 10pt;
}

.font_small {
    font-size : 8pt;
}

.font_microscopic {
    font-size : 7pt;
}



/************************************************/
/*   Site specific special font charactersitics */
/************************************************/

.highlight {
	color : #000080;
}



/***************************/
/*   Global link variables */
/***************************/

A {
	color : #F77903;
	text-decoration : none;
}

A:hover {
	color : #ffffff;
	text-decoration : underline;
}


/*********************************************/
/*   Global form field and button attributes */
/*********************************************/

.formcolor {
    font-family : tahoma, verdana, arial, sans-serif;
	font-size : 8pt;
	color : #999999;
	background-color : #351F73;
	border-bottom : 0px solid Silver;
	border-left : 0px solid Silver;
	border-right : 0px solid Silver;
	border-top : 0px solid Silver;
	scrollbar-face-color : #250E54;
	scrollbar-arrow-color : #F77903;
	scrollbar-base-color : #250E54;
	scrollbar-shadow-color : #6c6c6c;
	scrollbar-darkshadow-color : #250E54;
	scrollbar-highlight-color : #250E54;
	scrollbar-3dlight-color : #6c6c6c;
	scrollbar-track-color : #250E54;
}

.formvalue {
    font-family : tahoma, verdana, arial, sans-serif;
	font-size : 10pt;
	color : #999999;
	text-align : right;
	background-color : #250E54;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
}

.formbutton {
    font-family : tahoma, verdana, arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #999999;
	background-color : #351F73;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
}

