@charset "iso-8859-1";
* {
	padding: 0;
	margin: 0;
	border: 0;
	color: #FFF;
	font-family:serif;
	font-size:100.01%
}
h1 {font-size:250%;}
h2 {font-size:150%;}
h3 {font-size:125%;}
h4 {font-size:100%;}
h5 {font-size:100%;}
body {
	background-color: #A22;
	background-image: url(./flowertile.jpg);
	background-repeat: repeat;
	margin: 20px 15px;
	min-width:1024px;
	max-width:1024px;
}
p {
	margin: 2px;
	text-align: justify;
}
ul {
	padding: 0 0 0 20px;
	list-style:square;
}
a {
	text-decoration:none;
	color: #E7C142;
}
a:hover {
	text-decoration:none;
	color: #FFF;
}
table {
	margin: 8px auto;
	border-style: solid;
	border-color: #963 #642 #642 #963;
	border-width: 1px 2px 2px 1px;
	border-collapse:collapse;
}
table th {
	padding: 2px 8px;
	background-color:#F1E9A8;
}
table td {
	padding:2px 5px;
	border: dashed #963;
	border-width: 0px 1px;
}
form * {
	color: #000;
}
form fieldset {
	margin: 3px auto;
	padding: 5px;
	width:60%;
	border-style: solid;
	border-color: #963 #642 #642 #963;
	border-width: 1px 2px 2px 1px;
	text-align:center;
}
form fieldset legend {
	padding: 0 2px;
	margin:2px;
	border: dotted 1px #963;
}
input {
	padding:1px;
	color:#000;
	border: 1px solid;
	border-color: #963 #DC2 #DC2 #963;
}
form input[type="submit"], form input[type="reset"], form button {
	margin:3px;
	background-color: #F1EAAA;
	background-image: url(./goldgradient-button.png);
	background-repeat: repeat-x;
	border: double 3px;
	border-color: #DC2 #963 #963 #DC2;
	color: #000;
	cursor:pointer;
}
form button {
	padding:1px;
}
.button {
	margin:3px;
	background-color: #F1EAAA;
	background-image: url(./goldgradient-button.png);
	background-repeat: repeat-x;
	border: double 3px;
	border-color: #DC2 #963 #963 #DC2;
	color: #000;
	cursor:pointer;
}
.clear {
	clear:both;
}
.lclear {
	clear:left;
}
.rclear {
	clear:right;
}
.hide {
	display:none;
}
.italic {
	font-style:italic;
}
.inside {
	padding: 0 25px;
}
.inside p {
	font-size: 12px;
	margin-bottom: 10px;
}
.pagewrapper {
	z-index:1;
	position:relative;
	width:100%;
}
.contentframe {
	z-index:2;
	position:relative;
	background-color:#000;
	border: 2px solid #511;
	border-bottom-width: 4px;
}
.header {
	z-index:3;
	height: 100px;
	/*background-color:#900;*/
    background-image: url(./bukesiyi_banner.gif);
	/* background-image: url(./redgradient.png); */
	/*background-repeat: repeat-x; */
	color: #fff;
	border: 1px solid;
	border-color: #C44 #800 #800 #C44;
	overflow:hidden;
}
#logo {
	width: 240px;
	height:100px;
}
.header h1 {
	/*position:relative;*/
	padding-top:7px;
	padding-left:19px;
	height:20px;
	font-weight: bold;
	font-size: 20px;
	color: #E7C142;
}
.header h2 {
	color: #cc4444;
	font-size: 20px;
}
.header h3 {
	padding-left:30px;
	padding-top:0px;
	font-size: 12px;
	font-style: italic;
}
.skyline
{
	position:absolute;
	top:0;
	right:0;
	height:100px;
	width:540px;
	z-index:1;
	background-image:url(./bukesiyi.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.search {
	position:absolute;
	top:60px;
	right:20px;
	z-index:2;
}
.main {
	z-index:2;
	position:relative;
	top:1px;
	background-color:#FFF;
	border: 1px solid;
	border-right: 1px solid;
	border-color: #000 #963 #800 #C44;
}
.leftcenter {
	z-index:3;
	position:relative;
	background-color: #fff;
	border-left: 179px solid #A22;
	/*border-right: 2px solid #000;*/
}
.lcfloatwrap {
	position:relative;
	width:100%;
}
.content {
	z-index:3;
	position:relative;
	float: right;
	width:100%;
	background-color: #fff;
	background-image: url(./goldgradient.png);
	background-repeat:repeat-x;
	color:#000;
	/*margin-right: -2px; */
	padding: 15px 0;
	border: solid;
	border-width:1px 0px 0px 0;
	border-color: #FFF #7F7F7F #7F7F7F #FFF;
}
.content * {
	color: #000;
}
.content a {
	color:#A22;
}
.content a:hover {
	color: #DBA824;
}
.content h2 a, .content h3 a {
	color:#000;
}
.content h2 a:hover, .content h3 a:hover {
	color:#A22;
	text-decoration:none;
}
p.article_content {
	font-size: 14px;
	font-style:normal;
	line-height: 150%;
	text-indent: 2em;
}
.leftcolumn {
	z-index:3;
	position:relative;
	float:left;
	margin-left:-179px;
	width: 178px;
	background-color: #A22;
	border: solid;
	border-width:1px 1px 1px 0;
	border-color: #C44 #000 #A22 #C44;
	overflow:hidden;
}
.mainmenu {
	padding: 10px;
}
.mainmenu h3 {
	margin-top:10px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: #EDDB91 1px dashed;
	margin-bottom: 5px;
}
.mainmenu ul {
	list-style: none;
	font-size: 12px;
	padding-left: 0px;
}
.mainmenu ul li {
	line-height: 18px;
}
.exammenu a {
	font-size: 14px;
	line-height: 20px;
}
.topbar {
	z-index:3;
	position:relative;
	top:1px;
	height: 30px;
	background-color: #DAA520;
	background-image: url(./goldgradient-topbar.png);
	background-repeat:repeat-x;
	color:#000;
	border: 1px solid;
	border-color: #FFD700 #963 #963 #FFD700;
	font-size: 14px;
}
.date {
	margin:5px;
	padding-right: 5px;
	float:right;
}
p.date a {
	color:#01FF01;
	vertical-align:bottom;
}
p.date img {
	border:none;
	vertical-align:bottom;
}
.topbar p, .topbar a {
	color:#000;
}
.topbar ul {
	float:left;
	display: inline;
	height: 30px;
	/* padding-left: 20px; */
}
.topbar ul li {
	list-style-type: none;
	display: inline;
	text-align: center;
	line-height: 20px;
}
.topbar ul li a {
	float:left;
	display: block;
	padding: 4px 10px 6px 15px;
}
.topbar ul li a:hover {
	text-decoration:none;
	background-color: #DAA520;
	background-image: url(./goldgradient-topbar-reverse.png);
	background-repeat:repeat-x;
	color:#000;
}
.topbar_new_item {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:18px;
	height:5px;
	position:absolute;
	top:0px;
	left:695px;
}
.footer {
	z-index:3;
	position:relative;
	top:2px;
	height: 70px;
	padding: 15px;
	background-color:#900;
	background-image: url(./redgradient.png);
	background-repeat: repeat-x;
	color: #FFF;
	border: 1px solid;
	border-color: #C44 #800 #800 #C44;
	text-align:center;
	vertical-align:middle;
	font-size: 12px;
	font-weight: lighter;
	vertical-align: top;
}
.footer p {
	color: #FFF;
}
.footer a {
	color: #DAA520;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.footer img {
	vertical-align:middle;
}
.picture {
	/*display:none;*/
	padding: 2px;
	margin: 5px 0 5px 8px;
	border: 1px solid #963;
	border-style: solid;
	border-color: #963 #642 #642 #963;
	border-width: 1px 2px 2px 1px;
	float:right;
}
.meta {
	margin: 2px auto 10px auto;
	padding:2px 0;
	width:100%;
	border-top: 1px solid #963;
}
.postdate {
	float:right;
	font-size: 12px;
	font-style: italic;
}
.postedBy {
   font-size: 12px;
   font-style:italic;
	color: #898E79;
	vertical-align:top;
}
.comments {
	margin: 2px auto 15px auto;
	padding:2px 0;
	width:100%;
	border-top: 1px dotted #963;
	border-bottom: 1px dotted #963;
	text-align:right;
	font-size:12px;
	clear:both;
}
.topline {
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	color: #A22;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
.add_comment {
    margin-top: 30px;
    font-size: 12px;
 }
#listarticle {
    font-size: 14px;
    font-weight: normal;
	border-left:none;
	border-right:none;
	border-top:none;
	 border-bottom:#DDAA26 1px dotted;
	 margin-top: 15px;
	 margin-bottom: 5px;
}
#listarticle th {
	font-weight: normal;
	color: #DDAA26;
   text-align: left;
}
#listarticle td {
   padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
#listarticle td.datefield {
	font-size: 12px;
	font-style: italic;
	color: #666666;
}
#listarticle a:hover {
	color:#DDAA26;
}
#paginate_top {
	margin: 2px auto 0 auto;
	padding:2px 0;
	width:100%;
	height:20px;
	text-align:right;
	font-size:12px;
}
#paginate_bottom {
	margin: 2px auto 15px auto;
	padding:2px 0;
	width:100%;
	height:20px;
	text-align:right;
	font-size:12px;
}
#notice {
	margin-top: 60px;
	margin-bottom: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #860C0B;
	text-align: center;
}
#signin {
	margin-top: 60px;
	margin-bottom: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #860C0B;
	text-align: center;
}
#downloadable_memo {
	font-size: 12px;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	overflow:auto;
	z-index:4;
	width: 600px;
	height:300px;
	background-color:#F1E9A8;
	border: 4px double #F1E9A8;
}
#downloadable_memo_close {
	float:right;
}
.paginator{
	border: none;
	text-align: center;
	width:100%;
}
.paginator td {
	border: none;
	width:10%;
}
.paginator th {
	background: none;
	letter-spacing: 4px;
	font-size: 16px;
	width:80%;
}
.paginator th a {
	border: 3px double #F1E9A8;	
}
.paginator th a:hover {
	font-size:16px;
	background-color:#F1EAAA;
	border: 3px outset #F1E9A8;
}
#search_input {
	color: #aaaaaa;
	font-size:12px;
	height:15px;
	width:130px;
	background-image:url(/images/search.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#search_image {
	border:none;
	height: 17px;
	vertical-align:bottom;
}
.inside img {
	vertical-align: middle;
}
.relatives {
	font-size: 12px;
	list-style: none;
	line-height: 14px;
	padding-left: 70px;
}
.inside h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin-top: 20px;
	padding-left: 30px;
}
#mp3player_box {
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width:343px;
	/*height:50px;*/
	border-right: #63ce8c 1px dashed;
	border-bottom: #63ce8c 1px dashed;
	text-align: left;
	
}
#mp3player_box table {
	list-style: none;
	font-size: 12px;
	display: inline;
	line-height: 12px;
	padding-left:0px;
	margin-left:0px;
	width:100%;
	border:none;
}
#mp3player_box table td {
	list-style-type: none;
	border:none;
	text-align:center;
}
#mp3player_box table td a {
	vertical-align: bottom;
	font-style:italic;
	font-weight: bolder;
	line-height: 12px;
	color:#F1AE5D;
}
#mp3player_box table td a:hover {
	color:#C3702F;
}
#mp3player_box table td img {
	vertical-align: middle;
	border: none;
}
#mp3player_box select {
	background-color:#F1AE5D;
	width:150px;
}
#mp3player_box select option {
	color:#C3702F;
}
#ajax_topline {
	font-size: 16px;
	margin-top:10px;
	margin-bottom: 20px;
}
#ajax_topline a{
	font-weight: bolder;
}
#ajax_topline label{
	font-weight: bolder;
	color: #A22;
}
#ajax_topline h2{
	font-size: 18px;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 5px;
}
#ajax_topline p{
	font-size:14px;
}
#ajax_topline textarea{
	font-size:12px;
	width:420px;
}
#ajax_topline label{
	font-style:italic;
	color:#aaaaaa;
}
#loading_topline{
	position:fixed;
	top:200px;
	left:200px;
	visibility:hidden;
	display:none;
	background-color:yellow;
	width:250px;
	text-align:center;
}
#visitCounter img{
	border:none;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}
