/* ---------------------------------------------------------
BASIC TEXT, LINKS
--------------------------------------------------------- */

BODY,
TD,
INPUT,
SELECT,
TEXTAREA
{
    FONT-SIZE: 10 pt;
    FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif;
}

A
{
	color: #003399;
    TEXT-DECORATION: underline;
}

A:hover
{
    COLOR: #FF4433;
}


/* ---------------------------------------------------------
Background Classes
--------------------------------------------------------- */

.blue,
.blue_med
{
	background-color: #7eb1de;
}

.blue_dk
{
	background-color: #003399;
}

.blue_lt
{
	background-color: #bfe1ff;
}

.yellow
{
	background-color: #FFDC73;
}

.yellow_lt
{
	background-color: #FFE8A8;
}


/* ---------------------------------------------------------
Navigation Classes
--------------------------------------------------------- */


.header_name
{
	color: #ffffff;
	font-size: 14pt;
	font-weight: bolder;
	text-decoration: none;
}

.header_tab,
a.header_tab
{
	background-color: #7eb1de;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bolder;
	padding: 4px;
	text-decoration: none;
}

.header_tab_on,
a.header_tab_on
{
	background-color: #003399;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bolder;
	padding: 4px;
	text-decoration: none;
}

.header_tab2,
a.header_tab2
{
	color: #ffffff;
	font-size: 8pt;
	padding: 1px 3px;
	text-decoration: none;
}

.header_tab2_on,
a.header_tab2_on
{
	background-color: #6699CC;
	color: #ffffff;
	font-size: 8pt;
	padding: 1px 3px;
	text-decoration: none;
}

.nav,
a.nav
{
	color: #003399;
	font-size: 10 pt;
	text-decoration: none;
}

.nav_on,
a.nav_on
{
	color: #003399;
	font-size: 10 pt;
	font-weight: bolder;
	text-decoration: none;
}

.nav2,
a.nav2
{
	color: #003399;
	font-size: 8 pt;
	text-decoration: none;
}

.nav2_on,
a.nav2_on
{
	color: #003399;
	font-size: 8 pt;
	font-weight: bolder;
	text-decoration: none;
}

hr.nav
{
	color: #7eb1de;
	height: 1px;
}


/* ---------------------------------------------------------
Body Classes
--------------------------------------------------------- */

h1,
h1 a,
.h1,
.h1 a
{
	color: #003399;
	font-family: georgia, times new roman, times, serif;
	font-size: 16pt;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2,
h2 a,
.h2,
.h2 a
{
	color: #3366CC;
	font-size: 10pt;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

h3,
h3 a,
.h3,
.h3 a
{
	color: #5585D9;
	font-size: 8pt;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

hr
{
	color: #666666;
	height: 1px;
}

li
{
    list-style-type: square;
    text-indent: -10 px;
    padding-bottom: 6px;
}


/* ---------------------------------------------------------
LIST CLASSES
--------------------------------------------------------- */

.list_pagination
{
	background-color: #dddddd;
	font-size: 8pt;
	padding: 4px; 
}

.list_data
{
	padding: 4px; 
	vertical-align: top;
	font-size: 8pt;
}

/* ---------------------------------------------------------
TABLE CLASSES
--------------------------------------------------------- */

/* ------ table head ----------------------------------------------- */

.table_head
{
	padding: 2px; 
}

.table_head_title
{
	font-size: 9pt;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: bottom;
}

.table_head_tools
{
	font-size: 8pt;
	padding: 4px; 
	vertical-align: bottom;
}

/* ------ table tools ----------------------------------------------- */

.table_tools_body
{
	background-color: #eeeeee;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

/* ------ table body ----------------------------------------------- */

.table_body
{
	border: 1px solid #666666;
}

.table_tools
{
	background-color: #cccccc;
	padding: 4px; 
	vertical-align: bottom;
}

.table_sort,
.table_sort A
{
	font-size: 8pt;
	background-color: #dcdcdc;
	border-bottom: #999999 1px solid;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: bottom;
	color: #333333;
	text-decoration: none;
}

.table_sort_checkbox
{
	color: #333333;
	background-color: #dcdcdc;
	border-bottom: #999999 1px solid;
	padding: 0px; 
	vertical-align: bottom;
}

.table_data
{
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	padding: 4px; 
	vertical-align: top;
	font-size: 8pt;
}

.table_data_group
{
	background-color: #eeeeee;
	border-bottom: #bbbbbb 1px solid;
	border-right: #bbbbbb 1px solid;
	padding: 4px; 
	vertical-align: top;
	font-size: 8pt;
}

.table_data_checkbox
{
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	padding: 0px; 
	vertical-align: top;
}

.table_form_label
{
	color: #666666;
	font-weight: bolder;
	padding-left: 4px; 
	padding-top: 8px; 
	vertical-align: top;
}

.table_line_label
{
	color: #666666;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: top;
}

.table_form_data,
.table_line_data
{
	padding: 4px; 
	vertical-align: top;
}

.table_form_help,
.help
{
	color: #666666;
	font-size: 8pt;
	padding-left: 4px; 
	padding-top: 8px; 
	vertical-align: top;
}


.table_info
{
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	padding: 10px; 
	vertical-align: top;
}

.table_box
{
	border: 1px solid #6699CC;
}

.table_box_title
{
	background-color: #6699CC;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: bottom;
}

.table_box_title_small
{
	background-color: #6699CC;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: bottom;
}

.table_box_body
{
	padding: 4px; 
	vertical-align: top;
}

.table_box_body_small
{
	font-size: 8pt;
	padding: 4px; 
	vertical-align: top;
}

.table_quote
{
	background-color: #6699CC;
	color: #ffffff;
	font-family: georgia, times new roman, times, serif;
	font-size: 12pt;
	padding: 6px; 
}

.table_quote_by
{
	background-color: #6699CC;
	color: #ffffff;
	text-align: right;
	FONT-SIZE: 10pt;
	padding: 6px; 
}



/* ------ table foot ----------------------------------------------- */

.table_foot
{
	padding: 2px; 
}

.table_foot_tools
{
	padding: 4px; 
}


/* ---------------------------------------------------------
CALENDAR CLASSES
--------------------------------------------------------- */

.calendar_head
{
	background-color: #666666;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bolder;
}

.calendar_day
{
	background-color: #dddddd;
	font-size: 8pt;
}

.calendar_day_today
{
	background-color: yellow;
	font-size: 8pt;
}

.calendar_day_off
{
	background-color: #dddddd;
	color: #666666;
	font-size: 8pt;
}

.calendar_day_weekend
{
	background-color: #cccccc;
	font-size: 8pt;
}
/* ---------------------------------------------------------
SPECIAL CLASSES
--------------------------------------------------------- */

.button
{
	color: #333333;	
	background-color: #eeeeee;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #cccccc;
	border-top:1px solid #cccccc;
	font-size: 12pt;
}

.tagLine
{
	FONT-SIZE: 8pt;
	color: #ffffff;
}

.small
{
	FONT-SIZE: 8pt;
}

.detail_pendingreview
{
	background-color: #ffffbe;
	border: 1px #fc0 solid;
	margin-bottom: 10px;
	padding: 4px;
}

.detail_rejected
{
	background-color: #FCABB9;
	border: 1px #FF0000 solid;
	margin-bottom: 10px;
	padding: 4px;
}

.detail_photo
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.detail_photo_credit
{
	FONT-SIZE: 7pt;
}

.required
{
	font-size: 8pt;
	color: red;
}

.error
{
	font-weight: bold;
	color: red;
}

.hidden
{
	color: #999999;
}
