body {background: #fff url(none) repeat-y left top; margin: 0px; padding: 0px;}

form {margin: 0px; padding: 0px; display: inline;}

.clear {padding: 0; margin: 0; clear: left; display: block;}

A:link {color: #333; text-decoration: underline;}
A:visited {color: #333; text-decoration: underline;}
A:hover {color: #999; text-decoration: underline;}
A:active {color: #666; text-decoration: underline;}

#headertop {
	background: #FFF url(win/headertop.png) repeat-x;
	height: 58px;
	padding: 0px;
	}

#headerbottom {
	background: #FFF url(win/headerbottom.png) repeat-x left top;
	height: 40px;
	}
	
#headerbottom H1 {
	padding: 3px 0px 0px 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #03152b;
	margin: 0px;
	}

#headerbottom A:link {color: #03152b; text-decoration: underline;}
#headerbottom A:visited {color: #03152b; text-decoration: underline;}
#headerbottom A:hover {color: #072744; text-decoration: underline;}
#headerbottom A:active {color: #03152b; text-decoration: underline;}

#footer {
	background: #CCC url(win/header.gif) repeat-x left top;
	height: 56px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	}

#menu {
	width: 218px;
	padding: 0;
	margin: 0px 10px 10px 0px;
	float: left;
	}

.divider {
	font: normal 0px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	display: block;
	width: 218px; /* 218 without padding */
	height: 3px;
	padding: 0px;
	margin: 0px;
	background: #BBB url(none) no-repeat left top;
	}
.sectiontab {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	width: 15px; /* 218 without padding */
	height: 21px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	background: #94A8D0 url(win/sectiontab.gif) no-repeat left top;
	}
.sectionhead {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	display: block;
	float: left;
	width: 197px;
	height: 21px;
	padding: 6px 0px 0px 6px;
	margin: 0px;
	background: #CCC url(win/sectionhead.gif) no-repeat left top;
	letter-spacing: 2px;
	}
.menubottom {
	font: normal 0px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	display: block;
	width: 218px; /* 218 without padding */
	height: 9px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background: #94A8D0 url(win/menubottom.gif) no-repeat left top;
	}

.short a {
	list-style: none;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	width: 38px; /* 38 without padding */
	height: 21px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	background: #EEE url(win/short.gif) no-repeat left top;
	}
.short a:hover {
	background-color: #CCC;
	}

.med a {
	list-style: none;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	width: 76px; /* 76 without padding */
	height: 21px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	background: #EEE url(win/med.gif) no-repeat left top;
	}
.med a:hover {
	background-color: #CCC;
	}

.standard, .standard_top, .standard_mid, .standard_bot {
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	display: block;
	float: left;
	width: 121px; /* 142 without padding */
	height: 21px;
	padding: 6px 0px 0px 21px;
	margin: 0px;
	background: #EEE url(win/standard.gif) no-repeat left top;
	}
.standard_top {
	background: #EEE url(win/standard_top.gif) no-repeat left top;
	}
.standard_mid {
	background: #EEE url(win/standard_mid.gif) no-repeat left top;
	}
.standard_bot {
	background: #EEE url(win/standard_bot.gif) no-repeat left top;
	}

.wide a, .wide_top a, .wide_bot a {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	display: block;
	width: 197px; /* 218 without padding */
	height: 21px;
	padding: 6px 0px 0px 21px;
	margin: 0px;
	background: #EEE url(win/wide.gif) no-repeat left top;
	vertical-align: middle;
	}
.wide_top a {
	background: #EEE url(win/wide_top.gif) no-repeat left top;
	}
.wide_bot a {
	background: #EEE url(win/wide_bot.gif) no-repeat left top;
	}
.wide a:hover {
	background-color: #CCC;
	}

#content {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 6px 10px 10px 0px;
	text-align: left;
	/*width: 1000px;*/
	display: inline;
	border: solid 1px #00FF00;
	}

