@import url("reset.css");

body, table, textarea, input, select, label, div {
	font:normal 1em/1.5em "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color:#333;
}

body {
	background:#fff url("../img/admin/bkg_body.gif");
}

p {
	font-size:70%;
	padding:0 0 15px;
}

a {
	color:#900;
	text-decoration:none; 
	font-weight:bold; 
}

a:hover {
	color:#666;
}

a.reverse {
	color:#333;
}

a.reverse:hover {
	color:#900;
}


/*
------------------------------------
MAIN DIV STYLES
------------------------------------  
*/

#container,
#content,
#footer {
	display:inline;
	float:left;
  clear:both;
}

#container {
	position:absolute;
	left:50%;
	width:820px;
	margin:0 -410px;
	text-align:left;
}

#content {
	width:720px;
	padding:0 50px 15px 50px;
	background: url("../img/admin/bkg_container.png") repeat-y;
}

#footer {
	width:820px;
	height:35px;
	background: url("../img/admin/bkg_footer.png") no-repeat;
}


/*
------------------------------------
HEADING STYLES
------------------------------------  
*/

h1,
h2,
h3 {
	clear:both;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:.1em;
	padding:0 0 5px;
	color:#900;
}

h1 {
	margin:10px 0 0;
	width:720px;
	height:185px;
	background:url("../img/admin/admin_header.jpg") no-repeat;
}

h1 span { 
	display:none;
}

h2 {
	font-size:95%;
}

h3 {
	font-size:90%;
}


/*  
------------------------------------
NAVIGATION
------------------------------------  
*/

.nav {
	list-style:none;
}

.nav li {
	display:inline;
	padding:0 10px 0 0;
}

.nav a {
	text-transform:uppercase;
	font-weight:normal;
	font-size:70%;
}

#main_nav {
	margin:0 0 10px;
}

#sub_nav {
	padding:3px 0 0;
	clear:both;
	border-top:dashed 1px #CCC;
}


/*
------------------------------------
TITLE
------------------------------------  
*/

#title {
	position:relative;
	float:left;
	width:720px;
	margin:0 0 15px;
	padding:0 0 5px;
	border-bottom:dashed 1px #CCC;
}

#title h2,
#title p {
	width:49%;
	padding:0;
}

#title h2 {
	float:left;
}

#title p {
	float:right;
	text-align:right;
	padding-right:5px;
}

#title .icon_add {
	background: url("../img/admin/icon_add.png") no-repeat;
	line-height:25px;
	padding:1px 0 0 20px;
}


/*
------------------------------------
LIST STYLE TABLES
------------------------------------  
*/

.index {
	clear:both;
	width:720px;
	background:#FFF;
	font-size:70%;
	line-height:1.2em;
	list-style:none;
}

li.thead,
li.trow {
	float:left;
	width:100%;
	margin:0 0 1px;
}

li.thead {
	background:#CCC;
	border-top:solid 1px #999;
	border-bottom:solid 2px #999;
	font-weight:bold;
	font-size:110%;

}

li.trow {
	background:#DDD;
	border-bottom:solid 1px #999;
}

li.thead li,
li.trow li {
	float:left;
	padding:15px 0;
	margin:0 5px;
}

.position {
  font-weight:bold;
  padding:0 10px 0 0;
}

.no_result {
	text-align:center;
	padding:25px 0 15px;
	background:#FDD;
}

li.trow li {
	
}

/* Controller Specific Index Page Columns */

.status {
	width:70px;
	text-align:center;
}

.action {
	width:80px;
	text-align:center;
}

.news .col1 { width:80px; text-align:center; }
.news .col2 { width:330px; }
.news .col3 {	width:100px; text-align:center; }

.sections .col1 { width:180px; text-align:center; }
.sections .col2 { width:330px; }
.sections .trow li.col2,
.sections .trow li.status,
.sections .trow li.action { line-height:80px; }
.sections .position { display:none; }

.newsletters .col1 { width:80px; text-align:center; }
.newsletters .col2 { width:330px; }
.newsletters .col3 { width:100px; text-align:center; }

