
/* -------------------------------- OVERALL -------------------------------- */

body {
	background-color:#000;
	background-image:url("../../images/large_background.png");
	color:#000;
	margin:0 auto;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	/* border: 2px solid red; */ 
}



p, h1, h2, h3, h4, h5, h6 {
	margin:15px 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

a {
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	color:#000;
	text-shadow: #FFF 0px -1px 0px;
}

a:hover {
	color:#FF8326;
}

/* -------------------------------- DIVS -------------------------------- */

#header {
	text-align:left;
	float:left;
	width:px;
	background-color:#FFF;
	background-image:url("../../images/headerBackground900x63.png");
	background-repeat:no-repeat;
}
#logo {
	text-align:left;
	width:189px;
	height:63px;
	float:left;
}
#menu {
	text-align:center;
	width:-189px;
	height:63px;
	float:left;
}
#page {
	text-align:left;
	float:left;
	width:px;
	background-color:#FFF;
	background-image:url("../../images/pageBackground21x21.png");
	background-repeat:repeat;
	background-position:1px 1px;
	padding-bottom:10px;
}
#footer {
	background-color:#FFF;
	text-align:left;
	float:left;
	width:px;
	background-image:url("../../images/footerBackground900x28.png");
	background-repeat:no-repeat;
	height:28px;
}

/* -------------------------------- CLASSES -------------------------------- */

.button {
	cursor:pointer;
}

.centering_container {
	text-align:center;
	width:px;
	margin:0 auto;
}

.menu.button {
	float:right;
	height:21px;
	padding:22px 10px 20px 10px;
	text-align:center;
	color:#696969;
	text-shadow: #FFF 0px 1px 0px;
	border-left:1px solid #e8e8e8;
	font-weight:bold;
	font-size:13px;
}

.footer.generated_in {
	float:right;
	height:15px;
	padding:7px 10px 6px 10px;
	text-align:right;
	color:#909090;
	text-shadow: #FFF 0px 1px 0px;
	border-right:1px solid #e8e8e8;
	font-size:12px;
}

.footer.button {
	float:left;
	height:15px;
	padding:7px 10px 6px 10px;
	text-align:center;
	color:#909090;
	text-shadow: #FFF 0px 1px 0px;
	border-right:1px solid #e8e8e8;
	font-size:12px;
}



.quick_placement {
	
}

.table {
	float:left;
	width:-26px;
	padding:3px 3px 0 3px;
	background-image:url("../../images/background_grey.png");
	margin:0px 10px 10px 10px;
}

.row {
	float:left;
	width:-26px;
	background-color:#FFF;
	background-image:url("../../images/pageBackground21x21_near_white.png");
	background-repeat:repeat;
	background-position:1px 1px;
	margin-bottom:3px;
	padding-bottom:5px;
}

.clear {
	clear:both;
}

.date {
	font-size:14px;
	margin:5px 10px 5px 10px;
}

.date_span {
	font-weight:bold;
}

.key, .first_key {
	font-size:16px;
	margin:10px 10px 5px 10px;
}

.first_key {
	font-size:26px;
}

.value {
	font-weight:bold;
}

.back_control {
	float:left;
	font-size:22px;
	margin:5px 10px;
	width:-20px;
	height:20px;
}

.table_control {
	font-size:22px;
	margin:5px 10px;
	width:-20px;
	height:20px;
	float:left;
}

.previous_control {
	float:right;
	width:140px;
	height:20px;
}
.rpp_control {
	float:right;
	text-align:center;
	width:-300px;
	height:20px;
}
.next_control {
	float:right;
	width:140px;
	text-align:right;
	height:20px;
}
.create_control {
	float:left;
	font-size:22px;
	margin:10px 10px;
	width:-20px;
}
.bluify, .bluify a {
	color:#007cd9;
}
.redify, .redify a {
	color:#ee2340;
}
.greenify, .greenify a {
	color:#17992a;
}
.leave_right_room {
	float:left;
	width:560px;	
}
.verify_me {
	font-weight:bold;
	font-size:30px;
	float:right;
	width:160px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:5px;
	text-align:right;
}
.delete_button {

}
.checkbox_key {
	float:left;
	width:600px;
	margin:10px 10px 5px 10px;
	font-size:13px;
}
.quick_placement {
	cursor:pointer;
}

.upload-image {
	margin-top: 20px;
	padding-left: 10px;
	float: right;
}

.upload-image-fields {
	padding-top: 10px;
}

.upload-image-submit {
}

.campaign-image {
	float: left;
	margin-left: 10px;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