.date { 
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #ccc;
	float: right;
	padding: 3px 76px 0px 0px;
	_padding: 3px 0px 0px 0px;
	}
.title {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: top;
	margin: 0px;
	padding: 10px 10px 6px 10px;
	border-bottom: 4px solid #EEE;
	white-space: nowrap;
}
.order_errors {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #EF3A42;
	padding: 10px;
	}
.admin_forms {
	position: absolute;
	left: 228px;
	}
.report_table {
	width: 500px;
}
.report_field {
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin: 0px;
	padding: 8px 10px;
	border-bottom: 1px solid #EEE;
	whitespace: nowrap;
	text-decoration: none;
	}
.line_head {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: middle;
	margin: 0px;
	padding: 8px 10px;
	white-space: nowrap;
	border-bottom: 1px solid #EEE;
}
.line_title, .line_input {
	vertical-align: middle;
	margin: 0px;
	padding: 8px 10px;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}
.line_filter {
	vertical-align: middle;
	margin: 0px;
	padding: 4px 10px 8px 10px;
	white-space: nowrap;
	background-color: #EEE;
	font-weight: bold;
	whitespace: nowrap;

}
.line_filter select, .line_filter input {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.line_input {
	vertical-align: middle;
	margin: 0px;
	padding: 8px 10px 8px 0px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.line_input input {
	width: 100%;
	/*width: auto;*/
	}
.line_input img {
	margin-bottom: 8px;
	}
.line_input .thumb {
	max-width: 600px;
	max-height: 600px;
	_width: 250px;
	_height: auto;
	}
.block_title {
	vertical-align: top;
	margin: 0px;
	padding: 8px 10px;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
}
.block_input {
	vertical-align: top;
	margin: 0px;
	padding: 8px 10px 8px 0px;
	border-bottom: 1px solid #ccc;
}
.submitme {
	vertical-align: middle;
	margin: 0px;
	padding: 6px 10px 8px 6px;
}
.formbutton {
	background: #EEE;
	text-decoration: none;
	width: 60px;
	}
.formbutton a {
	text-decoration: none;
	}
.actionbutton {
	display: inline;
	width: 16px;
	height: 15px;
	}
.copyeditbutton {
	background: #EEE;
	text-decoration: none;
	width: 40px;
	font-size: 12px;
	padding: 2px;
	}
.invalid {
	color: white;
	background-color:red;
}	
form {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	}
	
.line_input, .line_title {
	width: 100%;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	margin: 0px;
	padding: 6px;
	border-bottom: 1px solid #EEE;
	}
.line_title {
	width: 1%;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	padding-top: 10px;
	}
.required {
	font-weight: bold;
	}
.line_input .delete {
	width: 110px;
	height: 83px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: solid 0px #666;
	vertical-align: top;
	display: block;
	}
.line_input .delete {
	height: 19px;
	border: solid 0px #FFF;
	}
input, textarea {
	vertical-align: middle;
	/*width: 100%;*/
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 2px;
	}
.line_input .radio {
	width: 15px;
	}
select {
	vertical-align: middle;
	width: 42%;
	width: auto;
	}
.date {
	width: 64px;
	}
.save {
	width: 110px;
	display: inline;
	}
.remove {
	width: 110px;
	display: inline;
	}
textarea {
	vertical-align: top;
	height: 150px;
	}
.head {
	font-weight: bold;
	background-color: #FFF;
	color: #6699CC
	}
.odd {
	background-color: #F5F5F5;
	}
	
	
	
.full {
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #544842;
	display: block;
	width: 197px; /* 218 without padding */
	height: 27px;
	padding: 0px 0px 0px 21px;
	margin: 0px;
	vertical-align: middle;
	clear: both;
	}
.top {
	background: #EEE url(win/wide_top.gif) no-repeat left top;
	}
.middle {
	background: #EEE url(win/wide_mid.gif) no-repeat left top;
	}
.bottom {
	background: #EEE url(win/wide_bot.gif) no-repeat left top;
	}
.sectionheader {
	font-weight: bold;
	background: #EEE url(win/sectionheader.gif) no-repeat left top;
	font-size: 14px;
	text-transform: uppercase;
	}
.menu_icon {
	float: right; 
	margin: 4px 6px 0px 0px; 
	border: solid 0px #00ff00; 
	vertical-align: middle;
	}
.menu_label {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	}
.menu_header {
	margin: 0px 0px 0px -10px;
	padding: 5px 0px 0px 0px;
	letter-spacing: 0px;
	}

.line_filter form {
	margin: 0px 0px 0px 0px;
	}
.line_filter select {
	width: 100px;
	margin-right: 8px;
	}
.line_filter input {
	width: 75px;
	margin-right: 8px;
	}
	
#browse_table {
	/*width: 550px;*/
	width: 90%;
	}



/*LOGIN FORM STUFF*/

#login {
	border: solid 0px #00FF00;
	width: 198px;
	padding: 0px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	}
