/***********************************************/
/* compusoft_styles.css                        */
/* www.compusoftgroup.com                      */
/* copyright - www.instance.be                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial, sans-serif;
	line-height: 130%;
	background-color: #66674E;
	color: #4C4C4C;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
}

p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

strong{
	color: #333333;
}

form{
	padding-top: 6px;
	padding-bottom: 8px;
	margin: 0px;
}

label{
	font: bold 1em;
}
				
input{
	font-family: Arial,sans-serif;
}


/***********************************************/
/* hyperlink styles                            */
/***********************************************/

a:link{
	color: #003333;
	text-decoration: underline;
}

a:visited{
	color: #003333;
	text-decoration: underline;
}

a:hover{
	color: #4F4F00;
	text-decoration: underline;
}

a:active{
	text-decoration: underline;
}


/***********************************************/
/* header tag styles                           */
/***********************************************/

h1{
	color: #003333;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	line-height: normal;
}

h2{
	color: #66674E;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.4em;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
	line-height: normal;
}

h3{
	color: #6A8F00;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.8em;
	margin-left: 0px;
	line-height: normal;
}

h4{
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 0px;
	line-height: normal;
}

h5{
	color: #003333;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
	line-height: normal;
}


/***********************************************/
/* list tag styles                             */
/***********************************************/

ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}


/***********************************************/
/* main layout divs                            */
/***********************************************/

#pageCell{
	position: relative;
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#pageTop{
	position: relative;
	width: 908px;
	height: 28px;
	background-image: url(../../images/pageTopBarr.gif);
	background-repeat: no-repeat;
}

#pageBg{
	position: relative;
	width: 908px;
	background-image: url(../../images/pageContentBg.jpg);
	background-repeat: repeat-y;
}

#pageHeader{
	color: #999999;
	height: 135px;
}

#pageContent{
	position:relative;
	width:900px;
	background-color: #FFFFFF;
}

#pageCredits{
	clear: both;
	border-top: 1px solid #ccd2d2;
	font-size: 0.8em;
	padding: 2px 0px 6px 0px;
}

#pageBottom{
	position:relative;
	width:908px;
	background-image: url(../../images/pageBottomshadow.jpg);
	background-repeat: no-repeat;
	height: 10px;
	padding-bottom: 0px;
}

#pageFooter{
	position:relative;
	width:908px;
	padding-bottom: 40px;
	margin-top:-2px;
}


/***********************************************/
/* top navigation styles                       */
/***********************************************/

#navTop{
	position: relative;
	width: 900px;
	height: 50px;
}

#navTopFloat{
	float: right;
	top: 0px;
	right: 0px;
	position: absolute;
}
.navTopBtn{
	color: #FFFFFF;
	margin-left: 1px;
	float: left;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	background-image: url(../../images/bttn_bg.jpg);
	float: left;
}

.navTopBtnSelect{
	float: left;
	color: #FFFFFF;
	margin-left: 1px;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	background-color:#565845;
	float: left;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
/** html .navTopBtnSelect {
 	display:block;
  }
  * html .navTopBtn {
 	display:block;
  }*/
/* End hide from IE5/mac */

.navTopBtnSelect a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.navTopBtnSelect a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.navTopBtnSelect a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.menuTopItemSelected
{
	color: #FFFFFF;
	font-size: 2em;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-left: 1px;
}

.menuTopItem{
	color: #FFFFFF;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-left: 1px;
}

.menuTopItem a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.menuTopItem a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.menuTopItem a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.navTopBtn a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.navTopBtn a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.navTopBtn a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.navTopBtn a:active{
	color: #FFFFFF;
	text-decoration: none;
}


/***********************************************/
/* left navigation styles                      */
/***********************************************/

#navLeft{
	position: relative;
	float: left;
	width: 200px;
}

.navLeftImage{
	padding-bottom: 1px;
}

.navLeftSection{
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 0.9em;
	background-color: #565845;
	margin-bottom: 2px;
}

