body{
	margin:0;
	color:#333;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	background:#03221d;
}
img{border-style:none;}
a{
	color:#09c;
	text-decoration:none;
	outline:none;
}
a:hover{text-decoration: underline;}
input,
textarea,
select{
	font:100% Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#page {
	width:910px;
	margin:0 auto 10px;
}
/* header style */
#header {
	background:#fff url(../images/header-bg.jpg) no-repeat;
	width:100%;
	overflow:hidden;
	padding-bottom:17px;
	
}
.inner-page #header {
	padding-bottom:3px;
}
.holder {height:1%;}
.holder:after {
	content:" ";
	clear:both;
	height:0;
	display:block;
}
#nav {
	float:right;
	font-size:12px;
	font-weight: bold;
	margin:11px 0 26px;
	padding:0 30px 0 0;
	list-style:none;
}
#nav li {
	float:left;
	padding:1px 7px 13px 23px;
	background:url(../images/marker.gif) no-repeat 0 0;
	position:relative;
}
#nav a {
	color:#fff;
}
#nav a:hover {
	color:#f6ec13;
	text-decoration:none;
}
#nav .subnav {
	position:absolute;
	top:100%;
	left:43px;
	background:url(../images/sub-nav-top.gif) no-repeat;
	width:169px;
	padding:53px 0 0 13px;
	display:none;
}
#nav .subnav2 {
	position:absolute;
	top:100%;
	left:20px;
	background:url(../images/sub-nav-top.gif) no-repeat;
	width:169px;
	padding:53px 0 0 13px;
	display:none;
}
#nav .subnav3 {
	position:absolute;
	top:100%;
	left:20px;
	background:url(../images/sub-nav-top.gif) no-repeat;
	width:169px;
	padding:53px 0 0 13px;
	display:none;
}
#nav li:hover .subnav, #nav li.hover .subnav {
	display:block;
}
#nav .subnav ul {
	margin:0;
	padding:0;
	list-style:none;
	background:#0399cd url(../images/sub-nav-bottom.gif) no-repeat 0 100%;
	width:152px;
	padding:0 8px 0 9px;
	overflow:hidden;
}
#nav .subnav li {
	float:none;
	padding:8px 0;
	background:url(../images/dot2.gif) repeat-x;
	margin:-2px 0 2px;
	position:static;
}
#nav .subnav  a {
	color:#f6eb14;
	background:url(../images/marker4.gif) no-repeat;
	padding-left:17px;
	line-height:16px;
	display:block;
}
#nav .subnav a:hover {
	text-decoration:underline;
}
#nav li:hover .subnav2, #nav li.hover .subnav2 {
	display:block;
}
#nav .subnav2 ul {
	margin:0;
	padding:0;
	list-style:none;
	background:#0399cd url(../images/sub-nav-bottom.gif) no-repeat 0 100%;
	width:152px;
	padding:0 8px 0 9px;
	overflow:hidden;
}
#nav .subnav2 li {
	float:none;
	padding:8px 0;
	background:url(../images/dot2.gif) repeat-x;
	margin:-2px 0 2px;
	position:static;
}
#nav .subnav2  a {
	color:#f6eb14;
	background:url(../images/marker4.gif) no-repeat;
	padding-left:17px;
	line-height:16px;
	display:block;
}
#nav .subnav2 a:hover {
	text-decoration:underline;
}
.logo {
	margin:0 0 0 15px;
}
.logo a {
	float:left;
	width:567px;
	height:135px;
	text-indent:-9999em;
}
.inner-page .logo a {
	margin-bottom:13px;
}
#header .login-box {
	float:right;
	width:270px;
	font-size:12px;
	color:#666766;
	padding:22px 24px 0 0;
}
#header .login-box label {
	display:block;
	padding-bottom:3px;
}
#header .login-box input.text {
	width:100px;
	font-size:11px;
	color:#666766;
	padding:3px 5px;
	border:1px solid #676767;
}
.login-menu {
	margin:23px 0 0 10px;
	padding:0;
	list-style:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:1%;
	overflow:hidden;
}
.login-menu li {
	float:left;
	padding:0 10px;
	margin:0 10px 0 -10px;
	border-left:2px solid #09c;
}
.info-boxHack {
	clear:both;
	width:850px;
	margin:0 auto;
}
.info-box {
	border:solid #989898;
	border-width:0 1px;
	clear:both;
	width:850px;
	margin:0 auto;
}
.info-box .inner {
	width:827px;
	padding:9px 6px 6px 19px;
	margin:0 -1px;
	position:relative;
	background:url(../images/header-box-top.gif) no-repeat;
	overflow:hidden;
	color:#999;
	font-size:14px;
}
.info-box p {
	float:left;
	margin:0;
	line-height:18px;
}
.info-box strong {
	display:block;
	padding-bottom:4px;
}
.info-box .training {
	float:right;
}
.info-box .training span {
	display:block;
	text-align:right;
}
.info-box select {
	font-size:11px;
	margin:10px 5px 0 0;
	float:right;
}
.info-box em {
	color:#f2673a;
	font-style:normal;
	font-weight:bold;
}
.info-box .bottom {
	background:url(../images/header-box-bottom.gif) no-repeat;
	height:9px;
	overflow:hidden;
	width:852px;
	margin:0 -1px;
	display:block;
	position:relative;
}
/* container style */
#container {
	background:#fff;
	height:1%;
	padding-top:10px;
}
#container:after {
	content:" ";
	clear:both;
	height:0;
	display:block;
}
/* top box style */
.top-box {
	background:url(../images/shadow.gif) no-repeat;
	padding:9px 0 0;
	color:#fff;
	font:17px Arial, Helvetica, sans-serif;
	width:100%;
	position:relative;
}
.home .top-box .inner {
	background:url(../images/pic-bg.jpg) no-repeat;
	height:271px;
	padding:24px 35px 0;
}
.inner-page .top-box .page-title {
	background:url(../images/bg_userdetail.jpg) repeat-y;
	padding:10px 20px 10px 20px;
	height:1%;
	overflow:hidden;
}
.inner-page .top-box .inner {
	background:url(../images/bg_userdetail.jpg) repeat-y;
	padding:24px 10px 30px 20px;
	height:1%;
	overflow:hidden;
}
.top-box .flash {
	float:left;
}
.top-box h3 {
	margin:-7px 0 0;
	font-size:36px;
}
.top-box .text {
	width:300px;
	float:left;
	margin-left:30px;
	display:inline;
}
.top-box .text .intro {
	font-size:18px;
}
.top-box p {
	margin:0;
}
.top-box .menu {
	margin:0;
	padding:53px 0 0 6px;
	list-style:none;
	background:url(../images/menu-bg.gif) no-repeat;
	width:213px;
	height:103px;
	overflow:hidden;
	position:absolute;
	left:523px;
	top:233px;
	line-height:45px;
}
.top-box .menu li {
	float:left;
	padding:0 9px;
	border-left:2px solid #ebba8f;
}
.top-box .menu li:first-child {
	border:none;
}
.top-box .menu a {
	font-weight:bold;
	font-style:oblique;
	color:#fff;
}
.top-box .menu a:hover {
	color:#f6ec13;
	text-decoration:none;
}
.top-box .middle-column {
	width:214px;
	float:left;
	margin-left:16px;
	font-size:12px;
}
.top-box .middle-column h4 {
	margin:0;
	font-size:16px;
}
.top-box .middle-column ul {
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
}
.top-box .middle-column li {
	width:100%;
	overflow:hidden;
	padding:7px 0;
	border-bottom:1px solid #fff;
}
.top-box .middle-column li li {
	border:none;
}
.top-box .middle-column li strong {
	float:left;
	color:#ccc;
}
.top-box .middle-column li span {
	float:right;
}
.top-box .middle-column li em {
	float:left;
	font-style:normal;
}
.top-box .middle-column li li span {
	text-align:right;
}
.top-box .column {
	width:206px;
	float:right;
}
.exercises {
	width:100%;
	position:relative;
	font-size:12px;
	margin:-8px 0 15px;
}
.exercises ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-weight:bold;
}
.exercises li {
	float:right;
	background:url(../images/separator.gif) no-repeat 0 50%;
}
.exercises li a {
	background:url(../images/next.gif) no-repeat 100% 0;
	height:34px;
	line-height:34px;
	float:left;
	padding:0 19px 0 10px;
	color:#fff;
}
.exercises li.back {
	float:left;
	background:url(../images/separator.gif) no-repeat 100% 50%;
}
.exercises li.back a {
	background:url(../images/back.gif) no-repeat;
	padding:0 10px 0 19px;
}
.exercises span {
	text-align:center;
	position:absolute;
	top:0;
	left:79px;
}
.white-box {
	background:url(../images/white-box.gif) no-repeat;
	height:194px;
	font-size:12px;
	line-height:13px;
	color:#666766;
	padding:13px 17px;
}
.white-box strong {
	font-size:12px;
	font-weight:bold;
	color:#999;
	padding-bottom:4px;
	display:block;
}
.top-box .bottom {
	background:url(../images/shadow2.gif) no-repeat;
	height:10px;
	overflow:hidden;
	display:block;
}
.home .content {
	padding:49px 0 0 34px;
	height:1%;
}
.content h2 {
	font-size:36px;
	font-weight:bold;
	color:#1d3869;
	margin:0;
}
.content .link2 {
	font-size:36px;
	font-weight:bold;
	color:#990000;
	margin:0;
	text-decoration:none;
}
.content .link2:hover {
	text-decoration:underline;
}
.title {
	font-size:18px;
	font-weight:bold;
	color:#1d3869;
}
.list {
	margin:0;
	padding:32px 0 0 18px;
	list-style:none;
	font-size:18px;
	float:left;
	width:565px;
}
.list li {
	background:url(../images/marker2.gif) no-repeat 0 2px;
	padding-left:26px;
	padding-bottom:17px;
}
.cite {
	width:259px;
	float:right;
	background:url(../images/cite-bottom.gif) no-repeat 0 100%;
	padding:0 20px 109px 0;
	margin:20px 0 -53px;
	color:#e9e6e7;
	font-size:12px;
	position:relative;
}
.cite q {
	quotes:none;
	display:block;
	margin-bottom:3px;
}
.cite q a{
	quotes:none;
	display:block;
	margin-bottom:3px;
	color:#e9e6e7;
	font-size:12px;
	text-decoration:none;
}
.cite q a:hover{
	quotes:none;
	display:block;
	margin-bottom:3px;
	color:#e9e6e7;
	font-size:12px;
	text-decoration:none;
}
.cite cite {
	font-style:normal;
	display:block;
	text-align:right;
}
.cite blockquote {
	background:#0e9ed9 url(../images/cite-top.gif) no-repeat;
	margin:0;
	padding:25px 15px 11px 19px;
}
.inner-page .content {
	height:1%;
	overflow:hidden;
	padding:11px 16px 0 20px;
}
.main-copyColumn {
	width:550px;
	float:left;
	margin-left: 30px;
	display: inline;
	margin-top: 20px;

}
.main_copySidebar {
	float:right;
	width:268px;
	overflow:hidden;
}