#login input {
	width: 180px;
	margin: 2px 0px 6px 0px;
	}
#login .logbutt {
	width: 84px;
	}

/* INPUT FORM SECTION */

#form_table {
	width: 650px;
	margin: 0px;
	padding: 0px;
	border: solid 0px #00FF00;
	}
.line_input .check {
	margin: 0px 5px 0px 0px; 
	padding: 0px; 
	width: 15px; 
	vertical-align: middle;
	}
	
/* NEW MENU STUFF */

#masterdiv {
	margin: 0px;
	padding: 0px;
	width: 218px;
	margin: 0px 10px 10px 0px;
	float: left;
	}
.menutitle, .menufoot, .menuperm, .section, .menuheader {
	cursor: pointer;
	width: 200px;
	_width: 218px;
	font: bold 12px Arial, Helvetica, sans-serif;
	background-color: #ffdc00;
	color: #000;
	cursor:pointer;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	border-style: solid;
	border-color: #fff090 #c0a600 #9c8700 #ffe648;
	border-width: 1px;
	}
.menuheader {
	background-color: #555;
	border-color: #888 #222 #000 #777;
	color: #FFFFFF;
	}
.sublet {
	background-color: #ffed7f;
	font-weight: normal;
	}
.menuperm {
	cursor: auto;
	}
.menufoot {
	height: 0px;
	font-size: 0px;
	padding: 4px 8px;
	}
.section {
	height: 0px;
	font-size: 0px;
	background-color: #555;
	border-color: #888 #222 #000 #777;
	padding: 2px 8px;
	}
.submenu, .subperm {
	margin: 0px;
	padding: 0px;
	width: 218px;
	}
.subitem {
	font: normal 11px Arial, Helvetica, sans-serif; 	
	text-decoration: none;
	color: #000;
	background: #FFFFFF url(win/bkg_sub1.gif) repeat-y;
	margin: 0px;
	padding: 4px 6px 4px 8px;
	clear: both;
	width: 204px;
	_width: 218px;
	}
.divider {
	background-color: #dfdfdf;
	font-size: 0px;
	height: 2px;
	width: 218px;
	}
.actions {
	float: right;
	color: #CCC;
	}
