html {
	background-color:white;
}

html, body { 
	margin:0;
	padding:0;
}

body { 
	color:black;
	font-family:Trebuchet MS,calibri,lucida sans,lucida grande,verdana,arial,helvetica,tahoma,sans-serif; 
	font-size:85%; 
}

h1 { font-size:170% }
h2 { font-size:170% }
h3 { font-size:150% }
h4 { font-size:130% }
h5 { font-size:120% }
h6 { font-size:110% }

h1, h2, h3, h4, h5, h6	{ 
	margin:0; 
	padding:0; 
	margin-bottom:0.5em; 
}
a,a:link,a:visited,a:active {
	text-decoration:none; 
}
a:hover {
	text-decoration:underline;
}
p,form	{ 
	margin:0; 
	padding:0; 
}
input { 
	width:auto; 
	vertical-align:middle; 
}
label { cursor:pointer; }
table { 
	font-size:100%; 
	border:0; 
	border-collapse:collapse; 
}
div { position:relative; }
img	{ border:0; }
ul, ol { 
	margin:0; 
	margin-bottom:1em; 
	padding:0; 
	padding-left:1.4em;
}
ol {
	margin-left:0.5em;
}
ul ul {
	margin-bottom:0 ! important;
	margin-left:10px;
}







#min-width { 
	width:100%; 
	height:1px; /* needs height to work in Netscape */ 
}
#style_old { 
	background-color:#EFEFEF; 
	margin-top:10px; 
	margin-bottom:10px; 
	padding-top:10px; 
	padding-bottom:5px; 
	text-align:left; 
	padding-left:10px;
}
#style_old h1 { 
	color:red;
}
#style_old ul { 
	padding-top:10px;
}
#admin_login th {
	text-align:left; 
	padding:7px 7px 7px 0px;
}






.wrapper_error {
	margin-bottom:1em;
}

.error, .msg { 
	font-family:verdana, tahmoma, arial, helvetica, sans-serif;
	font-weight:bold;
	padding:8px 8px 8px 30px;
	margin:0px 0px 15px 0px;
	width:auto;
	line-height:1.3em;
	display:table;
}
.error img, .msg img {
	vertical-align:middle;
}

.error	{ border:1px solid #E61C00; background:#FFBFB7 url(images/err.gif) 8px 0.7em no-repeat; color:#E61C00; }
.msg	{ border:1px solid #6F9C2E; background:#E8F4D6 url(images/msg.gif) 8px 0.7em no-repeat; color:#6F9C2E; }

.msg a {
 color:#6F9C2E ! important;
 text-decoration:underline;
}

.error a {
 color:#E61C00 ! important;
 text-decoration:underline;
}

.sqlcode { 
	font-family:Courier New,Andale Mono,Monaco,Courier,Monospace; 
	font-size:8pt; 
	color:#0000FF; 
	text-decoration:none;
}

.smaller { font-size:90%; }

.txt, .txtArea, .txtNumeric { 
	font-family:Trebuchet MS,arial,helvetica,sans-serif; 
	border:1px solid black; 
	width:99%; 
	background-color:#FFF; 
	font-size:100%; 
}
.txtNumeric {
	text-align:center;
}
.width_auto {
	width:auto !important;
}
.allcaps {
	text-transform:uppercase;
}

input.optional, textarea.optional, select.optional { 
	color:#808080; 
	border:dashed 1px #808080; 
	background-color:white;
}

.btn, .btn2, .btn3 {
	font-family:Trebuchet MS,arial,helvetica,sans-serif; 
	cursor:pointer;
	color:white;
	font-size:100%;
	height:2.5em;
}
.btn { 
	background-color:#FFDE17;
	color:#6F6F6F;
}
.btn2 { 
	background-color:#6F6F6F; 
}
.btn3 { 
	background-color:#CCCCCC; 
}
.textonly { display:none!important; }
.center, .center td, .center th { text-align:center ! important; }
.right, .right td, .right th	{ text-align:right ! important; }
.left, .left td, .left th		{ text-align:left ! important; }
.bottom, .bottom td, .bottom th	{ vertical-align:bottom ! important; }
.top, .top td, .top th			{ vertical-align:top ! important; }
.middle, .middle td, .middle th { vertical-align:middle ! important; }
.padding0 td					{ padding:0 ! important; }
.padding2 td, p.padding2, div.padding2		{ padding:2px ! important; }
.padding4 td, p.padding4, div.padding4		{ padding:4px ! important; }
.padding6 td, p.padding6, div.padding6		{ padding:6px ! important; }
.padding8 td, p.padding8, div.padding8		{ padding:8px ! important; }
.width1							{ width:1% ! important; }
.table_grid						{ width:auto; }
.table_grid th, .table_grid td	{ padding:8px; text-align:center; vertical-align:middle; border:1px solid #808080; }
.table_grid th					{ background-color:#C0C0C0; color:#FFF; }
.table_grid td table td			{ border:0; padding:0; }
.clear		{ clear:both; height:1px; line-height:1px; margin-top:-1px; overflow:hidden; }
.rightf		{ float:right; }
.leftf		{ float:left; }
.centerf	{ text-align:center; margin:0 auto; }
.bold		{ font-weight:bold; }
.normal		{ font-weight:normal ! important; }
.italic		{ font-style:italic; }
.mono		{ font-family:courier new, courier, andale mono, fixed, monospace ! important }
.nowrap		{ white-space:nowrap; }
.u			{ text-decoration:underline ! important; }
.divider {
	border:#808080;
	color:#808080;
	background-color:#808080;
	height:1px;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
.list_parent { list-style-type:none; background-image:none ! important; }
.display {
	width:100%;
}
.display .display_txt {
	float:left;
	width:95%;
}
.display .display_img {
	width:25px;
	float:left;
}
.table1 {
	width:100%;
}
.table1 th {
	background-color:#6F6F6F;
	color:white;
	font-weight:bold;
	padding:5px;
	border:1px solid white;
	vertical-align:top;
}
.table1 td {
	background-color:#F3F3F5;
	font-weight:normal;
	padding:5px;
	border:1px solid white;
	vertical-align:top;
}
.table1 .dormant {
	background:#D6D6D6 url("images/dormant.png") repeat;
}
.table1 .blank {
	background-color:transparent;
	border:0px;
}
.table2 {
	width:100%;
}
	.table2 td, .table2 th {
		font-weight:normal;
		text-align:left;
		padding:3px;
	}
	.table2 th {
		padding-right:5px;
	}
ul.dragdrop {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
ul.dragdrop li {
	cursor:move;
	padding:5px;
	border-bottom:1px solid white;
	background-color:#F0F0F8;
	width:95%;
}
.dragdrop .left_text {
	float:left;
	width:80%;
}
.dragdrop .right_text {
	float:left;
	width:20%;
	white-space:nowrap;
}
.dragdrop .dormant {
	background:#D6D6D6 url("images/dormant.png") repeat;
	color:#5C5C5C;
}

.fileicon, .fileiconsmall {
	margin:5px 10px 5px 0px;
	vertical-align:middle !important;
	border:0px !important;
}
.fileiconsmall {
	margin:2px 2px 5px 0px;
}
.video {
	width:320px;
	height:240px;
	display:block;
	margin:10px 0px 10px 0px;
}
