.index_dark_bg {
	background-color: #CCC;
	background-image: url(/jsp/images/index_gradiant_bg.jpg);
	background-repeat: repeat-x;
	border-color: #FFF #CCC #CCC #CCC;
	border-style: solid;
	border-width: 1px;
}

.index_light_bg2 {
	background-color: #CCC;
	background-image: url(/jsp/images/index_gradiant_light_bg.jpg);
	background-repeat: repeat-x;
	border-color: #FFF #CCC #CCC #CCC;
	border-style: solid;
	border-width: 1px;
}

.index_light_bg3 {
	background-color: #CCC;
	background-image: url(/jsp/images/index_gradiant_light_bg.jpg);
	background-repeat: repeat-x;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
}

.index_light_bg {
	background-color: #FFF;
	background-image: url(/jsp/images/index_gradiant_light_bg.jpg);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC #FFF #FFF #FFF;
}

.index_tab_light {
	background-color: #FFF;
	background-image: url(/jsp/images/index_tab_light_bg.jpg);
	background-repeat: repeat-x;
	height: 24px;
	border: 1px solid;
	border-color: #CCC #CCC #FFF #CCC;
	bottom: -1px;
	margin: 0;
	position: relative;
	cursor: pointer;
}

.index_tab_dark {
	background-color: #999;
	background-image: url(/jsp/images/index_tab_dark_bg.jpg);
	background-repeat: repeat-x;
	height: 24px;
	border: 1px solid;
	border-color: #CCC;
	margin: 0;
	bottom: -1px;
	position: relative;
	cursor: pointer;
}

.index_red_line {
	height: 1px;
	color: #C00;
}

.index_gray_line {
	height: 1px;
	color: #CCC;
}

.index_gray_headder {
	color:#666;
	font-size:18px;
	padding: 1px;
	padding-right:12px;
}

.index_gray_headder_link:link {
	color:#666;
	font-size:18px;
	text-decoration: none;
}

.index_gray_headder_link:hover {
	color:#666;
	font-size:18px;
	text-decoration: none;
}

.index_gray_headder_link:visited {
	color:#666;
	font-size:18px;
	text-decoration: none;
}

.index_gray_headder_light {
	color:#999;
	padding:1px;
	font-size: 14px;
}

.index_tab_link {
top: 5px;
	color: #002b75;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.index_tab_selected {
	color: #2d2d2d;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.index_num_text {
	color: #999;
	font-size: 14px;
}

.index_link_like_txt {
	font-size: 12px;
	color: #002b75;
	text-decoration: none;
	outline: none;
}

a.index_link {
	font-size: 12px;
	color: #002b75;
	text-decoration: none;
}

a.index_link:hover {
	color: #002b75;
	font-size: 12px;
	text-decoration: underline;
}

.index_index_txt {
	font-size: 12px;
	color: #333;
	text-decoration: none;	
}

.index_index_link {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

.index_index_link:hover {
	color: #002b75;
	text-decoration: none;
}

.index_login_box {
	background-color: #CCC;
	background-image: url(/jsp/images/index_login_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	padding: 5px;
}
