@charset "iso-8859-1";
/*	---------------------------------------------------------------	*/
/*	-------------	CSS - HEADER + FOOTER SECTIONS	----------------	*/
/*	---------------------------------------------------------------	*/
body {
	font-size:11px;
	text-align:center;
	font-family: Tahoma, Verdana, Arial;
	margin:0px;
	padding:2px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #000000;
}
form	{
	padding: 0px;
	margin: 0px;
}
#tbl_header {
	height: 60px;
	background-color: #006699;
}
#tbl_footer {
	background-color: #006699;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
#tbl_welcome	{
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}
.header_caption	{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	
}
a.headerLinks	{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #00FFFF;
	text-decoration: underline;	
}
a.headerLinks:hover	{
	text-decoration: none;
}

/*	---------------------------------------------------------------	*/
/*	--------------------	CSS - LEFT MENU PANEL	-------------------	*/
/*	---------------------------------------------------------------	*/
#td_menu_panel	{
	width: 200px;
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	
}
/*	---------------------------------------------------------------	*/
/*	--------------------	CSS - GENERAL LINKS	-------------------	*/
/*	---------------------------------------------------------------	*/
a.generalLink	{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #006393;
	text-decoration: underline;
}
a.generalLink:hover	{
	text-decoration: none;
	color: #00293E;
}
/*	---------------------------------------------------------------	*/
/*	--------------------------	CSS - GENERAL	---------------------	*/
/*	---------------------------------------------------------------	*/
.td_tab_left	{
	width: 10px;
	border-left-color: #000000;
	background-color: #666666;
	border-bottom-color: #000000;
	border-right-color: #000000;
}
.td_tab_main	{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	padding-left: 7px;
	height: 20px;
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
}
.textfield	{
	border: 1px solid #999999;
	height: 15px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.text_area{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
	padding: 2px;
}
.combobox	{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #333333;
}
.button	{
	background-image: url(images/button_bg.gif);
	height: 20px;
	width: 80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.button_small	{
	background-image: url(images/button_bg_small.gif);
	height: 20px;
	width: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

/*	---------------------------------------------------------------	*/
/*	-------------------------	CSS - MESSAGES	---------------------	*/
/*	---------------------------------------------------------------	*/
.msg_error	{
	background-color: #F8F8F8;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #E2E2E2;
	background-image: url(images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin: 5px;
	text-indent: 20px;
}
.msg_success	{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #F4F4F4;
	background-image: url(images/icon_success.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 5px;
	text-indent: 20px;
}
.msg_no_data	{
}
/*	---------------------------------------------------------------	*/
/*	-------------------------	CSS - MESSAGES	---------------------	*/
/*	---------------------------------------------------------------	*/
.pageCaption	{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
.columnHeadings	{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F4F4F;
}
.columnDataGrey	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #F9F9F9;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.columnDataWhite	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.optionLink{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.optionLink:hover{
	text-decoration: underline;
}
a.paging{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration:underline;
}
a.paging:hover{
	text-decoration:none;
}