.navLeftBtn a
{
	background-image: url(../../images/bttn_bg.jpg);
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 1px;
	display:block;
	width:179px;
}

.navLeftBtnSelect a{
	background-color:#565845;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 1px;
	display:block;
	width:179px;
}

.navLeftBtnTop a{
	background-color:#565845;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 2px;
	display:block;
	width:179px;
	background-image: url(../../images/navTopArrow.gif);
	background-repeat: no-repeat;
}

.navLeftBtnTop a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.navLeftBtnTop a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.navLeftBtnTop a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.navLeftBtnSelect a:link{
	color: #FFFFFF;
	text-decoration: underline;
}

.navLeftBtnSelect a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.navLeftBtnSelect a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.navLeftBtn a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.navLeftBtn a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.navLeftBtn a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.navLeftBtn a:active{
	color: #FFFFFF;
	text-decoration: none;
}


/***********************************************/
/* language styles                             */
/***********************************************/

#headerCountryLanguage{
	position: relative;
	width: 50%;
	color: #03352C;
	vertical-align: text-top;
	padding-top: 7px;
	font-size: 1em;
}

#headerCountryLanguage Img{
	margin-right: 8px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #4F6A00;
	border-bottom-color: #4F6A00;
	float: left;
	margin-left: 16px;
}

.navLeftLanguage{
	color: #003333;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	background-color: #86B300;
	line-height: 1.8em;
}

.languageJumpMenu{
	background-color: #FFFFFF;
	font-size: 1em;
	width: 165px;
}


/***********************************************/
/* content id                                  */
/***********************************************/

#contentCell{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 662px;
	float: right;
}

#breadCrumb{
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	padding-right: 15px;
}

#contentBox{
	position: relative;
	width: 662px;
}

#contentPaneLeft{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 475px;
	float: left;	
}

#contentPaneRight{
	font-size: 0.9em;
	line-height: 120%; 
	font-style: italic;
	color: #003333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-right: 10px;
	width: 150px;
	float: right;
}

/*Added by CAB*/
#contentPaneLeftRight{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 625px;
	float: left;	
}

.searchCatalog
{
	font-size: 1.0em;
	font-style: normal;
}
.searchCatalogButton
{
	font-size: 1.2em;
	font-style: normal;
}

#contentPane {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 640px;
}



/***********************************************/
/* quotes / banner styles                      */
/***********************************************/

.quoteLeft{
	color: #003333;
	font-weight: bold;
	font-size: 1.1em;
	background-repeat: no-repeat;
	font-style: italic;
	border: thin solid #CCD2D2;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 30px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1.25em;
}


/***********************************************/
/* contentBox styles                           */
/***********************************************/

.contBox1Col{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
}

.contBox1Col a:link{
	color: #003333;
	text-decoration: underline;
}

.contBox1Col a:visited{
	color: #003333;
	text-decoration: underline;
}

.contBox1Col a:hover{
	text-decoration: underline;
	color: #4F4F00;
}

.contBox1Col a:active{
	color: #003333;
	text-decoration: underline;
}

.contBoxHighlight{
	background-color: #D3DCCA;
	color: #003333;
	margin-bottom: 12px;
	padding: 12px;
}

.capsule{
	display:block;
	padding-bottom: 5px;
	font-weight: bolder;
}

td.contBoxLeft{
	padding-right: 12px;
}


/***********************************************/
/* Address styles                              */
/***********************************************/
.pageFooterDetails{
	font-size: 0.8em;
	color: #CCC9B7;
	text-align: left;
}
.pageFooterDetails a:link
{
	color: #CCC9B7;
}
.pageFooterDetails a:visited
{
	color: #CCC9B7;
}
.pageFooterDetails a:hover
{
	color: #CCC9B7;
}
.address{
	font-size: 1.1em;
	text-align: center;
	color:#003333;
}


