

div#header {
	height: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	overflow: hidden;
}

div#logo {
	float:left;
	margin-left: 15px;
}

#logo h2 {
	padding:30px 0 0 0; 
	font-family:georgia,serif; 
	font-size:24px; 
	color: #666666; 
	text-transform:capitalize;
}

div#logout {
	float: right;
	margin-right: 15px;
}

div#main {
	overflow: auto;
}

div#auth_main {
	min-height: 400px;
	padding: 20px 20px;
}

#main table {
	
}

#main td {
	vertical-align: top;
}

td#nav {
	width:  150px;
	border-right-style: solid;
	border-right-width: 1px;
}

#nav div {
	min-height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 10pt;
	line-height: 165%;
}

#nav li {
	margin: 0;
	padding: 0;
}

#nav li a {
	display: block;
	text-decoration: none;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
}

#nav li a:hover {
	color: white;
	background: #900;
}

td#content {
	
}

#content div {
/* 	padding: 10px; */
}

div#copyright {
	overflow: hidden;
}

#copyright p {
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px;
}

table.camplist {
	border-style: solid;
	border-width: 1px;
}

.camplist td, .camplist th {
	border-style: solid;
	border-width: 1px;
}

table.accounts_list {
	border-style: solid;
	border-width: 1px;
}

.accounts_list td, .accounts_list th {
	border-style: solid;
	border-width: 1px;
}

table.userlist {
	border-style: solid;
	border-width: 1px;
}

.userlist td, .userlist th {
	border-style: solid;
	border-width: 1px;
}

div.ads_block, div.email_block {
	margin-top: 20px;
}

table.emails_list {
	border-style: solid;
	border-width: 1px;
}

.emails_list td, .emails_list th {
	border-style: solid;
	border-width: 1px;
}

.warn_message {
	color: red;
	font-weight: bold;
}

tr.table_break {
	height: 10px;
}

.checkbox_text {
	font-size: 14px;
}

table.result_table {
	border-style: solid;
	border-width: 1px;
}

.result_table td, .result_table th {
	border-style: solid;
	border-width: 1px;
}

div.pagination{float:right;font-size: 12px; padding: 0px 10px 0px 4px; }

div.pagination_center{
   font-size: 12px;
   margin: 0px auto;	
}

.pagination .disabled {
	color: #444;
}

.seperator{border-bottom: 1px solid black; margin-bottom: 1em;}
.ui-progressbar-value { background-image: url(/memberimg/pbar-ani.gif); }


/** definition for classes used in general**/
.content_preview{overflow: auto; margin-bottom: 10px; padding: 0px 5px 0px 5px;}
.content_preview_wrapper{overflow: auto; height: 350px; padding: 0px 5px 0px 5px; background-color: #fff}
.popup{border: 3px solid #ccc; background-color: #fff;}

/** Campaigin builder - datepicker **/
.date_picker li{display: block; overflow: hidden;}
.date_picker input{background-color: #fff;}
.date_picker li a {display: block; background: url(/css/images/calendar.png) left top no-repeat; border: 1px solid #ccc; height: 15px; overflow:hidden; float:left; text-indent: -2000px; width: 16px;}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, #wrap {/* height: 100%; */}

body > #wrap {height: auto; min-height: 100%;}

#mainfix {padding-bottom: 60px;}  /* must be same height as the footer */

#footfix {position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;
	background:#000; 
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.table-wrap{width: 100%;}

