﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  font-size:100%;
  font: inherit;
  vertical-align: baseline;
  }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  }


html  
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    background: #fff url('../../layout/images/bg.png') 0 0 repeat-x;
}


/* ckEditor LayoutManager */
.container-fluid div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0;
    float: left;
}

.col-lg-12 {
    width: 100%
}

.col-lg-11 {
    width: 91.66666667%
}

.col-lg-10 {
    width: 83.33333333%
}

.col-lg-9 {
    width: 75%
}

.col-lg-8 {
    width: 66.66666667%
}

.col-lg-7 {
    width: 58.33333333%
}

.col-lg-6 {
    width: 50%
}

.col-lg-5 {
    width: 41.66666667%
}

.col-lg-4 {
    width: 33.33333333%
}

.col-lg-3 {
    width: 25%
}

.col-lg-2 {
    width: 16.66666667%
}

.col-lg-1 {
    width: 8.33333333%
}

@media screen and (max-width: 700px)
{
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: none;
        width: 100%;
    }
}

/* END ckEditor LayoutManager */




img, embed, object, video { max-width: 100%;  height:auto !important;}
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }
.ie7 img, .ie7 embed, .ie7 object, .ie7 video { width: 100%;  max-width: inherit;}
.ie8 img, .ie8 embed, .ie8 object, .ie8 video { width: 100%;  max-width: inherit; }


img {
	border: 0;
}

/* Gestrichelte Rahmen beim Klicken von Links entfernen */
a:focus {
	outline: none;
}

#preContent
{
    display: none;
}

body {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 1.618em;
  color: #444444;
  }
  

h1, h2, h3, h4, h5, h6 {
  
  line-height: 19px;
  color: #006EB9;
  margin-bottom: 0;
  font-size: 1em;
  }
  
h1
{
    font-size: 1.4em;
    line-height: 19px;
}

h2
{
    font-size: 1.2em;
    color: #9D9D9D;
    line-height: 19px;
}

h3
{
    font-size: 1em;

}

 
p, ul, ol, dl, blockquote{
    line-height: 19px;
  }

p
{
    padding:0 0 19px;
}
    
ul { list-style-type: disc; margin-left: 1.618em; margin-top: 0.4em;margin-bottom: 0.9em;}
#content p + ul { margin-top: -1.3em;}
ol { list-style-type: decimal; margin-left: 1.618em; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0;}

b, strong { font-weight: 700; }
i, em { font-style: italic; }
small { font-size: 80%; }

a, a:visited 
{
    outline: none;
    color: #006EB9;
    text-decoration:underline; 
}  
a:hover { outline: none; text-decoration:underline; color:#6988C6; }  
a:active, a:focus { outline: none; }

p a, p a:visited 
{
    font-size: 1em;
} 

hr
{
    border-bottom: 0 none;
    border-top: 1px solid #006EB9;
    border-left: none;
    border-right: none;
    height: 1px;
    margin-bottom: 20px;
}

table p
{
    margin: 0;
    padding: 0;
}

table
{
    margin-top: 10px;
}

table.TabelleGitter 
{
  margin-top: -12px;
	/*color:#333333;*/
	border-width: 1px;
	border-color: #E2E2E2;
	border-collapse: collapse;
}
table.TabelleGitter th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #E2E2E2;
	text-align: left;
}
table.TabelleGitter td {
    border-color: #E2E2E2;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
    text-align: left;
}

table.TabelleQuerstrich 
{
    margin-top: 0px;
	font-size:12px;
	border-width: 1px;
	border-color: #E2E2E2;
	border-collapse: collapse;
}

table.TabelleQuerstrich th {
	border-width: 1px;
	padding: 4px 3px 7px 3px;
  border-top: 1px solid #E2E2E2;
	text-align: left;
}
table.TabelleQuerstrich td {
  border-top: 1px solid #E2E2E2;
  padding: 4px 3px 7px 3px;
  text-align: left;
  vertical-align: top;
}