/***********************************************/
/* HOMEPAGE layout divs                        */
/***********************************************/

#homeNavTop{
	position: relative;
	width: 900px;
	height: 35px;
}

#homeLeftCell
{	
	position: relative;
	width: 225px;
	float: left;
	background-color: #86B300;
	margin-top: 25px;
}

#homeCenterCell{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 410px;
	float: left;
}

#homeRightCell{
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 200px;
	margin-left: 655px;
	margin-top: 25px;
}

/***********************************************/
/* HOMEPAGE content divs                       */
/***********************************************/

.homeCountryManager{
	margin-bottom: 20px;
	padding-left: 16px;
}
.homeCountryManagerText
{
	padding-top: 40px;
	color:#003333;
	font-size:16px;
	font-weight:bold;
	line-height: 20px;
}
.homeCountryManagerTextUndef
{
	
	padding-top: 60px;
	color:#003333;
	font-size:16px;
	font-weight:bold;
	line-height: 20px;
	margin-left: 0px;
}
.homeCountryManagerTextSub
{
	padding-top: 15px;
	color:#003333;
	font-size:14px;
}
.homeCountryManagerTextSubFunction
{
	color:#003333;
	font-size:12px;
}

/***********************************************/
/* News & events content divs                  */
/***********************************************/

.newsBox{
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-color: #FFFFFF;
	color: #003333;
	font-size: 0.9em;
	line-height: 1.2em;
	border: 1px solid #86B300;
	margin-top: 25px;
}

.newsBox a:link{
	color: #003333;
	text-decoration: underline;
}

.newsBox a:visited{
	color: #003333;
	text-decoration: underline;
}

.newsBox a:hover{
	text-decoration: underline;
	color: #4F4F00;
}

.newsBox a:active{
	color: #003333;
	text-decoration: underline;
}

.newsBox h3{
	color: #003333;
	padding-bottom: 3px;
}

.newsItem{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86B300;
	padding-bottom: 5px;
	line-height:140%;
}

.newsBoxDate{
	color: #FFFFFF;
	font-weight: normal;
	background-color: #709700;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 0.9em;
	width:58px;
	text-align:center;
}
.eventsBox{
	background-color: #FFFFFF;
	color: #003333;
	font-size: 0.9em;
	line-height: 1.2em;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	border: 1px solid #86B300;
	margin-top: 25px;
}

.eventsBox a:link{
	color: #003333;
	text-decoration: underline;
}

.eventsBox a:visited{
	color: #003333;
	text-decoration: underline;
}

.eventsBox a:hover{
	text-decoration: underline;
	color: #4F4F00;
}

.eventsBox a:active{
	color: #003333;
	text-decoration: underline;
}


.eventsBox h3{
	color: #003333;
	padding-bottom: 3px;
}

.eventsBox p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86B300;
	padding-bottom: 5px;
	line-height:140%;
}

.eventsBoxDate{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #003333;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 0.9em;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 1px;
}

.newsReadMoreBox{
	color: #003333;
	font-size: 0.9em;
	padding-top: 3px;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-left: 16px;
	background-color: #86B300;
}

