### konfiguration for print ###
/* - print.css - */

/* ----- layout ----- */
/* ----------------------------------------------------  header */
#header {
	width: 100%;
}

#header_left {
	float: left;
	width: 75%;
}

#header_right {
	float: right;
	width: 25%;
}
/* ----------------------------------------------------  content area */
#content_area {
	font-size: 100%;
}
#content_strict {
	width: 100%;
}

#breadcrumbs {
	float: left;
	font-family: Verdana, arial;
	color: #054295;
	font-size: 68.75%;
}

#content {
	padding: 0 0 0 0;
/*	padding: 0;*/
	width: auto;
	height: auto;
	font-size: 70%;
	clear: both;
}
/* -------------------------------- Display NONE */
#fontSize,
#header_menu,
#homeLink,
#left_side,
#right_side,
#footer,
#menuFooter {
	display: none;
}


/* ---- globals ---- */
html {
height:           100%;
margin:           0;
padding:          0;
font-size: 16px;
}

body {
height:           100%; /* damit der linke border bis nach ganz unten geht */
font:             "Lucida Grande", Verdana, Lucida,  Helvetica, Arial, sans-serif;
font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans serif;
background-color: White;
color:            Black;
margin:           0;
padding:          0;
}

table {
    font-size: 100%;
}


a, a:hover {
    text-decoration: underline;
    color: #054295;
    background-color: transparent;
}

img {
    border: none;
/*    vertical-align: middle;*/
}
p {
    font:   Verdana, Lucida,  Helvetica, Arial, sans-serif;
    margin: 0.5em 0em 1em 0em;
    line-height: 1.5em;
}
p a {
    text-decoration: underline;
}
p a:visited {
    color: Purple;
    background-color: transparent;
}
p a:active {
    color: Red;
    background-color: transparent;
}
p img {
    border: 0;
    margin: 0;
}

hr {
    height: 1px;
    color: #C7CDDD;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: Arial;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding-top: 0.5em;
    /*text-shadow: #999999 0.2em 0.2em 3px;*/
}

/*
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important; 
}
*/

h1 {
    font-size: 160%;
    color: #054295;
}

h2 {
    font-size: 150%;
    color: #054295;
}

h3 {
    font-size: 130%;
    border-bottom: none;
    font-weight: bold;
    color: #054295;
}

h4 {
    font-size: 122%;
    border-bottom: none;
    font-weight: bold;
    color: #054295;
}

h5 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
        color: #054295;
}

h6 {
    font-size: 95%;
    border-bottom: none;
    font-weight: bold;
}


ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(http://schuleundgesundheit.hessen.de/bullet.gif);
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}
ul a, ol a {
    text-decoration: underline;
}
li {
    margin-bottom: 1em;
    align: center;
}

dt {
    font-weight: bold;    
}
dt a {
    text-decoration: underline;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}
dd a {
    text-decoration: underline;
}

dd.link a {
    text-decoration: none;
    color: Black;
}

fieldset {
    border: 1px solid #C7CDDD;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend {
    background: White;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}
textarea {
    font: 110% "Courier New", Courier, monospace; 
    border: 1px solid #C7CDDD;  
    color: Black;
    background-color: white;
    width: 100%;
}
input {
    font-family: "Lucida Grande", Verdana, Lucida,  Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #C7CDDD;  
    color: Black;
    background-color: white;
    vertical-align: middle;
}
select {
    border: 1px solid #C7CDDD;  
    color: Black;
    vertical-align: top;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
/*
blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
*/
code {
    font-size: 120%;
    color: Black;
    background-color: #dee7ec;
    border: 1px dashed #C7CDDD;
    padding: 0 0.1em;
}
pre {
    font-size: 140%;
    padding: 1em;
    border: 1px dashed #C7CDDD;
    color: Black;
    background-color: #dee7ec;
    overflow: auto;
}
.pre a {
    text-decoration: underline;
}

ins {
    color: green;
    text-decoration: none;
}

del {
    color: red;
    text-decoration: line-through;
}

.netscape4 {
    display: none;
}

/* ---- navigation(breadcrumbs) ---- */
#breadcrumbs a {
	text-decoration: none;
}