.button
{
    background-color: #006EB9;
    border-radius: 4px;
    padding: 3px 10px;
    color: #E5E5E5;
    text-decoration: none;
    display: inline-block;
}

.button:visited
{
    text-decoration: none;
    color: #E5E5E5;
}

.button:hover
{
    text-decoration: none;
    color: #fff;
    background-color: #479BD3;
}

.hide {display:none;}

#container 
{
    background-color: #fff;
    border: 1px solid #868786;
	margin: 2.3em auto 0 auto; 
	max-width: 75.385em;
	-webkit-box-shadow: 0 0 20px rgba(64, 64, 64, 0.8);
    -moz-box-shadow: 0 0 20px rgba(64, 64, 64, 0.8);
    box-shadow: 0 0 20px rgba(64, 64, 64, 0.8);
    position: relative;
}

.ie6 #container, .ie7 #container, .ie8 #container
{
    width: 76.5em;
}

#outerContainer
{
    display: none;
}

#header
{
    position: relative;
}

#headerContentIntro
{
    color: #9D9D9D;
    float: right;
    font-size: 1.25em;
    font-weight: bold;
    position: relative;
    right: 20px;
    top: 42px;
}


#headerContentIntro p
{
    padding: 0;
}

#navigationLogo
{
    position: relative;
    padding: 20px 0 0 77px;
    width: 220px;
    z-index: 100;
    height: 60px;
}

#siteName
{
     display: none
}

#siteName a
{
    display: none
}

#siteSlogan
{
    display: none
}

#siteLogo
{
    height: 0;
    left: 0;
    z-index: 20;
}

#siteLogo a
{
    background:url('../../layout/images/logo.jpg') 0 0 no-repeat;
    display: block;
    height: 60px;
    text-indent: -9000px;
}

#navigationHeader
{
    background:url('../../layout/images/navigationHeaderBg.png') 0 0 repeat;
    position: absolute;
    z-index: 100;
    text-align: right;
    width: 168px;
    margin-left: 20px;
    padding-right: 20px;
    top: 80px;
    bottom: 30px;
}

#navigationHeader ul
{
  list-style-type: none;
  margin-left: 0;
  margin-top: 0.2em;
  bottom: 0;
  position: absolute;
  right: 20px;
}

#navigationHeader a
{
    color: #fff;
    text-decoration: none;
}

#navigationHeader a:hover, #navigationHeader a.current
{
    font-weight: bold;
}

#navigationHeaderSub
{
  display: none;
}

/*---------- Search --------------------*/
#searchButton
{
    display: none;
}

#search
{
    /*
    position: relative;
    float: right;
    z-index: 9990;
    */
    position: absolute;
    top: 5px;
    right: 18px;
    z-index: 9999;
}

/* reset webkit search input browser style */
#search input {
	outline: none;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#search input::-webkit-search-decoration,
#search input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

/* search input field */
#search input {
	background: url("../../layout/images/search-icon.png") no-repeat scroll 96% center #fff;
    /*border: 1px solid #EAEAEA;*/
    border: 1px solid #fff;
    padding: 6px 10px 7px 7px;
    /*width: 65px; */
    width: 0;
	
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#search input:focus {
	border: 1px solid #CCCCCC;
	width: 200px;
	background-color: #fff;
	border-color: #6dcff6;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* placeholder */
#search input:-moz-placeholder {
	color: #999;
}
#search input::-webkit-input-placeholder {
	color: #999;
}

.SearchPageName {
    border-top: thin solid #006EB9;
    padding: 7px 0 5px;
}

.SearchPageText {
    font-weight: normal;
    margin: 0 0 25px;
}

#slideHeader
{
  overflow: hidden;
}

/*-------------- Main-Navigation -------------------------------------------------*/

#navigationWrapper
{
    z-index: 9000;
}

#navigationMain
{
    
}

#main-menu {
	position:relative;
	z-index: 9000;
	background-color: #F7F7F7;
	background: #F7F7F7 url('../../layout/images/naviBg.png') 0 0 repeat;
	padding-left: 81px;
}

/*-------------- SubMain-Navigation -------------------------------------------------*/

