@charset "utf-8";
/* CSS Document */
.tablecontent {
	height: 100%;
	width: 100%;
}
.tapeUp {
	background-image: url(images/upTape.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	height: 25px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	width: 100%;
}
.title {
	padding-top: 5px;
	position: relative;
	top: 5px;
}
.statics_area {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}


.downTape {
	background-image: url(images/DownTape.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 25px;
	width: 100%;
}
.content x{
	text-align: right;
	vertical-align: top;
	border: 1px solid #333333;
	padding: 3px;
}
.login_cell {
	background-color: #CED8DB;
	text-align: right;
	vertical-align: middle;
	border: 1px solid #0099CC;
	padding-right: 5px;
	padding-left: 5px;
}

.form_params {
	background-color: #CED8DB;
	width: 350px;
	border: 1px solid #0099CC;
}
.form_button {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 120px;
	border: 1px solid #0099CC;
	color: #0099CC;
}
.select_field {
	background-color: #CED8DB;
	width: 350px;
	font-family: tahoma;
	font-size: 12px;
}
.login_fields {
	color: #0099CC;
	background-color: #CED8DB;
	border: 1px solid #0099CC;
	width: 200px;
}
.adv_tbl {
	border: 1px solid #666666;
}
.adv_tbl_header {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099CC;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
.th_bg {
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
	background-color: #CED8DB;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	padding-right: 3px;
	padding-left: 3px;
}
.button_area {
	background-color: #CED8DB;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: 1px solid #0066CC;
	height: 30px;
	padding-top: 5px;
	color: #0066CC;
}
.fields {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	width: 200px;
	border: 1px solid #0099CC;
}
.buttons_class {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	background-color: #CED8DB;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	border: 1px solid #000066;
}

