/* start main */

BODY {
	color: Black;
	background-color: White;
	font-family: Verdana,  Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	margin: 4px 0px 0px 0px;
}

TABLE {
	border: 0px;
}
TR.white {
	background-color: #FFFFFF;
	color: Black;
}
TR.grey {
	background-color: #C0C0C0;
	color: Black;
}
TR.required {
	background-color: #C0C0C0;
	color: Black;
	font-weight: bold;
}
TD {
	font-size: 13px;
}

INPUT {
	font-size: 12px;
}
TEXTAREA {
	font-size: 12px;
}
SELECT {
	font-size: 12px;
}
RADIO {
	font-size: 12px;
}

A {
	color: #99B561;
	text-decoration: none;
}
A:HOVER {
   color: Black;
	text-decoration: underline;	
}

.loginform {
	background-color: #08246B;
}

.loginform A {
	color: #FFFFFF;
}

.loginform A:hover {
	color: #FFFFFF;
}

.loginform TD {
	padding: 2px;
	color: #FFFFFF;
}

/* end main */

/* start block */

.block {
	padding: 2px;
}
.block TR.heading TD {
	color: White;
	font-size: 12px;
	font-weight: bold;
	background-color: #99B561;
}
.block TD {
	background-color: #C0C0C0;
}
.block A {
	color: Black;
	font-size: 10px;
}

/* end block */

/* start shop */

.shop {
	padding: 2px;
}
.shop TD.heading {
	color: Black;
	font-size: 18px;
	font-weight: bold;
}
.shop TR.row_header TD {
	font-weight: bold;	
	font-size: 13px;
}
.shop TR.row_header_grey TD {
	font-weight: bold;	
	font-size: 13px;
	background-color: #C0C0C0;
	padding: 2px;
}
.shop A {
	color: Black;
	font-size: 13px;
}
.shop TD {
	color: Black;
	font-size: 13px;		
}

/* end shop */

/* start special */

.title A  {
	font-size: 18px;
	font-weight: bold;
	color: Black;
}

TD.info_owner  {
	color: White;
	background-color: #99B561;
	font-size: 10px;
	padding: 2px;
}
TD.info_owner A {
	color: White;
}
TD.info_owner A:Hover {
	color: White;
}

/* end special */

/* start form */

.form TD {
	font-size: 11;
}
.form TD.valign_top {
	font-size: 11;
	vertical-align: top;
}
.form TD.heading {
	font-size: 18;
	font-weight: bold;
}
.form TR.form_required INPUT {
	background-color: #C0C0C0;
}
.form TR.form_required SELECT {
	background-color: #C0C0C0;
}
.form TR.form_required RADIO {
	background-color: #C0C0C0;
}

/* end form */

/* start webfront_user */

.webfront_user TD {
	font-size: 11;
}
.webfront_user TD.valign_top {
	font-size: 11;
	vertical-align: top;
}
.webfront_user TD.heading_group {
	color: white;
	font-size: 15;
	font-weight: bold;
	padding: 2px 0px 4px 2px;
	background-color: #99B561;
}
.webfront_user TD.heading {
	font-size: 18;
	font-weight: bold;
}
.webfront_user TR TEXTAREA {
	font-size: 11;
}
.webfront_user TR SELECT {
	font-size: 11;
}
.webfront_user TR RADIO {
	font-size: 11;
}
.webfront_user TR INPUT {
	font-size: 11;
}
.webfront_user TR.form_required INPUT {
	background-color: #C0C0C0;
}
.webfront_user TR.form_required TEXTAREA {
	background-color: #C0C0C0;
}
.webfront_user TR.form_required SELECT {
	background-color: #C0C0C0;
}
.webfront_user TR.form_required RADIO {
	background-color: #C0C0C0;
}
.webfront_user TR.message TD {
	background-color: #C0C0C0;
	padding: 10px 0px 10px 0px;
}
/* end webfront_user */