.main-copyColumn .logHead {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 14px;
	color: #333333;
}
.main-copyColumn  .logtable td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


.main-copyColumn .floatL {
	float: left;
}

.main-copyColumn .question {
	font-weight:bold;
	background:url(../images/txt_Q.gif) no-repeat;
	height:25px;
	padding: 8px 0 0 45px;
	clear:both;
}
.main-copyColumn .answer {
	background:url(../images/txt_A.gif) no-repeat;
	padding-left: 45px;
	margin:0 0 25px 0;
	clear:both;
}

.main-column{
	width:600px;
	float:left;
}
.receipt{
	width:100%;
	overflow:hidden;
	font-size:10px;
	background:#fff;
}
.excercises-list{
	width:600px;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
}
.excercises-list table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:-2px;
}
.excercises-list th{
	background:#9aaa97;
	color:#fff;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
.excercises-list th em {
	font-size:16px;
	font-style:normal;
}
.excercises-list .print {
	padding:0;
}
.excercises-list .print a {
	background:url(../images/print.gif) no-repeat;
	width:29px;
	height:26px;
	text-indent:-9999em;
	display:block;
	float:left;
}
.excercises-list th span {
	background:url(../images/table-bg-right-top.gif) no-repeat 100% 0;
	display:block;
	line-height:26px;
}
.excercises-list td {
	padding:2px 9px 4px;
	background:url(../images/dot.gif) repeat-x 0 100%;
}
.excercises-list td.first {
	width:32px;
	padding:2px 0 4px;
}
.excercises-list .excercises {
	text-align:left;
}
.excercises-list td.shadow {
	background:url(../images/shadow3.gif) no-repeat;
	height:6px;
	font-size:2px;
	padding:0;
}
.excercises-list td.time {
	width:134px;
	background-color:#f7f7f6;
	text-align:center;
	padding:0;
}
.excercises-list td.sets {
	width:48px;
	background-color:#f0efed;
	text-align:center;
	border-left:1px solid #fff;
	padding:0;
}
.excercises-list td.rest {
	width:75px;
	background-color:#e9e9e5;
	text-align:center;
	border-left:1px solid #fff;
	padding:0;
}
.excercises-list .active td {
	background-color:#f1f1f2;
}
.excercises-list .active td img {
	border:1px solid #fff;
}
.excercises-list .active td.first img {
	border:none;
}
.excercises-list .active td.rest {
	background-color:#dededb;
}
.excercises-list .active td.sets {
	background-color:#e4e3e1;
}
.excercises-list .active td.time {
	background-color:#eaeae9;
}
.excercises-list table img {
	float:left;
	margin-right:12px;
}
.excercises-list .first img {
	margin:0;
}
.excercises-list table td a {
	padding-top:15px;
	display:block;
	font-size:14px;
}
.sidebar {
	float:right;
	width:268px;
	overflow:hidden;
}
.sidebar .box {
	background:url(../images/dot.gif) repeat-x;
	padding-top:4px;
	margin:-4px 0 6px;
	font-size: 10px;
}
.sidebar .inner {
	background:#cdd5c9 url(../images/sidebar-bg.gif) repeat-x;
	padding:10px 8px 15px 12px;
	color:#666766;
}
.sidebar .inner .dates {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 9px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	text-align: right;
	background-position:bottom;
}
.sidebar .inner .logname {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 9px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	text-align: left;
	background-position:bottom;
}
#scrollerTools {
    float: right;
	width: 158;
	font-size:11px;
	text-align:right;
	margin:7px 5px 0 0;
	color:#fff;
  }