#breadcrumbs span.ison {
	margin-left: 4px;
	color: #000000;
}


/* ---- content ---- */
#content a, #breadcrumbs a {
	color: #054295;
}

/* ---- forms ---- */
/* ------------------------------------ th_mailformplus */
#content .filterReg {
}

#content .filterReg #short {
	height: 50px;
}

#content .filterReg #description {
	height: 250px;
}

#content .filterReg label.labelReg {
	font-weight: bold;
}

#content .filterReg input, textarea, select {
	margin: 0 0 10px 0;
}

#content .filterReg legend {
	font-size: 100%;
}

#content .filterReg .checkReg {
	border: none;
	margin: 0 2px 4px 2px;
}

#content .filterReg div.evalReg {
	padding: 0;
	margin: 0;
}

#content .filterReg #file {
	margin: 2px 0 0 0;
}

#content .filterReg div.fileUpReg {
	padding: 10px 0 14px 0;
}

#content .detailReg ul li,
.lwListing ul li {
	margin: 0;
	padding: 0;
}

#content div.tx-thmailformplus-pi1 img {
	padding: 5px 0 0 0;
}

#content div.tx-thmailformplus-pi1 .reqText {
	font-style: italic;	
}

/* ------------------------------ tx-lwhkmoffer */
#xontent div.tx-lwhkmoffer-pi1 {  
}

#content div.tx-lwhkmoffer-pi1 img {
	padding: 5px 0 0 0;
}

#content div.tx-lwhkmoffer-pi1 .selReg {
	width: 182px;
}

#content div.tx-lwhkmoffer-pi1 #table-listing- {
	width: 100%;
}

#content div.tx-lwhkmoffer-pi1 #table-listing- td, #table-listing- th,  #table-listing- {
	border: 1px solid #c7cddd;
	border-spacing: 0;
	border-collapse: collapse;	
}

#content div.tx-lwhkmoffer-pi1 #table-listing- th {
	text-align: left;
	background-color: #ececf0;
}

#content div.tx-lwhkmoffer-pi1 #table-listing- th.headTable4 {
	width: 20%;
}

#content div.tx-lwhkmoffer-pi1 #table-listing- th.headTable3 {
	width: 40%;
}

#content div.tx-lwhkmoffer-pi1 #table-listing- th.headTable1 {
    width: 19%;
}

#content div.tx-lwhkmoffer-pi1 #table-listing- th.headTable0 {
    width: 20%;
}

#content div.tx-lwhkmoffer-pi1 #table-listing {
	padding: 15px 0 0 0;
}

#content div.tx-lwhkmoffer-pi1 .lwFilter form {
	padding: 15px 0 0 0;
}

#content div.tx-lwhkmoffer-pi1 table.detailReg {
	padding: 0 0 8px 0;
}

#content div.tx-lwhkmoffer-pi1 table.detailReg td {
	padding: 2px 0;
	vertical-align: top;
	width: 160px;
}

/* ---- overwrite ---- */
#content .csc-frame-frame2 p.bodytext {
	border: 1px solid #c7cddd;
	padding: 10px
}

/* -------------------------------- Table Listing */
#content table.listing {
    border-collapse: collapse;
	border: 1px solid #C7CDDD;
	margin: 0;
	padding: 0;
}

#content table.listing tr th {
    border-collapse: collapse;
    border: 1px solid #C7CDDD;
	background-color: #dee7ec;
	font-weight: normal;
	padding: 0 14px;
}

#content table.listing tr td {
    border-collapse: collapse;
    border-left: 1px solid #C7CDDD;
    border-right: 1px solid #C7CDDD;
	text-align: left;
	padding: 0 0 0 14px;
}

