/***********************************************/
/* superegocafe2007.css                            */
/* Superego Cafe 2007 CSS file                 */
/***********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	text-align:left;
	background: #660000 url(http://newsletter.superego-cafe.com/template/wallpaper.png) repeat-x;
}
a:link {
	color:#0066FF;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
.scheader {
	width: 960px;
	background-color:#FFFFFF;
	margin: auto;
}
.scsidemenu {
	width: 180px;
	background-color:#FFFFFF;
	border-right:0px;
	border-bottom:0px;
	margin-right:0px;
	padding-bottom: 20px;
	padding-top:13px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font-size:12px;
	color:#666666;
	line-height: 1.5;
	text-align:right;
}
.scsidemenu a:link {
	text-decoration: none;
	color: #666666;
}
.scsidemenu a:visited {
	text-decoration: none;
	color: #666666;
}
.scsidemenu a:hover {
	text-decoration: none;
	color: #0099FF;
}
.scsidemenu a:active {
	text-decoration: none;
	color: #666666;
}
.sccontent {
	width: 718px;
	background-color:#FFFFFF;
	border-right:0px;
	border-bottom:0px;
	border-left:2px;
	border-left-color:#999999;
	/*border-left-style:dotted;	*/
	margin-right:0px;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}
.scfooter {
	clear: both;
	font-size:80%;
	width: 940px;
	background-color:#FFFFFF;
	text-align:right;
	color:#666666;
	border-top:2px;
	border-top-style:dotted;
	border-top-color:#666666;
	border-right:0px;
	border-bottom:0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}

/* ----- FORMS ----- */

label {
	
	font-family:Helvetica,Verdana,Arial,sans-serif;
	
	/*font-size:12px;*/
	/*font-size: .95em; */
	font-weight:bold;
	color:#000;
}

fieldset { 

    margin-left:    5px;
    margin-right:  5px;
    
    margin-top:    10px;
    margin-bottom: 10px;
    border: 1px solid black;
    background:#ededed;
    
    
}

fieldset fieldset { 
	background:#e6e6e6;
}


legend {
	
	font-family: 'Avant Garde', 'Century Gothic', AvantGarde, Helvetica,Verdana,Arial,sans-serif;
	font-weight:bold;
    /*font-size:16px;*/
    font-size: 1.15em;

}




input {
	margin:5px;
	padding:5px;
	border-width:1px;
	border-style:solid; 
	border-color:#666 #999 #ccc #999;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size: 1em;
}

/* removes checkbox/radio-button borders in IE 5.0+: */
/* (commented out for validation, uncomment to apply)
input {
    border: expression(this.type=="checkbox"? 'none':
                       this.type=="radio"?    'none':
                       '1px solid #000');
}
*/

input.full {
	width:95%;
}

select {
	margin:3px;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size: 1em;
	color:#333;
}

textarea {
	padding:10px;
	width:95%;
	border-width:1px;
	border-style:solid;
	border-color:#666 #999 #ccc #999;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	
	font-size: 1em;
	
	color:#333;
}

/* affects buttons only: */
input.plain,
input.processing,
input.cautionary,
input.alertive,
input.help {
	font-weight:bold;
	color:#000;
	border-color:#ccc #999 #666 #999;		
}

input.plain {
	background-color:#9cf;
	/*color:#000;*/
	border-color:#ccc #999 #666 #999;		
	color:#333;
	
}

input.processing {
	/*background-color:#9c9;*/
	background-color:#9f9; 
	color:#333;
	
}

input.cautionary {
	/* background-color:#ffc; */
	background-color:#ff9;
	color:#333;
	
}

input.alertive {
	/* background-color:#f66; */
	background-color:#f33;
	color:#fcc;
	
}

input.help {
	/*background-color:#9c9;*/
	background-color:#fcf; 
	color:#333;	
	
}

input.disabled {
    color: #999; 
	background-color:#ccc;
	border:1px solid black;
}

/* IE doesn't understand this: */
input:focus, 
textarea:focus {}

div.buttonfloat {
	float:right;
}