#list_order_by{
	font-size:12px;
	text-align:right;
	border-bottom:#EDDB91 1px dashed; 
}
#list_order_by h3 {
	color: #DDAA26;
	font-size:16px;
	font-weight:bolder;
	text-align:center;
}
#list_order_by select{
	background-color:#F1EAAA;
	border-color:#A22;
	height:20px;
	vertical-align:top;
}
#list_order_by input{
	height:20px;
	font-size:12px;
	vertical-align:top;
}
#exam_panel{
	border:#A22 1px dashed;
	border-top:none;
	border-bottom:none;
	height:100%;
}
#exam_panel p{
	font-size:16px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#exam_panel ul{
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	list-style:none;
}
#exam_panel table{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-left:none;
	border-right:none;
	border-top:#A22 1px dashed;
	border-bottom:#A22 1px dashed;
}
#exam_panel table th{
	background-color:transparent;
}
#exam_panel td{
	border-top:#EDDB91 1px dashed;
	border-left:none;
	border-right:none;
	border-bottom:#EDDB91 1px dashed;
	text-align:center;
}
#exam_panel h3 {
	font-size: larger;
	font-weight:normal;
}
#exam_kickoff{
	font-size:18px;
	padding-top:20px;
	padding-left:30px;
	padding-bottom:20px;
	padding-right:30px;
	text-align:center;
	vertical-align:middle; 
	height:100%;
}
#question_image{
	margin-top:10px;
	padding-right:5px;
	margin-bottom:10px;
	padding-left:5px;
	border-left:#EDDB91 1px dashed;
	float:right;
}
.choice_selected{
	list-style-image:url(/images/choice.gif);
	color:#d99821;
}
.correct_choice{
	list-style-image:url(/images/correct_choice.gif);
	text-decoration: underline;
	color:#A22;
}
#answer_tip{
	font-size: 11px;
	font-style:italic;
	font-weight:lighter;
	margin-left:180px;
}
.answer_panel{
	width:100%;
	font-size:14px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}