#content table.listing tr td p {
	padding: 0;
	margin: 0;
}

/* ---- jw calendar ---- */
/****************************/
/***** T o o l t i p ********/
/****************************/
.jwcalendar_olbg { 
	border: solid 0px #003399; 
	background-color: #6666CC; 
}

.jwcalendar_olfg { 
	border: 0px; 
	background-color: #EEEEEE; 
	padding:4px 6px;
	text-align:left;
}

.jwcalendar_olcf { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 2em; 
	font-weight: bold; 
	color: #FFFFFF; 
}

.jwcalendar_oltf { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
}
/****************************/
/***T o o l t i p ** E N D **/
/****************************/

div.tx-jwcalendar-pi1{
  clear: none;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-align: center;
  color:#054295;
}

div.tx-jwcalendar-pi1 img{
	border:0;
}

div.tx-jwcalendar-pi1 a, div.tx-jwcalendar-pi1 table a{
   /* text-decoration:none;*/
    text-decoration:none;
	color: #692287;
}

div.tx-jwcalendar-pi1 a:hover,div.tx-jwcalendar-pi1 table a:hover{
	color: red;
}

div.tx-jwcalendar-pi1 input{
  clear:both;
  background: #FFF;
  border: 1px solid #C7CDDD;
  text-align:center;
  margin:10px;
  padding: 3px 14px; 
} 


div.tx-jwcalendar-pi1 .tx_jw_input_text{
  width:260px;
  border: 1px solid #C7CDDD;
  padding:3px;
  height:23px;

}
div.tx-jwcalendar-pi1 .tx_jw_select{
  font-size:11px;
  border:0px;
}

div.tx-jwcalendar-pi1 .tx_jw_textarea{
  font-size:12px;
  height:120px;
  width:260px;
  padding:3px;
  border: 1px solid #C7CDDD;
}

div.tx-jwcalendar-pi1 .tx_jw_input_button{
  font-size:12px;
  background: #FFF;
  text-align:center;
  margin:4px 10px;
  padding:2px 4px;
}

/********************************************/
/*****************LIST view ****************/
/********************************************/
div.jwcalendar_list{
  width:700px;
  background-color:#ECECF0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color:#193A72;
  border: 1px solid #C7CDDD;
  margin:10px auto;
  clear: none;
}

div.jwcalendar_list .title{
  background-color: #DEE7EC;
  font-size: 14px;
  font-weight: bold;
  color:#193A72;
  padding: 8px 5px;
  margin: 0 0 5px 0;
}

div.jwcalendar_list .prev_items{
  border: 0;
  float:left;
  font-size: 11px;
  font-weight: bold;
  text-align:left;
  color:#193A72;
  padding:8px 0 0 16px;
}

div.jwcalendar_list .next_items{
  border: 0;
  float:right;
  font-size: 11px;
  font-weight: bold;
  text-align:right;
  color:#193A72;
  padding:8px 0 0 16px;
}

div.jwcalendar_list .itemslist{
  padding:0 10px;
}

div.jwcalendar_list table.items{
  margin: 0 auto;
  width:80%;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-align:left;
  line-height:1.4em;
  empty-cells:show;
  border-collapse:separate;
/*  border-collapse:collapse;*/
  border-spacing:0;
  border: 1px solid #C7CDDD;
}

div.jwcalendar_list table.items td.label{
  background:#FFF;
  width:33%;	
  vertical-align:top;
  border: 1px solid #C7CDDD;
  padding:5px;
}

div.jwcalendar_list table.items td.item{
  background:#FFF;
  width:67%;	
  border: 1px solid #C7CDDD;
  vertical-align:top;
  padding:5px;
}

div.jwcalendar_list table.items p{
   font-size: 11px;
	padding:0;
}

div.jwcalendar_list table.items p{
   font-size: 11px;
	padding:0;
}

