@charset "iso-8859-2";
body {
	background-image: url(../images/background1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #971F22;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
	color: #333333;
	background-repeat: no-repeat;
}


.new_design {
	background-image: url(../images/new_design.png);
	width:80px;
	height:80px;
	position:absolute;
	z-index:100;
	top:0;
	left:0;	

}

a {
	color:#0000EE;
	outline:none;
}

input {
	padding: 2px;
}

.footer {
	text-align: center;
	font-size: 10px;
	color: #333333;
}

.box_content {
	background-color: #FFFFFF;
	height: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

th {
	font-weight: bold;
	color: #981D20;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #981D20;
	text-align: left;
}

.options_container:hover > .over_menu {
	display: block;
}

.options_container .over_menu {
	position:absolute;
	z-index:100;	
	display:none;
	width:182px;
}

.options_container .over_menu table {
	background-color:#FFFFFF;
	border:1px #CCCCCC solid;
}

.over_menu table a {
	padding-right: 6px;
	padding-left: 6px;
	width: 180px;
	display:block;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

.over_menu table a:hover {
	background-color:#EEEEEE;
	color: #666666;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #981D20;
}

.box1 {
	background-color:#F9F9F9;
	border:1px #E0E0E0 solid;
}

.grid tr.white:hover td, .grid tr.gray:hover td {
	background-color: #AFDEFC;
	border-bottom:1px #E0E0E0 solid;
}

.grid tr.white td {
	background-color:#FFFFFF;
	border-bottom:1px #E0E0E0 solid;
}

.grid tr.gray td {
	background-color:#EEEEEE;
	border-bottom:1px #E0E0E0 solid;
}
.gray1 {
	color: #666666;
	font-size: 9px;
}
.hidden {
	display:none;
}

input, textarea, select {
	padding: 4px;
	color:#333333;
	border:2px #CCCCCC solid;		
}
input[type=text], input[type=file] {
}

input[type=password] {
	background: white url(../images/locked.gif) no-repeat;

}

input[type=password]:focus {
	background-image: url();
	background-repeat: no-repeat;
}

button {
	color:#FFFFFF;
	padding: 3px;
	background-color: #981D20;
	border: 1px solid #741618;
	cursor:pointer;
}

.msg {
	color: #FFFFFF;
	background-color: #981D20;	
}


.box1 {
	padding: 4px;
	background-color:#F9F9F9;
	border:1px #E5E5E5 solid;
	margin-bottom:10px;
  	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.box2 {
	padding: 4px;
	background-color:#FFFFFF;
	border:1px #E5E5E5 solid;
	margin-bottom:10px;
  	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