#answer_select{
    margin-top:30px;
	margin-left:30px;
	margin-bottom:10px;
}
#answer_select input{
	font-size:12px;
	height:24px;
	vertical-align:middle;
}
#answer_select select{
	font-size:14px;
	width:65px;
	background-color:#EDDB91;
	vertical-align:middle;
	text-align:center;
}
#exam_provider{
	font-size:12px;
	font-style: italic;
	position:relative;
	text-align:right;
	padding-right: 50px;
	padding-bottom: 10px;
	vertical-align:top;
}
#maxim {
	font-size: 12px;
	display:none;
	position:absolute;
	top:160px;
	left:700px;
	overflow:visible;
	z-index:4;
	width: 300px;
	height:300px;
	color:#804c06;
	background-color:#F1E9A8;
	background-image:url(/images/book.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	border: 4px double #F1E9A8;
}
#maxim p {
	color:#804c06;
}
#question_comment {
	background-image:url(/images/question_key.gif);
	background-repeat:no-repeat;
	background-position:left top;
	z-index:4;
}
.question_comment_hide {
	display:none;
}
.question_comment_show {
	display:block;
}
#question_comment p {
	font-size:12px;
}	
#keyword_cols {
	border:none;
	width:100%;
	background-image:url(/images/kwback.gif);
}
#keyword_cols td {
	vertical-align:top;
	border:none;
	margin-right:5px;
	width:21%;
}

.keyword_navi {
	float:left;
	width:100%;
	font-size:12px;
	border: 1px dashed #F1E9A8;
	margin-bottom: 8px;
}
.keyword_navi h3 {
	background-color:#F1E9A8;
	font-size:14px;
	color:#804c06; 
	font-weight:bolder;
	line-height: 25px;
	vertical-align:middle;
	padding-left:25px;
	background-image:url(/images/kwstyle1.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.keyword_navi ul {
	list-style:url(/images/listyle1.gif);
}

