
/********************************************************************************
*	Global css
********************************************************************************/
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	font-size: 10pt;
}

.app_title
{
	font-style: italic;
	font-size: 16pt;
	font-weight: bold;
}

.app_upper_menu
{
	width: 100%;
}

.header_title
{
	color: #0000FF;
}

.page_title
{
	color: #0000FF;
	background-color: #E0DFE3;
	width:100%;
	font-size: 16pt;
	border-top: 1px #0000FF solid;
	border-bottom: 1px #0000FF solid;
	margin-top: 5px;
	padding: 0 0 0 5px;
}

.breadcrumb
{
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	border-bottom: 5px #E0DFE3 solid;
}

.breadcrumb_a
{
	text-decoration: none;
}

.page_footer
{
	color: #0000FF;
	text-align: center;
	background-color: #E0DFE3;
	width:100%;
	font-size: 10pt;
	border-top: 1px #0000FF solid;
	border-bottom: 1px #0000FF solid;
	margin-top: 5px;
	padding: 0px;
	clear:both;
}

.logout_button_container
{
	text-align: right;
}

.logout_button
{
	height: 18pt;
	font-size: 10pt;
	background: none;
	border: 0px;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:left;
	padding: 0 0 0 25px;
}

.a_btn
{
	text-decoration: none;
	height: 18pt;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	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;
	color: #000;
	vertical-align: middle;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position:left;
	padding: 3px 0 0 25px;
}

.a_btn_nobold:hover
{
	color: #000000;
}

a:hover
{
	color: #FFCC33;
}

/********************************************************************************
*	Browse Table css
********************************************************************************/
.browse_table
{
	border-collapse: collapse;
	width: 98%;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

.browse_table_th
{
	border-right: 1px #fff solid;
	color: #fff;
	background-color: #330099;
	vertical-align: top;
	font-size: 10pt;
}

.browse_table_last_th
{
	color: #fff;
	background-color: #330099;
	vertical-align: top;
	font-size: 10pt;
}

.browse_table_td
{
	border-bottom: 1px #000 solid;
	font-size: 8pt;
}

.browse_table_action_td
{
	border-bottom: 1px #000 solid;
	font-size: 8pt;
	text-align: center;
}

.cycle1
{
	background-color: #fff;
}

.cycle2
{
	background-color: #E0DFE3;
}

/********************************************************************************
*	Form css
********************************************************************************/
.form_text
{
	height: 12pt;
	font-size: 6pt;
	vertical-align: middle;
}

.form_button
{
	height: 14pt;
	font-size: 10pt;
	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-weight: bold;
	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;
}

/********************************************************************************
*	Left Menu css
********************************************************************************/
.left_menu_container
{
	width: 150px;
	float: left;
	display: table;
	height: 100%;
}

.left_menu_container ul
{
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	background-color: #330099;
	height: 100%;
}

.left_menu_container li
{
	padding: 5px 0 0 0;
}

.left_menu_container a
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.left_menu_container a:hover
{
	color: #FFCC33;
}

/********************************************************************************
*	Tab Menu css
********************************************************************************/