#scroll_up {
    cursor: pointer;
  }
#scroll_down {
    cursor: pointer;
  }
#scroll_box {
	height: 150px;
	width: 247px;
	margin: 0px 0;
	overflow: auto;
  }

.sidebar input {
	width:234px;
	padding:1px 5px;
	margin-top:2px;
	margin-bottom:5px;
	font-size: 10px;
	font: arial;
}
.sidebar textarea {
	width:234px;
	padding:1px 5px;
	margin-top:2px;
	margin-bottom:5px;
	font-size: 10px;
	font: arial;
}
.sidebar select {
	padding:1px 0 1px 5px;
	margin-top:2px;
	margin-bottom:5px;
	font-size: 10px;
	font: arial;
}
.title1 {
	display:block;
	background:#798573 url(../images/title1.gif) no-repeat;
	color:#fff;
	padding:5px 12px 4px 28px;
	font-size: 14px;
}
.title2 {
	display:block;
	background:#999e90 url(../images/title2.gif) no-repeat;
	color:#fff;
	padding:5px 12px 3px;
	font-size: 14px;
}
.logs-list {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.logs-list li {
	width:100%;
	overflow:hidden;
	background:url(../images/dot.gif) repeat-x;
	margin:-2px 0 2px;
	padding:6px 0;
}
.logs-list a {
	float:left;
}
.logs-list span {
	float:right;
}
.date {
	text-align:right;
	display:block;
}
/* footer style */
#footer {
	background:#fff url(../images/footer-bg.gif) no-repeat 0 100%;
	color:#09c;
}
.home #footer {
	padding:0 0 62px 37px;
}
.inner-page #footer {
	padding:10px 0 33px 150px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	text-transform:uppercase;
	font-size:10px;
}
#footer li {
	float:left;
	padding:0 6px 0 13px;
	background:url(../images/marker3.gif) no-repeat 0 1px;
	margin:0 13px 0 -13px;
}
/* video player style */