div.jwcalendar_list .submit{
   clear:both;	
   font-size: 11px;
   padding:0;
}

/********************************************/
/*****************WEEK view ****************/
/********************************************/
div.jwcalendar_week{
  width:100%;
  background-color:#ECECF0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color:#193A72;
  border: 1px solid #C7CDDD;
  margin:10px 0;
}

div.jwcalendar_week .prev_week{
    margin:4px 120px 0px 10px;
	float:left;
}

div.jwcalendar_week .selector{
    margin:4px 0 0 0;
	float:left;
}

div.jwcalendar_week .next_week{
    text-align:right;
    margin:4px 10px 0px 120px;
}


div.jwcalendar_week table.days{
   clear:both;
   font-family: Verdana, sans-serif;
   font-size: 12px;
   width:100%;
   line-height:1.4em;
/*   border-collapse:collapse;*/
   empty-cells:show;
   border-spacing:0;
  border: 1px solid #C7CDDD;
   margin:8px;
}

div.jwcalendar_week table.days td.dayname{
    text-align:right;
    vertical-align:top;
  border: 1px solid #C7CDDD;
    padding:2px 8px 0 4px;
}

div.jwcalendar_week table.day_events,div.jwcalendar_week table.times {
   	background:#FFF;
   	font-family: Verdana, sans-serif;
   	font-size: 12px;
   	width:100%;
   	border-collapse:collapse;
   	empty-cells:show;
   	border-spacing:0;
}
div.jwcalendar_week table.times {
  border: 1px solid #C7CDDD;
}

div.jwcalendar_week table.times td.time{
  border: 1px solid #C7CDDD;
}

div.jwcalendar_week table.days a{
    text-decoration:none;
}

div.jwcalendar_week table.days td.time{
   font-family: Verdana, sans-serif;
   font-size: 11px;
   text-align:center;
}

div.jwcalendar_week table.days td.event_time{
   height:4px;
   padding:0;
   margin: 0px;
}

div.jwcalendar_week table.days td.event{
   font-family: Verdana, sans-serif;
   font-size: 11px;
   vertical-align:top;
   padding:4px 2px;
   margin: 0px;
}

div.jwcalendar_week table.days td.event a{
   font-family: Verdana, sans-serif;
   font-size: 11px;
}

/********************************************/
/*****************MONTH view ****************/
/********************************************/

div.jwcalendar_month{
  clear: none;
  width:90%;
  background-color:#ECECF0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color:#193A72;
  border: 1px solid #C7CDDD;
  margin:10px 0;
}




div.jwcalendar_month .title{
  background-color: #DEE7EC;
  clear:none;
  text-align: center;
  font-size: 14px;
  font-weight:bold;
  color: #333;
  padding:5px 0;
}


div.jwcalendar_month .navi, div.jwcalendar_month .days_view{
	padding: 2px;
}

div.jwcalendar_month .selector {
	padding: 3px 0;
}


/*******************/
/*tables navi******/
/*******************/

div.jwcalendar_month table.navs{
   margin: 0 auto;
   width:70%;
}

div.jwcalendar_month table.navs a{
	font-weight: normal;
}

div.jwcalendar_month table.months, div.jwcalendar_month table.year{
   width:100%;
   font-family: Verdana, sans-serif;
   font-size: 11px;
/*   font-weight:bold;*/
   text-align:center;
   empty-cells:show;
   border-collapse:separate;
   border-spacing:10px;
}

div.jwcalendar_month table.year {
   font-size: 12px;
   border-spacing:5px;
}

div.jwcalendar_month table.months td, div.jwcalendar_month table.year td{
}



div.jwcalendar_month table.months td.other_month, div.jwcalendar_month table.year td.last_year, div.jwcalendar_month table.year td.next_year{
   background: #FFF;
  border: 1px solid #C7CDDD;
   padding:10px 5px;
}

