/* MAIN */
@import url("div.css");
@import url("a.css");
@import url("tbl.css");

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
	margin:				0px;
	padding:			0px;
	font-size:			11px;
}
form
{
	margin:0px;
	padding:0px;
}
input
{
	font-size:			11px;
}
.button_over {
	background-image:	url(../images/btn_over.jpg);
	color: 				#fff;
	height:				19px;
	padding-left:		15px;
	font-size:			11px;
	cursor:				pointer;
	text-align:			left;
}
.button_up {
	background-image:	url(../images/btn_up.jpg);
	color: 				#fff;
	height:				19px;
	padding-left:		15px;
	font-size:			11px;
	cursor:				pointer;
	text-align:			left;
}
.button_up_inactive {
	background-image:	url(../images/btn_up.jpg);
	color: 				#5A5A5A;
	height:				19px;
	padding-left:		15px;
	font-size:			11px;
	text-align:			left;
}
#lbl
{
	background-image:url(../images/top_line_grey_bg.jpg);
	font-size:10px;
	height:16px;
	color:#AB1214;
	padding-top:4px;
	text-align:center;
	font-weight:bold;
}
.date_lbl
{
	float:left;
	width:80px;
}
.user_name
{
	float:right;
	width:100px;
}
.txt
{
	font-size:			11px;
}

.title_welcome
{
	color: 				#7f1b1b;
	font-weight: 		bold;
	font-size: 			12px;
}
.hint
{
	font-size:			10px;
	color:				#555;
}
.style1 {
	color: #A50100;
	font-weight: bold;
}
.style2 {color: #FF0000}
.inputs {
	border:				1px #A40000 solid;
}
.style3 {
	font-size: 10px;
	font-style: italic;
}