body
{
	background-color: rgb(100,100,100);
	margin: 0px;
}
body,div,p,td,input,textarea,select
{
	font-family: calibri,lucida,tahoma,arial;
	color: rgb(20,20,20);
	font-size: 9pt;
}

.msg
{
	color: rgb(100,55,55);
	font-weight: bold;
}

h2
{
	display: inline;
	font-family: calibri,lucida,tahoma,arial;
	color: rgb(100,55,55);
	font-size: 12pt;
	font-variant: small-caps;
}
h3
{
	display: inline;
	color: rgb(40,40,155);
	font-size: 12pt;
	font-weight: bold;
}

#container
{
	position: relative;
	width: 100%;
}

#header
{
	background-color: rgb(230,230,230);
	background-image: url(../images/hdr_bg.gif);
	border-bottom: 1px solid rgb(100,55,55);
	
	position: relative;
	width: 100%;
	height: 75px;
}
#header_logo
{
	position: absolute;
	top: 9px;
	left: 10px;
	width: 190px;
	height: 57px;
}
#header_content
{
	position: absolute;
	top: 28px;
	left: 210px;
	width: 540px;
	height: 57px;
	
	text-align: center;
}
#header_login
{
	position: absolute;
	top: 6px;
	right: 10px;
	width: 200px;
	height: 63px;
}

#main
{
	background-color: rgb(255,255,255);
	
	position: relative;
	width:100%;
	height: 564px;
	
	overflow: auto;
}
#main_menu
{
	position: absolute;
	top: 5px;
	left: 10px;
	width: 190px;
	height: 564px;
}
#main_content
{
	position: absolute;
	top: 5px;
	left: 210px;
	width: 750px;
	height: 564px;
}

#footer
{
	border-top: 1px solid rgb(100,55,55);
	background-color: rgb(230,230,230);
	background-image: url(../images/btm_bg.gif);
	
	position: relative;
	width: 100%;
	height: 25px;
}
#footer_menu
{
	position: absolute;
	top: 5px;
	left: 10px;
	width: 190px;
	height: 15px;
}
#footer_content
{
	position: absolute;
	top: 5px;
	left: 210px;
	width: 540px;
	height: 15px;
}
#footer_copyright
{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 200px;
	height: 15px;
	
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	font-variant: small-caps;
}

