/* 
	Projekt: TG Tuttlingen
	Ersteller: Squadhouse-Media
	Datum: 01.04.2009
	Beschreibung:
	Containerformatierung und zusätzliche Seitenformatierungen 
*/

body
{	left:0;
	top:0;
	margin:0;
	padding:0;
	background-color:#FFF;
	font-size:12px;
	text-align:center;
}

	A { font-weight:normal;color:#0b3f8a;}
	 A:hover {font-weight:normal;color:#0b3f8a; text-decoration:underline;}
	 A:visited {font-weight:normal; color:#0b3f8a;}
	


#centerpage
{	width:985px;
	text-align:center;
	margin:auto;
	
}



#header
{	height:280px;
	width:985px;
	text-align:left;
    float:left;
	background-image:url(images/headerbg.jpg);
	background-repeat:no-repeat;

}

#headerleft
{	height:176px;
	width:120px;
    float:left;
	padding-top:110px; padding-bottom:20px; padding-left:40px;
}

#headerleft_flash
{	height:176px;
	width:60px;
    float:left;
	padding-top:110px; padding-bottom:20px; padding-left:40px;
	
}

#headertop
{	height:200px;
	width:825px;
    float:left;
}

#headertop_flash
{	height:200px;
	width:825px;
    float:left;

}


#headernav
{	height:43px;
	width:825px;
    float:left;
	

}

#headernav_flash
{	height:43px;
	width:795px;
    float:left;
	margin-left:30px;
	

}

#headernav2
{	height:1px;
	width:745px;
	float:right;
	padding-top:5px;
	text-align:right;
	padding-right:80px;

}

#center
{	width:985px;
	float:left;
	background-image:url(images/centerbg.gif);
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:20px;
}




#content[id]
{	width:570px;
	float:left;
	padding:0;
	margin:0;
	padding-left:140px;
	min-height:200px;
}


#content_left
{	
	float:left;
	padding:0;
	margin:0;
	padding-left:100px;
	
	margin-right:20px;
	
	
}

#content_padder{
	width:160px;
	overflow:hidden;
	float:left;
	background-color:#e9eaee;
	padding-left:10px;
}


#content_start
{	width:400px;
	float:left;
	padding:0;
	margin:0;
	min-height:200px;
	overflow:hidden;
}







#content
{	width:710px;
	float:left;
	padding:0;
	margin:0;
	padding-left:140px;
	min-height:200px;
}





#footer
{	width:983px;
	float:left;
	color:#093c81;
	font-size:11px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/footerbg_ohnerand.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:left;
	margin-left:1px;
	
}
#footer2
{	width:983px;
	float:left;
	color:#093c81;
	font-size:11px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/footerbg_ohnerand.gif);
	background-repeat:repeat-y;
	background-position:bottom;
	text-align:left;
	margin-left:1px;
	
}

#footertextsponsor
{	float:left;
	padding-left:500px;

}

#footertext
{	float:left;
	padding-left:138px;

}

#footer a
{	color:#093c81;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;	
}


#footer a:hover
{	text-decoration:underline;	
}

/** DROPDOWN NAVI **/

.menunav {
width:800px; 
font-size:18px;
position:relative;
z-index:200;
font-family:TimesNewRoman;
text-align:left;
color:#25517a;
float:left;


}

ul.menu, ul.menu ul {
    list-style-type: none;
	padding:0px;
	margin:0px;
	float:left;

}

ul.menu a {
    display: block;
    padding: 3px 10px 9px 10px;
    font-weight:bold;
	color:#25517a;
text-decoration:none;

}


ul.menu a:hover {
    display: block;
     font-weight:bold;
	color:#14336a;

}



ul.menu a.active {
    display: block;
    font-weight:bold;
	color:#14336a;

}


ul.menu ul a {
    padding: 0 10px;
	color:#25517a;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	font-family:Arial;
	
}

ul.menu ul a:hover {
    padding: 0 10px;
	color:#14336a;
	font-weight:bold;
}



ul.menu li {
    padding:0;
    margin:0;
    background-image: none;
	padding-top:5px;
    float:left;
	

}

ul.menu ul {
    margin-left:0;
   	padding:0;
    position: absolute;
    display:none;
    min-width:120px;
	background:#f1e01e;  filter:alpha(opacity=85); -moz-opacity:.85; opacity:.85;

}

/* IE-Hack für die Breite */
*html ul.menu ul {
    width:130px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
	font-weight:bold;
	color:#0e2a7b;
	padding:0;
	margin:0;
}

ul.menu ul li {
    float:none;
    background-color: transparent;
	width:100%;
	width:auto;
	padding-top:5px;
	padding-bottom:5px;
	
}

/* HEADERLIST NAVIGATION */
#headernav2 a {
	color:#f1e01e;
	text-decoration:none;
	padding-right:10px;
	font-family:TimesNewRoman;
	font-size:16px;
	font-weight:bold;

}


