/* =============================== COMMON ========================== */
* {
	margin: 0;
	padding: 0;
}

html, body{
}

body {
	font: 85%/130% Arial, Helvetica, sans-serif;
	margin: 0;
}

h1, h2, h3, h4{
	font-family: Arial ;
	color: #444444;
}

a{
	text-decoration: none;
	color: #2B66CE;
}

a:hover{
	text-decoration: underline;
	color: #2B66CE;
}

a:active {
	color: #2B66CE;
}

a:visited {
	color: #2B66CE;
}

.wrap{
	height: 100%;
	padding: 0;
	position: relative;
}

table, form {
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
}

input[type="radio"]{
	margin: 0 7px 0 10px;
	padding-top: 5px;
}
.centered{
	text-align: center;
}
.centered form table{
	width: 385px;
	margin: 0 auto;
}

/* =============================== SIDEBAR ========================== */

#sidebar {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	min-height: 300px;
	background: #33373a;
	}
#sidebar p{
	color: #fff;
	padding-left: 45px;
	margin: 50px 0 50px 25px;
	font-weight: bold;
	font-size: 14px;
	background: url(../images/app_icon.png) no-repeat;
}
#sidebar p a{
	color: #fff;
	padding-left: 15px;
	font-weight: bold;
	font-size: 16px;
}
#sidebar #menu {
	margin: 0px;
	padding: 0px;
	background: transparent; 	
	}

#sidebar #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: transparent; 	
}

#sidebar #menu li {
	margin: 0px;
	padding: 0px;
	background:;
	padding-bottom: 4px;
}

#sidebar #menu a {
	margin: 0;
	padding: 15px 24px 18px 24px;
	font-size: 13px;
	height: 18px;
	text-decoration: none;
	display: block;
	border-right: 0px solid #fff;
	text-align: left;
	color: #6C7785; 
	background: #33373a;
	text-transform: capitalize;
}

#sidebar #menu a.nope:hover {
	margin: 0;
	padding: 12px 30px 12px 0;
	font-size: 12px;
	height: 18px;
	display: block;
	background: #fff;
}

#sidebar #menu a:hover {
	color: #fff;
	background: #72A435;

}

#sidebar #menu a.selected {
	color: #fff;
	background: #72A435;
}
#sidebar .logout{
	margin-top: 30px !important;

}
#sidebar .logout a{
	font-weight: bold !important;
	font-size: 16px !important;
	text-decoration: underline !important;
	color: #fff !important;
}

/* =============================== CONTENT ========================== */
#full-content{
	height: 100%;
	width: 750px;
	background: #33373a;
	margin: 0 auto;
}
#content{
	height: 100%;
	margin-left: 200px;
	padding: 30px 10px 80px 20px;
	text-align: center;
	background: #ffffff;
}

small{
	color: #6C7785;
	font-weight: normal;
    font-size: 14px;
}
.title{
	font-size: 20px;
	color: #444444;
	font-weight: bold;
}

#f-previews{
	margin-top: 20px;
	padding-left: 40px;
}
.prev-block{
	width: 193px;
	height: 50px;
	float: left;
	margin: 15px 12px 0 10px;
	text-align: left;
	cursor: pointer;
}
.preview{
	width: 100%;
	border: 1px solid #3186ad;
	margin-top: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.buttons{
	text-align: center;
	margin-top: 35px;
}
#content .message{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 1.3em;
}

/*===============FORMS==============*/
#form{
	width: 500px;
}
.form_label{
	color: #444444;
    font-size: 13px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
}
textarea{
	resize: vertical;
	white-space: pre-line;
}


/* =============================== FOOTER ========================== */
#cb-footer{
    position: absolute;
	bottom: 0;
    color: #DADADA;
    padding-top: 80px;
}
#cb-footer a{
	color: #DADADA;
	text-decoration: underline;
	cursor: pointer;
}
#cb-footer a:hover{
	text-decoration:none;
}
#cb-footer p{
	margin-top: 20px;
}
#cb-footer p:first-child{
	font-weight: bold;
}