.subscribers .col1 { width:150px; margin-left:15px; }
.subscribers .col2 { width:230px; }
.subscribers .col3 { width:120px; text-align:center;}

.maillists .col1 { width:520px; margin-left:15px; }

.users .col1 { width:180px; margin-left:15px; }
.users .col2 { width:330px; }


/*
------------------------------------
#sortable lists
------------------------------------  
*/

#active {
  margin:0 0 15px;	
}

#active li div,
#inactive li div {
	padding:5px 8px;
}

#inactive {
	display: block;
	height:216px;
	overflow:auto;
}


/*
------------------------------------
MESSAGES
------------------------------------  
*/

.message {
	clear:both;
	display:block;
	border:1px dotted #333;
	padding:15px 20px;
	margin:0 0 15px;
	font-weight:normal;
	background:#DFD url("../img/admin/tick.gif") 10px 15px no-repeat;
}

.message h3 {
	text-transform:none;
	color:#000;
	letter-spacing:0;
	font-size:80%;
	padding:0 0 0 20px;
}

.message em {
	font-style: italic;
	font-weight: bold;
	padding-right:5px;
}

.error {
	background:#FDD url("../img/admin/cross.gif") 10px 15px no-repeat;
}

.message li {
	list-style-type: disc;
	font-size:80%;
}


/*
------------------------------------
PAGINATION
------------------------------------  
*/

#pagination {
	border-bottom:dashed 1px #CCC;
	clear:both;
	float:left;
	font-size:70%;
	padding:8px 0;
	width:100%;
}

#pagination form {
	clear:both;
	padding:0 5px 0 0;
}

#pagination select {
	margin:0 0 0 5px;
	font-size:100%;
}


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

.left {
	clear:both;
	float:left;
	text-align:left;	
}

.right {
	float:right;
	text-align:right;
}

.third {
	width:32% !important;
}

.half {
	width:48% !important;
}

.twothirds {
	width:68% !important;
}

.full {
	width:100% !important;
}

.clear {
	clear:both !important;
}

.green {
	color:green;
}

.red {
  color:#900;
}


/*
------------------------------------
SEARCH FORM
------------------------------------  
*/

.search form {
	margin:0;
}

.search form label {
	font-size:75%;
}

.search input,
.search input.button {
	display:inline;
	float:none;
}

.search input.text {
	width:40%;
}

.search input.text, 
.search select {
	margin:0 3px;
}


/*
------------------------------------
MISCELLANEOUS
------------------------------------  
*/

.clear {
	clear:both;
}

.extras {
	font-size: 70%;
	margin:0 2px 0;
}

.image {
	margin:0 0 15px;	
}

.ajax_form {
	padding:0 10px 10px 10px;	
}

.ajax_form,
.ajax_form legend {
	background:#EFEFEF;
}

.checkbox input,
.radio input {
	float:left;
}

.checkbox li {
	height:20px;
	line-height:19px;
}

.checkbox label,
.radio label {
	font-weight:normal;
	line-height:19px;
	margin-left:5px;
}

li.radio {
	margin-top:5px;
}

li.info {
	margin-top:5px;
	font-size:80%;
}


/*
------------------------------------
FORM FONT SIZES
------------------------------------  
*/

label {
	font-size:80%;
}

legend {
	font-size:90%;
}

input,
textarea,
select {
	font-size:75%;
}

.info {
	font-size:70%;
}

.bold {
	font-weight:bold;
}


/*
------------------------------------
CAKE LOG TABLE
------------------------------------  
*/

#cakeSqlLog { 
	font-size:70%;
	clear:both;
	float:left;
	width:80%;
	margin:0 auto;
	border:solid 1px #999;
	background:#FFF;
	display:none;
}

#cakeSqlLog th,
#cakeSqlLog td { 
	padding:15px;
	background:#DDD;
	width:5%;
	text-align:center;
	vertical-align:top;
	border-bottom:solid 2px #FFF;
}

#cakeSqlLog th {
	background:#CCC;
}

#cakeSqlLog caption {
	width:750px;
	margin:15px auto 5px auto;
	text-align:left;
}