#navigationSubMain
{
    text-align: right;
    margin-top: 0;
}

#navigationSubMain a
{
    color: #898989;
    text-decoration: none;
    font-size: 1.4em;
}

#navigationSubMain a.current {
	text-decoration:none;
	color: #006EB9;
}

#navigationSubMain a:hover
{
    cursor: default;
}


/*-------------- Sub-Navigation -------------------------------------------------*/
#navigationSub
{
    text-align: right;
    margin-top: 3px;
    margin-bottom: 20px;
}


#navigationSub ul {
  margin: -2px 0 0;
}

#navigationSub li 
{
    list-style: none outside none;
    padding: 0;
    margin: 0 0 6px 0;
}

#navigationSub a {
    display: block;
    text-decoration: none;
    color: #898989;
    line-height: 13px;
}

#navigationSub a:hover {
	text-decoration:none;
    color: #006EB9;
}

#navigationSub a.current {
	text-decoration:none;
	color: #006EB9;
	font-weight: 600;
}

.navigationSubSub a {
    color: #939393;
    font-style: italic;
    font-size: 0.95em;
}

#navigationSub .navigationSubSub li
{
   margin-top: -0.3em;
}


#navigationSub .navigationSubSub li:last-child
{
   margin-bottom: 0.5em;
}

#breadcrumbs
{
    display: none;
}

#wrap 
{
    margin-top: 2.5em;
    overflow: hidden;
    position: relative;
}

#navigationSubBottom{display: none;}
#preContent {display: none;}

#content
{
    border-left: 1px dotted #A3A3A3;
    border-right: 1px dotted #A3A3A3;
	text-align:left;
    padding: 0 10px 0 20px;
    min-height: 300px;
    margin: 0 16.2em 1em 16.2em;
}

#content.noRightSideContent
{
    margin: 0 0 1em 16.2em;
    border-right: none;
}

#leftColumns
{
    float: left;
    width: 188px;
}

#rightColumns
{
    float: right;
    width: 195px;
}

#contentRight 
{
    padding: 0 20px 0 0;
}

#contentLeft
{
    bottom: 20px;
    left: 20px;
    position: absolute;
    width: 168px;
}


/********** SideContent *******************/

#contentLeft .SideContent
{
    text-align: right;
    font-size: 0.8em;
}


#contentRight .SideContent
{
    font-size: 0.9em;
}

#contentRight .SideContent p
{
    padding: 0;
}


#contentRight .SideContentHR hr
{
    border-color: #BCBCBC;
    border-style: dotted none none;
    border-width: 1px medium 0;
    height: 1px;
    margin: 10px 0 10px 0;
}



/*-------------- Footer-Navigation -------------------------------------------------*/

#footer 
{
}

#contentFooter
{	
	background: #fff url('../../layout/images/footerBg.png') 0px 0px repeat-x;
	color: #6F6F6E;
	text-align: center;
}

#footerContent
{
    padding: 8px 10px 8px 10px;
}

#footerContent p
{
    padding: 0;
}

#navigationFooter 
{	
    position: absolute;
    padding-top: 10px;
    font-size: 0.9em;
}

#navigationFooter a
{	
    color: #C6C6C6;
    text-decoration: none;
}

#navigationFooter a:hover 
{
    color: #848484;
}

#mainNavFooter
{
    background-color: #006EB9;
    overflow: hidden;
    padding: 20px 0 20px 0;
    position: relative;
}

#mainNavFooter ul
{
    list-style-type: none;
    margin: 0;
}

#mainNavFooter a
{
    color: #fff;
    text-decoration: none;
}

#mainNavFooter a:hover
{
    font-weight: bold;
}

.footerMainNavContainer .a_MainNavigation0
{
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.18em;
}

.footerHeaderNavContainer
{
    float: left;
    width: 188px;
    text-align: right;
    padding: 19px 20px 0 0;
}

.footerMainNavContainer
{
    float: left;
    width: 168px;
    padding-left: 20px;
    border-left: 1px dotted #A3A3A3;
    min-height: 150px;
}


