
/********************************************************************************
*	Global css
********************************************************************************/
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
	font-size: 10pt;
	min-width:640px;
	background-color: #fff;
}

#outer
{
	overflow:hidden;
	display:inline-block;
	background-color: #920704;
}

#inner
{
	float:right;
	overflow:hidden;
	display:inline-block;
	background-color: #fff;
}

#logo_container
{
	background-color: #920704;
	float:left;
	overflow:hidden;
	display:inline-block;
	width: 100%;
}

.app_title
{
	font-style: italic;
	font-size: 16pt;
	font-weight: bold;
	background-color: #fff;
}

.app_upper_menu
{
	width: 100%;
}

.main_head
{
	border-bottom: 1px #000 solid;
	margin-left: 3px;
	width: 98%;
}

.header_title
{
	color: #0000FF;
}

.page_title
{
	color: #fff;
	background-color: #000;
	width:100%;
	font-size: 16pt;
	border-top: 5px #fff solid;
	border-bottom: 2px #920704 solid;
	display:inline-block;
	float:left;
}

.breadcrumb
{
	padding: 5px 5px 10px 5px;
	margin-bottom: 0px;
	border-bottom: 4px #000 solid;
	width: 100%;
	display:inline-block;
	float:left;
	background-color: #fff;
}

.breadcrumb_a
{
	text-decoration: none;
}

#page_footer
{
	clear:both;
	overflow:hidden;
	display:inline-block;
	width:100%;
	border-bottom: 2px #920704 solid;
	font-size: 10pt;
	padding: 0px;
	color: #fff;
	text-align: center;
	background-color: #000;
}

.a_btn
{
	text-decoration: none;
	height: 18pt;
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	letter-spacing: 0.2px;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:left;
	padding: 3px 0 0 25px;
}

.a_btn:hover
{
	color: #000000;
}

.a_btn_nobold
{
	text-decoration: none;
	height: 18pt;
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
	letter-spacing: 0.2px;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:left;
	padding: 3px 0 0 25px;
}

.a_btn_nobold:hover
{
	color: #000000;
}

a:hover
{
	color: #FFCC33;
}

.webmaster
{
	color: #fff;
}

.webmaster:hover
{
	color: #FFCC33;
}

/********************************************************************************
*	Browse Table css
********************************************************************************/

.browse_table
{
	border-collapse: collapse;
	/*width: 98%;*/
	border-left: 1px #920704 solid;
	border-right: 1px #920704 solid;
}

.browse_table_th
{
	border-right: 1px #fff solid;
	color: #fff;
	background-color: #000;
	vertical-align: top;
	font-size: 10pt;
	padding: 5px;
}

.browse_table_last_th
{
	color: #fff;
	background-color: #000;
	vertical-align: top;
	font-size: 10pt;
	padding: 5px;
}

.browse_table_td
{
	border-bottom: 1px #920704 solid;
	font-size: 8pt;
}

.browse_table_action_td
{
	font-size: 8pt;
	text-align: center;
}

.browse_table tr
{
	border-bottom: 1px #920704 solid;
}

.cycle1
{
	background-color: #fff;
}

.cycle2
{
	background-color: #E0DFE3;
}

/********************************************************************************
*	Form css
********************************************************************************/

.form_text
{
	height: 12pt;
	font-size: 6pt;
	vertical-align: middle;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
}

.form_label
{
	font-weight: bold;
	font-size: 9pt;
	vertical-align: middle;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
}

.input_element
{
	background-color: #F0C040;
	font-weight: bold;
}

.form_button
{
	height: 14pt;
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
	background: none;
	border: 0px;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 0 0 15px;
}

.form_button_holder
{
	text-align: right;
	padding: 10px;
}

.submit_button
{
	height: 18pt;
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.2px;
	border: 0px;
	background: none;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 0 0 25px;
}

.form_td
{
	font-size: 8pt;
	vertical-align: top;
}

.error_message
{
	font-size: 9pt;
	padding: 5px;
	color: #FF0000;
}

.detail_label
{
	height: 12pt;
	font-size: 8pt;
	vertical-align: middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
	background-color: #F0C040;
	font-weight: bold;
	width: 10%;
}

/********************************************************************************
*	Left Menu css
********************************************************************************/
#left_menu_container
{
/*
	width: 200px;
	float: left;
	height: 100%;
	margin-right: 3px;
*/

	float:left;
	width:20%;
	overflow:hidden;
	display:inline-block;
	background-color: #920704;
}

#left_menu_container ul
{
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
/*
	background-color: #920704;
	height: 100%;
*/
}

#left_menu_container li
{
	padding: 5px 0 0 0;
}

#left_menu_container a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
}

#left_menu_container a:hover
{
	color: #FFCC33;
}

/********************************************************************************
*	Tab Menu css
********************************************************************************/

