/* Senocura - Main styles
   Updated:   Mon 03.03.08
   Author:    Tim Hannigan
   ----------------------------------------------------*/

*{
margin:0;
padding:0;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 76%; /* set base font - all other settings should be relative units (em) */
	text-align:center;
	background-color: #ffdcef;	
	word-wrap: break-word;
	}


img {
	border: none;
}

.error {
	margin: 15px;
}

/* =GENERIC
   ----------------------------------------------------*/
#page_container{
	width: 975px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background: url(../img/page_container_bknd.png) repeat-y;	
}


/* =PAGE_WRAPPER
   ----------------------------------------------------*/


#page_wrapper{
	width: 950px;
	/*border: 1px dotted gray;*/
	margin-left: auto;
	margin-right: auto;	
	padding-left: 0px;
}

   
/* =HEADER
   ----------------------------------------------------*/   
#header_container{
	/*border: 1px dotted red;*/
	margin: 0px;padding: 0px;
	width: 948px;
	height: 120px;
	position: relative;  /* All nested absolute elements will be contained  */

}

#logo {
	display: block;
	position: absolute; 
	top: 7px;
	left: 10px;
}

#donateButton {
	display: block;
	position: absolute;
	top: 50px;
	left: 470px;
}

#searchBox{
	display: block;
	position: absolute;
	top: 50px;
	left: 655px;
	background: url(../img/searchbox_bknd.gif) no-repeat left top;
	width: 281px;
	height: 65px;
	padding-left: 21px;
	padding-top: 21px;
}
#searchBox td {
	padding-right: 15px;
}
#search-q{
	height: 15px;
	width: 170px;
}
#currentUserContainer {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 250px;
	height: 65px;
	font-size: 1em;
	text-decoration: none;
	/*border: 1px solid black;*/
	text-align: right;

}

#currentUserContainer_top img {
	width: 20px;
	vertical-align: top;
}
#currentUserContainer a {
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}

#currentUserContainer_top table {
	width: 100%;
	/*border: 1px solid red;*/
	padding: 0px;
	margin: 0px;
}
 
#header{
	position:relative;
	height:115px;
}

#languageSwitcherContainer {
	position: absolute;
	top: 5px;
	right: 230px;
	width: 50px;
	height: 25px;
	font-size: 1em;
	text-decoration: none;
	padding: 5px;
	/*border: 1px solid black;*/

}
#languageSwitcherContainer #en{
 	background-color: blue;
	padding:3px;
}
#languageSwitcherContainer #de{
	background-color:orange;
	padding:3px
}
#languageSwitcherContainer img {
	border: none;
}

#feedbackTop{
	position: absolute;
	top: 10px;
	right: 335px;
}
#feedbackTop h4{
	font-size: 0.9em;
	color: #f47cc1;
}


/* =NAVIGATION
   ----------------------------------------------------*/
#navigation_container{
	/*border: 1px dotted red;*/
	margin: 0px;padding: 0px;
	width: 948px;
	/*height: 90px;*/
	height: auto;
	margin-top: 0px;
	position: relative;  /* All nested absolute elements will be contained  */
	text-align:center;
}

/* =PRIMARY_NAVIGATION
   ----------------------------------------------------*/
#primary_navigation_container{
	margin: 0px;padding: 0px;	
}



/* =SECONDARY_NAVIGATION
   ----------------------------------------------------*/
#secondary_navigation_container{
	margin: 0px;padding: 0px;
	margin-top: 0px;
	margin-left: 7px;
	clear: both;
}




/* =CONTENT_CONTAINER
   ----------------------------------------------------*/
#content_container{
	margin: 0px;padding: 0px;
	width: 948px;
	height: auto;
	margin-top: 14px;
	position: relative;  /* All nested absolute elements will be contained  */
	
} 
   
/* =SIDEBAR
   ----------------------------------------------------*/


/* =FORMS
   ----------------------------------------------------*/


/* =FOOTER
   ----------------------------------------------------*/
#footer_container{
	margin: 0px;padding: 0px;
	width: 948px;
	height: auto;
	margin-top: 3px;
	position: relative;  /* All nested absolute elements will be contained  */
	clear:both;
	border-top: 3px solid #f47cc1;	
	padding-top: 5px;
}
#footer_container h3{
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1.1em;
}

#footer_container h3 span {
	color: #f47cc1;	
	font-size: 1em;
	padding-left: 30px;
}
#footer_container h3 span a {
	color: #f47cc1;	
	text-decoration: none;
}

/* =MESSAGE (FLASH)
   ----------------------------------------------------*/

.message {
	margin: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 0.9em;
	background-color: #e6e6e6;
	border: 2px dotted grey;
	width:75%;

}

#content{
clear:both;
padding: 0px;

/* border: 1px solid #F4B7D6; */
}


