* {
    margin:0;
    padding:0;
}

:focus {
    outline:0;
}

img {
    border:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

html {
    height:100%;
}

body{
    background: #f3f3f3;    
}


.central {
    background:#FFF url(img/body_main.png) repeat-x;
    font:normal 12px Verdana, Geneva, sans-serif;
    line-height:1.8em;
    padding:0;
    -webkit-box-shadow: 1px 0px 5px #d1d1d1,-1px 0px 5px #d1d1d1;
    -moz-box-shadow: 1px 0px 5px #d1d1d1,-1px 0px 5px #d1d1d1;
    box-shadow: 1px 0px 5px #d1d1d1,-1px 0px 5px #d1d1d1;
    width: 1000px;
    height: auto;
    margin: 0 auto;  
    text-align:left;
}

ul {
    list-style:outside disc;
    margin:1em 0 1.5em 1.5em;
	list-style: none;
}

ol {
    list-style:outside decimal;
    margin:1em 0 1.5em 1.5em;
}

dl {
    margin:0 0 1.5em;
}

dd {
    margin-left:1.5em;
}

#container {
    background:#fafafa;
    font-size:small;
    margin:0 auto;
    width:960px;
}

h1,h2,h3,h4,h5,h6 {
    color:#5a5a5a;
    font-weight:400;
    margin:0;
    padding:0;
}

h1 {
    font-size:2em;
    letter-spacing:-1px;
}

h2 {
    font-size:1.5em;
    letter-spacing:-1px;
}

h3 {
    font-size:1em;
    font-weight:700;
}

a{
    color:#2D8C99;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}


#header {
    height:120px;
    width:100%;
}

#header-inside {
    margin:3px auto 0;
    width:960px;
}

#header-inside-buttons {
    margin:0 auto;
    text-align:right;
    width:960px;
}

#header-inside-buttons a {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#363636;
    border-radius:3px;
    color:#999;
    font-size:12px;
    margin-left:2px;
    padding:2px 8px;
    text-decoration:none;
}

#header-inside-buttons a:hover {
    background-color:#545454;
    color:#FFF;
    text-decoration:none;
}

#header-inside-buttons a:hover {
    background-color:#545454;
    color:#FFF;
    text-decoration:none;
}

#header-inside-buttons .top-navigation-current {
    background-color:#545454;
    color:#FFF;
    text-decoration:none;
}

#menu {
    float:right;
    font-size:1em;
    list-style:none;
    margin:-10px 20px 0 0;
    padding:0;
}

#menu li {
	list-style: none;
    float:left;
    margin:0;
    padding:0 0 0 3px;
}

#menu a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background:#222;
    color:#999;
    display:block;
    float:left;
    margin:0;
    padding:5px 15px;
    text-decoration:none;
}

#menu a:hover {
    background:#2E2E2E;
    color:#FFF;
}

#menu a.current {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background:#E9EAEA;
    border-bottom:1px solid #E9EAEA;
    color:#333;
}

#sub-menu {
    font-size:1em;
    //list-style:none;
    margin:27px 0 0;
    width:100%;
    }

#sub-menu li:first-child {
    margin-left:3px;
}

#sub-menu li {
    float:left;
    margin:0;
}

#sub-menu a {
    color:#333;
    display:block;
    float:left;
    margin:0;
    padding:5px 12px;
    text-decoration:none;
}

#sub-menu a.sub-current {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#737373;
    border-radius:5px;
    color:#FFF;
}

#content {
    margin:15px auto 0;
    width:960px;
}

#section-bar {
    float:right;
    margin-bottom:10px;
}

#footer {
    border-top:1px solid #E8E8E8;
    color:#AAB7BB;
    font-size:small;
    width:1000px;
    text-align: right;
	margin-top: 10px;
    height: 20px;
}

#footer a {
    color:#AAB7BB;
    text-decoration: underline;
}

#footer a:hover {
    color:#8E9FA5;
}

blockquote {
  background: #f3f3f3;
  border-left: 5px solid #aaa;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-style: italic;
}

blockquote p {
  display: inline;
}

input[type=text],
input[type=password] {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    border: 1px solid #D5D5D5;    
    color: #5F5F5F;
    padding:5px;
    margin-bottom:10px;
}

input[type=text]:focus {
    border: 1px solid #B0B0B0;
    color: #333;
}

input[type=password]:focus {
    border: 1px solid #B0B0B0;
    color: #333;
}

