/*****************************************************************
 *  Element Styles
 *****************************************************************/
body {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px ;
	color: #444;
}

form { margin: 0;line-height:100%}
form p {line-height: 150%; }

h1, h2, h3 {font-weight:normal; color: #009ee3; line-height: 1.2em;}
h1	{
	font-size: 18px;
	font-family: verdana, Times New Roman, serif; 
	margin-top: 0px; 
	font-weight: bold;
}
h2	{
	font-size:14px;
	font-family: verdana, Times New Roman, serif; 
	color: #666; 
	margin-top:12px;
	margin-bottom:8px;
}

h3	{
	font-size:12px;
	font-weight: bold; 
	margin-top: 3px;
	margin-bottom: 3px;}

pre { font:12px "Courier New",monospace; margin: 0;}

a:link    {color:#009ee3;text-decoration:none;background-color:transparent}
a:visited {color:#009ee3;text-decoration:none;background-color:transparent}
a:active  {color:#009ee3;text-decoration:none;background-color:transparent}
a:hover   {color:#009ee3;text-decoration:underline;background-color:transparent}
a:focus {outline: none;}

th, td {border: 0; }
 
/*****************************************************************
 *  General Classes
 *****************************************************************/

.light {color: #F0F0F0;}
.gray {color: #999;}
.dark {color: #666;}
.content_link {color: #009ee3; background-color: transparent;}
.hidden_link, a.hidden_link {color: #444; background-color: transparent; text-decoration: none;}


.error{color:#F30;background-color:transparent;}
.success{color: #390; background-color: transparent;}
.highlighted{color: #003366;}

.wide {line-height: 150%;}
.no_margin { margin: 0;}
.no_padding { padding: 0;}

.spacer {
	display:block;
	width:100%;
	height:15px;
	background: url(../images/spacer.gif) repeat-x top left;
	background-position: 0px 0px;
	clear:both;
}

/*******************************************************************************
 * Links
 ******************************************************************************/

a.file { padding: 2px 0 10px 22px; background: url(../images/files/file_div.gif) no-repeat top left;}	
a.pdf { background: url(../images/files/file_pdf.gif) no-repeat top left;}
a.jpg { background: url(../images/files/file_jpg.gif) no-repeat top left;}
a.doc { background: url(../images/files/file_doc.gif) no-repeat top left;}
a.gif { background: url(../images/files/file_gif.gif) no-repeat top left;}
a.ppt { background: url(../images/files/file_ppt.gif) no-repeat top left;}
a.xls { background: url(../images/files/file_xls.gif) no-repeat top left;}
a.txt { background: url(../images/files/file_txt.gif) no-repeat top left;}

a.more_link { 
	background: url(../images/but_link.png) no-repeat top left;
	background-position: 0px 2px;
	padding: 0 0 0 16px;
}

a.button {
	color: #444;
	border: 1px solid ;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #F0F0F0;	
}
a.button:visited {
	color: #444;
	background-color: #F0F0F0;
}
a.button:hover{
	color: white;
	background-color: #009ee3;
	border: 1px solid ;
}


a.button, 
button,
input[type='submit'] {
	background: #7abcff; /* Old browsers */
	background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
  	border: 1px solid #329ac8;
  	border-bottom: 1px solid #2c7899;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-ms-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  	-webkit-box-shadow: inset 0 1px 0 0 #96c2f2;
  	-moz-box-shadow: inset 0 1px 0 0 #96c2f2;
  	-ms-box-shadow: inset 0 1px 0 0 #96c2f2;
  	-o-box-shadow: inset 0 1px 0 0 #96c2f2;
  	box-shadow: inset 0 1px 0 0 #96c2f2;
  	zoom: 1;
  	filter: progid:DXImageTransform.Microsoft.Shadow(color='#96c2f2', Direction=-135, Strength=1);
  	color: #fff;
  	font-size: 14px;
  	font-weight: bold;
  	padding: 5px 5px 7px;
  	text-decoration: none;
  	text-align: center;
  	text-shadow: 0 1px 1px #006591;
}

a.button:hover,
button:hover,
input[type='submit']:hover {
  	background: #62abfa; /* Old browsers */
	background: -moz-linear-gradient(top, #62abfa 0%, #4b9bf1 44%, #3088e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62abfa), color-stop(44%,#4b9bf1), color-stop(100%,#3088e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #62abfa 0%,#4b9bf1 44%,#3088e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #62abfa 0%,#4b9bf1 44%,#3088e6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #62abfa 0%,#4b9bf1 44%,#3088e6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62abfa', endColorstr='#3088e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #62abfa 0%,#4b9bf1 44%,#3088e6 100%); /* W3C */
	background: linear-gradient(top, #7ba9ff 0%,#6095f8 44%,#407dee 100%); /* W3C */
    cursor: pointer; 
    zoom: 1;
  	filter: progid:DXImageTransform.Microsoft.Shadow(color='#96c2f2', Direction=-135, Strength=1);
    
}  


/*******************************************************************************
 * aligning
 ******************************************************************************/

.line { 
	clear : both; 
	width: 100%;
	padding: 0;
}
.left {
	padding: 5px 0;
	float: left;
}
.right {
	padding: 5px 0;
	float: right;
}

.bg_col_11, .bg_col_21, .bg_col_12, .bg_col_13, .bg_col_31, .bg_col_111, .bg_col_112, .bg_col_121, .bg_col_211, .bg_col_1111 {
	clear: both;
}
/*** insert backgrounds here ***/
.bg_col_11 {}
.bg_col_21 {}
.bg_col_12 {}
.bg_col_13 {}
.bg_col_31 {}
.bg_col_111 {}
.bg_col_112 {}
.bg_col_121 {}
.bg_col_211 {}
.bg_col_1111 {}

.col_12, .col_13, .col_23, .col_14, .col_34 {
	float: left;
	margin: 0 8px;
}

.col_12	{ width: 242px; }
.col_13 { width: 156px; }
.col_14 { width: 113px; }
.col_23 { width: 328px; }
.col_34 { width: 371px; }
.first 	{ margin-left: 0; }
.last	{ margin-right: 0; }
.clear	{ clear: both; }

/*******************************************************************************
 * feature box
 ******************************************************************************/

div.feature_box {
	border: 1px solid #999;
	background-color: #F0F0F0;
	padding: 5px 10px;
	margin: 10px 0;
}
div.feature_box h2 {
	margin: 0 0 5px 0;
}
div.feature_box p {
	margin: 0;
}

/*******************************************************************************
 * message boxes
 ******************************************************************************/

div.message{
	padding: 10px;
	border: 1px solid #fc0;
	background-color: #fe9;
	margin-bottom: 10px;
}
div.error{
	border-color: #f00;
	background-color: #ea9;
	color: black;
}
div.ok{
	border-color: #3c0;
	background-color: #aeb;
}
div.message h1{
	font-size: 12px;
	margin: 0;
}
div.message ul{
	margin: 0;
	list-style: none;
	font-weight: bold;
}

div.message ul li {
	list-style: circle;
}

/*******************************************************************************
 * articles
 ******************************************************************************/

div.news_article0 {
	float: left;
	padding: 0 10px 10px 0;
	width: 200px;
	height: 210px;
	overflow: hidden;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div.news_article1 {
	float: left;
	padding: 0 0 10px 14px;
	width: 200px;
	height: 210px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

div.news_article2 {
	float: left;
	padding: 20px 10px 10px 0;
	width: 200px;
	height: 210px;
	overflow: hidden;
	border-right: 1px solid #ccc;
	
}

div.news_article3 {
	float: left;
	padding: 20px 0 0 14px;
	width: 200px;
	height: 210px;
	overflow: hidden;
}

span.article_image {
	float: right;
	padding-top: 3px;
}

h2.news span{
	float: right;
	display: block;
	font-weight: normal;
	font-size: 11px;
}

img.news_thumb{
	float: left;
	margin: 0 10px 10px 0;
} 

a.article_link {
	display: block;	
	color: #444;
	background-color: #F0F0F0;
	border: 1px solid #999;
	margin-bottom: 10px;
}
a.article_link:hover{
	background-color: #999;
	color: white;
	text-decoration: none;
	
}
a.article_link img {
	float: left;
	margin-right: 10px;	
	border-left: 10px solid #009ee3;
}
a.article_link .article_intro {
	display: block;
	padding: 5px;
}
/*******************************************************************************
 * content tables
 ******************************************************************************/

table {
	clear: both;
}
table.content_table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #999;
	border-collapse: collapse;
}
table.content_table thead th{
	background-color: #009ee3;
	color: white;
	padding: 2px;
	margin: 0;
	text-align: left;
}
table.content_table tbody th {
	background-color: #999;
	color: #444;
	padding: 2px;
	margin: 0;	
	border: 0;
	text-align: left;
}
table.content_table td {
	padding: 2px;
	margin: 0;
}
table.content_table tr.alt{
	background-color: #F0F0F0;
}

table.course {
	margin-bottom: 50px;
}

div.booknow {
	position: relative;
}


/*******************************************************************************
 * definition lists
 ******************************************************************************/

dl {
	clear: both;
	line-height: 100%;
	margin: 8px 0;
}
dl dt {
	float: left;
}
dl dd {
	margin-left: 105px;
}

/*******************************************************************************
 * forms (login_form for member-login and edit_form for normal forms)
 ******************************************************************************/
form.login_form label{
	display: block;
	padding: 3px 0;
}
form.login_form input {
	margin-bottom: 5px;
}
 
form.edit_form fieldset{
	border: 1px solid #999;
	background-color: #F0F0F0;
	padding: 5px;
	margin-bottom: 15px;
}
form.edit_form h1{
	margin-top: 10px;
	margin-bottom: 5px;
}

form.edit_form .required:before {
	content: "*";
}

form.edit_form dl dt {
	padding: 5px 0;
}

form.edit_form dl dd.text_only{
	padding-top: 5px;
}

dl.checkbox {
	clear: none;
	margin: 0;
}
dl.checkbox dt {
}
dl.checkbox dd {
	margin-left: 25px;
	padding: 8px 0 10px;
}

form.edit_form input[type="text"],
form.edit_form textarea {
	width: 70%;
	border: 1px solid #009ee3;
	padding: 3px;
}

form.edit_form input[type="text"]:focus,
form.edit_form textarea:focus {
	background: #F0F0F0;
}


input.book {
	position: absolute;
	right: 0;
	bottom: 0;
}

/*******************************************************************************
 * page browser
 ******************************************************************************/
 
div.page_browser a.page {
	color: white;
	background-color: #009ee3;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #009ee3;
}
div.page_browser span.current_page {
	padding: 3px 6px;
	border: 1px solid black;
}
div.page_browser span.page_name {
	padding: 3px 6px;
}

/*******************************************************************************
 * register
 ******************************************************************************/

ul.register {
	margin: 10px 0; 
	padding: 3px 0;
	border-bottom: 1px #999 solid;
}
ul.register li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.register li.active span{
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #999;
	border-bottom: white;
	background: white;
}
ul.register a {
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #999;
	border-bottom: none;
	background: #F0F0F0;
	text-decoration: none;
}

/*******************************************************************************
 * comments
 ******************************************************************************/

div.comments {
	background-color: #F0F0F0;
	border: 1px solid #999;
	padding: 10px 5px;
}

div.comments h2{
	margin-top: 0;
}
.comment {
	background: url(../images/comment_arrow.gif) top left no-repeat;
}
.cm_meta {
	line-height: 150%;
}
.cm_message {
	padding: 5px 8px;
	margin: 0 5px 15px 165px;
	background-color: white;
	min-height: 35px;
}
.cm_sender {
	font-weight: bold;
	display: block;
}

/*******************************************************************************
 * request forms
 ******************************************************************************/
 
#requestform {
	position: absolute;
	top: 130px;
	left: 80px;
	width: 218px;
}
 
#contact_address {
	position: absolute;
	left: 80px;
	top: 132px;
	width: 218px;
}
 
 .top {
 	top: 270px !important;
 }
 
 #requestform input[type="text"], #requestform textarea {
 	width: 212px !important;
 }
 
 #requestform dl dt {
 	float: none;
 }
 
 #requestform dl dd {
 	margin-left: 0;
 }
 
 .clearfix:before, .clearfix:after {
	content: "\0020"; display: block; height: 0; visibility: hidden;	
}
 
.clearfix:after { 
	clear: both; 
}

.clearfix { 
	zoom: 1; 
}