#content_container {
/*	border: 1px solid grey; */
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#content_table {
	border: none;
	width: 950px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content_table_left_column {
	width: 30%;	
	vertical-align: top;
	/*background-color: yellow;*/
/*	padding:8px; */
	padding-left:8px;
}

#content_table_right_column {
	width: 70%;
	vertical-align: top;	
	text-align:left;
	/*background-color: green;*/
}

/*user_profile_block*/
#user_profile_block {
	width: 100%;
	border: 1px solid grey;
	vertical-align: top;
	height: 300px;	
}




#footer{
clear:both;
padding: 6px 10px;
text-align: right;
}


/*line items*/
#lineitem_container {
	/*border: 1px solid green;*/
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-bottom: 10px;
	text-align: left;
	padding: 10px;
}

.lineitem_table {
	width: 400px;
	padding: 0px;
	/*border: 1px solid blue;*/
	margin-left: 10px;
	margin-top: 15px;	
}
 


.lineitem_table .label {
	width: 15%;	
	color: gray;
	/*border: 1px solid red;*/
	vertical-align: top;
	padding: 2px;
}
.lineitem_table .label img {
	width: 50px;
}

.lineitem_table .data {
	width: 85%;
	color: black;
	padding: 2px;
	/*border: 1px solid red;*/
	vertical-align: top;
}


.dataTable {
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

.dataTable .label {
	width: 20%;	
	color: gray;
	border: none;
	text-align: left;
}

.dataTable .data {
	width: 80%;
	color: black;
	border: none;	
	padding: 5px;
}

.dataTableAlt {
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

.dataTableAlt .label {
	width: 20%;	
	color: gray;
	border: none;
	text-align: left;
}

.dataTableAlt .data {
	width: 80%;
	color: black;
	border: none;	
	padding: 5px;
}




.dataTable .dataTableFieldBreak {
	color: gray;
	border: none;
	text-align: left;	
	padding-top:10px;
	padding-bottom:5px;
}

.dataTableWideColumn {
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dataTableWideColumn .label {
	/*width: 20%;*/	
	color: black;
	border: none;
	text-align: right;
}

.dataTableWideColumn .data {
	/*width: 80%;*/
	color: black;
	border: none;	
	padding: 5px;
	text-align: left;
}

.dataTableWideColumn .dataTableFieldBreak {
	text-align: center;
	color: black;
	border: none;
}


.dataTableThinColumn {
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dataTableThinColumn .label {
	width: 10%;	
	color: gray;
	border: none;
	text-align: right;
}

.dataTableThinColumn .data {
	width: 90%;
	color: black;
	border: none;	
	padding: 5px;
	text-align: left;
}

.dataTableThinColumn .dataTableFieldBreak {
	text-align: center;
	color: black;
	border: none;
}




/*- Menu Tabs D--------------------------- */

    #tabsD {
	position:absolute;top:80px;left:0px;
      /*background:#FCF3F8;*/
      font-size:1.05em;
      line-height:normal;
	  border-bottom:1px solid #F4B7D6;
      }
    #tabsD ul {
	  margin:0;
	  padding: 10px 10px 0 320px;
	  list-style:none;
      }
    #tabsD li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsD a {
      float:left;
      background:url("/img/tableftD.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsD a span {
      float:left;
      display:block;
      background:url("/img/tabrightD.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#C7377D;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsD a span {float:none;}
    /* End IE5-Mac hack */
    #tabsD a:hover span {
      color:#C7377D;
      }
    #tabsD a:hover {
      background-position:0% -42px;
      }
    #tabsD a:hover span {
      background-position:100% -42px;
      }  
	
	



/*scaffolding styles*/

.related {
	margin: 15px;
	border: 1px solid lightgrey;
	padding: 5px;
}



h2 {
	margin: 3px;
}

dd {
	padding: 5px;
	font-style: italic;
}

dt {
	font-weight: bold;
	padding: 5px;
	border: 1px solid black;
	width: 100px;
	background: lavenderblush;
}

/* group styles */



.cake-sql-log td {
	border: 1px solid lightgrey;
}



/* =staticContentContainer
   ----------------------------------------------------*/

#staticContentContainer{
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

#staticContentContainer p{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.1em;
	margin-top: 10px;
}

#staticContentContainer h1{
	font-size: 2em;
	color: #953f98 !important; /* purple */	
}
#staticContentContainer h2{
	font-size: 1.4em;
	color: #953f98 !important; /* purple */	
	margin-top:25px;
}

#staticContentContainer h3{
	font-size: 1.2em;
	color: #953f98 !important; /* purple */	
}

#staticContentContainer ul,ol {
	margin-left: 20px;
	margin-top: 7px;
}
#staticContentContainer ul li,ol li {
	margin-top: 10px;

}

/* =Homepage styles
   ----------------------------------------------------*/
#bannerContainer {
	width: 930px;
	border: 1px solid gray;
	margin-top: -10px;	
	margin-left: auto;
	margin-right: auto;
	
}
#bannerContainer img {
	width: 930px;
}