/* start newsletter */
.newsletter TD {
	font-size: 11;
}
.newsletter TD.valign_top {
	font-size: 11;
	vertical-align: top;
}
.newsletter TD.heading_group {
	color: white;
	font-size: 15;
	font-weight: bold;
	padding: 2px 0px 4px 2px;
	background-color: #99B561;
}
.newsletter TD.heading {
	font-size: 18;
	font-weight: bold;
}
.newsletter TR TEXTAREA {
	font-size: 11;
}
.newsletter TR SELECT {
	font-size: 11;
}
.newsletter TR RADIO {
	font-size: 11;
}
.newsletter TR INPUT {
	font-size: 11;
}
.newsletter TR.form_required INPUT {
	background-color: #C0C0C0;
}
.newsletter TR.form_required TEXTAREA {
	background-color: #C0C0C0;
}
.newsletter TR.form_required SELECT {
	background-color: #C0C0C0;
}
.newsletter TR.form_required RADIO {
	background-color: #C0C0C0;
}
.newsletter TR.message TD {
	background-color: #C0C0C0;
	padding: 10px 0px 10px 0px;
}
/* end newsletter */

/* start gallery */

.gallery TD {
	color: Black;
	font-size: 11;
}
.gallery TD.image_name {
	font-size: 18;
}
.gallery TD.heading A {
	color: Black;
	font-size: 28;
	font-weight: bold;
}
.gallery TD.link_item A {
	color: Black;
	padding: 3px;
}

/* end gallery */

/* start media */

.media TD {
	font-size: 12px;
}
.media TR.heading  {
	padding: 2px;
	background-color: #99B561;
}
.media TR.heading {
	color: White;
	font-weight: bold;
}

/* end media */

/* start link */

.link A {
	color: Black;
}
.link A:Hover {
	color: Blue;
}
.link TD {
	font-size: 11;
}
.link TD.valign_top {
	font-size: 11;
	vertical-align: top;
}
.link TD.base_name A {
	font-size: 14;
	font-weight: bold;
	color: Black;
}
.link TD.category_heading {
   color: White;
	font-size: 12;
	font-weight: bold;
	padding: 2px;
	background-color: #99B561;
}
.link TD.category_link A {
	font-size: 11;
	padding-right: 80px;	
}
.link TD.link_heading {
   color: White;
	font-size: 12;
	font-weight: bold;
	padding: 2px;
	background-color: #99B561;
}
.link TD.link_item {
	padding-bottom: 8px;
}
.link TD.link_item A {
	1color: Blue;
	font-size: 12;
	font-weight: bold;
}

/* end link */

/* start menu */

.menu_1 {
	font-variant: small-caps; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 13px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-align: left; 
	text-transform: uppercase; 
	border-bottom: medium none black
}
.menu_1 TD {
	font-size: 12px;
}
.menu_1 TD.stage0 {
	color: black; 
}
.menu_1 TD.stage0 A {
	color: black; 
}
.menu_1 TD.stage0_active {
	color: black; 
}
.menu_1 TD.stage0_active A {
	color: black; 
}
.menu_1 TD.stage1 {
	color: black; 
}
.menu_1 TD.stage1 A {
	color: black; 
}
.menu_1 TD.stage2 {
	color: black; 
}
.menu_1 TD.stage2 A {
	color: Black;
}


/* end menu */

/* start section */

.section span.runninghead {
	color: #c0c0c0;
}
.section span.date {
	color: #c0c0c0;
}
.section TD {
	font-size: 12px;
}
.section TD A.title {
	color: Black;
	font-weight: bold;
	font-size: 13px;
}
.section TD A.readmore_url {
	text-decoration: underline;	
}
.section TD A.readmore_url:Hover {
	text-decoration: none;	
}
.section TD A.section_link {
	text-decoration: underline;	
}
.section TD A.section_link:Hover {
	text-decoration: none;	
}

/* end section */

/* start section_path */