.newsReadMoreText{
	color: #003333;
	font-size: 0.9em;
	background-image: url(../../images/doubleArrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: bold;
}

.newsReadMoreText  a:link{
	color: #003333;
	text-decoration: underline;
}

.newsReadMoreText  a:visited{
	color: #003333;
	text-decoration: underline;
}

.newsReadMoreText  a:hover{
	color: #4F4F00;
	text-decoration: underline;
}

.eventsReadMoreBox{
	background-color: #86B300;
	color: #003333;
	font-size: 0.9em;
	padding-top: 3px;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-left: 16px;
	margin-bottom: 25px;
}

.eventsReadMoreText{
	color: #003333;
	font-size: 0.9em;
	background-image: url(../../images/doubleArrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: bold;
}

.eventsReadMoreText  a:link{
	color: #003333;
	text-decoration: underline;
}

.eventsReadMoreText  a:visited{
	color: #003333;
	text-decoration: underline;
}

.eventsReadMoreText  a:hover{
	color: #4F4F00;
	text-decoration: underline;
}


/***********************************************/
/* KEEP, DO NOT TRASH                          */
/***********************************************/

.contBox2Col p{
	padding: 0px 0px 10px 0px;
}

.clearer{
	clear: both;
	line-height: 0;
	height: 0;
	}
	
.contBox2Col{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
/* ATTENTION: INSERT THE FOLLOWING CODE BEFORE THE CLOSING </DIV>  <br style="clear:left;"> */
}

.contColLeft{
	width: 300px;
	padding-right: 15px;
	float: left;
}

.contColRight{
	padding-right: 15px;
	float: right;
	width: 290px;
}

.homeNewsBox{
	background-color: #D3DCCA;
	color: #003333;
	font-size: 0.9em;
	line-height: 1.2em;
	background-image: url(../../images/ditherCornerGrey.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
}

.homeNewsBox a:link{
	color: #003333;
	text-decoration: underline;
}

.homeNewsBox a:visited{
	color: #003333;
	text-decoration: underline;
}

.homeNewsBox a:hover{
	text-decoration: underline;
	color: #4F4F00;
}

.homeNewsBox h3{
	color: #003333;
	padding-bottom: 3px;
}

.homeNewsBox p{
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
}

.homeNewsBoxDate{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #86B300;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 0.9em;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 1px;
}

.homeReadMoreBox{
	background-color: #BAC4B5;
	color: #003333;
	font-size: 0.9em;
	padding-top: 3px;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-left: 16px;
}

.homeReadMoreText{
	background-color: #BAC4B5;
	color: #003333;
	font-size: 0.9em;
	background-image: url(../../images/doubleArrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: bold;
}

.homeReadMoreText  a:link{
	color: #003333;
	text-decoration: underline;
}

.homeReadMoreText  a:visited{
	color: #003333;
	text-decoration: underline;
}

.homeReadMoreText  a:hover{
	color: #4F4F00;
	text-decoration: underline;
}

.contBoxHighlight a:link{
	color: #003333;
	text-decoration: underline;
}

.contBoxHighlight a:visited{
	color: #003333;
	text-decoration: underline;
}

.contBoxHighlight a:hover{
	color: #4F4F00;
	text-decoration: underline;
}

.catalogsTable td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86B300;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-size: 0.8em;
}

.alphabet
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86B300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #86B300;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-size: 0.8em;
	background-color:#D3DCCA;
}

.nextPrev
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86B300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #86B300;
	vertical-align: top;
	font-size: 0.8em;
	background-color:#D3DCCA;
}

.catalogsTableHead{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: top;
	background-color: #86B300;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
}

#pageContCellLeft{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	width: 442px;
}

#pageContCellRight{
	width: 180px;
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;

}

#contentFooter{
	clear: both;
	position: relative;
}

.catalogSearch{
	background-color: #D3DCCA;
	color: #003333;
	margin-bottom: 12px;
	padding: 8px;
	font-size: 0.9em;
	border: 1px solid #003333;
}

.alphabetJumpMenu{
	background-color: #FFFFFF;
	font-size: 0.9em;
}

.newsletterBox{
	background-color: #B0D24D;
	color: #003333;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 0.9em;
}

.newsletterBox h3{
	color: #003333;
}

.newsList{
	color: #003333;
	font-size: 0.9em;
	line-height: 1.2em;
}

.newsListItem{
	background-color: #D3DCCA;
	padding: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-left-style: solid;
	border-top-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
	border-top-style: solid;
	border-bottom-style: solid;
	line-height:140%;
}
.newsListItemNew{
	background-color: #D3DCCA;
	line-height:140%;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #86B300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #86B300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86B300;
	width:72px;
}
.newsListItem2{
	background-color: #D3DCCA;
	padding-left: 3px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	line-height:140%;
	width:363px;
}
.newsListItem2New{
	background-color: #D3DCCA;
	line-height:140%;
	padding-left: 2px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #86B300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #86B300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86B300;
	width:369px;
}

