@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all

/* Powermail */
span.powermail_mandatory {
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	background-color: red;
}
div.powermail_mandatory_js {
	color: red;
	margin: 3px 0 15px 120px;
}
fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid #A5ACB2;
	background-image: url(../img/handy.jpg);
	background-repeat: no-repeat;
	background-position: 100% 60%;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea {
	width: 360px;
}
div.tx_powermail_pi1_fieldwrap_html {
	margin: 3px 0;
}
input.powermail_submit {
	margin: 5px 0px;
	font-weight: bold;
	border: 1px solid #444;
	width: 30px;
}
input.powermail_reset {
	margin: 5px 0px;
	font-weight: bold;
	border: 1px solid #444;
	width: 30px;
}
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

.tx-cal-controller .padd {
}
.eventbg_1 {
background-color:#557CA3;
padding:2px;
}
.eventbg_2 {
background-color:#53A062;
padding:2px;
}
.eventbg_3 {
background-color:#E84F25;
padding:2px;
}
.eventbg_4 {
background-color:#B257A2;
padding:2px;
}
.eventbg_5 {
background-color:#D42020;
padding:2px;
}
.eventbg_6 {
background-color:#B88F0B;
padding:2px;
}
.eventbg_7 {
background-color:#73738C;
padding:2px;
}
#allday a {
color:#FFFFFF;
font-size:9px;
font-weight:900;
text-decoration:none;
}
#allday a:hover {
text-decoration:underline;
}
.eventbg2_1 {
background-color:#557CA3;
border:1px solid #152147;
}
.eventbg2_2 {
background-color:#5F92C4;
border:1px solid #152147;
}
.eventbg2_3 {
background-color:#4A7096;
border:1px solid #152147;
}
.eventbg2_4 {
background-color:#EA62D4;
border:1px solid #152147;
}
.eventbg2_5 {
background-color:#FF5E56;
border:1px solid #152147;
}
.eventbg2_6 {
background-color:#CCB21F;
border:1px solid #152147;
}
.eventbg2_7 {
background-color:#9292A1;
border:1px solid #73738C;
}
.tx-cal-controller .even {
background-color:#B1C5EA;
}
.tx-cal-controller .odd {
background-color:#f3f3f3;
}
.tx-cal-controller .evenl {
border-bottom: dotted 2px #B1C5EA;
}
.tx-cal-controller .oddl {
border-bottom: dotted 2px #B1C5EA;
}
.tx-cal-controller .rightIMG {
margin-right: 0pt;
}