.actions A:link {color: #000; text-decoration: none; font: normal 11px Arial, Helvetica, sans-serif;}
.actions A:visited {color: #000; text-decoration: none; font: normal 11px Arial, Helvetica, sans-serif;}
.actions A:hover {color: #999; text-decoration: underline; font: normal 11px Arial, Helvetica, sans-serif;}
.actions A:active {color: #000; text-decoration: none; font: normal 11px Arial, Helvetica, sans-serif;}

#pagination {
	font: normal 12px Arial, Helvetica, sans-serif;
	border: solid 0px #00FF00;
	padding: 0px 20px;
	margin: 0px 20px 0px 218px;
	}
#pagination .sevenofnine {
	font-weight: bold;
	padding-right: 1em;
	}
#pagination .pages {

	}

/* STUFF FOR SLASHDOT MENU */

.sdmenu {
	margin: 0px;
	padding: 0px;
	width: 218px;
	margin: 0px 10px 10px 0px;
	float: left;
	height: 100%;
	}

.sdmenu .title, .sdmenu .titlehidden, .sdmenu .menufoot, .sdmenu .subtitle {
    display: block;
	cursor: pointer;
	width: 202px;
	_width: 218px;
	font: bold 12px Arial, Helvetica, sans-serif;
	background-color: #072744; /* Dark Grey Scheme */
	/*background-color: #c4c4c4; /* Light Grey Scheme */
	color: #FFF; /* Dark Grey Scheme */
	/*color: #666; /* Light Grey Scheme */
	cursor:pointer;
	margin: 0px;
	padding: 4px 6px 4px 8px;
	border-style: solid;
	border-color: #888 #222 #000 #777; /* Dark Grey Scheme */
	/*border-color: #d5d5d5 #b2b2b2 #a6a6a6 #d0d0d0; /* Light Grey Scheme */
	border-width: 1px;
	}

.sdmenu .title {

	}

.sdmenu .titlehidden {

	}

.sdmenu .subtitle {
	background-color: #DDDDDD;
	color: #000000;
	border-color: #DDDDDD;
	}

.sdmenu .menufoot {
	height: 0px;
	font-size: 0px;
	padding: 4px 6px 4px 8px;
	}

.sdmenu .arrow {
	margin-left: 0px;
    margin-right: 7px;
	}

.sdmenu #top {
    
	}

.sdmenu .submenu {
    overflow: hidden;
	}

.sdmenu .submenu a {
    
	}
	
.sdmenu .submenu a:hover {
    
	}
	
.subitem {
	font: normal 11px Arial, Helvetica, sans-serif; 	
	text-decoration: none;
	color: #000;
	background: #FFFFFF url(../themes/win/bkg_sub1.gif) repeat-y;
	margin: 0px;
	padding: 4px 6px 4px 8px;
	clear: both;
	width: 204px;
	_width: 218px;
	}
	
.actions {
	float: right;
	color: #CCC;
	}
.actions A:link {color: #000; text-decoration: none; font: normal 11px Arial, Helvetica, sans-serif;}
.actions A:visited {color: #000; text-decoration: none; font: normal 11px Arial, Helvetica, sans-serif;}
.actions A:hover {color: #999; text-decoration: underline; font: normal 11px Arial, Helvetica, sans-serif;}
.actions A:active {color: #000; text-decoration: none; font: normal 11px Arial, Helvetica, sans-serif;}

/***************************************************************/
/*                         REPORTS                              /
/***************************************************************/

#reports {
	width: 550px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	}

#reports #reports_cell {
	padding: 12px;
	}

#reports h1 {
	font: bold 36px Arial, Helvetica, sans-serif;
	margin: 0px;
	}

#reports h2 {
	margin: 8px 0px 0px 0px;
	color: #ee351b;
	}

#reports ol {
	list-style: decimal inside;
	margin: 0px 0px 12px 0px;
	}

#reports li {
	margin-bottom: 4px;
	font-size: 14px;
	}

#reports .report_table {
	width: 100%;
	}

#reports .report_table th {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 4px 4px 0px;
	}

#reports .report_table td {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 4px 4px 0px;
	border-bottom: solid 1px #d7d7d7;
	}
	
.textarea {
	width: 100%;
	}

.formbutton {
	padding: 0px 2px; /* This is to strip out the padding for form buttons only */
	width: auto;
	border: solid 1px #666;
	background-color: #CCC;
	cursor: pointer;
	}
	.formbutton:hover {
	background-color: #666;
	color: #FFF;
	}

.delete {
	margin-left: 8px;
	}
.button_delete {
	width: 20px;
	}