#rdCorner_Player2 {
	float: left;
	height: 250px;
	width: 426px;
}
#rdCornerHomeL {
	position: absolute;
	width: 11px;
	height: 250px;
	float:right;
	z-index: 3;
}
#rdCornerHomeR {
	position: absolute;
	width: 9px;
	height: 250px;
	left: 452px;
	z-index: 2;
}
#rdCornerInnerL {
	position: absolute;
	width: 11px;
	height: 250px;
	float:right;
	z-index: 3;
}
#rdCornerInnerR {
	position: absolute;
	width: 9px;
	height: 250px;
	left: 437px;
	z-index: 2;
}
#player2{
	position: absolute;
	width: 426px;
	height: 250px;
	z-index: 1;
}


.borderDiv {
	height: 10px;
	margin:15px auto;
	width: 100%;
	border-bottom: 1px dotted #999999;
	clear: both;
}
.timesHead {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 16px;
	color: #000066;
}
.xLRGHEAD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #000066;
}
#shareBTN {
	margin-top: 120px;
	margin-left: 740px;
}
#shareBTN2 {
	margin-top: -30px;
	margin-left: 740px;
}
.clear {
	clear:both;
	}
.smText {
	font-size: 10px;
}
.floatL_Pre {
	float: left;
	width: 245px;
	margin-right: 15px;
}