select {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    border: 1px solid #D5D5D5;
    padding:5px;
    margin-bottom:10px;    
}

select:focus {
    border: 1px solid #B0B0B0;
    color: #333;
}

textarea {
    border: 1px solid #D5D5D5;
    color: #5F5F5F;
    padding:5px;
    margin-bottom:10px; 
}

textarea:focus {
    border: 1px solid #B0B0B0;
    color: #333;
}

button,.submit {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border: 1px solid #ccc;
    border-radius:3px;
    background: #fff;
    color: #707070;
    cursor:pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

button:hover,.submit:hover {
    background:#F2F2F2;
}

.submit-link a {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border: 1px solid #ccc;
    border-radius:3px;
    background: #fff;
    color: #707070;
    cursor:pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration:none;
}

.submit-link a:hover {
   background: #F2F2F2;
}

.text-red a{
    color: #FF0000;
}

.text-pink a{
    color: #FF6666;
}


.date {
    color:#ccc;
}
a {
    color:#2D8C99;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

#table_check_words{
	width: 400px;
	margin-left: 300px;
	text-align: center;
	background: #fff;
    font-size:1.2em;
	border-top: 1px solid #ddd;
    list-style:none;
    text-decoration:none;
}

#table_check_words tr{
	margin-bottom: 3px;
	margin-top: 3px;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}


#table_check_words tr:hover {
    background: #fff;
}

.check_words_input{
	margin-top: 10px;
	margin-bottom: -10px;
	height: 25px;
}

.load_new{
	font-weight: bold;
	color: #000 !important;
}

.ans{
	color: #000 !important;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		-ms-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
}
.popup {
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 15px;
	width: 700px;
	height: 500px;
	position: fixed;
	text-align: justify;
	top: 20%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 11px;
}
.popup .close_order {
	font-size: 13px;
	display: block;
	width: 6px;
	height: 17px;
	position: absolute;
	padding: 1px 9px 4px 9px;
	top: -15px;
	right: -15px;
	cursor: pointer;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#3d51c8), to(#051fb8));
	background: -webkit-linear-gradient(top, #3d51c8, #051fb8);
	background: -moz-linear-gradient(top, #3d51c8, #051fb8);
	background: -o-linear-gradient(top, #3d51c8, #051fb8);
	background: -ms-linear-gradient(top, #3d51c8, #051fb8);
	background: linear-gradient(top, #3d51c8, #051fb8);
	background-color: #3d51c8;
	border: 1px solid #061fb8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}

.small_photo{
	width: 200px;
	height: 200px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	border: 1px solid #f3f3f3;
}

.row_photo{
	width: 855px;
}

.table_res{
	font-size: 1em;
	width: 250px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
}

.table_res tr{
	height: 30px;
}

.td_numb{
	width: 40px;
	text-align: center;
	border-right: 1px solid #ccc;
}

.td_res{
	border-left: 1px solid #ccc;
}

.rec_div{
	text-align: center;
	margin-top: 20px;
	margin-left: 30px;
	width: 250px;
	color: #fff;
   background-color: #000;
   border-top: 1px solid #000;
}

#rec_div_header{
	margin-top: 5px;
}

#rec_menu {
    float:left;
    font-size:1em;
    list-style:none;
    margin:5px 0px 0px 10px;
    padding:0;
    color: #fff;
    background-color: #000;
}

#rec_menu li {
	list-style: none;
   float:left;
   margin-top: 5px;
	padding:0 0 0 3px;
}

#rec_menu a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background:#fff;
    color:#999;
    display:block;
    float:left;
    margin:0;
    padding:5px 15px;
    text-decoration:none;
}

#rec_menu a:hover {
    background:#2E2E2E;
    color:	#000;
}

#rec_menu li a.current {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background:#ff0;
    border-bottom:1px solid #E9EAEA;
    color:#333;
}

#krnol_div{
	margin: 10 auto;
	background: #f3f3f3;
	height: 494px;
	width: 750px;
}

#newTable{
	border: 1px solid #ccc;
	float: left;
}

.krnol_tr{
	border-bottom: 1px solid #ccc;
}

.krnol_td{
	border-left: 1px solid #ccc;
}

#krnol_panel{
	float: right;
	background: #eee;
	display: table;
	text-align: center;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 492px;
	width: 255px;
}

#inside_krnol_panel{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.text_story_div{
	width: 533px;
}

iframe{
	width: 640px;
	height: 360px;
}