html { 
	margin:0; 
	padding:0; 
	background:transparent url('images/bg-html.gif') top center repeat-y;
}
body { 
	margin:0px; 
	padding:0px; 
	color:#000000; 
	font-family:"helvetica neue",helvetica,tahoma,arial,verdana,lucida sans,lucida grande,sans-serif; 
	font-size:80%; 
	background:transparent url('images/bg-body.gif') top center no-repeat;
}
h1 { font-size:160% }
h2 { font-size:120%; }
h3 { font-size:130% }
h4 { font-size:120% }
h5 { font-size:110% }
h6 { font-size:100% }
h1, h2, h3, h4, h5, h6	{ 
	margin:0; 
	padding:0; 
	margin-bottom:0.5em; 
}
h2 { 
	color:#2D419A; 
	margin-top:10px;
}
a,a:link,a:visited,a:active {
	color:#6C6E70;
	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 { 
	margin:0; 
	margin-bottom:1em; 
	padding:0; 
	padding-left:1.4em;
}
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;
}






.error { color:#891F1A; }
.msg { color:#959239; }
.error, .msg {
	font-weight:bold; 
	text-decoration:underline; 
}
.sqlcode { 
	font-family:Courier New,Andale Mono,Monaco,Courier,Monospace; 
	font-size:8pt; 
	color:#0000FF; 
	text-decoration:none;
}
.smaller { font-size:80%; }
.txt, .txtArea, .optional { 
	width:100%;
	color:black; 
	font-family:Trebuchet MS,arial,helvetica,sans-serif; 
	border:1px solid #2D419A; 
	background-color:#FFF; 
	font-size:100%; 
}
optgroup {
	color:#D42027;
	font-size:110%; 
}
optgroup option {
	color:black;
	font-size:100%; 
}
.optional { 
	color:#2D419A; 
	border:dashed 1px #2D419A; 
	background-color:white;
}
.btn, .btn2, .btn3 { 
	font-family:Trebuchet MS,arial,helvetica,sans-serif; 
	cursor:pointer; 
}
.btn { 
	color:white; 
	background-color:#D42027; 
}
.btn2 { 
	color:white;
	background-color:#2D419A; 
}
.btn3 { 
	color:white;
	background-color:#909090; 
}
.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; }
.spacedM						{ line-height:1.4em; }
.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 #2D419A; }
.table_grid th					{ background-color:#C0C0C0; color:#FFF; }
.table_grid td table td			{ border:0; padding:0; }
.clear		{ clear:both; }
.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:#2D419A;
	color:#2D419A;
	background-color:#2D419A;
	height:1px;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
.list_parent { list-style-type:none; background-image:none ! important; }
.display {
	width:95%;
	padding:10px 0px 10px 10px;
	margin-bottom:10px;
	background-color:#FEF2F2;
	border:1px dashed red;
}
.display .display_txt {
	float:right;
	width:94%;
}
.display .display_img {
	width:6%;
	float:left;
}
.table1, .table2 {
	width:100%;
}
.table1 th, .table2 th {
	background-color:#2D419A;
	color:white;
	font-weight:bold;
	padding:5px;
	border:1px solid white;
	vertical-align:top;
}
.table1 td, .table2 td {
	background-color:#F3F5FD;
	font-weight:normal;
	padding:5px;
	border:1px solid white;
	vertical-align:top;
}
.table1 .dormant, .table2 .dormant {
	background-color:#F3F5FD;
}
.table1 .blank, .table2 .blank {
	background-color:transparent;
	border:none;
}

/* PHPDig
.phpdig {
	font-size:120% !important;
	font-weight:bold !important;
}
.phpdigHighlight { 
	font-weight:bold; 
	text-decoration:underline;
}
.phpdigLinkText {
	color:green;
	margin-bottom:20px;
}
.phpdiginputtext {
	width:300px;
	border:1px solid #2D419A; 
}
.phpdiginputsubmit {
	background-color:#89C102;
	width:70px;
}
*/
