﻿html, body
{
	height: 100%;
}

body 
{
	margin: 0;
	padding: 0;
	font-family:verdana;
	font-size: 10px;
	width:100%;
}

#header_container
{
	padding-left: 5px;
	padding-right: 5px;
	background: #6699cc;
	vertical-align: middle;
}

#header
{
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial Black;
}

.header_text
{
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
}

.header_ext_text
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	font-family: Trebuchet MS;
}

#subheader_container
{
	background: #ffffff;
	padding: 0px;
}

#subheader
{
	width: 100%;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial Black;
}

#topmenu_container{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #dddedd;
	vertical-align: middle;
}

#topmenu
{
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial Black;
}

#topmenu td
{
	padding-right: 20px;
}

.selected_menu
{
	cursor:auto;
	color: #ff0000;
	text-decoration: none
}

.menu
{
	cursor:pointer;
	color: #0000ff;
	text-decoration: none
}

#form_container
{
	padding: 5px;
	background: #ffffff;
	/*width: 100%;*/
	vertical-align: middle;
}

#form_header
{
}

#form
{
	background: #ffffff;
	width: 100%;
}

/*
#form td
{
	padding: 2px;
	margin: 1px;
}
*/

.form_attr_group_header
{
	background: #dddedd;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 10px;
}

.form_attr_label
{
	background: #E1EEFE;
	color: #3333FF;
	font-family: Trebuchet MS;
	font-size: 10px;
	vertical-align:top;
}

.form_attr_value
{
	background: #ffffff;
	color: #000000;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 10px;
}

.form_footer_container
{
	background: #dddedd;
}

#form_footer
{
}

.button_container
{
	border-style: solid;
	border-width: 1px;
	background: #eeefee;
	width: 40px;
}

.button
{
	cursor:pointer;
	color: #000000;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial Black;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none
}

.button_new
{
	cursor:pointer;
}

.button_print_container
{
	border-style: solid;
	border-color: #555555;
	border-width: 1px;
	background: #eeefee;
	width: 40px;
}

.button_print
{
	cursor:pointer;
}

.btnPrint
{
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	display: block; 
	color: #666666;
	width:31px;
	height:24px;
	border:0px;
}


.grid_header
{
	background: #dddedd;
	color: #000000;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial Black;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.grid_row
{
	background: #ffffff;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.grid_row_alternating
{
	background: whitesmoke;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	
}

.grid_pager
{
	font-family: Verdana, Trebuchet MS, Tahoma, Arial Black;
	font-size: 9px;
	text-align:right;
}

.mandatory_field
{
	background-color: #ffe0c0;
}

.grid_header
{
	background: #dddedd;
	color: #000000;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial Black;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.hyperlink
{
	cursor:pointer;
	background: #ffffff;
	color: #0000ff;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 10px;
}

.hyperlink:hover
{
	text-decoration: underline;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

.inputbox {
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #515756;
	background: #FFFFFF;
}

.button {
	padding: 2px 8px;
	border: 1px outset #A8A8A8;
	background: url(../images/grad4.gif) repeat-x;
	font-size: 92%;
	color: #515756;
	font-weight: bold;
}

* html .button { /*IE 6*/
	padding: 1px 5px !important;
}

*+html .button { /*IE 7*/
	padding: 1px 5px !important;
}
/*Monitoring*/
.form_attr_label_mon
{
	background: #E1EEFE;
	color: #3333FF;
	font-family: Trebuchet MS;
	font-size: 12px;
	vertical-align:top;
}

.form_attr_value_mon
{
	background: #ffffff;
	color: #000000;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 11px;
}
/***END FORM******/

