body {
	margin-left:  0;
	margin-right:  0;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	background-color: #FFFFFF;
}
a {
	font-family: Tahoma;
	font-size: 8pt;
	color: #0033CC;
	text-decoration: underline;
	cursor: pointer;
}
form {
	margin: 0px;
	padding: 0px;
}
select, textarea, input {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

input.button {
	color: #000000;
	font-size: 8pt;
	font-family: Tahoma;
	height: 22px;
	cursor: pointer;
	padding-bottom: 3px;
}
input.button_delete {
	color: #fff;
	background-color: red;
	font-size: 8pt;
	font-family: Tahoma;
	height: 22px;
	cursor: pointer;
	padding-bottom: 3px;
}

#admin_head_top {
	width: 100%; height: 28px;
}
#admin_head_bottom {
	width: 100%; height: 25px;
}
.top_menu {
	font-family: Tahoma;
	font-size: 11px;
	color: #C0DAF3;
	text-decoration: none;
}
.white_block {
	background-color: #FFFFFF;
}
.blue_block {
	border: 1px solid #2f8ef7;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.text {
	font-family: Tahoma;
	font-size:11px;
}
.line_bw_bottom {
	font-size: 1pt;
	border-bottom: solid 1px #e5eaef;
}

.line_bw_left {
	font-size: 1pt;
	border-left: solid 1px #e5eaef;
}

.line_bw_right {
	font-size: 1pt;
	border-right: solid 1px #e5eaef;
}

.line_bw_top {
	font-size: 1px;
	border-top: solid 1px #e5eaef;
}
.error_msg {
	text-align: center;
	color: #CC0033;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
}
.red_header {
	color: #CC0033;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px
}
.red_sub_header {
	color: #CC0033;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px
}
.main_header_text{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 8pt;
}
.main_content_text{
	font-family: Tahoma;
	font-size: 8pt;
}
.help {
	padding: 10px;
	background-color: #FEFED6;
	margin-top: 20px;
	margin-bottom: 10px;
}
.help font {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}
.table_main{
	background-color: #E5EAEF;
}
.table_main tr{
	background-color: #ffffff;
}