/* ------------  Module GalerySingle ----------------------- */	

.gallerySingleContainer
{
    overflow: hidden;
    margin-top: 5px;
}


.gallerySingleRowContainer
{
    float: left;
    margin-bottom: 0px;
    width: 150px;
    height: 115px;
    margin-right: 22px;
}

.gallerySingleContainerEnd
{
  height: 30px;
}

.gallerySingleImage
{
    overflow:hidden; /* this is important */
	position:relative; /* this is important too */
	height: 94px;
	width: 150px;
	border: 2px solid #EDEDED;
	background-color: #EDEDED;
}

.gallerySingleImage:hover
{
    border: 2px solid #3E89BA;
}

#content .gallerySingleImage img
{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
    right: 0;
}


/* ------------  Module GaleryColorBox ----------------------- */	

.colorBoxGalleryPreviewGalleryContainer
{
    overflow: hidden;
}


.colorBoxGalleryPreviewGalleryRowContainer
{
    float: left;
    margin-bottom: 25px;
    padding-right: 15px;
}

.colorBoxGalleryPreviewImage
{
    overflow:hidden; /* this is important */
	position:relative; /* this is important too */
	height: 95px;
	border: 2px solid #D9D9D9;
	width: 150px;
}

.colorBoxGalleryPreviewImage img
{
    width: 150px;
    float: left;
    margin: 0;
}

.colorBoxGalleryPreviewImage:hover
{
    border: 2px solid #4592EA;
}


.colorBoxGalleryPreviewTitel
{
    text-align: left;
}

.colorBoxGalleryPreviewTitel a
{
   font-size: 12px;
}

.colorBoxGalleryPreviewDescription
{
   display: none;
}

.colorBoxGalleryPreviewGalleryContainerEndRow
{
}

/* Gallery detail page */

#colorBoxGalleryImagesContainer
{
    overflow: hidden;
}

.colorBoxGalleryImageContainer
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.colorBoxGalleryImageContainerEnd
{
    
}

.colorBoxGalleryImage
{
    overflow:hidden; /* this is important */
	position:relative; /* this is important too */
	height: 95px;
	width: 150px;
	border: 2px solid #EDEDED;
	background-color: #EDEDED;
}

.colorBoxGalleryImage:hover
{
    border: 2px solid #4592EA;
}

#content .colorBoxGalleryImage img
{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
    right: 0;
}

#galleryColorBoxSmallText
{
	font-size: 11px;
	padding-bottom: 3px;
}

#galleryColorBoxTitle
{
    color: #006EB9;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 6px;
    text-decoration: none;
    margin-top: 10px;
}


/* ------------  Module News ----------------------- */		


.NewsTitle h1
{
    font-size: 1em;
}

#NewsContainer
{
	margin: 10px 0 0 0;
}

.NewsDate
{
	font-weight: bold;
}

.NewsTitle
{
	font-weight: bold;
	padding:3px 0px 3px 0px;
}

.AllNewsLink
{
}

#OtherNewsEntries
{
    margin-top: 60px;
}

#OtherNewsEntries a
{
    text-decoration: none;
}

#OtherNewsEntries .newsPagerActivePage
{
    text-decoration: underline;
    font-weight: bold;
}

#NewsFilter
{
    overflow: hidden;
    margin-bottom: 15px;  
}

#NewsFilter ul
{
    margin: 0;
    padding: 0;
}

#NewsFilter li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 15px 0 0;
}

#NewsFilter a
{
    text-decoration: none;
}

#NewsFilter a:hover
{
    text-decoration: underline;
    font-weight: bold;
}

#NewsFilter li.current a
{
    text-decoration: underline;
    font-weight: bold;
}

.SideContent_tNews_Title
{
    margin-top: 20px;
    color:#006EB9;
    border-top: 1px solid #006EB9;
    padding-top: 10px;
    font-weight: bold;
}