.eventsList{
	color: #003333;
	font-size: 0.9em;
	line-height: 1.2em;
}


.eventsListitem{
	background-color: #D3DCCA;
	padding: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-left-style: solid;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	width:436px;
	line-height:140%;
}

.eventsListitemNew{
	background-color: #D3DCCA;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #86B300;
	width:449px;
	line-height:140%;
}

hr{
	color: #CCCCCC;
}

.newsletterNext{
	background-color: #FFFFFF;
	color: #003333;
	margin-bottom: 12px;
	padding: 4px;
	font-size: 0.9em;
	border: 1px solid #003333;
}

.newslettArtReadMore{
	background-color: #86B300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86B300;
	margin: 1px;
}

.featureListTitle{
	font-weight: bold;
	background-image: url(../../images/list_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 6px;
}

.contFeatureList{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 2px;
	width: 440px;
	float: left;
}

.contFeatureListImage{
	padding-top: 0px;
	padding-bottom: 12px;
	float: right;
	top: 0px;
}

.contFeatureListLine{
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 15px;
}

.featureDetailImage{
	position: relative;
	align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.systemListTitle{
	font-weight: bold;
	background-image: url(../../images/list_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 6px;
	color: #003333;
}

.systemTable td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003333;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 6px;
	font-size: 0.9em;
}

.systemTableHead{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: top;
	background-color: #86B300;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: bold;
	color: #003333;
}

.trainingRow
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #86B300;
}

.trainingTable td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86B300;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-size: 0.9em;
}

.trainingTableNew td{
	vertical-align: top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 0.9em;
}

.trainingGroupTable tr{
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 2px solid #565845;
	background-color: #D3DCCA;
	font-weight: bold;
	margin-bottom: 5px;
}

.trainGroupList{
	color: #003333;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}

.trainGroupList p{
	background-color: #D3DCCA;
	padding: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}

.jobsTableHead{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: top;
	background-color: #D3DCCA;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
	color: #003333;
}

.jobsTable td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86B300;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 0.9em;
}
/***********************************************/
/* Winner                                      */
/***********************************************/
.systemReqContent
{
	width:550px;
}
.downloadDiv
{
	background-color:#86B300;
}
.downloadDivContent
{
	padding:4px;
}
/***********************************************/
/* Contact                                     */
/***********************************************/
.contactRow
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-bottom-color: #86B300;
	border-top-color: #86B300;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #A2AB9A;
	border-top-color: #A2AB9A;
}
.button {
    padding: 0 .25em;
    width: auto;
    overflow:visible;
    font-size:12px;
}
 
/***********************************************/
/* Training                                    */
/***********************************************/
.contentPanel
{
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A8F00;
}
/***********************************************/
/* Investor                                    */
/***********************************************/
.tblInvestorLeft
{
	width:210px;
}
.tblInvestor
{
	width:210px;
}
/***********************************************/
/* Image Galllery                              */
/***********************************************/
#flashcontent
{
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
}
/***********************************************/
/* Contact                                     */
/***********************************************/
.gender
{
	width:110px;
}
.geslacht{
	padding-top:5px;
	vertical-align:top;
}
.geslachtDiv{
	position:relative;
	left:-15px;
}
.worldwide
{
	position:relative;
	top:-136px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:15px;
}
/***********************************************/
/* CountryMenu                                 */
/***********************************************/
.menuTop
{
	background-color:#565746;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:white;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:white;
	height:18px;
	color:White;
	padding-left:18px;
	padding-top:4px;
	font-size:11px;
	margin-top:18px;
	font-weight:bold;
}
.menuBottom
{
	border-top-style:solid;
	background-color: #86B300;
	border-top-width:2px;
	border-top-color:white;
	color:White;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:11px;
}

