body {
margin: 0;
padding: 0;
background-color: #F0EFEF;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 100%;
height: 100%;
font-size: 75%;
}

p {
color: #000;
font-size: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 120%;
}

h1 {
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 000;
}
h2 {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 000;
}
h3 {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 000;
}

a:link {
	color: #0E528E;
	text-decoration: underline;
}
a:visited {
	color: #0E528E;
}
a:hover {
	color: #0E528E;
	text-decoration: none;
}
a:active {
	color: #0E528E;
}

th {
	font-size: 75%;
	font-weight: bold;
	background-color: #EFEFEF;
}
hr 
{
	border: none;
    border-top: 1px solid #D7D5BE;
    width: 99%;
	height: 1px;
    margin: 0;
    padding: 0;
    background: #fff;
}
.text_navi{
	color: #000000;
	font-weight: bold;
}
.sidebar_header{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%
}
a.sidebar_header:link {
	color: #fff;
}
a.sidebar_header:visited {
	color: #fff;
}

a.sidebar:link {
  	text-decoration: underline;
  	font-size: 85%
}
a.sidebar:visited {
  	text-decoration: underline;
  	font-size: 85%
}
a.sidebar:hover {
  	text-decoration: none;
  	font-size: 85%
}
a.sidebar:active {
	text-decoration: none;
	font-size: 85%
}
a.msg_ok:link {
  	color: #077C0E;
  	font-weight: bold;
  	text-decoration: underline;
}
a.msg_ok:visited {
  	color: #077C0E;
  	font-weight: bold;
  	text-decoration: underline;
}
a.msg_ok:hover {
  	color: #077C0E;
  	font-weight: bold;
  	text-decoration: none;
}
a.msg_ok:active {
	color: #077C0E;
	font-weight: bold;
	text-decoration: none;
}
a.msg_err:link {
  	color: #A01C2B;
  	font-weight: bold;
  	text-decoration: underline;
}
a.msg_err:visited {
  	color: #A01C2B;
  	font-weight: bold;
  	text-decoration: underline;
}
a.msg_err:hover {
  	color: #A01C2B;
  	font-weight: bold;
  	text-decoration: none;
}
a.msg_err:active {
	color: #A01C2B;
	font-weight: bold;
	text-decoration: none;
}
a.msg_neutral:link {
  	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.msg_neutral:visited {
  	color: #000000;
  	font-weight: bold;
  	text-decoration: underline;
}
a.msg_neutral:hover {
  	color: #000000;
  	font-weight: bold;
  	text-decoration: none;
}
a.msg_neutral:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.sitemap:link {
	color: #000000;
}
a.sitemap:visited {
	color: #000000;
}


.form_caption {
	font-weight: bold;
    background-color: #fff;
}
.form_field {
    width: 500px;
}
.user_form_header {
	font-weight: bold;
    padding: 3px;
}
.webpage_form_text {
	font-weight: bold;
    background-color: #EFEFEF;
    font-size: 85%;
}
.webpage_form_field_date {
    width: 200px;
}
.webpage_form_field {
    width: 500px;
}
.form_general {
	font-weight: bold;
    background-color: #EFEFEF;
}
.login_field {
	background-color: #fff;
	border: 1px solid #D5D5D5;;
	width: 140px;
}

.webpage_form_data_field {
	background-color: #FAFAFA;
}
.comment_caption {
	font-size: 75%
}
.user_form_header {
	font-weight: bold;
}
.user_textfield {
	width: 200px;
}
.user_textfield_long {
	width: 400px;
}
.comment_text {
    background-color: #FFFFFF;
    border-width: 1px;
    border-color:#E4E4E4;
    margin:1em 0 0 0;
}
.btn_green_button
{
    color: #FFFFFF;
    border-color:#FFFFFF;
    font-size:80%;
    border-style:solid;
    background-color:#077C0E;
    width: 150px;
    height: 22px;
    border-width:2px;
    margin:1em 0 0 0;
}
.btn_red_button
{
    color: #FFFFFF;
    border-color:#FFFFFF;
    font-size:80%;
    border-style:solid;
    background-color:#A01C2B;
    width: 150px;
    height: 22px;
    border-width:2px;
    margin:1em 0 0 0;
}
.text_green_feedback {
    font-size:100%;
    font-weight: bold;
	color: #077C0E;
}
.text_red_feedback {
    font-size:100%;
    font-weight: bold;
	color: #A01C2B;
}
.text_black_feedback {
    font-size:100%;
    font-weight: bold;
	color: #000000;
}
.sitemap {
	line-height: 1.6em;
}

.search_result {
	line-height: 1.6em;
}
ul {
	padding-left: 13px;
}
.small_italic {
	font-size: 80%;
	font-style: italic;
}

.td_form_caption {
	background-color: #F7F7F7;
	padding: 3px;
}
ul.news {
	margin: 0.5em 0 0 0;
	padding: 0;
}

.news li {
	margin: 0 0 0.7em 0;
	padding: 0;
	clear: both;
	list-style-type: none;
}
.news li a {
	color: #245585;
}

a.news_link: link {
	font-weight: bold;
	color: #245585;
}
a.news_link: visited {
	font-weight: bold;
	color: #245585;
}

.news .date {
	background: #ECEAE6;
	border-right: 1px solid #E0DAD2;
	border-bottom: 1px solid #E0DAD2;
	float: left;
	text-align: center;
	margin: 0 5px 5px 0;
	line-height: 1.1em;
	padding: 2px;
	font-size: 80%;
	font-weight: bold;
	width: 80px;
	white-space: nowrap;
	color: #3C3C3C;
}
.news_caption {
	text-align: left;
	width: 100%;
	background-color: #F7F7F7;
}
.news_header {
	text-align: left;
	width: 100%;
	background-color: #F7F7F7;
	font-weight: bold;
	padding: 4px;
}

.field_caption {
   background-color: #EFEFEF;
	font-weight: bold;
	padding: 4px;

}
.field_text {
   background-color: #FBFBFB;
   padding: 2px;
   font-size: 90%;
}
.field_field {
	width: 490px;
}

.course_header_grey {
	background-color: #ECECEC;
	color: #595959;
	padding: 3px;
	font-weight: bold;
	border-top: 2px solid #CDCDCD;
}
.course_header {
	background-color: #336699;
	color: #fff;
	padding: 3px;
	font-weight: bold;
	border-top: 2px solid #214C77;
}
.course_left {
	background-color: #336699;
	color: #fff;
	padding: 2px;
	font-weight: bold;
}
.course_row {
	background-color: #F5F5F5;
	padding: 3px;
}

.course_btn {
	background-color: #E7E7E7;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #ADADAD;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #7C7C7C;
	height: 22px;
	width: 80px;
	margin-left: 10px;
}
.course_btn_ok {
    background-color: #077C0E;
	border-top: 1px solid #17911E;
	border-bottom: 1px solid #025F08;
	border-left: 1px solid #17911E;
	border-right: 1px solid #025F08;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.course_btn_err {
    background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.shop_basket_text {
    color: #545454;
    font-weight: bold;
   	margin-left: 4px;
   	margin-bottom: 4px;
   	font-size: 90%;
   	text-decoration: none;
}
.shop_td_header {
    background-color: #D9D9D9;
    font-weight: bold;
   	padding: 3px;
}

.shop_row_product {
    background-color: #F8F8F8;
   	padding: 3px;
}

.shop_row_total {
    background-color: #EBEBEB;
   	padding: 3px;
   	font-weight: bold;
   	color: #535353;
}

.shop_product_field {
	width: 300px;
}

.shop_btn_pri {
    background-color: #757575;
	border-top: 1px solid #9F9F9F;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #484848;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.shop_btn_sec {
    background-color: #A1A1A1;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #757575;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #757575;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.shop_bt_ok {
    background-color: #077C0E;
	border-top: 1px solid #17911E;
	border-bottom: 1px solid #025F08;
	border-left: 1px solid #17911E;
	border-right: 1px solid #025F08;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.shop_bt_cancel {
    background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.comment_btn_add {
	background-color: #757575;
	border-top: 1px solid #9F9F9F;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #484848;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.comment_btn_remove {
    background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.comment_btn_save {
    background-color: #077C0E;
	border-top: 1px solid #17911E;
	border-bottom: 1px solid #025F08;
	border-left: 1px solid #17911E;
	border-right: 1px solid #025F08;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.comment_td_header {
    background-color: #D9D9D9;
    font-weight: bold;
   	padding: 3px;
}
.comment_row {
    background-color: #F8F8F8;
   	padding: 3px;
}

.meeting_td_header {
	background-color: #D9D9D9;
    font-weight: bold;
   	padding: 3px;
}

.meeting_td_row {
	background-color: #F8F8F8;
   	padding: 10px;
}
.meeting_btn_save {
    background-color: #077C0E;
	border-top: 1px solid #17911E;
	border-bottom: 1px solid #025F08;
	border-left: 1px solid #17911E;
	border-right: 1px solid #025F08;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.meeting_btn_remove {
    background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.meeting_btn_ntr {
    background-color: #5A5A5A;
	border-top: 1px solid #6F6F6F;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #6F6F6F;
	border-right: 1px solid #484848;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.user_td_header {
	background-color: #E5E5E5;
    font-weight: bold;
   	padding: 3px;
}
.user_td_row {
	background-color: #F7F7F7;
   	padding: 3px;
}

.user_btn_save {
    background-color: #077C0E;
	border-top: 1px solid #17911E;
	border-bottom: 1px solid #025F08;
	border-left: 1px solid #17911E;
	border-right: 1px solid #025F08;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.user_btn_remove {
    background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.user_btn_prev {
    background-color: #5A5A5A;
	border-top: 1px solid #6F6F6F;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #6F6F6F;
	border-right: 1px solid #484848;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}



.meeting_stat th   { font-weight: normal; text-align: left; }
.meeting_stat div  { background: #077C0E; height: 1em; }
.meeting_beam      { width: 20em;}
.meeting_stat th + td { text-align: right; }



.banner_text {
height: 10em; 
width: 20em;
padding: 0px;
border: 1px solid #999;
}

#banner_add label {
display:block;
margin-top: .5em; 
}

#banner_edit a img {
margin-top: 2em; 
}

h2.banner_seltype {
margin-bottom: 1em;
}

div.text_banner {
margin-bottom: 1em;
margin-top: 20px;
border: 1px solid #E0E0E0;
background-color: #F3F3F3;
}

.text_banner_e {
width: 150px;
border: 1px solid #333;

}

#banners div.text_banner a h2, .text_banner_e a h2 {
font-size: 12px;
color: #fff;
background: #666;
text-align: center;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
text-decoration: none;
}

#banners div.text_banner a p, .text_banner_e a p {
font-size: 75%;
margin: 8px 1px 8px 1px;
text-decoration: none;
text-align: center;
}

#banners {
margin-top: 20px;
width: 164px;
padding: 0;
}

#banners a {
 text-decoration: none;
}

#banners a img {
 margin: 0;
 padding: 0;
 border: 0;
}

table.registration{
	
	
}	

table.registration th{
background-color:#0F5795;
color:#fff;
font-size:100%;
	
}	

table.registration td{
background-color:#E8E8EB;	
font-size:90%;
	
}	