#contentRight .SideContentContainer div:first-child
{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.News_SideContent
{
    font-size: 0.85em;
}

.News_SideContent p
{
    padding: 0;
    line-height: 1.35em;
}

.NewsTitle_SideContent
{
    line-height: 1.3em;
    margin-top: -2px;
}

.AllNewsLink_SideContent
{
    font-size: 0.85em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.NewsDate_SideContent
{
    font-weight: bold;
}

.NewsText_SideContent
{
    margin-top: 2px;
    margin-bottom: 10px;
}


/*ListAndDetail **************/

#listAndDetailDescriptionTop
{
    margin-bottom: 20px;
}

.listAndDetail
{
    overflow: hidden;
}

.ListAndDetailEntry
{
    overflow: hidden;
}

.ListAndDetailImageContainer
{
    float: left;
    max-width: 100%;
    margin-right: 15px;
}

.ListAndDetailEndRow
{
    border-top: 1px solid #C4C4C4;
    border-left: none;
    border-right: none;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 27px;
}

.ListAndDetailImageContainerTitle,
.ListAndDetailImageHelpText
{
  display: none;
}

/* Simple Event **************/

#SimpleEventContainer
{
    clear: left;
}

#eventContainer
{
    margin-top: 10px;
    overflow: hidden;
}

#SimpleEventFilter
{
    overflow: hidden;
    margin-bottom: 15px;  
}

#SimpleEventFilter ul
{
    margin: 0;
    padding: 0;
}

#SimpleEventFilter li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 15px 0 0;
}

#SimpleEventFilter a
{
    text-decoration: none;
}

#SimpleEventFilter a:hover
{
    text-decoration: underline;
    font-weight: bold;
}

#SimpleEventFilter li.current a
{
    text-decoration: underline;
    font-weight: bold;
}

.SimpleEventEntry
{
    border-top: 1px solid #C8C8C8;
    padding-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

.SimpleEventDate
{
    float: left;
    clear: both;
    width: 215px;
    padding-top: 2px;
}

.SimpleEventAdditionalInfo {
    float: left;
    clear: both;
    width: 215px;
}

.SimpleEventTitle
{
    padding: 3px 0 0 240px;
    font-weight: 600;  
}


.SimpleEventTitle a
{
    color: #0065AA;
    font-weight: normal;
    text-decoration: underline;
}

.SimpleEventDecrShort
{
    margin-left: 20px;
    margin-left: 240px;
    padding-top: 3px;
}

.SimpleEventDecrShort p
{
    padding: 0;
}

.SimpleNewsDetail
{
    padding-top: 2px;
}

.SimpleNewsDetailTitle
{
    color: #0065AA;
    padding-bottom: 7px;
    font-size: 20px;
}

.SimpleNewsDetailDate
{
    padding-bottom: 5px;
}

.SimpleNewsOverviewLink
{
    padding-top: 10px;
}

.SimpleEventOverviewItem
{
    margin-bottom: 3px;
}

/* SimpleEvent SideContent */
.SideContent_SimpleEvent_Title
{
    margin-top: 20px;
    color:#006EB9;
    border-top: 1px solid #006EB9;
    padding-top: 10px;
    font-weight: bold;
}


.SimpleEventTitle_SideContent
{
    color: #006EB9;
    line-height: 1.3em;
    margin-top: -2px;
}

.SimpleEventDate_SideContent
{
    font-weight: bold;
}

.SimpleEvent_SideContent p
{
    padding: 0;
    line-height: 1.35em;
}

.SimpleEvent_SideContent
{
    margin-bottom: 10px;
}

.SimpleEventText_SideContent
{
    margin-top: 2px;
    margin-bottom: 10px;
}

.SideContent_SimpleEvent_AllEvents_Title
{
    margin-top: 10px;
    margin-bottom: 10px;
}

#cboxLoadedContent .SideContentNews
{
    padding: 0 25% 0 25% !important;
}

/*----------- ComplexForm -----------*/
.ComplexFormTable
{
}

.ComplexFormTable table
{
    overflow: hidden;
}

.ComplexFormTable h2
{
    padding-top: 20px;
}

.ComplexFormTable p
{
    padding: 0;
    margin: 0;
}

.ComplexFormTD1
{
    padding-bottom: 0.35em;
    padding-right: 5px;
}

.ComplexFormTD2
{
    min-width: 80px;
    width: 300px;
    height: 28px;
}

.ComplexFormTD2 input
{
    border: none !important;
    background-color: #E6E6E6;
    height: 23px;
    padding-left: 5px;
    width: 98%;
}

.ComplexFormRadioButtonCell2 input
{
    width: auto;
    vertical-align: top;
    background-color: inherit;
    padding: 0;
    margin: 0 5px 0 0;
}

.ComplexFormRadioButtonCell2 label
{
    margin: 0 10px 0 0;
    vertical-align: top;
}


.ComplexFormTD2 .requestedValueSet
{
    background-color: #E6E6E6 !important;
}

.ComplexFormTD2 .requestedValueNotSet
{
    background-color: #FFA08C !important;
}

.ComplexFormTD4
{
    padding-left: 8px;
}

.ComplexFormLabel
{
}

.ComplexFormLabelDropDown
{
    padding: 1px 5px 7px 0;
}

.ComplexFormDropDownCell2
{
    padding: 0 0 5px 0;
}

.ComplexFormTable textarea
{
    border: none !important;
    background-color: #E6E6E6;
    height: 120px !important;
    width: 100%;
}

#ComplexFormButtonsDiv
{
    margin-top: 20px;
    display: inline-block;
}

#ClearButton
{
    display: none;
}

.ComplexFormSendButton
{
    padding: 2px 4px 2px 4px;
}

#ComplexFormStatus
{
    color: #FF0000;
    position: relative;
    top: 5px;
}

/* jquery validation */
#complexformContent  input.error
{
    background-color: #FFA08C;
}

#complexformContent  select.error
{
    background-color: #FFA08C;
}

.hideComplexFormTR
{
    display: none;
}

#complexformContent label.error
{
    background-color: #AAB5C4;
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 11px;
    margin: 2px 2px 4px 0;
    padding: 0 4px;
    position: relative;
    z-index: 100;
}

#complexformContent label.error:before{
    border: solid;
    border-color: #AAB5C4 transparent;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    top: -5px;
    content: "";
    left: 3px;
    position: absolute;
    z-index: 99;   
}

#complexformContent .ComplexFormDropDownCell2 label.error
{
    display: none !important;
}

#complexformContent .ComplexFormDropDownCell2 label.error:before
{
    display:none;
}

#complexformContent .ComplexFormRadioButtonCell2 label.error
{
    display: none !important;
}

#complexformContent .ComplexFormRadioButtonCell2 label.error:before
{
    display:none;
}


#complexformContent .ComplexFormRadioButtonCell2.error
{
    background-color: #FFA08C;
}


.responsiveContainer {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.RSSFeedIcon
{
    display: none;
}

.RSSFeedIcon a
{
    background: #ffffff url('../../layout/images/rss.jpg') no-repeat;
    text-indent: -9000px;
    height: 25px;
    width: 25px;   
	display:block;
}

/********** social Icons *************************/
.socialIcons
{
  text-align: left;
  float: right;
}

.socialIcons li
{
    list-style:none;
    padding: 0;
    margin: 0;
    float: left;
}


.socialIcons a
{
    background: url("../../layout/images/socialicons.png") no-repeat scroll 0 0 transparent;
    text-indent: -9000px;
    display: block;
    
    width: 32px;
    height: 32px;    
    margin-left: 5px;
}

.socialIcons .socialIcons1_a
{
    background-position: -34px 0;
}

.socialIcons .socialIcons1_a:hover
{
    background-position: -34px -35px;
}

.socialIcons .socialIcons2_a
{
    background-position: 0 0;
}

.socialIcons .socialIcons2_a:hover
{
    background-position: 0 -35px;
}

.socialIcons .socialIcons3_a
{
    background-position: -68px 0;
}

.socialIcons .socialIcons3_a:hover
{
    background-position: -68px -35px;
}

.socialIcons .socialIcons4_a
{
    background-position: -103px 0;
}

.socialIcons .socialIcons4_a:hover
{
    background-position: -103px -35px;
}

.socialIcons .socialIcons5_a
{
    background-position: -137px -1px;
}

.socialIcons .socialIcons5_a:hover
{
    background-position: -137px -35px;
}

.socialIcons .socialIcons6_a
{
    background-position: -170px 0;
}

.socialIcons .socialIcons6_a:hover
{
    background-position: -170px -35px;
}

.socialIcons .socialIcons7_a
{
    background-position: -203px 0;
}

.socialIcons .socialIcons7_a:hover
{
    background-position: -203px -35px;
}


#FixedFieldContent
{
    border-top: 1px dotted #A3A3A3;
    padding-top: 15px;
    overflow: hidden;
}

.FixedFieldInputContainer
{
    width: 250px;
    float: left;
}

.FixedFieldInputDelimiter:nth-child(2n)
{
    float: left;
    width: 20px;
    height: 1px;
}

.FixedFieldInputDelimiter:nth-child(4n)
{
    clear: left;
    float: none;
    height: inherit;
    border-top: 1px dotted #A3A3A3;
    width: 100%;
    margin: 15px 0 15px 0;
}

/* Used for the ModernUI IE to work in responsive mode */
@-ms-viewport {
	width: device-width;
}



/**************************************************************************************************************************/
@media screen and (max-width: 960px)
{ 

/*#content
{
    background-color: Yellow;
}*/

html  
{
  background:none;
  background-color: #fff;
}

#container 
{
    background-color: #fff;
    margin: 0 auto;
    border: 0;
    box-shadow: none;
    padding: 0;
}

#rightColumns 
{
    width: 145px;
    font-size: 0.85em;
}

.SimpleEvent_SideContent
{
    font-size: 1em;
}

#contentRight
{
    padding: 0;
}

#content
{
    margin: 0 12em 1.5em 16.2em;
}

.footerMainNavContainer
{
    width: auto;
    padding-right: 10px;
}

} /* end media query */

/**************************************************************************************************************************/
@media screen and (max-width: 880px)
{ 

/*#content
{
    background-color: Pink;
}*/


#rightColumns
{
    float: none;
    width: inherit;
    position: relative;
    margin: 0 0.2em 1.5em 16.2em;
    border-left: 1px dotted #A3A3A3;
    border-right: none;   
    padding: 20px 0 0 20px;
    font-size: 1em;
}

#contentRight
{
    border-top: 1px solid #006EB9;
    padding: 10px 0 0 0;
}

#content
{
    margin: 0 0 0 16.2em;
    border-right: none;  
    padding-right: 5px; 
}

.footerHeaderNavContainer
{
    padding-left: 20px;
    text-align: left;
    width: auto;
    display: inline-block;
    padding-top: 0;
    padding-right: 10px;
    height: 100%;
    width: 160px;
    margin-bottom: 20px;
    min-height: 0;
}

.footerMainNavContainer
{
  display: inline-block;
  height: 100%;
  width: 160px;
  margin-bottom: 20px;
  min-height: 0;
}

.footerHeaderNavContainer ul, .footerHeaderNavContainer li
{
    vertical-align: top;
}

.footerHeaderNavContainer ul, .footerHeaderNavContainer li
{
    vertical-align: top;
}


} /* end media query */

@media screen and (max-width: 750px)
{ 
    
/*#content
{
    background-color: Pink;
}*/

#main-menu 
{
    padding-left: 31px;
}

#content
{
    margin: 0 0.2em 0 12.4em;
}

#content.noRightSideContent
{
    margin: 0 0 0 12.4em;
}

#rightColumns
{
    margin: 0 0.2em 1.5em 12.4em;
}

#navigationSubMain 
{
    width: 138px;
}

#navigationSub 
{
    width: 138px;
}

#navigationLogo {
    padding: 20px 0 0 27px;
}

#navigationHeader {
    margin-left: 0;
    width: 138px;
}

#leftColumns {
    width: 150px;
}