.menuNewLeft a:link
{
	color:White;
	text-decoration:none;
}
.menuNewLeft a:visited
{
	color:White;
	text-decoration:none;
}
.menuNewLeft a:hover
{
	color:White;
	text-decoration:underline;
}
/*-----------Menu---------------*/
.TopMenuNew ul.AspNet-Menu /* Tier 1 */
{
    /*width: 20em;*/ /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.TopMenuNew ul.AspNet-Menu ul  /* Tier 2 */
{
  /*  width: 6em;*/
    top: 100%;
    left: 0;
}

.TopMenuNew ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}

.TopMenuNew li /* all list items */
{
   /* width: 6em;*/
	background-image: url(../../images/bttn_bg.jpg);
	margin-left: 1px;
}

.TopMenuNew li:hover, /* list items being hovered over */
.TopMenuNew li.AspNet-Menu-Hover
{
    /*background: Black;*/
}

.TopMenuNew a, /* all anchors and spans (nodes with no link) */
.TopMenuNew span
{
	color: #FFFFFF;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

.TopMenuNew li.AspNet-Menu-Leaf a, /* leaves */
.TopMenuNew li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.TopMenuNew li:hover a, /* hovered text */
.TopMenuNew li:hover span,
.TopMenuNew li.AspNet-Menu-Hover a,
.TopMenuNew li.AspNet-Menu-Hover span,
.TopMenuNew li:hover li:hover a,
.TopMenuNew li:hover li:hover span,
.TopMenuNew li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.TopMenuNew li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.TopMenuNew li:hover li:hover li:hover a,
.TopMenuNew li:hover li:hover li:hover span,
.TopMenuNew li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.TopMenuNew li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
	text-decoration:underline;
    /*color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;*/
}

.TopMenuNew li:hover li a, /* the tier above this one is hovered */
.TopMenuNew li:hover li span,
.TopMenuNew li.AspNet-Menu-Hover li a,
.TopMenuNew li.AspNet-Menu-Hover li span,
.TopMenuNew li:hover li:hover li a,
.TopMenuNew li:hover li:hover li span,
.TopMenuNew li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.TopMenuNew li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
   /* color: Black;
    background: transparent url(arrowRight.gif) right center no-repeat;*/
}

.TopMenuNew .AspNet-Menu-Selected /* this tier is selected */
{
	background-color: #565845;
}

.TopMenuNew .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
	background-color: #565845;
}

.TopMenuNew .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	background-color: #565845;
}
.TopMenuNew a:link
{
	color:White;
	text-decoration:none;
}
.TopMenuNew a:visited
{
	color:White;
	text-decoration:none;
}
.TopMenuNew a:hover
{
	color:White;
	text-decoration:underline;
}


.LeftMenuNew ul.AspNet-Menu /* Tier 1 */
{
	width: 200px;
    /*width: 20em;*/ /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.LeftMenuNew ul.AspNet-Menu ul  /* Tier 2 */
{
  /*  width: 6em;*/
    top: 100%;
    left: 0;
}

.LeftMenuNew ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}

.LeftMenuNew li /* all list items */
{
   /* width: 6em;*/
	margin-bottom: 1px;
	background-image: url(../../images/bttn_bg.jpg);
}

.LeftMenuNew li:hover, /* list items being hovered over */
.LeftMenuNew li.AspNet-Menu-Hover
{
    /*background: Black;*/
}

.LeftMenuNew a, /* all anchors and spans (nodes with no link) */
.LeftMenuNew span
{
	color: #FFFFFF;
	font-size: 0.9em;
	padding-top: 4px;
	padding-left: 12px;
	font-weight: bold;
	padding-bottom: 4px;
}

