#loading {
	color: #DB0000;
	height: 70px;
	text-align: center;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	font-family: verdana;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.file_attach {
	background: #FFF url(img/attach-32.png) no-repeat;
	background-position: 0px 5px;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	padding: 10px 10px 5px 36px;
	min-height: 22px;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}
.file_description {
	color: #555;
	display: block;
	padding: 5px 0px;
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.file_xls{
	background-image: url(icons/xls.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	vertical-align: middle;
	margin: 2px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 20px;
	background-position: center left;
}
.file_doc{
	background-image: url(icons/doc.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	vertical-align: middle;
	margin: 2px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 20px;
	background-position: center left;
}
.file_zip{
	background-image: url(icons/zip.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	vertical-align: middle;
	margin: 2px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 20px;
	background-position: center left;
}
.file_pdf{
	background-image: url(icons/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	vertical-align: middle;
	margin: 2px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 20px;
	background-position: center left;
}
.file_ppt{
	background-image: url(icons/ppt.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	vertical-align: middle;
	margin: 2px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 20px;
	background-position: center left;
}
/* ----------------------------------------
   Counter Box
------------------------------------------- */
.counter {
	text-align: center;
	font-size: 2em;
	color: #4B0082;
	font-weight: bold;
}
/* ----------------------------------------
   announce Box
------------------------------------------- */

.announce {
	margin-bottom: 5px;
	border: 1px solid #EDA2A2;
	margin-left: 5px;
}
.announce_top {
	background: #EDA2A2;
	height: 4px;
	display: block;
	font-size: 0;
	line-height: 0;
}
.announce_title {
	background: #FFF4F4;
	padding: 6px 10px 6px;
	font-weight: bold;
	font-size: 0.9em;
	color: #EE0000;
}
.announce_body {
	background: #FFFFF0;
	padding: 10px 10px 10px;
	font-size: 0.9em;
	text-align: justify;
	line-height: 150%;
	color: #B22222;
}
.announce_bottom {
	background: #EDA2A2;
	display: block;
	height: 4px;
	font-size: 0;
	line-height: 0;
}
/* ----------------------------------------
   Invitation Box
------------------------------------------- */

.invitation {
	margin-bottom: 5px;
	border: 1px solid #0A9DFD;
	margin-left: 5px;
}
.invitation_top {
	background: no-repeat;
	background-image: url(img/moihop.jpg);
	height: 40px;
	display: block;
}
.invitation_title {
	background: #E4F5FE;
	padding: 6px 10px 6px;
	font-weight: bold;
	font-size: 0.9em;
	color: Blue;
}
.invitation_body {
	background: #F0FFFF;
	padding: 10px 10px 10px;
	font-size: 0.9em;
	text-align: justify;
	line-height: 150%;
}
.invitation_bottom {
	background: #0A9DFD;
	display: block;
	height: 4px;
	font-size: 0;
	line-height: 0;
}
/* FAQ */
.faq_question {
	background: #FFF url(img/question.gif) no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 36px;
	min-height: 26px;
}
.faq_answer {
	background: #FFF url(img/question.gif) no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 50px;
	min-height: 34px;
}


/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #F1F1F1;
	font: normal 13px Verdana,sans-serif;
	color: #345;
	padding-bottom: 1em;
}

a {
	color: #4F6A7F;
	text-decoration: none;
}
a:hover {
	color: #FF3737;
	text-decoration: underline;
}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

blockquote {
	background: #FFF url('img/quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {border: none;}
img.bordered {background: #FFF; padding: 5px; border: 1px solid #DDD;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}


/* ----------------------------------------
  Forms
------------------------------------------- */

/* Inputs */
textarea, input.styled {
	border: 1px solid #BBB;
	padding: 3px;
	width: 160px;
	font: normal 1em Verdana,sans-serif;
}
textarea {width: 440px;}
#searchsubmit {
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em Verdana,sans-serif;
	padding: 2px 3px;
}
/* Loginform*/
.logintext {
	PADDING-BOTTOM: 2px;
	MARGIN: 0px;
	PADDING-LEFT: 18px;
	WIDTH: 90px;
	PADDING-RIGHT: 2px;
	FONT-FAMILY: Verdana, Tahoma;
	BACKGROUND: #ffffff url(img/icon_user.gif) no-repeat 1px 1px;
	COLOR: #000000;
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: middle;
	border: 1px solid #888888;
	PADDING-TOP: 3px;
}
.loginpassword {
	PADDING-BOTTOM: 2px;
	MARGIN-top: 5px;
	PADDING-LEFT: 18px;
	WIDTH: 90px;
	PADDING-RIGHT: 2px;
	FONT-FAMILY: Verdana, Tahoma;
	COLOR: #000000;
	FONT-SIZE: 11px;
	VERTICAL-ALIGN: middle;
	PADDING-TOP: 3px;
	background: #ffffff url(img/icon_key.gif) no-repeat 0px 1px;
	border: 1px solid #888888;
	margin-bottom: 5px;
}

/* Seachform */
input#s{
	border: 1px solid #BBB;
	padding: 3px;
	width: 150px;
	font: normal 1em Verdana,sans-serif;
}
table.search {
	width: 100%;
	border-collapse: collapse;
}
.search td {vertical-align: center;}


/* ----------------------------------------
   Layout
------------------------------------------- */
/* Main */

.main {
	margin-bottom: 5px;
}

.main#main-three-columns {
	/*background: url(img/main-three-columns.gif) repeat-y right top;*/
}
.main#main-three-columns .main-left {
	width: 524px;
	float: left;
	background: transparent;
}
.main .main-right {
	width: 446px;
	float: right;
	background: url(img/main-three-columns.gif) repeat-y right top;
}
.colwrap {
	float: right;
	width: 446px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
.main#main-three-columns .sidebar-1 {
	width: 220px;
	float: left;
	margin-left: 5px;
	background-color: transparent;
}
.main#main-three-columns .sidebar-2 {
	width: 206px;
	float: right;
	margin-left: 5px;
	background-color: transparent;
}

.main#main-two-columns {
	background: url(img/main-two-columns.gif) repeat-y right top;
}
.main#main-two-columns .main-left {
	width: 681px;
	float: left;
	background: transparent;
}
.main#main-two-columns .main-right {
	width: 279px;
	float: right;
	background: transparent;
}
/* Main */
#layout_wrapper {
	margin: 15px auto;
	width: 980px;
}