.box_hdr
{
	background-image: url(../images/box_hdr_bg.png);
	border-top: 1px solid rgb(100,55,55);
	border-left: 1px solid rgb(100,55,55);
	border-right: 1px solid rgb(100,55,55);
	
	height: 25px;
	padding: 3px;
	
	font-size: 11pt;
	color: rgb(200,200,200);
	text-align: center;
	vertical-align: middle;
	
	font-weight: bold;
}
.box_hdrL
{
	background-image: url(../images/box_hdr_bg.png);
	border-top: 1px solid rgb(100,55,55);
	border-left: 1px solid rgb(100,55,55);
	
	height: 25px;
	padding: 3px;
	
	font-size: 11pt;
	color: rgb(200,200,200);
	text-align: center;
	vertical-align: middle;
	
	font-weight: bold;
}
.box_hdrM
{
	background-image: url(../images/box_hdr_bg.png);
	border-top: 1px solid rgb(100,55,55);
	
	height: 25px;
	padding: 3px;
	
	font-size: 11pt;
	color: rgb(200,200,200);
	text-align: center;
	vertical-align: middle;
	
	font-weight: bold;
}
.box_hdrR
{
	background-image: url(../images/box_hdr_bg.png);
	border-top: 1px solid rgb(100,55,55);
	border-right: 1px solid rgb(100,55,55);
	
	height: 25px;
	padding: 3px;
	
	font-size: 11pt;
	color: rgb(200,200,200);
	text-align: center;
	vertical-align: middle;
	
	font-weight: bold;
}
.box_stp
{
	background-color: rgb(210,210,210);
	border-top: 1px solid rgb(100,55,55);
	border-left: 1px solid rgb(100,55,55);
	border-right: 1px solid rgb(100,55,55);
	border-bottom: 1px solid rgb(100,55,55);
	
	padding: 3px;
	
	color: rgb(0,0,0);
	text-align: center;
	vertical-align: middle;
	
	font-weight: bold;
}
.box_stpL
{
	background-color: rgb(210,210,210);
	border-top: 1px solid rgb(100,55,55);
	border-left: 1px solid rgb(100,55,55);
	border-bottom: 1px solid rgb(100,55,55);
	
	padding: 3px;
	
	color: rgb(0,0,0);
	text-align: left;
	vertical-align: middle;
	
	font-weight: bold;
}
.box_stpM
{
	background-color: rgb(210,210,210);
	border-top: 1px solid rgb(100,55,55);
	border-bottom: 1px solid rgb(100,55,55);
	
	padding: 3px;
	
	color: rgb(0,0,0);
	text-align: left;
	vertical-align: middle;
	
	font-weight: bold;
}
.box_stpR
{
	background-color: rgb(210,210,210);
	border-top: 1px solid rgb(100,55,55);
	border-right: 1px solid rgb(100,55,55);
	border-bottom: 1px solid rgb(100,55,55);
	
	padding: 3px;
	
	color: rgb(0,0,0);
	text-align: left;
	vertical-align: middle;
	
	font-weight: bold;
}
.box_top
{
	border-top: 1px solid rgb(100,55,55);
	border-left: 1px solid rgb(100,55,55);
	border-right: 1px solid rgb(100,55,55);	
	
	padding: 3px;
}
.box_topL
{
	border-top: 1px solid rgb(100,55,55);
	border-left: 1px solid rgb(100,55,55);
	
	padding: 3px;
}
.box_topM
{
	border-top: 1px solid rgb(100,55,55);
	
	padding: 3px;
}
.box_topR
{
	border-top: 1px solid rgb(100,55,55);
	border-right: 1px solid rgb(100,55,55);
	
	padding: 3px;
}
.box_cnt
{
	border-left: 1px solid rgb(100,55,55);
	border-right: 1px solid rgb(100,55,55);
	
	padding: 3px;
}
.box_cntL
{
	border-left: 1px solid rgb(100,55,55);
	
	padding: 3px;
	text-align: left;
}
.box_cntM
{
	padding: 3px;
}
.box_cntR
{
	border-right: 1px solid rgb(100,55,55);
	
	padding: 3px;
	text-align: left;
}
.box_btm
{
	border-left: 1px solid rgb(100,55,55);
	border-right: 1px solid rgb(100,55,55);
	border-bottom: 1px solid rgb(100,55,55);
	
	padding: 3px;
}
.box_btmL
{
	border-left: 1px solid rgb(100,55,55);
	border-bottom: 1px solid rgb(100,55,55);
	
	padding: 3px;
}
.box_btmM
{
	border-bottom: 1px solid rgb(100,55,55);
	
	padding: 3px;
}
.box_btmR
{
	border-right: 1px solid rgb(100,55,55);
	border-bottom: 1px solid rgb(100,55,55);
	
	padding: 3px;
}


.menu_group
{
	background-image: url(../images/box_item_bg.png);
	border-top: 1px solid rgb(100,55,55);
	border-left: 1px solid rgb(100,55,55);
	border-right: 1px solid rgb(100,55,55);
	
	width: 190px;
	height: 15px;
	padding: 3px;
	font-weight: bold;
	text-align: left;
}
.menu_group_img
{
	width: 16px;
	height: 16px;
	margin-left: 10px;
	margin-right: 10px;
}
.menu_pj
{
	background-color: rgb(226,226,226);
	border-top: 1px solid rgb(100,55,55);
	border-left: 1px solid rgb(100,55,55);
	border-right: 1px solid rgb(100,55,55);
	
	width: 190px;
	height: 15px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}
.menu_icon
{
	border-left: 1px solid rgb(100,55,55);
	
	width: 20px;
	padding: 3px;
	text-align: center;
}
.menu_hl
{
	background-color: rgb(226,226,226);
}
.menu_text
{
	border-right: 1px solid rgb(100,55,55);
	
	width: 170px;
	padding: 3px;
	text-align: left;
}


.mdlDialog
{
	background-color: rgb(255,255,255);
	border: 1px solid rgb(100,55,55);
	
	padding: 10px;
}
.mdlBackground
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}


.wiz_step
{
	padding: 5px;
}
.wiz_sideBar
{
	 background-color: #D2D2D2;
	 width: 130px;
	 padding: 5px;
}
.wiz_hdr
{
	border-bottom: 1px solid rgb(100,55,55);
	font-weight: bold;
	height: 35px;
}

#divLoader
{
	width: 16px;
	height: 16px;
}


a:link		{ color: rgb(100,55,55); text-decoration: none; }
a:visited	{ color: rgb(100,55,55); text-decoration: none; }
a:active	{ color: rgb(100,55,55); text-decoration: none; }
a:hover		{ color: rgb(100,55,55); text-decoration: none; }




.login_head {
	background-color: rgb(230,230,230);
	border: 1px solid rgb(100,55,55);
	text-align: center;
	padding: 3px;
	
	font-weight: bold;
}
h1 {
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
}
.h2 {
	color: rgb(40,40,155);
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	font-variant: normal;
}


