﻿@charset "UTF-8";
/* Layout */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.subwin_start {
    margin: 0;
    padding: 0;
    width: 100%;
}

.subwin_start_inner {
    margin: 0 auto;
    padding: 0;
    width: 680px;
}

.subwin_start_inner_scorm {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.subwin_start .btn_close a {
	display: block;
	float: right;
	width: 80px;
	height: 24px;
	overflow: hidden;
	line-height: 25px;
	background: url(subwin_start/subwin_start-btn_close.png) no-repeat left top;
	text-decoration: none;
	color: #333;
	text-align: center;
}

.subwin_start .btn_close a span	{
	font-size: 14px;
	font-weight: bold;
	width: 60px;
	margin-right: 20px;
}

.subwin_start .btn_close a:hover	{
	background-position: 0 -24px ;
	color: #C33;
	cursor: pointer;
}

.subwin_start .btn_close a:active	{
	background-position: 0 -48px ;
}

.subwin_start dl {
	clear: left;
	margin: 20px 0 0 0;
	padding: 0;
	background: url(subwin_start/subwin_start-bg_head.png) repeat-y left top;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
    width: 680px;
}

.subwin_start dl dt {
	float: left;
	height: 29px;
	line-height: 29px;
	background: url(subwin_start/subwin_start-bg_ttl.png) no-repeat right top;
	font-size: 14px;
	font-weight: bold;
	color: #1b609b;
	border-bottom: 1px solid #AAAAAA;
	text-align: left;
}

.en .subwin_start dl dt 
{
    font-size:12px;
}

.ky .subwin_start dl dt 
{
    font-size: 12px;
}

.ru .subwin_start dl dt {
    font-size: 12px;
}

.subwin_start dl dt 
{
	padding-left: 16px;
    width: 112px;
}

.en .subwin_start dl dt 
{
	padding-left: 16px;
    width: 122px;
}

.ky .subwin_start dl dt 
{
    padding-left: 16px;
    width: 122px;
}

*html .subwin_start dl dt {
	line-height: 31px;
	margin: 0 -3px 0 0;
}

*:first-child+html .subwin_start dl dt {
	line-height: 31px;
	margin: 0;
}

.subwin_start dl dd	{
	height: 29px;
	line-height: 31px;
	font-size: 14px;
	border-bottom: 1px solid #AAAAAA;
}

/* ie6 */
*html .subwin_start dl dd {
	padding: 0;
	margin: 0;
	padding-left: 3px;
}

/* ie7 */
*:first-child+html .subwin_start dl dd {
	padding: 0 5px 0 0;
	margin: 0;
}

.subwin_start p.btn_start 	
{
	margin-top: 20px;
	text-align: center;
}

.subwin_start p.btn_start a	{
	display: block;
	width: 326px;
	height: 74px;
	line-height: 74px;
	background: url(subwin_start/subwin_start-bg_btn.png) repeat-y left top #4495da;
	border: 2px solid #a3ceee;
	border-right-color: #1b4264;
	border-bottom-color: #1b4264;
	border-radius: 4px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
}

.subwin_start p.btn_start a.active:hover	{
	color: #F7DE6D;
}

.subwin_start p.btn_start a.active:active	{
	border-color: #4495da;
}

.subwin_start p.btn_start a.disabled	
{
    background: none;
    background-color: #ccc;
    border-color: #fff;
	border-right-color: #999;
	border-bottom-color: #666;
    color: #fff;
}

.subwin_start .tab	{
	display: block;
	background: url(subwin_start/subwin_start-bg_head.png) repeat-y left top;
	font-size: 14px;
	font-weight: bold;
	color: #1b609b;
	text-decoration: none;
	height: 19px;
	line-height: 19px;
	margin-bottom: 5px;
	padding-left: 16px;
}

.subwin_start .reference
{
    border: solid 1px #999;
    padding: 5px;
    word-break: break-all;
    word-wrap: break-word;
}

.subwin_start .objectives
{
    border: solid 1px #999;
    padding: 7px;
    word-break: break-all;
    word-wrap: break-word;
}

.subwin_start .reference ul 
{
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}

.subwin_start .reference ul li 
{
    display: block;
    padding: 2px;
}

.subwin_start .result table th 
{
    background-color: #adcaff;
}

.subwin_start .result table th a
{
    color: #555;
    font-weight: bold;
}

.subwin_start .result p 
{
    border: solid 1px #999999;
    padding: 10px;
    margin: 0;
}