/*
Author: John David Anderson

Lime: 	#7FCF0E
Magenta:	#B30081
D.Blue:	#033060
L.Blue:	#046494
LL.Blue:	#E5EFF4

*/

html,body {margin:0;padding:0}
html {background: #53B50D;}
body {font-size: 13px; font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif; background: #fff url(sidebar-background.gif) repeat-y;}
a:link, a:visited {color:#B30081; text-decoration:none;}
a:hover {text-decoration:underline;}
label {color:#666; font-weight: bold;}

h2 {color:#046494; font-size: 28px; margin-top: 4px;}
h3 {color:#046494; font-size: 20px; }
ul {list-style-image:url(bullet.gif);}
li {margin:4px 0;}

.clear {clear:both}
.center {text-align:center}

.lime 	{background-color:#7FCF0E; color:#fff;}
.magenta {background-color:#B30081; color:#fff;}
.white 	{background-color:#ffffff;}
.dblue 	{background-color:#033060; color:#fff;}
.lblue 	{background-color:#046494; color:#fff;}

.box_top 	{line-height: 12px; padding: 0 8px 6px 8px;}
.box_bottom {padding: 4px 8px 0 8px; overflow: auto;}

div.module {margin-bottom:15px;}
a.big_button img {float:left; border:none;}
div.button_title {padding:6px 0 0 35px; font-size: 16px;}

div#header {position:relative; height:100px; background:url(header-background.gif) repeat-x; color:#fff;}
div#header h1 {display:block; margin:0 31px; padding:0; background:url(itemizr.gif); height:100px; width:175px; text-indent:-999px;}
div#header div#login_logout {position:absolute; right:43px; top:43px;}
div#header a {color: #7FCF0E}

div#wrapper {float:right; width:100%; margin-left:-230px;}
div#content {margin-left:230px; padding:15px; background:#fff; min-height:400px;}
div#content .box_top {font-size: 16px; line-height: 16px;}

table {border-collapse: collapse; width:100%; margin-bottom: 18px;}
table td {padding:4px; text-align: center;}
table td.actions {text-align:center;}
table th {padding:4px; background:#046494; color:#7FCF0E}
table th a:link, table th a:visited {color: #fff;}
tr.zebra {background: #E5EFF4;}

div#sidebar {float:left; width:200px; padding: 15px;}

div#footer {clear:both; width:100%; height:60px; background:url(footer-background.gif) repeat-x; padding:15px 0 0 0; text-align:center}
div#footer p {margin:0; padding:5px 10px}
div#footer a {display:inline; padding:0; color:#033060}
/* Admin menu */
#admin {
font-size:90%;
position:absolute;
right:40px; 
top:76px;
z-index:3;
width: 160px;
}
#admin .box_bottom {
background: #f4f4f4;
border: solid #7FCF0E;
border-width: 0px 1px 1px 1px;
padding: 0px;
}
#admin ul{
display:none;
margin: 0;
padding: 0;
}
#admin:hover ul{
display:block;
}
#admin ul li{
display:block;
margin: 0;
padding: 0;
}
#admin ul li a{
color: #046494;
display:block;
padding: 5px 10px;
}
#admin a:hover {
color: #fff;
background: #046494;
}
/* Forms */
form {
	width: 70%;
}
form div {
	float: both;
	padding: 4px 0px;
}
form div label{
	display: block;
}
form input{
	font-size: 18px;
}
form textarea{
	font-size: 14px;
	width: 100%;
}
form select {
	font-size: 18px;
}
form select[multiple=multiple] {
	width: 100%;
}
form option {
	font-size: 14px;
	padding: 0 0.3em;
}
form input[type=text], form input[type=password]{
	width: 100%;
}
form input[type=checkbox] {
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
form div.submit {
	margin-top: 10px;
	margin-left: 140px;
}
td form {
	width: auto;
}
td form input[type=checkbox] {
	float: none;
	margin: 0;
	margin-top: 10px;
	width: auto;
}
div.actions {
	position: absolute;
	top: 122px;
	left: 14px;
}
div.input {
	margin: 5px 0;
}

/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #7FCF0E;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0px;
}
div.error-message {
	clear: both;
}
div.error em {
	font-size: 18px;
	color: #003d4c;
}
span.notice {
	background-color: #F7C306;
	color: #000;
	display: block;
	font-size: 16px;
	padding: 0.5em;
	margin: 1em 0;
}

/* Paging */
div.paging {
	color: #ccc;
	margin: 10px 0;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Tags */
#tag_cloud {
	text-align: justify;
}
#tag_cloud a {
	color:#B30081;
	background-color: transparent;
	padding: 2px 4px;
}
#tag_cloud a:hover {
	color:#B30081;
	background: #E5EFF4;
	text-decoration: none;
}
.tag_1 {
	font-size: 12px;
}
.tag_2 {
	font-size: 16px;
}
.tag_3 {
	font-size: 20px;
}
.tag_4 {
	font-size: 24px;
}
.tag_5 {
	font-size: 28px;
}
.mediaButtons{
	background-color: #74C90E; font-weight: bold; color: white; width: 80px; height: 40px; cursor: hand;
}
#tableFN {
	text-align: left;
}
#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}