div.jwcalendar_month table.months td.other_month{
   padding:3px;
}

div.jwcalendar_month table.months td.current_month{
   background: #FFF;
  border: 1px solid #C7CDDD;
   padding:3px;
}

/*****************/
/*table days******/
/*****************/


/*div.jwcalendar_month .days_view table{*/
div.jwcalendar_month table.days{
   font-family: Verdana, sans-serif;
   font-size: 11px;
   width:100%;
   line-height:1.4em;
   border-collapse: seperate;
   empty-cells:show;
   border-spacing:0px;
  border: 1px solid #C7CDDD;
   padding:0;
}

div.jwcalendar_month table.days a{
    text-decoration:none;
}

div.jwcalendar_month table.days td{
   vertical-align:top;
  border: 1px dotted #C7CDDD;
   padding:4px;
}

div.jwcalendar_month table.days td.week{
   background:#FFF;
   font-weight:bold;
}

div.jwcalendar_month table.days td.dayname{
   background:#FFF;
   font-weight:bold;
   text-align:center;
}

div.jwcalendar_month table.days,
div.jwcalendar_month table.days td.inside,
div.jwcalendar_month table.days td.today,
div.jwcalendar_month table.days td.inside_weekend,
div.jwcalendar_month table.days td.today_weekend,
div.jwcalendar_month table.days td.outside_weekend{
   font-weight:bold;
}

div.jwcalendar_month table.days a,
div.jwcalendar_month table.days td.inside a,
div.jwcalendar_month table.days td.today_inside a,
div.jwcalendar_month table.days td.inside_weekend a,
div.jwcalendar_month table.days td.today_weekend a,
div.jwcalendar_month table.days td.outside_weekend a{
   font-weight:bold;
   color: #AD1602;
}


div.jwcalendar_month table.days td.outside_weekend,
div.jwcalendar_month table.days td.outside{
   background:#FFF;
   border: 1px dotted #C7CDDD;
}


div.jwcalendar_month table.days td.inside_weekend{
   background:#DEE7EC;
}

div.jwcalendar_month table.days td.today{
	background: #FFFFFF;
    border: 2px #AD1602 solid !important;   
}


/**********************/
/*table singleday******/
/**********************/
div.jwcalendar_month table.singleday,
div.jwcalendar_month table.singleday td,
div.jwcalendar_month table.singleday td a,
div.jwcalendar_month table.singleday a{
   font-weight:bold;
   font-family: Verdana, sans-serif;
   font-size: 11px;
   width:100%;
   line-height:1.0em;
   border-collapse:seperate;
   empty-cells:show;
   border-spacing:0px;
   border: 0px solid #C7CDDD;*/
   padding:0px;
/*   margin:0 0 2px 0;*/
}

div.jwcalendar_month table.singleday{
   background: #eee;
/*  border: 1px solid #C7CDDD;*/
}

div.jwcalendar_month table.singleday td{
/*  border: 1px solid #C7CDDD;*/
   padding:3px 0;
}

/*****************/
/*table dayitem******/
/*****************/
div.jwcalendar_month table.dayitem,
div.jwcalendar_month table.dayitem a{
   font-weight:normal;
   font-family: Verdana, sans-serif;
   font-size: 11px;
   width:90%;
   color:#000;
/*   line-height:1.0em;*/
   border-collapse: seperate;
/*   empty-cells:show;*/
/*  border-spacing:0px;*/
/*   border: 1px solid #C7CDDD;*/
   padding:0;
/*   margin:1px 0;*/
}

div.jwcalendar_month table.dayitem td.item,
div.jwcalendar_month table.dayitem td.item a{
  color:#000;
  text-decoration:none;
  font-weight:normal;
  border:0;
}

