body {
background: url(/gfx/bg.gif) repeat-x #e7e7e7 fixed;
font-family: Arial, Tahoma, Verdana, sans-serif;
color: #555555;
font-size: 12px;
margin: 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
div .hr {
	margin:5px 0px 5px 0px;
	border:0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height:1px;
	overflow:hidden;
}

.wrap {
width: 952px;
margin: 0 auto;
}

.main-left {
width: 120px;
}

.main-left a {
display: block;
line-height: 18px;
font-size: 12px;
}

.main-right {
width: 830px;
min-height: 400px;
border-width: 1px;
border-style: solid;
}

.topbox {
height: 35px;
border-width: 1px;
border-style: solid;
font-size: 24px;
line-height: 35px;
}

#tabs {
text-align: right;
font-size: 12px;
}

#tabs a {
	text-decoration: none;
	width: 100px;
	cursor: pointer;
	float: left;
	display: block;
	text-align: center;
	margin-top: 16px;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
	font-weight: bold;
}

#tabs .tab_ajax {
	border-top: #AAFFAA 1px solid;
	border-left: #AAFFAA 1px solid;
	border-right: #AAFFAA 1px solid;
	background: #CCFFCC;
	color: #3bb43b;
}

.bHead {
font-size: 14px;
font-weight: bold;
line-height: 20px;
padding-left: 10px;
padding-right: 10px;
height: 20px;
border-width: 1px 1px 0 1px;
border-style: solid;
}

.bBody {
border-width: 1px;
border-style: solid;
color: #555555;
}

.w100 {
width: 100px;
}

.w20 {
width: 20px;
}

.w40 {
width: 40px;
}


.w200 {
width: 200px;
}

.w300 {
width: 200px;
}

.w400 {
width: 400px;
}

.w500 {
width: 200px;
}

.w600 {
width: 600px;
}

.w700 {
width: 700px;
}

.w800 {
width: 810px;
}


.ml10 {
margin-left: 10px;
}

.mt10 {
margin-top: 10px;
}

.mb10 {
margin-bottom: 10px;
}

.mr10 {
margin-right: 10px;
}

.mr20 {
margin-right: 20px;
}

.mr30 {
margin-right: 30px;
}
.m10 {
margin: 10px;
}

.p5 { 
	padding: 5px;
}
.p10 {
	padding: 10px;
}

.pl10 {
	padding-left: 10px;
}

.left {
float: left;
}

.right {
float: right;
}

.clearfix {
clear: both;
}

.center {
text-align: center;
}

.text-right {
text-align: right;
}

.text-left {
text-align: left;
}
.text-center {
	text-align: center;
}

.small {
font-size: 11px;
}

.msgbox {
padding: 5px 5px 5px 25px;
background-repeat: no-repeat;
background-position: 5px 4px;
margin-right: 10px;
}

.msg_error {
border: #EF4A4A 2px solid;
background-image: url(/gfx/i/cancel.png);
background-color: #FFCFCF;
color: #8F2C2C;
}

.msg_success {
border: #358F39 2px solid;
background-image: url(/gfx/i/accept.png);
background-color: #CFFFD1;
color: #1D4F1F;
}

.msg_warning {
border: #7E7F27 2px solid;
background-image: url(/gfx/i/error.png);
background-color: #FEFF9F;
color: #7E7F27;
}

.msg_info {
border: #31789F 2px solid;
background-image: url(/gfx/i/information.png);
background-color: #DFF4FF;
color: #144F6F;
}

input[type="submit"], button {
font-size: 11px;
}

.pointer {
	cursor: pointer;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0
}
li {
	
}
.table {
	width: 100%;
}
.table th {
	padding: 2px;
}

.table td {
	padding: 2px;
}

td {
	vertical-align: top;
}
img {
	border: 0;
}

.dialog {
	border: #FFFFFF 2px solid;
	display: none;
}

#ajaxLoad {
	position: fixed;
	right: 0;
	top: 0;
	height: 100px;
	width: 100px;
	background: url(/gfx/loading.gif) no-repeat;
	display: none;
}

.div_menu_active {
	border: #000066 1px solid;
	background: #DDDDFF;
	text-align: center;
}

.div_menu {
	text-align: center;
}