#contentLeft
{
    width: 128px;
}


}

/**************************************************************************************************************************/
@media screen and (max-width: 655px)
{

#wrap {
    font-size: 15px;
}

#contentRight .SideContent {
    font-size: 15px;
}

#headerContentIntro
{
    font-size: 1em;
    top: 64px;
    position: relative;
}

#navigationWrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#navigationHeader
{
    display: none;
}

#main-menu 
{
    background-image: none;
    padding-left: 0;
    margin-top: 9px;
}

#siteLogo a
{
    background-size: 90px;
    height: 45px;
}

#navigationLogo
{
    padding: 45px 0 0 10px;
    height: 45px;
    width: 95px;
}

.nivo-controlNav
{
    display: none;
}

#breadcrumbs
{
    display: inherit;
    background: #F7F7F7 url('../../layout/images/naviBg.png') 0 0 repeat;
    height: 25px;
    padding: 4px 0 0 10px;
    color: #6F6F6E;
}

#breadcrumbs .breadcrumbPreText
{
    margin-right: 5px;
}

#breadcrumbs .breadcrumbDelimiter
{
    margin: 0 10px 0 10px;
}

#breadcrumbs a
{
    text-decoration: none;
    color: #6F6F6E;
}

#breadcrumbs a:hover
{
    text-decoration: none;
}