div.jwcalendar_month table.dayitem td.itemcat,
div.jwcalendar_month table.dayitem td.itemcat a{
  float: none;
  clear: none;
  color: #000000;
  text-align: center;
/*  font-weight:bolder;*/
  text-decoration:none;
  font-size:12px;
  padding:0px;
  Cursor:help;
/*  width:2px;*/
  height: 14px;
  border:0;
}

/********************************************/
/*****************SINGLE view ****************/
/********************************************/

div.jwcalendar_single, div.jwcalendar_list .jw_calendar_single{
  background-color:#ECECF0;
  border: 1px solid #C7CDDD;
  padding:10px 10px;
  margin: 10px auto;
  width: 500px;
  clear: none;
}

div.jwcalendar_single .content, div.jwcalendar_single .header, div.jwcalendar_single .org {
    width:100%;
    clear: none;
}

div.jwcalendar_single .contentie,div.jwcalendar_single .headerie, div.jwcalendar_single .orgie{
   float:none;
   width:100%;
   text-align:left;
  border: 1px solid #C7CDDD;
   background:#FFF;
}

div.jwcalendar_single .headerie{
  border: 1px solid #C7CDDD;
}

div.jwcalendar_single .contentie{
   background:#FFF;
}

div.jwcalendar_single .title, div.jwcalendar_single .category{
    float:left;
    font-size: 14px;
	text-align:left;
	font-weight:bold;	
	padding:4px 8px 8px 8px;
}
div.jwcalendar_single .catcolor{
    float:none;
    font-size: 2px;
	padding:0;
}    

div.jwcalendar_single .category{
	float:none;
    font-size: 12px;
	font-weight:normal;	
 	padding:6px 8px 8px 8px;
}


div.jwcalendar_single .images{
	float:left;
    padding:10px 8px;
    margin:0px;
}

div.jwcalendar_single .itemtext{
    margin:8px;
    
}

div.jwcalendar_single .itemtitle p:first-letter{
    font-size: 13px;
	font-weight:bold;	
	color: #052495;
}

div.jwcalendar_single .itemtitle  p:first-line{
    font-size: 13px;
	font-weight:bold;	
	line-height:1.2em;
}

div.jwcalendar_single .teaser{
	font-weight:bold;	
	font-style:italic;
	line-height:1.8em;
}
div.jwcalendar_single .desc{
    font-size: 11px;
}

div.jwcalendar_single .itemlink{
	line-height:1.8em;
}

div.jwcalendar_feEntry .label, div.jwcalendar_feEntry .timelabel{
/*        clear:both;
	float:right;*/
	text-align:center;
	font-weight:bold;	
	padding:4px 8px;
/*	height: 25px;*/
}

div.jwcalendar_single .label {
/*        clear:both;
	float:left;
display: block;*/
	width: 90%;
	text-align:right;
	font-weight:bold;	
	padding:4px 8px;
/*	height: 25px;*/

}

div.jwcalendar_single .item, div.jwcalendar_single .item a{
/*	text-align:left;*/
	display: block;
/*	float: right;*/
	padding:4px;
/*	height: 25px;*/
}

div.jwcalendar_feEntry .item {
	text-align:left;
/*	display: block;
	float: right;*/
	padding:4px;
/*	height: 25px;*/

} 

/********************************************/
/*****************feEntry view ****************/
/********************************************/
div.jwcalendar_feEntry{
  background-color:#ECECF0;
  border: 1px solid #C7CDDD;
  padding:8px;
  margin: 10px auto;
  width: 700px;
}


div.jwcalendar_feEntry .label,div.jwcalendar_feEntry .timelabel{
    vertical-align: bottom;
    line-height:1.6em;
	padding:8px 8px;
    width:35%;
}  

div.jwcalendar_feEntry .title{
  background-color: #DEE7EC;
  font-size:14px;	
  font-weight:bold;	
  color:#054295;
  text-align:left;
  line-height:1.0em;
  padding:0px 8px;
}

div.jwcalendar_feEntry .title p:first-letter{
  font-size:20px;	
	color: #054295;
}

