/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */




/*Colorscheme is:*/

/*Background Color 1: #EDEBF1;	(Background 1)*/
/*Background Color 1-dimmed: #D8D7DC;	(Background 1 - dimmed)*/
/*Background Color 2: #F5FFAA;	(Background 2)*/
/*Background Color 3: #D1D2E4;	(Background 2)*/

/*Text, main:	#000000*/
/*Text Color 1: #186900;	(red)*/
/*Text Color 2: #10007B;	(green)*/
/*Text Color 3: #8A0020;	(blue)*/

/*Links		#000066*/
/*Link hover: #660000;*/

/*Borders/Lines	#333333*/


/***************************/
/* General element styles: */
/***************************/
P, TD, UL, OL {
	text-decoration:none;
	font-size: 14px;
	vertical-align:top;
}

/* footer */
P.footer {
	color: #FFFFFF;
	font-size:12px;
}
p.footer a {
	color: #FFFFFF;
	font-size:12px;
}

P.header {
	color: #000000;
	margin: 0px 0px 10px 10px;
}

p.topmenu a {

margin: 0px 10px;

font-size:12px;
color:#FFFFFF;
}
/*Normal Content*/

#normal		{
	padding-left:5px;
	padding-right:5px;
	border-left:solid;
	border-left-color:#CCCCCC;
	border-left-width:thin;
	border-right:solid;
	border-right-color:#CCCCCC;
	border-right-width:thin;
}
#normbord 	{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:thin;
}
#right		{
	padding-left:5px;
}
/* Left Nav CSS by Dave */

#leftnav	{
	padding-right:5px;
}

#leftnav a  {
	padding-bottom:5px;
	padding-top:5px;
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:#999999;
	border-bottom-width: medium;
	background-color:#ffffff;
	background-repeat:repeat;
	background-position:left;
	color:#000000;
	width:150px;
	font-size:14px;
	float:left;
	display:block;
}
#leftnav a:link	{
	color:#000000;
}

#leftnav a:hover	{
	display:block;
	background-color:#CCCCCC;
}

#leftcurrent a	{
        display:block;
	background-color:#CCCCCC;
	
}
/* 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 label {
	display: block;
	width: 200px;
	float: left;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea {
	width: 260px;
}
div.tx_powermail_pi1_fieldwrap_html {
	margin: 3px 0;
}
input.powermail_submit {
	margin: 20px 0px;
	font-weight: bold;
	border: 1px solid #444;
	width: 100px;
}
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}