#breadcrumbs a:last-child
{
    text-decoration: none;
    color: #006EB9;
}

#wrap
{
    margin-top: 1em;
}

#content 
{
    padding: 0 10px 1em 10px;
    margin: 20px 0.2em 0 0;
    border-left: none;
}

#content.noRightSideContent {
    margin: 0 0.2em 1em 0;
}

#rightColumns
{
    margin: 0 0 1.5em 0;
    border-left: none;  
    padding: 20px 10px 0 10px;
    overflow: hidden;
}

#contentRight 
{
    margin: 0 0.2em 1.5em 0;
}

#leftColumns
{
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    width: inherit;
}

#contentLeft 
{
    margin-top: 10px;
    border-top: 1px solid #006EB9;
    position: relative;
    width: 100%;
    left: 0;
    padding-top: 10px;
}

#contentLeft .SideContent {
    float: none;
    width: inherit;
text-align: left;
}

.socialIcons {
    float: left;
}

.socialIcons ul{
  margin-left: 0;
  margin-top: 0;
}


#navigationSubMain
{
    display: none;
}

#navigationSub
{
   display: none; 
}

.FixedFieldInputContent {
    width: 100%;
}


.ComplexFormTable table {
    width: 100%;
}


#complexformContent
{
}


#search
{
    right: 26px;
}