#layout_container {
	background: #FFF;
	padding: 0 5px;
}

#layout_edgetop {
	background: url('img/layout_edges.gif') no-repeat left top;
	display: block;
	height: 10px;	
}
#layout_r_edgetop {
	background: url('img/layout_edges.gif') no-repeat right top;
	display: block;
	height: 10px;	
	width: 500px;
	float: right;
}

#layout_edgebottom {
	background: url('img/layout_edges.gif') no-repeat;
	display: block;
	height: 9px;	
	font-size: 0;
	line-height: 0;
	background-position: left bottom;
}
#layout_edge_r_bottom {
	background: url('img/layout_edges.gif') no-repeat right bottom;
	display: block;
	height: 9px;	
	font-size: 0;
	line-height: 0;
	width: 600px;
	float: right;
}
#layout_bottom {
	display: block;
	text-align:center;
	margin-top: 10px;
}
/* Site Title */
#site_title {
	background: #C5DEF0 url('img/site_title.jpg') repeat-x left top;
	padding: 6px 18px;
}
#site_title h1 {
	font: normal 2.4em sans-serif;
	letter-spacing: -1px;
}
#site_title h1,#site_title h1 a {color: #507A9A;}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #305A7A}
#site_title h2 {
	padding-top: 1.4em;
	font: normal 1.1em sans-serif;
	color: #679;
}

/* Toolbar */
#toolbar {
	padding: 0px 0 8px;
	font-size: 0.9em;
	color: #999;
}
#toolbar img {vertical-align: middle;}

#top_separator {
	background: url('img/top_separator.gif') repeat-x left top;
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
}

/* Navigation */
#nav-page {
	background: #739CBA url('img/site_logo_02.jpg');
	height: 103px;
}

#nav-page-left {
	background: #739CBA url('img/site_logo_01.jpg');
	float: left;
	width: 450px;
	height: 103px;
}
#nav-page-right {
	background: #739CBA url('img/site_logo_03.jpg');
	float: right;
	width: 323px;
	height: 103px;
}

#navigation {
	background: #739CBA url(img/ctkqn_06.jpg) left bottom;
	padding: 1px 10px 0px;
	height: 25px;
}
#nav-date {
	float: right;
	padding-top: 3px;
	font-size: 10px;
	color: #FFD700;
	font-weight: bold;
}
/* Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url('img/tableftc.gif') no-repeat left top;
	float: left;
	font: bold 0.9em sans-serif;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url('img/tabrightc.gif') no-repeat right top;
	padding: 4px 10px 4px 6px;
	color: #FAFAD2;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {
	color: #FEFF1A;
}
#tabs a:hover {background-position: 0% -42px;}
#tabs a:hover span {background-position:100% -42px;}

#tabs li.current_page_item a {color: #47A; background-position: 0% -42px;}
#tabs li.current_page_item a span {background-position:100% -42px;}

/* Debug */
#debug {
	border: 1px solid #E7E7E7;
	margin-bottom: 5px;
	padding: 3px;
	color: #8C8C8C;
}
/* Dashboard */
#dashboard {
	border: 1px solid #E7E7E7;
	background: url(img/dashboard.gif);
	margin-bottom: 10px;
}