.LeftMenuNew li.AspNet-Menu-Leaf a, /* leaves */
.LeftMenuNew li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.LeftMenuNew li:hover a, /* hovered text */
.LeftMenuNew li:hover span,
.LeftMenuNew li.AspNet-Menu-Hover a,
.LeftMenuNew li.AspNet-Menu-Hover span,
.LeftMenuNew li:hover li:hover a,
.LeftMenuNew li:hover li:hover span,
.LeftMenuNew li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LeftMenuNew li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.LeftMenuNew li:hover li:hover li:hover a,
.LeftMenuNew li:hover li:hover li:hover span,
.LeftMenuNew li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LeftMenuNew li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
	text-decoration:underline;
    /*color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;*/
}

.LeftMenuNew li:hover li a, /* the tier above this one is hovered */
.LeftMenuNew li:hover li span,
.LeftMenuNew li.AspNet-Menu-Hover li a,
.LeftMenuNew li.AspNet-Menu-Hover li span,
.LeftMenuNew li:hover li:hover li a,
.LeftMenuNew li:hover li:hover li span,
.LeftMenuNew li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.LeftMenuNew li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{

}

.LeftMenuNew .AspNet-Menu-Selected /* this tier is selected */
{
	background-color: #565845;
}

.LeftMenuNew .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
	background-color: #565845;
}

.LeftMenuNew .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	background-color: #565845;
}
.LeftMenuNew a:link
{
	color:White;
	text-decoration:none;
}
.LeftMenuNew a:visited
{
	color:White;
	text-decoration:none;
}
.LeftMenuNew a:hover
{
	color:White;
	text-decoration:underline;
}







.LeftMenuNewHeader ul.AspNet-Menu /* Tier 1 */
{
	width: 200px;
    /*width: 20em;*/ /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.LeftMenuNewHeader ul.AspNet-Menu ul  /* Tier 2 */
{
  /*  width: 6em;*/
    top: 100%;
    left: 0;
}

.LeftMenuNewHeader ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
}

.LeftMenuNewHeader li /* all list items */
{
   /* width: 6em;*/
	background-color:#565845;
	margin-bottom: 2px;
	color:White;
	
}

.LeftMenuNewHeader li:hover, /* list items being hovered over */
.LeftMenuNewHeader li.AspNet-Menu-Hover
{
    /*background: Black;*/
}

.LeftMenuNewHeader a, /* all anchors and spans (nodes with no link) */
.LeftMenuNewHeader span
{
	color: #FFFFFF;
	font-size: 0.9em;
	padding-top: 4px;
	padding-left: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	text-decoration:underline;
	color:White;
}

.LeftMenuNewHeader li.AspNet-Menu-Leaf a, /* leaves */
.LeftMenuNewHeader li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.LeftMenuNewHeader li:hover a, /* hovered text */
.LeftMenuNewHeader li:hover span,
.LeftMenuNewHeader li.AspNet-Menu-Hover a,
.LeftMenuNewHeader li.AspNet-Menu-Hover span,
.LeftMenuNewHeader li:hover li:hover a,
.LeftMenuNewHeader li:hover li:hover span,
.LeftMenuNewHeader li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LeftMenuNewHeader li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.LeftMenuNewHeader li:hover li:hover li:hover a,
.LeftMenuNewHeader li:hover li:hover li:hover span,
.LeftMenuNewHeader li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.LeftMenuNewHeader li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
	text-decoration:underline;
    /*color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;*/
}

.LeftMenuNewHeader li:hover li a, /* the tier above this one is hovered */
.LeftMenuNewHeader li:hover li span,
.LeftMenuNewHeader li.AspNet-Menu-Hover li a,
.LeftMenuNewHeader li.AspNet-Menu-Hover li span,
.LeftMenuNewHeader li:hover li:hover li a,
.LeftMenuNewHeader li:hover li:hover li span,
.LeftMenuNewHeader li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.LeftMenuNewHeader li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
   /* color: Black;
    background: transparent url(arrowRight.gif) right center no-repeat;*/
}