/* search input field */
#search input {
	background-color: transparent;
    border: 1px solid #006EB9;
}

#navigationFooter {
    padding-left: 10px;
}

.FixedFieldInputContainer
{
    width: inherit;
    float: none;
}

.FixedFieldInputDelimiter
{
    float: none !important;
    border-top: 1px dotted #A3A3A3;
    width: 100% !important;
    margin: 0 0 15px 0 !important;
}


    
} /* end media query */

/**************************************************************************************************************************/
@media screen and (max-width: 545px)
{
    /* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block;
        height: inherit !important;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

    tr { 
		margin-bottom: 10px;
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
        width: 100% !important;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

    .ComplexFormTD2
    {
        width: 100%;
        max-width: 250px;
    }

    .ComplexFormTextBoxMultiLineCell2
    {
        height: inherit;
    }
}

/**************************************************************************************************************************/
@media screen and (max-width: 435px)
{ 
    .ListAndDetailImageContainer
    {
        float: none;
        margin-right: 0;
    }
    
    .SimpleEventDate 
    {
        float: none;
    }
    
    .SimpleEventTitle
    {
        padding: 3px 0 0 0;
    }

    .SimpleEventDecrShort
    {
        margin-left: 0;
    }

    #breadcrumbs a
    {
        font-size: 0.8em;
    }

    .breadcrumbPreText
    {
        display: none;
    }
}