#dashboard .column {width: 242px;}
#dashboard #column-4 {border-right: none;}

#dashboard .column-content {
	padding: 14px 16px;
}
#dashboard .column-title {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
#dashboard a {color: #456;}
#dashboard a:hover {color: #000;}
/* Footer */
#footer {
	background: #4F6A7F;
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: #FAFCFF;
}
#footer .right {color: #C8DBE8;}
#footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	text-decoration: underline;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 5px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: left;}
.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */
span.comment {
	background: url('img/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #444;
}
.post_title {
	background: #E8E8E8 url('img/post/title.gif') no-repeat left top;
	padding: 6px 12px 5px;
}
.post_title h1 {font: bold 0.9em Verdana,sans-serif;}
.post_title h1 a {color: #444;}
.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_title h1.left {width: 580px}
.post_date {
	color: #999;
	padding-top: 1px;
	font-size: 0.85em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.post_metadata .content {
	border-top: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	background: #FDFDFD url('img1/post/body.gif') repeat-x left top;
	padding: 10px 10px 1px;
}
.post_body p{
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	text-align: justify;
	text-indent: 10px;
}
.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
	vertical-align: middle;
	margin: 5px;
}
.post_bottom {
	background: #F5F5F5 url('img/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}


/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;}
.box_title {
	background: #C6D2DB url('img/box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #505E69;
}
.box_body {
	background: #DAE3E9 url('img/box/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 0.9em;
}
.box_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
	float: left;
	margin-right: 5px;
}
.box_bottom {
	background: #DAE3E9 url('img/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}

/* Sidebar sections */
.section {margin-bottom: 6px;}
.section-title {
	background-color: #F2F6FA;
	border-top: 2px solid #ABC;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}
.section-content {
	font-size: 0.9em;
	margin-bottom: 15px;
}
.quiet {
	color: #999;
	line-height: 24px;
}
/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 10px;}
ul.nice-list li {
	list-style: none;
	border-top: 1px solid #EEE;
	padding: 2px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}

.error {background: #FBE3E4; color: #8A1F11; 	border: 1px solid;
border-color: #FBC2C4;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0.8em;
}
.error a {color: #8A1F11;}

.notice {
	background: #FFF6BF;
	color: #514721;
	border: 1px solid;	
	border-color: #FFD324;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0.8em;
	text-align: center;
}
.notice a {
	color: #514721;
	margin-left: 3px;
	margin-right: 3px;
}

.success {
	color: #264409;
	/*background: #E6EFC2;
	border-color: #C6D880;*/
	padding: 0.8em;	
	margin-right: 2px;
	margin-bottom: 10px;
}
.success a {color: #264409;}

.linkbanner1 {
	background: transparent;
	color: #514721;
	border: 1px solid;
	border-color: #FFD324;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0.5em;
	text-align: center;
}
.linkbanner1 img {
	margin-bottom: 3px;
	margin-top: 3px;
}
/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li:hover {
	background: #FFFFF4;
}
.nicelist li.alt:hover {
	background: #FFFFF4;
}

.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {
	font: normal 1em sans-serif;
	padding-bottom: 6px;
}
.archive_body {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: justify;
	font-size: 0.9em;
	padding-left: 10px;
}
.archive_body p{
	margin: 0px;
}
.archive_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}

/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}

/* ----------------------------------------
   Page Gateway
------------------------------------------- */
.pagegateway {
	background: #DDEBF4 url('img/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}
.pagegate_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('img/pagenav_bottom.gif') no-repeat;
}
.pagegate {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagegate a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagegate a:hover {
	color: #002;
	text-decoration: underline;
}
/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #DDEBF4 url('img/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('img/pagenav_bottom.gif') no-repeat;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}
.pagelist {
	text-align: center;
}
.pagelist a.curpage {
	color: #002;
	padding: 4px;
	font-weight: bold;
}
.pagelist a.curpage:hover {
	text-decoration: underline;
	background-color: #FFFFF0;
}
/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}