.LeftMenuNewHeader .AspNet-Menu-Selected /* this tier is selected */
{
	background-color: #565845;
}

.LeftMenuNewHeader .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
	background-color: #565845;
}

.LeftMenuNewHeader .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	background-color: #565845;
}
.LeftMenuNewHeader a:link
{
	color:White;
	text-decoration:underline;
}
.LeftMenuNewHeader a:visited
{
	color:White;
	text-decoration:underline;
}
.LeftMenuNewHeader a:hover
{
	color:White;
	text-decoration:underline;
}














.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* When the Menu control's Orientation property is Vertical the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Vertical. */
/* Note that the example menu in this web site uses relative positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */
.PrettyMenu .AspNet-Menu-Vertical
{
    position:relative;
    top: 3em;
    left: 0;
    z-index: 300;
}

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
.PrettyMenu ul
{
    background:#7795BD;
}

/* Top tier */
.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 9em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.PrettyMenu ul.AspNet-Menu ul
{
    width: 10.5em;
    left: 8.9em;
    top: -1em;
    z-index: 400;
}

.PrettyMenu ul.AspNet-Menu ul ul
{
    width: 11.5em;
    left: 10.4em;
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
.PrettyMenu ul.AspNet-Menu li
{
    background:#7795BD url(bg_nav.gif) repeat-x;
}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
.PrettyMenu ul.AspNet-Menu li a,
.PrettyMenu ul.AspNet-Menu li span
{
    color: black;
    padding: 4px 2px 4px 8px;
    border:1px solid #648ABD;
    border-bottom: 0;
    background: transparent url(arrowRight.gif) right center no-repeat;
}

/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
.PrettyMenu ul.AspNet-Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */
.PrettyMenu ul.AspNet-Menu li:hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:#7795BD;
}

.PrettyMenu ul.AspNet-Menu li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a:hover, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: White;
}

.PrettyMenu ul.AspNet-Menu li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span,
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul a, 
.PrettyMenu ul.AspNet-Menu li:hover li:hover ul span, 
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
    color: Black;
}

/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.PrettyMenu ul.AspNet-Menu li a:hover,
.PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
    color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
    background-image: none;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.PrettyMenu .AspNet-Menu-Horizontal
{
    position:absolute;
    left: 9.5em;
    top: 0;
    z-index: 300;
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
    width: 45em;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
    width: 10.5em;
    left: 0;
    top: 100%;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    top: -0.3em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
    width: 11.5em;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    width: 9em;
    text-align:center;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
    text-align:left;
    width: 10.5em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
    width: 11.5em;
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
    margin: -1.4em 0 0 10.35em;
}
.Menu-Skin-Vertical
{
    position:relative;
    top: 3em;
    left: 0;
    z-index: 300;
}

.Menu-Skin-StaticItem
{
    background:#7795BD url(bg_nav.gif) repeat-x;
    font-size: small;
}

.Menu-Skin-DynamicHover
{
    background:#7795BD;    
}
.newsletterSeperator
{
	border-top-style:solid;
	border-top-width:1px;	
	border-top-color:#86B300;	
	margin-top:10px;
	margin-bottom:18px;
}

.MailOk{
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	background-color: #FFFFFF;
	color: #003333;
	font-size: 12px;
	line-height: 1.2em;
	border: 1px solid #86B300;
}

.buttonDefault
{
	font-size:12px;
}
.pdfTraining
{
	background-color:#86B300;	
}
.pdfTrainingTable
{
	margin-top: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #86B300;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-size: 11px;
	background-color:#D3DCCA;
	width:100%;
}

/**********************************************
AJAX Styles
Added by CAB, 2010-03-29
**********************************************/
.popupMenu 
{
	position:absolute;
	visibility:hidden;
	background-color:#AAFFFF;
	/*opacity:.9;
	filter: alpha(opacity=90);*/
}

.popupHover 
{
	/*background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;*/
	background-color:#F5F7F8;
}