/* ---------------------------------------------------------
BASIC TEXT, LINKS
--------------------------------------------------------- */

BODY,
TD,
INPUT,
SELECT,
TEXTAREA
{
	color: #333333;
    font-size: 10pt;
	font-family: "Arial", "Helvetica", sans-serif;
}

A
{
	color: #333399;
}

A:hover
{
    COLOR: #3333CC;
}

h1
{
	font-size: 20px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}

hr
{
	color: #666666;
	height: 1px;
}

ul
{
    margin-top:4px;
    margin-bottom:4px;
}

ul li
{
    list-style-type: square;
}

/* ---------------------------------------------------------
Specific IDs
--------------------------------------------------------- */
#header
{
	background-color:#929ED4;
	border-bottom: 1px #6370A8 solid;	padding: 6px 6px;
}

#footer
{
	background-color:#BBC7E6;
	border-top: 1px #7780CB solid;	font-size: 11px;
	padding: 6px 6px;
}

.large
{
	font-size: 16px;
}

.small
{
	font-size: 11px;
}

.tiny
{
	font-size: 9px;
}


/* Site navigation */

.table_navigation
{
	background-color:#EDF1FA;
	border-top: 4px #EDF1FA solid;
}

.navigation_tab
{
	border-bottom: 1px #BBC7E6 solid;	font-size: 11px;
	padding: 2px 4px 4px 4px;
}

.navigation_tab_on
{
	background-color:#fff;
	border-top: 1px #BBC7E6 solid;	font-size: 11px;
	padding: 2px 4px 4px 4px;
}



/* Admin navigation */

ul.admin_nav
{
	float:left;
	margin:0;
	list-style-type:none;
}

a.admin_nav
{
	background-color:EDF1FA;
	font-size: 11px;
	padding:4px 6px;
	text-decoration:none;
	width:150px;
}

a.admin_nav_on
{
	background-color:BBC7E6;
	font-size: 11px;
	padding:4px 6px;
	text-decoration:none;
	width:150px;
}

a:hover.admin_nav
{
	background-color:#DAE2F7
}


/* ---------------------------------------------------------
Background Classes
--------------------------------------------------------- */

.blue
{
	background-color: #C4DEFF;
}

.gray
{
	background-color: #eeeeee;
}

.gray_dk
{
	background-color: #666666;
}

.white
{
	background-color: #ffffff;
}



/* ---------------------------------------------------------
TABLE CLASSES
--------------------------------------------------------- */

/* ------ table head ----------------------------------------------- */


.table_head
{
	background: #EDEDED;
	border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
	height: 26px;
}

.table_head_title
{
	font-weight: bolder;
	padding: 6px;
	vertical-align: bottom;
}

.table_head_links
{
	padding: 6px;
	vertical-align: bottom;
}

/* ------ table tools ----------------------------------------------- */

.table_tools
{
	padding: 6px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #BDBDBD;
}


/* ------ table body -----------------------------------------------*/

.table_body
{
	border: 1px solid #BDBDBD;
}


/* ------ table grid ----------------------------------------------- */

.table_sort
{
	background-color: #F5F5F5;
	border-bottom: #BDBDBD 1px solid;
	color: #333333;
	font-weight: bolder;
	padding: 6px; 
	vertical-align: bottom;
}

.table_grid_data
{
	padding: 6px; 
	vertical-align: top;
	border-bottom: #D6D6D6 1px solid;
}

.table_info
{
	padding: 12px 6px;
	vertical-align: top;
	border-bottom: #D6D6D6 1px solid;
}

.checkbox
{
	padding: 4px !important; 
}


/* ------ form & list ----------------------------------------------- */

.table_form_label
{
	color: #333333;
	font-weight: bolder;
	padding: 10px 6px;
	vertical-align: top;
}

.table_list_label
{
	color: #333333;
	font-weight: bolder;
	padding: 6px;
	vertical-align: top;
}

.table_form_field,
.table_list_field
{
	padding: 6px; 
	vertical-align: top;
}

.table_form_text
{
	padding: 10px 6px;
	vertical-align: top;
}

.table_form_help,
.table_list_help
{
	color: #333333;
	font-size: 85%;
	padding: 6px;
	vertical-align: top;
}



/* ------ table foot ----------------------------------------------- */

.table_foot
{
	padding: 4px; 
}

.table_foot_tools
{
	padding: 6px; 
}


/* ---------------------------------------------------------
CALENDAR CLASSES
--------------------------------------------------------- */

.calDate
{
	font-size: 8pt;
	background-color: #ffffff;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	padding: 4px; 
	vertical-align: top;
}

.calDateNum,
A.calDateNum
{
	font-weight: bolder;
	font-size: 8pt;
}

.calDateOff
{
	color: gray;
	font-weight: bolder;
	font-size: 8pt;
	background-color: #cccccc;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	padding: 4px; 
	vertical-align: top;
}

.miniCalHead
{
	font-size: 8pt;
	font-weight: bolder;
	background-color: #dddddd;
	border-bottom: #999999 1px solid;
}

.miniCalDate
{
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	font-size: 8pt;
}

.miniCalDateOff
{
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	color: #cccccc;
	font-size: 8pt;
}

.miniCalDateToday
{
	background-color: #ffff66;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	color: #666666;
	font-size: 8pt;
}

.miniCalDateWeekend
{
	background-color: #eeeeee;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	font-size: 8pt;
}

/* ---------------------------------------------------------
SPECIAL CLASSES
--------------------------------------------------------- */

.required
{
	font-weight: normal;
	color: green;
}

.error
{
	font-weight: bolder;
	color: red;
}

.button
{
	background-color: #E3E3E3;
}

.select_off
{
	color: #cccccc;
}