.section_path {
	padding: 2px;
}
.section_path TD {
	color: White;
	font-size: 10px;	
}
.section_path A {
	color: White;
	font-size: 10px;
}
.section_path A:Hover {
	color: White;
	font-size: 10px;
}

/* end section_path */

/* start article */

.article TD {
	font-size: 12px;
}
.article TD.runninghead {
	color: #c0c0c0;
}
.article TD.title {
	color: Black;
	font-weight: bold;
	font-size: 17px;
}
.article TD.relation_title {
	color: White;
	padding: 2px;
	font-weight: bold;
	background-color: #99B561;
}
.article TD.text1 {
	font-weight: bold;
}
.article TD.article_date {
	font-size: 12px;
	color: #c0c0c0;	
}
.article TD.article_author {
	font-size: 12px;
	color: #c0c0c0;	
}
.article TD.article_author A {
	font-size: 12px;
	color: #c0c0c0;	
}
.article TD.article_source {
	font-size: 12px;
	color: #c0c0c0;	
}
.article TD.article_source A {
	font-size: 12px;
	color: #c0c0c0;	
}
.article TD.action A {
	font-size: 12px;
	color: #c0c0c0;
}

/* end article */

/* start article_overview */

.article_overview A {
	color: Black;
}
.article_overview A:Hover {
	color: Blue;
}
.article_overview TD {
	font-size: 11;
}
.article_overview TD.valign_top {
	font-size: 11;
	vertical-align: top;
}
.article_overview TD.heading A {
	font-size: 14;
	font-weight: bold;
	color: Black;
}
.article_overview TD.section_heading {
   	color: White;
	font-size: 12;
	font-weight: bold;
	padding: 2px;
	background-color: #99B561;
}
.article_overview TD.section_link A {
	font-size: 11;
  	padding-right: 50px;
}
.article_overview TD.article_heading {
  	color: White;
	font-size: 12;
	font-weight: bold;
	padding: 2px;
	background-color: #99B561;
}
.article_overview TD.article_item {
	padding-bottom: 8px;
}
.article_overview TD.article_item A {
	1color: Blue;
	font-size: 12;
	font-weight: bold;
}

/* end article_overview */


/* start agenda */

.agenda TD {
	font-family: Verdana;
	font-size: 10px;
}
.agenda TD.heading {
	font-weight: bold;
	font-size: 18px;
}
.agenda TD.heading A {
	font-weight: bold;
	font-size: 18px;
	color: black;
}
.agenda TD.option_heading {
	font-weight: bold;
}
.agenda TD.search_heading {
	font-weight: bold;
}
.agenda TD.activity_heading {
	font-weight: bold;	
	font-size: 13px;
	background-color: #99B561;
	color: white;	
}
.agenda TD.activity_heading A {
	color: white;	
}
.agenda.activity TD {
	background-color: #E5E4E3;
}
.agenda.activity TD.item_head {
	font-weight: bold;
}
.agenda.activity_relation TD {
	border-bottom: 0px;
	background-color: #FFFFFF;
}

.agenda.activity_relation TD.heading {
	font-size: 12px;
	background-color: #99B561;
	color: white;
	padding: 2px;
}

.calender {
	border: 1px solid #E5E4E3;
	text-align: center;
}
.calender TD {
	font-family: Verdana;
	font-size: 10px;
	padding: 2px;
}
.calender A {
	color: black;
}
.calender.calenderHeader {
	border-bottom: 1px solid #E5E4E3;
	font-weight: bold;
	text-align: center;	
}
.calender.calenderToday {
	font-family: Verdana;
	border: 1px solid #FF0000;
	text-align: center;	
}
.calender.calenderTodayActive {
	font-family: Verdana;
	border: 1px solid #FF0000;
	text-align: center;
}
.calender.calenderTodayActive A {
	text-decoration: underline;
}
.calender.calenderActive {
	border: 1px solid #E5E4E3;
	font-family: Verdana;
	text-align: center;
}
.calender.calenderActive A {
	text-decoration: underline;
}

/* end agenda */

