/* -------------------------------------------------------------- 
  
   Public CEM stylesheet
   * Version:   0.1 (22.1.2008)
   * Website:   http://www.cembenchmarking.com/Surveys/

   * Notes:		This document describes the styles for public pages under the \Surveys umbrella that do not require authentication.
   
-------------------------------------------------------------- */

@import 'http://www.cembenchmarking.com/Styles/PeerNetwork.css';
@import 'http://www.cembenchmarking.com/Styles/Banners.css';
@import 'http://www.cembenchmarking.com/Styles/TopMenu.css';
@import 'http://www.cembenchmarking.com/Styles/LeftMenu.css';


#surveysbanner
{
	float: none;
	background: url('../DC/assets/dcsurveybanner.jpg') no-repeat top;
	height: 225px; width: 589px;
	border-left: solid 0px black; border-bottom: solid 1px black;
}

.serverMsg
{
	position: absolute;
	width: 100%;
	background: red;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	
}

.img-replace
{
	text-indent: -1000em;
	margin:0;
	height: 50px;
}

#online-surveys
{
	padding: 0;
	margin: 10px 0px 0px 10px;
	background: #fff url('../images/surveys-banner.jpg') no-repeat top left;
}

.left-col
{
	float: left;
	width: 320px; 
	padding: 0px 10px 10px 10px;	
}

.right-col
{
	float: left; 
	width: 200px; 
	padding: 0px 10px 10px 20px; 
	border-left: 1px solid #666;
}

ul.topic-list li
{
	padding-bottom: 10px;
}

.login-button
{
	float: right;
}

input.text
{
	width: 100%;
}

input.wide, select.wide
{
    width: 230px;
}

.remember-me
{
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;	
	padding: 5px 0px 5px 0px;
	margin-bottom: 5px;
}
/*
.usernameLabel, .passwordLabel
{
	font-weight: bold;
}
*/

h2 
{ 
    font-family: Verdana, Arial; 
    font-size: 12px; 
    font-weight: bold; 
    color: #203882;
    margin-top: 24px;
}

div.warning
{	
	margin: 0px 0px 10px 0px;
	padding: 0;
	border-bottom: 1px dashed #000;
}

div.warning p
{
	margin: 0px;
	padding: 3px 0px 3px 25px;
	background: url("../Images/error.gif") no-repeat 3px 1px;		
}

.errorblock
{
	margin-left: 75px;
	margin-right: 105px;
	margin-bottom: 15px;
	/*padding-left: 30px;*/
	padding: 10px 10px 5px 30px;
	color: #000;
	background: no-repeat 10px 10px #FDFFB4;
	border: solid 1px #FCC90D;
}