/*****************************GENERAL*****************************/
body, form
{
	margin: 0px;
}
body, table
{
    font-family:Verdana;
}
.clear
{
    clear:both;
    font-size:0px;
    line-height:0px;
    height:0;
}

.hidden
{
	visibility: hidden;
	display:none;
}
a
{
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
.title
{
    font-weight:bold;
}
/*****************************MAIN*****************************/
body.standardBody
{
    text-align:center;
}
#Main
{
    text-align:left;
    width:990px;
    margin:auto;
    position:relative;
    margin-top:20px;

}
#Main .mainContainer
{
    margin:0 11px;
    
}
#Main .contentFooter
{
    background-repeat:no-repeat;
    font-size:0;
    line-height:0;
    height:10px;
    margin:0;
    position:absolute;
    bottom:-10px;
    width:990px;
    
}
#Main .mainHeader
{
    background-repeat:no-repeat;
    font-size:0;
    line-height:0;
    height:10px;
    margin:0;
    position:absolute;
    top:-10px;
    width:990px;
    left:0;
    
}
/*****************************MAIN*****************************/
h1.pageTitle
{
    font-weight:normal;
    margin:20px 0 0 0;
}
.subTitle
{
    font-weight:normal;
    margin:10px 0 0 0;
    font-style:italic;
}
/*****************************SLIDESHOW*****************************/
#Slideshow
{
    background-repeat:no-repeat;
    height:160px;
    position:relative;
}
#SlideShow .logo
{
    position:absolute;
    bottom:0;
    right:0;
    width:273px;
    height:117px;
    background-image:url(/media/logo.png);
}
/*****************************HEADER*****************************/
#Header
{
    margin:2px 0;
    padding:0 10px;
    height:20px;
}

#Header .language
{
    float:left;
    line-height:20px;
}
#Header .language a
{
    padding-right:10px;
}

#Header .utilities
{
    float:right;
    line-height:20px;
    margin:0 0 0 20px;
}
#Header .utilities a
{
    padding-left:10px;
    padding-top:2px;
}
/*****************************MENUTOP*****************************/
#MenuTop
{
    float:right;
    line-height:20px;
    position:absolute;
    right:21px;
    top:0;
    z-index:10;
}

#MenuTop a
{
    padding-left:10px;
}
/*****************************CONTENT*****************************/

#Content .zoneLeft
{
    float:left;
    width:200px;
}
#Content .zoneRight
{
    float:right;
    width:200px;
}
#Content .zoneContent
{
    float:left;
    margin:0 0 30px 10px;
    width:548px;
     height:auto!important;
    height:400px;
    min-height:400px;
}

#Content .sitepath
{
    margin-top:5px;
    font-size:80%;
    line-height:20px;
}
#Content .sitepath span
{
    font-weight:bold;
}
#Content .sitepath a
{
    padding-left:10px;
}

#Content .CMSText
{
    margin-top:20px;
}

/*****************************BASE LIST*****************************/
.BaseList
{
    list-style:none;
    margin:5px 0 0 0;
    padding:0;
}
.BaseList li
{
    margin:0 0 5px 0;
    height:auto!important;
    height:1%;
    vertical-align:bottom;
    line-height:20px;

}
.BaseList a
{
    display:block;
    line-height:20px;
    padding:0 10px;
    margin:0;
    font-weight:bold;
}
.BaseList a:hover
{
    text-decoration:none;
}
.BaseList ul
{
    margin:0;
    list-style:none;
    padding:0;
}
.BaseList li li
{
    margin:0;
    background-color:Red;
}
.BaseList li li a
{
    background-repeat:no-repeat;
    background-position:10px 5px;
    padding-left:25px;
    font-weight:normal;
}

/*****************************FOOTER*****************************/
#Footer
{
    padding:10px;
    text-align:center;
}
/*****************************BASE MODULE*****************************/
.BaseModule h2
{
    font-size:100%;
}
.BaseModule .item
{
    padding-bottom:10px;
    margin-bottom:20px;
}
.BaseModule .item .title
{
    margin-bottom:5px;
    display:block;
}
.BaseModule .item .moduleImage
{
    float:left;
    margin-right:15px;
}
.BaseModule .item .moduleImage img
{

}
.BaseModule .detailLink
{
    float:left;
    display:block;
    margin-top:5px;
    background-repeat:no-repeat;
    background-position:0 4px;
    padding-left:15px;
}
.BaseModule .title span.date
{
    display:block;
}

/*****************************Events*****************************/
#Events .calendar .calendarBox
{
    float:left;
    margin-right:15px;
}
#Events .calendar .textList
{
    float:left;        
}
#Events .calendar .time
{
    margin-bottom:10px;
}
#Events .calendar .time span
{
    font-weight:bold;
}
#Events .calendar .dates span
{
    display:block;
    font-weight:bold;
}

/*****************************Downloads*****************************/
#Downloads .detailLink
{
    float:left;
}

/*****************************JQUERY POPUP*****************************/
.ui-widget-overlay
{
    position:absolute;
    top:0;
    left:0;
    opacity:0.3;
}
.jQueryPopup .ui-dialog-titlebar
{
    height:30px;
    line-height:30px;
    font-weight:bold;
    padding-left:10px;
}

.jQueryPopup .ui-dialog-titlebar a
{
    position:absolute;
    top:5px;
    right:5px;
    text-decoration:none;
    font-weight:bold;
    padding:2px 5px;
    line-height:15px;
}

/*****************************RECOMMEND*****************************/
#Recommend
{
    padding:10px;
}
#Recommend .label
{
    float:left;
    width:150px;
}
#Recommend .form
{
    margin-left:150px;
}
#Recommend .field
{
    margin-bottom:5px;
}
#Recommend .sepparator
{
    margin:5px 0;
    height:1px;
    line-height:1px;
    
}
#Recommend .linkbutton
{
    padding-left:15px;
    background-repeat:no-repeat;
    background-position:0 3px;
}
#Recommend .messageResult
{
    text-align:center;
    padding:20px 0;
    font-weight:bold;
}

/*****************************PRINT PAGE*****************************/
.noscreen
{
	display:none;
	visibility:hidden;	
}
#Print .Header
{
    margin:5px 10px;
}

#Print .Header a
{
    text-decoration:none;
    font-weight:bold;
    padding-left:15px;
    background-repeat:no-repeat;
    background-position:0 2px;
}
#Print .Content
{
    margin:10px;
}
#Print .PrintFooter
{
	height:30px;
	background-color:White;
	padding:5x 10px;
	text-align:center;
}
/*****************************CONTACT*****************************/
#Contact
{
  
}
#Contact .field
{
    margin:5px 0;
}
#Contact .field select,
#Contact .field textarea,
#Contact .field input.textinput,
#Contact .field input.error
{
    width:390px;
}
#Contact .field textarea
{
    height:150px;
}
#Contact .label
{
    float:left;
    width:140px;
    font-weight:bold;
}
#Contact .form
{
    margin-left:150px;
}
#Contact .field
{
    margin-bottom:5px;
}
#Contact .separator
{
    margin:5px 0;
    height:1px;
    line-height:1px;
    clear:both;
    
}
#Contact .linkbutton
{
    padding-left:15px;
    background-repeat:no-repeat;
    background-position:0 3px;
    display:block;
    float:right;
    margin:10px;
    font-weight:bold;
    text-decoration:none;
}

#Contact .foundSite
{
    float:left; 
    width:100px;
    margin-left:3px;
}

#Contact .missing
{
    padding:5px;
    margin-bottom:20px;
}

#Contact .missingPrivacy
{
    margin:5px 0;
    display:block;
    padding:5px;
}
#Contact #privacybutton
{
    text-decoration:underline;
    cursor:pointer;
}

/*****************************FRAME NEWS*****************************/
#FrameNews
{
    margin-top:20px;
}
#FrameNews .item .description
{
    padding:0 10px;
}
#FrameNews .title
{
    padding:2px 10px;
}
#FrameNews .date
{
    display:block;
    font-weight:bold;
}

/*****************************FRAME EVENTS*****************************/
#FrameEvents
{
    margin-top:20px;
}
#FrameEvents .item .description
{
    padding:0 10px;
}
#FrameEvents .title
{
    padding:2px 10px;
}
#FrameEvents .date
{
    display:block;
    font-weight:bold;
}