#headernav2 a:hover {
 	color:#f1e01e;
}

#headernav2 a.active {
	color:f1e01e;
}


/* ***************************************************  */
/*	RIGHTCONTENT NAVIGATION								*/
/* ***************************************************  */
#contentright[id] { padding-left:40px; color:#0a3f89; text-align:left; width:235px; float:right; }
#contentright {  color:#0a3f89; text-align:left; width:235px; float:right; }
#contentright ul{margin: 0;padding: 0;list-style-type: none; text-align:left;height:100%; }
#contentright ul li { margin:0;font-weight:normal; font-size:11px; padding-top:2px; text-align:left; margin-top:3px;  }
#contentright ul li #current{ color:#0a3f89; border:none; background:none;}

#contentright ul a{display: block; color: #0a3f89;text-decoration: none; font-weight:bold; background-position:bottom; background-repeat:no-repeat; padding-bottom:5px;}
#contentright ul a:hover{ color:#0a3f89; text-decoration:underline;}

/* CONTENTRIGHT SUBMENU EBENE 2 */

#contentright ul ul{margin: 0;padding: 0;list-style-type: none; text-align:left;height:100%; }
#contentright ul ul li { margin:0;font-weight:normal; font-size:10px; padding-top:2px; text-align:left; margin-top:3px; padding-left:10px; }
#contentright ul ul li #current{ color:#0a3f89; border:none; background:none;}

#contentright ul ul a{display: block; color: #0a3f89;text-decoration: none; font-weight:bold; background-position:bottom; background-repeat:no-repeat; padding-bottom:5px;}
#contentright ul ul a:hover{ color:#0a3f89; text-decoration:underline;}








/*Menu Ebene 2*/
#subnavcontainer ul ul{margin: 0;padding: 0;list-style-type: none; text-align:left; padding-left:30px;}
#subnavcontainer ul ul li { margin:0;font-weight:bold; font-size:11px;  text-align:left; }
#subnavcontainer ul ul li #subcurrent{color:#14336a;}
#subnavcontainer ul ul a{display: block; color: #319631;	padding-right:3px;text-decoration: none; font-weight:bold;padding-top:2px;padding-left:0; border-bottom:none; font-size:10px; font-family:Verdana; }
#subnavcontainer ul ul a:hover{color:#14336a; font-size:10px;font-family:Verdana;}


	/* ***************************************************  */
	/*	BEGIN Sitemap										*/
	/* ***************************************************  */

	.csc-sitemap ul li 
	{ 	text-decoration:none;
		font-size:12px;
		font-weight:bold;
		list-style-type:square;
		padding-bottom:10px;
		text-decoration:none;
		font-weight:bold;
		list-style-type:none;
		text-align:left;
	}
	
	.csc-sitemap ul li a:hover
	{ 	text-decoration:underline;
		font-weight:bold;
		color:#0e2a7b;
		
	
	}
	
	.csc-sitemap ul ul 
	{	padding-left:20px;
		margin:0;
	}
	
	.csc-sitemap ul ul li 
	{	list-style-type:none;	
		text-decoration:none;
		font-size:11px;
		font-weight:bold;
		padding-top:5px;
		padding-bottom:5px;
	
	}
	
	.csc-sitemap ul ul ul
	{	padding-left:20px;
		margin:0;
	}
	
	.csc-sitemap ul ul ul li 
	{	list-style-type:none;	
		text-decoration:none;
		font-size:10px;
		font-weight:bold;
		padding-top:5px;
		padding-bottom:5px;
	
	}
	

	/* ***************************************************  */
	/*	END Sitemap											*/
	/* ***************************************************  */

