/*
###@###
*/

/**

	Disclaimer:
	
	This code is property of Christian Schlüssel - cschluessel@hotmail.com 
	
	If you wish to use this code for your application please 
	contact the owner.
*/
@import url("../../css/buttons.css");
@import url("../../css/input.css");
@import url("../../css/container.css");

body {
	/*background-color:#CAC6CC;*/
	background-color:#fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;	
	font-weight: plain;
    margin: 0px;
    padding: 0px;
	color:#666;
	width:100%;
}
a {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: plain;
	text-decoration:none;
	color:#fff;
}
a:hover {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	text-decoration:none;
	color:#ccc;
}
a.stats {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: plain;
	text-decoration:none;
	color:#666;
}
a.stats:hover {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	text-decoration:none;
	color:#ccc;
}
.cms-form-col {
	float:left;
	margin-left:0px;
	margin-right:15px;
}
.cms-header-icon {
	/*
	background-image:url(../../pics/webtools_logo.jpg);
	background-repeat:no-repeat;
	*/
	background: #6767A3;
	height:51px;
	clear:right;
	width:100%;
}
.cms-space-noclear {
	margin-top:25px;
	width:10px;
	clear: none;
}
.searchResult {
	float:left;
}
.cms-formitem {
	margin-right:25px;
	float:left;
}
.contentDiv {
	margin-top:5px;
	margin-left:0px;
	float:left;
}
.ajax-return {
	width:auto;
	background-color: #fff;
	padding:0px;
}
.recipientsDiv {
	/*clear:both;*/
	width:150px;
}
.mailing {
	float:left;
	clear:both;
}
.mailing-table {
	background-color: #E5E2E8;
}
.mailing-header {
	background-color: #fff;
	padding:3px;
	font-size:12px;
	font-weight: bold;
}
.mailing-item {
	font-size:11px;
	padding:3px;
	border:1px solid #fff;
}
.mailing-field {
	float:left;
}
.cms {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;	
	font-weight: plain;
	color:#666;
}
.tfield {
	width:20.5em;
	height: 1.4em;
}
.tselect {
	width:21.0em;
	height: 2.0em;
}
.tarea {
	width: 20.5em;
	height: 40.7em;	
}
.tarea-desc {
	width: 29.2em;
	* width: 30.5em;
	height: 5.2em;	
}
.ticon {
	font-size:12px;
}

.error {
	font-size: 11px;	
	font-weight: plain;
	color:#ff0000;
	border:none;
	padding:0px;
}

#errorViewMsg {
	font-family: Arial, Verdana, sans-serif;
	font-weight: plain;
	font-size:13px;
	color:#666;
	display:none; 
	position:absolute; 
	z-index:200; 
	padding-left:7px;
}
	
#errorViewContent {
	font-family: Arial, Verdana, sans-serif;
	font-weight: plain;
	font-size:13px;
	color:#666;
	display:block; 
	background:#fff;
	border:1px solid orange; 
	padding:5px; 
	min-width:150px; 
	z-index:210; 
}

#successViewMsg {
	font-family: Arial, Verdana, sans-serif;
	font-weight: plain;
	font-size:13px;
	color:#666;
	display:none; 
	position:absolute; 
	z-index:200; 
	padding-left:7px
}

#successViewContent {
	font-family: Arial, Verdana, sans-serif;
	font-weight: plain;
	font-size:13px;
	color:#666;
	display:block; 
	background:#fff;
	border:1px solid blue; 
	padding:5px; 
	min-width:150px; 
	z-index:210; 
}
