* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 11px/16px Tahoma, Verdana, arial, sans-serif;
	height: 100%;
	color:#7f7f7f;
}
a {
	color:#117abf;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 10px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	border:none;
	float:none;
	width:100%;
	height:0px;
}
.wrapper {
	width: 100%;
	min-width: 1090px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}



.footer {
	margin: -60px auto 0;
	min-width: 1090px;
	height: 60px;
	background: #292929;
}

.footer a{
	color:#7f7f7f;
}

.footer table{
	padding-top:15px;
	width: 1090px;
	margin: 0 auto;
}

/*------------- TABLE -------------*/

.tablev {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}

.tablev img{
	margin-top:3px;
}

.tablev th{
	text-indent: 20px;
	line-height: 28px;
}

.tablev .top_bg {
	background-image: url(table/table_top_bg.gif);	
	background-repeat: repeat-x;
	color: #fff;
	text-align: left; 
}
.tablev .line {
	background-image: url(table/table_top_line.gif);	
	background-repeat: no-repeat;
	width: 2px;
}
.tablev .tablev_top_left {
	background-image: url(table/table_top_left.gif);
	background-repeat: no-repeat;
	background-position: left;	
}
.tablev .tablev_top_right {
	background-image: url(table/table_top_right.gif);
	background-repeat: no-repeat;
	background-position: right;	
}
.tablev .subtitle {
	background: #e5e5e5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d6d6d6;
	color: #1177bc;
	font-weight: bold;
	padding-left: 5px;
	line-height: 28px;
}
.tablev .subtitle_left {
	width: 6px;
	background-image: url(table/table_subt_left.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.tablev .subtitle_right {
	width: 6px;
	background-image: url(table/table_subt_right.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.tablev .line1 {
	height: 30px;
	background-image: url(table/table_l1_bg.gif);	
	background-repeat: repeat-x;
	padding-left:20px;
}
.tablev .line1_left {
	width: 6px;
	background-image: url(table/table_l1_left.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.tablev .line1_right {
	width: 6px;
	background-image: url(table/table_l1_right.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.tablev .line2 {
	height: 30px;
	background-image: url(table/table_l2_bg.gif);	
	background-repeat: repeat-x;
	padding-left:20px;
}
.tablev .line2_left {
	width: 6px;
	background-image: url(table/table_l2_left.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.tablev .line2_right {
	width: 6px;
	background-image: url(table/table_l2_right.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.tablev .small_line {
	background-image: url(table/table_small_line.gif);	
	background-repeat: no-repeat;
	width: 2px;
}
.tablev .tbl_footer {
	height: 8px;
	background-image: url(table/table_footer_bg.gif);
}
.tablev .footer_left {
	width: 6px;
	background-image: url(table/table_footer_left.gif);
	background-position: left;
}
.tablev .footer_right {
	width: 6px;
	background-image: url(table/table_footer_right.gif);
	background-position: right;
}
.tablev .plus {
	width: 10px;
	height: 14px;
	background-image: url(table/plus.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;	
	/*margin-left: 20px;*/
	margin-right: 8px;
	/*float: left;*/
}
.tablev .minus {
	width: 10px;
	height: 14px;
	background-image: url(table/minus.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	/*margin-left: 20px;*/
	margin-right: 8px;
	/*float: left;*/
}
a.tablehelp:visited {
	color: #1177bc;
	text-decoration: none;
}
a.tablehelp:hover {
	color: #ff5400;
}
a.tablehelp:link {
	color: #1177bc;
	text-decoration: none;
}
.tablev .greytext {
	color: #858585;
	text-indent: 0px;
}
.tablev .blacktext {
	color: #000;	
}
.tablev .bstext {
	color: #000;	
	font-weight: bold;
}