/* Drittelbox */

.cl {float:left; width:350px; height:140px;overflow:hidden;}

/* Viertelbox */
.viertel {float:left; width:164px; padding:0; margin:0; text-align:center; overflow:hidden; }


/* Allgemeine Formatierungen HTML TAGS */
	table{border-collapse:collapse;border:0px;padding:0;border-spacing:0px; margin-left:4px;}

	/* Spezialfall gültig für alle Tabellen. Kann je nach Tabelle überschrieben werden */
	TABLE .t_l{font-weight:bold;font-size:12px; line-height:18px;} /* Linke TD*/
	TABLE .t_r{font-size:12px; line-height:18px;} /* Rechte TD*/
	TABLE .t_c{font-size:11px; line-height:18px; font-family:Verdana; text-decoration:underline;} /* Rechte TD*/

	img{border:0;padding:0;margin:0;}
	p{padding:0;margin:0;}
	form{margin:0;}
	em{color:#da1616;}

/*Hyperlinks*/

	.contenttable{font-size:11px; font-weight:normal ;color:#000; padding:0;margin:0; padding-bottom:5px; text-align:left; line-height:17px;}
	
/*floatings*/
	.right{float: right;}
	.left1{float: right;padding-right: 5px;}
	.right2{float: right;padding-left: 10px;}
	.left{float:left;}
	.left1{float: left;padding-right: 5px;}
	.left2{float: left;padding-right: 10px;}
	.cls{clear:both;}

/*Formularfelder*/
	.textfeld, .textarea {border-bottom:1px solid #4949AD;border-top:1px solid #CCCCCC;border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;background-color:transparent;font-size:11px;vertical-align:middle;}
	.button{font-family:Verdana;border-bottom:2px solid #4949AD;border-top:1px solid #CCCCCC;border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;background-color:transparent;font-size:9px; color:#000000; font-weight:normal; vertical-align:middle;padding:0px;}
    .select{border-bottom:1px solid #4949AD;border-top:1px solid #CCCCCC;border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;background-color:EFF9FD;font-size:11px;vertical-align:middle;}

/* Allgemeine Schriftformatierungen */
	.b{font-weight:bold;}
	.alert{color:red; font-weight:bold;}


/*rcontent p überschreiben*/
	#rcontent p{padding-left:5px;}

/* Überschrift 1 */
	H1{font-size:18px; font-weight:normal; color:#000; padding:0;margin:0; padding-bottom:10px;   text-align:left; }
/* Überschrift 2 */
	H2{font-size:12px;font-weight:bold;padding:0;margin:0; text-decoration:underline;}
/* Überschrift 3 */
	H3{ font-size: 12px;
  font-weight: bold;
  color:#000;}
/* Hyperlinks in Überschriften*/
	H1 A, H2 A, H3 A { color: #0b3f8a; text-decoration: none; }
	H1 A:hover, H2 A:hover, H3 A:hover { text-decoration: underline; }
	
	
	.c_text A { font-weight:normal;color:#0b3f8a;}
	.c_text A:hover {font-weight:normal;color:#0b3f8a; text-decoration:underline;}
	.c_text A:visited {font-weight:normal; color:#0b3f8a;}

	


		


	TABLE{border:0;padding-left:0.8em;}
	
	/* Schrift Formatierungen im Content Bereich*/
	.f_5{ font-size:16px; font-weight:bold;}
	.f_3{ font-size:14px; font-weight:bold; text-decoration:underline;padding-bottom:5px;padding-top:5px;}
	.f_2{ font-size:12px; font-style:italic; padding-bottom:5px; line-height:normal; padding-left:10px;}
	.f_1{  font-size:16px;} /* Normale Schriftformatierung */

/* Standard Text */
	.c_text{font-size:12px; font-weight:normal ;color:#000; padding:0;margin:0; padding-bottom:5px; text-align:left; line-height:17px;}

	#righthome .c_text{font-size:11px; font-weight:normal ;color:#666666; padding:0;margin:0; padding-bottom:5px; text-align:left; line-height:17px;}



/****************************************************************************************/
/* FET Mailform			 													*/
/****************************************************************************************/
	/* Tabelle MailFormular */
		.mailform{}
		.mailform .t_l{ font-size:12px; width:150px;padding-bottom:5px;vertical-align:top;font-weight:normal;} /* Linke TD*/
		.mailform .t_r{padding-bottom:5px;} /* Rechte TD*/
/****************************************************************************************/


/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }


/***********************************************/
/* Bildformatierungen */
/***********************************************/

/* im text links */
.csi-intext-left .csi-image {
	float: left;
	clear: both;
	padding-right:10px;
	padding-top:10px;
}

/* im text rechts */
.csi-intext-right .csi-image {
	float: right;
	clear: both;
	padding-left:10px;
	padding-top:10px;
}


/*neben dem text links*/
.csi-intext-left-nowrap .csi-image {
	float: left;
	clear: both;
	padding-right:10px;
	padding-top:10px;
}

/*neben dem text rechts*/
.csi-intext-right-nowrap .csi-image {
	float: right;
	clear: both;
	padding-left:10px;
	padding-top:10px;
}




/** Bildtext **/
.csi-caption {
	color:#666;
	text-align:right;
	font-size:10px;
}

.csc-textpic-caption{
	color:#666;
	text-align:right;
	font-size:10px;
}


/** NEWS **/

.newsdate{font-size:11px;}

.newsbox{font-size:12px; font-weight:normal ;color:#000; padding:0;margin:0; padding-bottom:5px; text-align:left; width:100%}

.news_text p {line-height:20px;}

.news_image{float:left; padding-right:10px;}





.newsdate_short{font-size:11px;}

.newsbox_short{
	  width:260px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color:#193A72;
	text-align:left;
}

.newsbox_short p{
	 width:170px;
}





.newsbox_short .title a{  
   font-size: 12px;
  font-weight: bold;
  color:#193A72;
  padding-bottom:4px;
  text-decoration:none;
   
  }

.news_text p {line-height:20px;}

.news_image{float:left; padding-right:10px;}


/** 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{
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-align: center;
  color:#193A72;
}

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: #0a3e87;
}

div.tx-jwcalendar-pi1 a:hover,div.tx-jwcalendar-pi1 table a:hover{
	color: #0a3e87;
}

div.tx-jwcalendar-pi1 input{
  clear:both;
  background: #FBE29F;
  border-top:2px #FCF6E5 solid;
  border-left:2px #FCF6E5 solid;
  border-right:2px #FECC3C solid;
  border-bottom:2px #FECC3C solid;
  text-align:center;
  margin:10px;
  padding: 3px 14px; 
} 


div.tx-jwcalendar-pi1 .tx_jw_input_text{
  width:260px;
  border:1px #FECC3C solid;
  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 #FECC3C solid;
}

div.tx-jwcalendar-pi1 .tx_jw_input_button{
  font-size:12px;
  background: #FBE29F;
  text-align:center;
  margin:4px 10px;
  padding:2px 4px;
}

/********************************************/
/*****************LIST view ****************/
/********************************************/
div.jwcalendar_list{
  width:100%;
  background-color:#FDF2D2;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color:#193A72;
  border: 1px  #093d86 solid;
  margin:10px 0 
  
}


div.jwcalendar_list_short{
  width:170px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color:#193A72;
text-align:left;

}


div.jwcalendar_list .title{
  font-size: 14px;
  font-weight: bold;
  color:#193A72;
  padding: 8px 5px;

}

div.jwcalendar_list_short .title_short{
  font-size: 12px;
  font-weight: bold;
  color:#000;
  padding-bottom:4px;
  

}

div.jwcalendar_list .prev_items{
  float:left;
  font-size: 11px;
  font-weight: bold;
  text-align:left;
  color:#193A72;
  padding:8px 0 0 16px;

}

div.jwcalendar_list .next_items{
  float:right;
  font-size: 11px;
  font-weight: bold;
  text-align:right;
  color:#193A72;
  padding:8px 0 0 16px;
}

div.jwcalendar_list .next_items{
}

div.jwcalendar_list .itemslist{
  padding:0 10px;
}

div.jwcalendar_list_short .itemslist_short{
 padding-right:5px;
}

div.jwcalendar_list table.items{
  width:100%;
  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:none;

}

div.jwcalendar_list_short table.items{
  width:100%;
  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:none;

}



div.jwcalendar_list table.items td.label{
  background:#FCECC0;
  width:33%;	
  vertical-align:top;
  border: 1px  #093d86 dotted;
  padding:5px;
}

div.jwcalendar_list table.items td.item{
  background:#FBE29F;
  width:67%;	
  border: 1px  #093d86 dotted;
  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:#FDF2D2;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color:#193A72;
  border: 1px  #FFC725 solid;
  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 #FFC725;
   margin:8px;
}

div.jwcalendar_week table.days td.dayname{
    text-align:right;
    vertical-align:top;
    border:1px solid #FFC725;
    padding:2px 8px 0 4px;
}

div.jwcalendar_week table.day_events,div.jwcalendar_week table.times {
   	background:#FBE29F;
   	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 #FFC725;
}

div.jwcalendar_week table.times td.time{
   border-left:2px solid #FFC725;
   border-right:2px solid #FFC725;
}

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{
  width:100%;
  background-color:#FDF2D2;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color:#193A72;
  border: 1px  #FFC725 solid;
  margin:10px 0;
}




div.jwcalendar_month .title{
  clear:both;
  text-align: center;
  font-size: 14px;
  font-weight:bold;
  color: #333;
  padding:5px 0;
}


div.jwcalendar_month .navi, div.jwcalendar_month .days_view{
	padding:0 10px;
}


/*******************/
/*tables navi******/
/*******************/

div.jwcalendar_month table.navs{
   width:100%;
}

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: #FBE29F;
   border-top:2px #FCF6E5 solid;
   border-left:2px #FCF6E5 solid;
   border-right:2px #FECC3C solid;
   border-bottom:2px #FECC3C solid;
   padding:15px 5px;
}

div.jwcalendar_month table.months td.other_month{
   padding:5px;
}

div.jwcalendar_month table.months td.current_month{
   background: #FBE29F;
   border-right:2px #FCF6E5 solid;
   border-bottom:2px #FCF6E5 solid;
   border-top:2px #FECC3C solid;
   border-left:2px #FECC3C solid;
   padding:5px;
}

/*****************/
/*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:collapse;
   empty-cells:show;
   border-spacing:0;
   border:1px solid #FFC725;
   padding:0;
}

div.jwcalendar_month table.days a{
    text-decoration:none;
}

div.jwcalendar_month table.days td{
   vertical-align:top;
   border:dotted 1px #FFC725;
   padding:4px;
}

div.jwcalendar_month table.days td.week{
   background:#FBE29F;
   font-weight:bold;
}

div.jwcalendar_month table.days td.dayname{
   background:#FBE29F;
   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:blue;
}


div.jwcalendar_month table.days td.today{
	background: #F9F4E7;
    border:solid 2px #CD9705;
    border:solid 1px #AD1602;
    
}


div.jwcalendar_month table.days td.outside_weekend,
div.jwcalendar_month table.days td.outside{
   background:#EAEAEB;
   border:dotted 1px #F9DF94;
}


div.jwcalendar_month table.days td.inside_weekend{
   background:#FCECC0;
}

/**********************/
/*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:collapse;
   empty-cells:show;
   border-spacing:0px;
   border:0px solid #ddd;
   padding:0px;
   margin:0 0 2px 0;
}

div.jwcalendar_month table.singleday{
   background: #eee;
   border:1px dotted #ddd;
}

div.jwcalendar_month table.singleday td{
   border:0px solid #ddd;
   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:100%;
   line-height:1.0em;
   border-collapse:collapse;
   empty-cells:show;
   border-spacing:0px;
   border:1px solid #ddd;
   padding:0px;
   margin:1px 0;
}

div.jwcalendar_month table.dayitem td.item,
div.jwcalendar_month table.dayitem td.item a{
  color:#333;
  text-decoration:none;
  font-weight:normal;
  border:0;
}

div.jwcalendar_month table.dayitem td.itemcat,
div.jwcalendar_month table.dayitem td.itemcat a{
  font-weight:normal;
  color:#333;
  text-decoration:none;
   font-size: 8px;
   padding:0px;
   Cursor:help;
   width:2px;
   border:0;
}

/********************************************/
/*****************SINGLE view ****************/
/********************************************/

div.jwcalendar_single{
  background-color:#FDF2D2;
  border: 1px  #093d86 solid;
  padding:10px 10px;
}

div.jwcalendar_single .content,div.jwcalendar_single .header,div.jwcalendar_single .org{
    width:100%;
    clear:both;
}

div.jwcalendar_single .contentie,div.jwcalendar_single .headerie,div.jwcalendar_single .orgie{
   float:left;
   width:100%;
   text-align:left;
   border-left: 1px  #093d86 dotted;
   border-right: 1px  #093d86 dotted;
   border-bottom: 1px  #093d86 dotted;
   background:#FCECC0;
}

div.jwcalendar_single .headerie{
   border-top: 1px  #093d86 dotted;
}

div.jwcalendar_single .contentie{
   background:#FBE29F;
}

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: 15px;
	font-weight:bold;	
	color:red;
}

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_single .label, div.jwcalendar_feEntry .label,div.jwcalendar_feEntry .timelabel{
    clear:both;
	float:left;
	text-align:right;
	font-weight:bold;	
	width:33%;
	padding:4px 8px;
}

div.jwcalendar_single .item, div.jwcalendar_feEntry .item{
	text-align:left;
	padding:4px 4px 4px 32%;
}

/********************************************/
/*****************feEntry view ****************/
/********************************************/
div.jwcalendar_feEntry{
  background-color:#FDF2D2;
  border: 1px  #FFC725 solid;
  padding:8px;
}


div.jwcalendar_feEntry .label,div.jwcalendar_feEntry .timelabel{
    vertical-align:bottom;
    line-height:1.6em;
	padding:8px 8px;
    width:32%;
}  
  
div.jwcalendar_feEntry .timelabel{
    width:20%;
}  

div.jwcalendar_feEntry .title{
  font-size:14px;	
  font-weight:bold;	
  color:blue;
  text-align:left;
  line-height:1.0em;
  padding:0px 8px;
}

div.jwcalendar_feEntry .title p:first-letter{
  font-size:20px;	
}

div.jwcalendar_feEntry .item{
  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-top:2px #FCF6E5 solid;
  border-left:2px #FCF6E5 solid;
  border-right:2px #FECC3C solid;
  border-bottom:2px #FECC3C solid;
  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;
}
/********************************************/
/*****************ORGANIZER view ****************/
/********************************************/

div.jwcalendar_organizer, div.jwcalendar_location{
  background-color:#FDF2D2;
  border: 1px  #FFC725 solid;
  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-left: 1px  #FFC725 dotted;
   border-right: 1px  #FFC725 dotted;
   border-bottom: 1px  #FFC725 dotted;
   background:#FCECC0;
}

div.jwcalendar_organizer .headerie,
div.jwcalendar_location .headerie{
   border-top: 1px  #FFC725 dotted;
}

div.jwcalendar_organizer .contentie,
div.jwcalendar_location .contentie{
   background:#FBE29F;
}

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: 15px;
	font-weight:bold;	
	color:red;
}

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%;
}