div.jwcalendar_feEntry .item{
  min-height: 18px;
  text-align:left;
  padding:8px 8px;
}

div.jwcalendar_feEntry .fileitem{
  text-align:left;
  padding:8px 8px;
  width:30px;
}

div.jwcalendar_feEntry input{
  clear:none;
  background: white;
  border: 1px solid #C7CDDD;
  text-align:left;
  font-size:12px;
  margin:0;
  padding: 0; 
}

div.jwcalendar_feEntry .error ul li{
  list-style:circle inline;
  text-align:left;
  font-size:12px;
  color:red;
  margin:4px 40px;
}

/*div.jwcalendar_feEntry .error ul li:first-letter{
  font-size:16px;
  font-weight:bold;
}*/

div.jwcalendar_confirm .error{
  font-size:12px;
  color:red;
  margin:10px;
}

div.jwcalendar_confirm .conftext{
  font-size:14px;
  margin:10px;
  padding: 60px 0;
}
/********************************************/
/*****************ORGANIZER view ****************/
/********************************************/

div.jwcalendar_organizer, div.jwcalendar_location{
  background-color:#ECECF0;
  border: 1px solid #C7CDDD;
  padding:10px 10px;
}

div.jwcalendar_organizer .content,div.jwcalendar_organizer .header,div.jwcalendar_organizer .org, 
div.jwcalendar_location .content,div.jwcalendar_location .header,div.jwcalendar_location .org{
    width:100%;
    clear:both;
}

div.jwcalendar_organizer .contentie,div.jwcalendar_organizer .headerie,div.jwcalendar_organizer .orgie,
div.jwcalendar_location .contentie,div.jwcalendar_location .headerie,div.jwcalendar_location .orgie
{
   float:left;
   width:100%;
   text-align:left;
  border: 1px solid #C7CDDD;
   background:#FFF;
}

div.jwcalendar_organizer .headerie,
div.jwcalendar_location .headerie{
  border: 1px solid #C7CDDD;
}

div.jwcalendar_organizer .contentie,
div.jwcalendar_location .contentie{
   background:#FFF;
}

div.jwcalendar_organizer .title,
div.jwcalendar_location .title{
    float:left;
    font-size: 14px;
	text-align:left;
	font-weight:bold;	
	padding:4px 8px 8px 8px;
}

div.jwcalendar_organizer .text,
div.jwcalendar_location .text{
    margin:8px;
}

div.jwcalendar_location .name,
div.jwcalendar_organizer .name{
    font-size: 14px;
	text-align:left;
	font-weight:bold;	
    padding:0;
}

div.jwcalendar_location .name p:first-letter,
div.jwcalendar_organizer .name p:first-letter{
    font-size: 13px;
	font-weight:bold;	
	color: #054295;
}

div.jwcalendar_location .name  p:first-line,
div.jwcalendar_organizer .name  p:first-line{
    font-size: 13px;
	font-weight:bold;	
	line-height:1.2em;
}
div.jwcalendar_location .images,
div.jwcalendar_organizer .images{
	float:left;
    padding:10px 8px;
    margin:0px;
}

div.jwcalendar_location .desc,
div.jwcalendar_organizer .desc{
    font-size: 11px;
}

div.jwcalendar_location .label,
div.jwcalendar_organizer .label{
    clear:both;
	float:left;
	text-align:right;
	font-weight:bold;	
	width:33%;
	padding:4px 4px;
}

div.jwcalendar_location .item,
div.jwcalendar_organizer .item{
	text-align:left;
	padding:4px 4px 4px 32%;
}

div.jwcalendar_location .addritem,
div.jwcalendar_organizer .addritem{
	text-align:left;
	padding:4px 4px 0px 32%;
}
div.jwcalendar_location .cityitem,
div.jwcalendar_organizer .cityitem{
	text-align:left;
	padding:0px 4px 8px 32%;
}


