/*  
Theme Name: Window deppMANIA 
*/

/* BASICS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        background-color:#f5f5f5;
        font-family:Trebuchet MS;
	font-size:11px;
	color:#333333;
}

a:link, a:active, a:visited {
color: #ff3a05;
text-decoration: none;
font-weight: bold;
border-bottom: none;
cursor: default;}

input, textarea, select, button {
font-size:11px;
color:#ff3399;
background: #fbfbfb;
border: 1px solid #3f6d6f}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
color:#222222;
background: #f5f5f5;
border: 1px solid #3f6d6f;}



.side-title {
		background-color: #079dc8;
        border: 0px solid #F0F0F0;
	-moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
	padding: 4px;
	font-family:Trebuchet MS;
	font-size:11px;
	letter-spacing:4px; 
	line-height:10pt; 
	color: #f5f5f5; 
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;}
}