/* CSS Document */
body {
	background-color: #D5D5D5;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size:12px;
	color: #000;
}

/* PLAYER */
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left: 200px;
	top:-105px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#player_play {
	background: url("../../images/player/play.png") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("../../images/player/play.png") no-repeat;
}
#player_pause {
	background: url("../../images/player/pause.png") no-repeat;
}
#player_pause.jqjp_hover {
	background: url("../../images/player/pause.png") no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:159px;
	top:-105px;
	background: url("../../images/player/prev.png") no-repeat;
	width:40px;
	height:40px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("../../images/player/prev_dis.png") no-repeat;
}

#ctrl_prev.disabled {
	background: url("../../images/player/prev_dis.png") no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:240px;
	top:-105px;
	background: url("../../images/player/next.png") no-repeat;
	width:40px;
	height:40px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("../../images/player/next_dis.png") no-repeat;
}

#ctrl_next.disabled {
	background: url("../../images/player/next.png") no-repeat;
	cursor:default;
}
/* PLAYER END */

.clear {
	clear: both;
}
#hcontainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	display:block;
	position:fixed;
	z-index: 1;
}
.float_left {
	float: left;
}
#fmplayer {
	
}
ul.header_bg {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url(../images/header/header_bg.png);
	background-repeat: repeat-x;
}
ul.header_button {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	background-color: #FFF;
	background-image: url(../images/header/sub_bg_select.png);
	background-repeat: repeat-x;
	width: 980px;
}
.tabs {
	float: left;
	margin: 0px;
	width: 70px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	border-right: solid 1px;
	border-right-color: #ccc;
	color: #666666;
	padding: 15px;
	cursor: pointer;
}
.tabs:hover {
	color: #06F;
}
.background_tab {
	float: left;
	width: 100%;
	margin: 0px;
	font-size: 12px;
	border-left: solid 1px;
	border-left-color: #ccc;
	color: #666666;
	background-color: #FFF;
	padding: 15px;
	cursor: pointer;
}
#fmdivier {
	background-image: url(../images/header/fmdivider.png);
	background-repeat: repeat-x;
	height: 25px;
	top: 127px;
	position: absolute;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
/* styles */
.input {
	height: 25px;
	border: solid 1px;
	border-bottom-color:#5d6f83;
	border-left-color: #5d6f83;
	border-right-color: #5d6f83;
	border-top-color: #5d6f83;
	font-size: 16px;
	color: #666666;
	padding-top: 4px;
	padding-left: 4px;	
}
.inputa {
	border: solid 1px;
	border-bottom-color:#5d6f83;
	border-left-color: #5d6f83;
	border-right-color: #5d6f83;
	border-top-color: #5d6f83;
	font-size: 16px;
	color: #666666;
	padding-top: 4px;
	padding-left: 4px;	
}
/* styles end */
#container {
	background-color: #fff;
	padding-top: 125px;
	padding-bottom: 40px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	padding: 5px;
}
ul.mhead {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	font-size: 24px;
	font-weight: bold;
}
ul.mbox {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 12px;
	color: #333;
	background-color: #eeeeee;
	padding: 10px;
	border: solid 1px;
	border-bottom-color:#cccccc;
	border-left-color: #cccccc;
	border-right-color: #cccccc;
	border-top-color: #cccccc;
}
#footer {
	width: 980px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
	text-align: center;
	color: #CCC;
}
#fdivide {
	background-color: #2F60C1;
	height: 3px;
	
}
/* style(s) */
.ligh_blue {
	color: #87B1CD;
	text-decoration: none;
}
/* style(s) end */