#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width: 930px;
    height:205px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}

 


#homepage_container_table {
	margin-left: 2px;
}

#homepage_container_table td{
	vertical-align: top;
	/*border: 1px solid green;*/
	padding: 0px; margin: 0px;
}

#homepage_container_table #content_table_left_column {
	border: 1px solid purple;
	padding: 0px; margin: 0px;

}



.moduleContainer_news{
	background: url(../img/moduleContainer_news.jpg) no-repeat left top;
	padding: 0px; margin: 0px;
	
}

.moduleContent_news{
	background: url(../img/moduleContent_news.jpg) no-repeat left bottom;
	width: 276px;
	height: auto;	
	padding: 0px; margin: 0px;
	padding-bottom: 14px;
}

.moduleContent_news h4{
	padding-top: 10px;
	text-transform: uppercase;
	font-style: italic;
	text-align: center;
	color: white;
	font-size: 1.3em;
	width: 276px;
}
.moduleContent_news h4 a{
	color: white ;
}



.moduleContainer_news_nested {
	background: url(../img/moduleContainer_news_nested.jpg) no-repeat left top;
	padding: 0px; margin: 0px;
	margin-left: 5px;
	margin-top: 2px;

}
.moduleContent_news_nested{
	background: url(../img/moduleContent_news_nested.jpg) no-repeat left bottom;
	width: 270px;
	height: auto;	
	padding: 0px; margin: 0px;
}

.moduleContent_news_nested ul {
	margin-left: 22px;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style: none;
}

.moduleContent_news_nested li {
	margin: 0px; padding: 0px;
	width: 240px;
	color: #fd51b6;
	margin-top: 4px;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
} 
.moduleContent_news_nested li span {
	font-style: italic !important;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;	
}

.moduleContent_news_nested li a  {
	color: #d001a7;
}
 


.moduleContainer_impulse{
	background: url(../img/moduleContainer_impulse.jpg) no-repeat left top;
	line-height: 5em;
}

.moduleContent_impulse{
	background: url(../img/moduleContent_impulse.jpg) no-repeat left bottom;
	width: 660px;
	height: auto;
	padding-left: 10px;	
}

.moduleContent_impulse img {
	width: 200px;
	margin-left: 7px;
	margin-top: 8px;
	margin-bottom: 6px;
	/*border: 2px solid lightgrey;*/
}

.embedded_quote_box { /* similar to inline code */
	border:1px solid white;
	background-color: #d0dede;
	padding: 15px;
	line-height: 1.5em;
	font-size: 0.9em !important;
}

.poemStyle{
	font-style: italic;
	font-size: 0.9em;
	line-height: 20px;
	margin-left: 3px;
	margin-top:0px;
	padding-top:0px;
}



#controlPanel {
	border:2px dotted grey;
	padding:7px;
	padding-bottom:10px;
	background:white;
	/*height:35px;
	width:40%;*/
	width:85%;
}

#controlPanel table,td,input,form,submit {
	padding:0;
	margin:0;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.button {
    background: transparent url('../img/cms/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.button span {
    background: transparent url('../img/cms/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}



/*TERTIARY TABS (FOR CMS)*/

/* tertiary navigation */
#tertiary_navigation_container {
	/*border:1px solid red;*/
	/*border-right:1px solid pink;*/
	text-align: right;

}


#tertiary_navigation_container ul {
	margin-right: 0px;
	list-style: none;
}

#tertiary_navigation_container ul li{
	background: url(../img/tertiary_tab_middle.gif) repeat-y right top;	
	margin: 0; padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #fdf1f6;
}
#tertiary_navigation_container ul li h5{
	background: url(../img/tertiary_tab_top.gif) no-repeat right top;
	margin: 0; padding: 0;
	/*font-size: 2em;*/
	padding-top:5px;
	font-size: 1.1em;
}

#tertiary_navigation_container ul li h5 a{
	display: block;	
	background: url(../img/tertiary_tab_bottom.gif) no-repeat right bottom;
	padding-left:30px;
	padding-right:25px;
	padding-bottom:5px;
	text-align: center;
	color: #704ec7 !important; /* blue */
}



#contentEditable table {
	/*border: 1px solid black;*/
	padding: 1px;
	margin: 1px;
	text-align:left;
	
}

#contentEditable td {
	vertical-align:top;
}

#content_table_left_column td {
	border: 1px solid black;
}

#leftNavTable {
	border:none;
	width:185px !important;
	
} 

 

#leftNavTable td {
	border:none;
	background: url(../img/leftNavBknd.gif) no-repeat left top;		
	text-align: center;
	color: #704ec7; /* blue */
	padding:8px;

}

#leftNavTable a {
	color: #704ec7; /* blue */
} 

#leftNavTable td p {
	margin:0px;
	padding:0px;
}
