A:link    {text-decoration:none}
A:visited {text-decoration:none}
A:active  {text-decoration:none}

.page_background
{
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}

.header1_background
{
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-image: url("../images/header1_background.png");
}

.header2_background
{
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-image: url("../images/header2_background.png");
}

.header3_background
{
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-image: url("../images/header3_background.png");
}

.tablerow_background
{
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-image: url("../images/tablerow_background.png");
}

.inner1_background
{
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	padding: 10px;
	background-repeat: repeat-x;
	background-image: url("../images/inner_background.png");
}

.inner2_background
{
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	padding: 30px;
	background-repeat: repeat-x;
	background-image: url("../images/inner_background.png");
}

.newobject_background
{
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-image: url("../images/newobject_base.png");
}

.line_background
{
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	width: 70%;
	background-repeat: repeat-x;
	background-image: url("../images/header1_background.png");
	font-size: 10px;
	font-weight: normal;
	color: #72706F;
	font-family: Verdana, Arial;
	text-align: center;
}

.text_label
{ 
	font-size: 10px;
	font-weight: normal;
	color: #72706F;
	font-family: Verdana, Arial;
	white-space: nowrap;
}

.text_small_title
{ 
	font-size: 11px;
	font-weight: bold;
	color: #CE3D20;
	font-family: Verdana, Arial;
	white-space: nowrap;
}

.text_small_title_dark
{ 
	font-size: 12px;
	font-weight: bold;
	color: #707070;
	font-family: Verdana, Arial;
	white-space: nowrap;
}

.text_menu
{
	font-size: 13px;
	font-weight: bold;
	color: #707070;
	font-family: Tahoma;
	white-space: nowrap;
}

.text_header_menu
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	white-space: nowrap;
}

.text_navigate1
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana;
	white-space: nowrap;
}

.text_navigate2
{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana;
	white-space: nowrap;
}

.input_text
{	
	background-color: #E4E9EA;
 	text-decoration : none;
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size : 13px;
 	font-weight: bold;
 	color: #155E72;
 	width: 100%;
 	height: 18px;
 	border-style: solid;
 	border-width: 1px;
 	border-color: #7D9499;
}

.input_listbox
{
	background-color: #EBEBEB;
 	text-decoration : none;
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 13px;
 	font-weight: bold;
 	color: #000000;
 	width: 100%;
 	border-style: solid;
 	border-width: 1px;
 	border-color: #DEDDDD;
}

.button_background
{
 	text-decoration : none;
 	width: 100px;
 	height: 22px;
 	border-width: 0px;
 	background-image: url("../images/button_background.png");
}

.button_text
{
 	font-family : Arial, Helvetica, sans-serif;
 	font-size : 13px;
 	font-weight: bold;
 	color: #C2C1C1;
 	text-align: center;
}

.cursor_hand
{
	cursor: pointer;
}

.button_datetime
{
 	text-decoration : none;
 	width: 100%;
 	height: 26px;
 	border-width: 0px;
 	font-size : 15px;
 	font-weight: bold;
	background-repeat: repeat-x;
	background-image: url("../images/inner_background.png");
/* 	background-image: url("../images/button_background.png");*/
}

.table_fixed
{
	width: 100%;
	table-layout:fixed;overflow: hidden;
	word-wrap: break-word;
}
