body {
	margin : 0px;
	font-size : 11px;
	font-family : Verdana, Tahoma, Sans;
	/*background-color : #eef3ef;*/
	background-color : #636363;
}
img {
	border : 0px;
}
td, div {
	font-size : 11px;	
	font-family : Verdana, Tahoma, Sans;
}
form {
	margin : 0px;
}
.menu {
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	font-weight : normal;
	border-top : 1px solid #b5cee4;
	border-left : 1px solid #FFF;
	border-right : 1px solid #b5cee4;
	height : 27px;
	background : url('../images/new_menu.gif') repeat-x;
}
.content {
	background-color : #ffffff;
	border-left : 1px solid #c9c9c9;
	border-right : 1px solid #c9c9c9;
	border-bottom : 1px solid #c9c9c9;
	padding : 10px;
}
.panel {
	border : 1px solid #ccd1cd;
	background : #f4f4f4;
}
.panel td {
	color : #605758;
}
.box {
	border : 1px solid #ccd1cd;
	background : #f4f4f4;
	-moz-border-radius : 5px 5px 5px 5px;
	-border-radius : 5px 5px 5px 5px;
}
.box td {
	color : #30352e;
	background : #ffffff;
}
.title {
	font-size : 17px;
	font-weight : bold;
	margin-bottom : 5px;
}
.tbl {
	page-break-after:always;
	border-top : 1px solid #c8cac7;
	border-left : 1px solid #c8cac7;
	-moz-border-radius : 5px 5px 5px 5px;
	-border-radius : 5px 5px 5px 5px;
}
.tbl .tbl_head {
	border-bottom : 1px solid #c8cac7;
	border-right : 1px solid #c8cac7;
	background : #eef3ef;
	padding : 3px;
	font-weight : bold;
	color : #626f7f;
}
.tbl .tbl_list {
	border-bottom : 1px solid #c8cac7;
	border-right : 1px solid #c8cac7;
	padding : 3px;
	color : #4b4e61;
}
.link {
	color : #AAAAAA;
	font-family : Verdana, Tahoma, Sans;
	font-size : 11px;
	font-weight : bold;
	display:block;
	cursor : pointer;
	text-decoration:none;
}
.link:hover {
	color : #336699;
	text-decoration:none;
}
.link2 {
	color : #000000;
	font-family : Verdana, Tahoma, Sans;
	font-size : 11px;
	display:block;
	cursor : pointer;
	text-decoration:none;
}
.link2:hover {
	color : #333333;
	text-decoration:underline;
}
.btn {
	border-top : 1px solid #c9cbca;
	border-left : 1px solid #afb3b2;
	border-right : 1px solid #afb3b2;
	border-bottom : 1px solid #718ba6;
	height : 22px;
	background : url('../images/new_btn.gif') repeat-x;
	color : #4e7ea2;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 2px;
	cursor : pointer;
	-moz-border-radius : 5px 5px 5px 5px;
	-border-radius : 5px 5px 5px 5px;
}
.btn:hover {
	border-bottom : 1px solid #598758;
	color : #777777;
	background : url('../images/new_btn_h.gif') repeat-x;
}
#input {
	border : 1px solid #CCCCCC;
	color : #2e3548;
	padding : 3px 2px 3px 4px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background:#FAFAFA;
}
.input {
	border : 1px solid #707070;
	color : #2e3548;
	padding : 3px 2px 3px 4px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
.input:focus{
	border: 1px solid #000000;
	background: #FFFBBC;
}
.alert {
	background : #eceeec url('../../../images/16_notification.gif') no-repeat 10px;
	padding : 10px 10px 10px 35px;
	border : 1px solid #8e8c7e;
	margin-bottom : 5px;
	width : 50%;
}
.footer {
	vertical-align : bottom;
	background : url('../images/bottom.gif') repeat-x;
	height : 56px;
	text-align : right;
	color : white;
}
.footer div {
	font-size : 10px;
	padding : 5px;
	background : url('../images/bottom_left.gif') no-repeat;
	height : 56px;
}
.logout{
 font-family: Calibri, Arial, Helvetica, sans-serif;
 font-size: 12px;
 display: block;
 padding: 2px;
 color: #f7fdff;
 font-weight:bold;
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.logout:hover {
 color: #f7fdff;
 display:block;
 background: #5099db url('../images/new_menu_h.gif') repeat-x;
}
