html,body{
	height:100%;
	width:100%;
	border:0;
	padding:0;
	margin:0;
	color: #000;
	font-size: 9pt;
	font-family: Arial, sans-serif;
}
*::-moz-selection {
	background-color:#032202;
	color:white;
}
::selection {
	background-color:#032202;
	color:white;
}
a{
	outline: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #333;
}
a:hover {
	color: #000;
}
hr{
	border: none 0;
	border-top: 1px solid #000;
	width: 100%;
	height: 1px;
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}
h1{	
	margin-top:0;
	font-size:17pt;
	font-weight:bold;
	color:#000;
}
h2{
	margin-top:0;
	font-size:15pt;
	font-weight:bold;
	color:#000;
}
h3{
	margin-top:0;
	font-size:13pt;
	font-weight:bold;
	color:#000;
}
h4{
	font-size:11pt;
	font-weight:bold;
	color:#000;
}
img {
	border:0;
	margin:0;
	padding:0;
}
ul, ol{
	margin-bottom: 20px;
	margin-left: 2em;
	padding-left: 0;
	/*list-style-type: square;*/
}
li,p,td{
	line-height: 13pt;
}
p{
	margin-top:0;
	margin-bottom:20px;
}
form {
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
}
table td{
	text-align:left;
	vertical-align:top;
	font-size: 9pt;
	font-family: Arial, sans-serif;
}
input, textarea, select, option, optgroup, button{
	font-size: 9pt;
	font-family: Arial, sans-serif;
	color: #000;
}
input, textarea, select{
	margin:0;
	border:1px solid #000;
}
input[type=checkbox], input[type=radio], input[type=hidden]{	
	border:none;
}
input, textarea{
	padding:2px;
}
input[type=text],input[type=password], label{
	padding:2px;
}
option{
	height:13px;
	padding:2px;
}
/*
input:focus, select:focus, textarea:focus{
	background-color:#FFFFFF!important;
}*/
select:focus option{
	background-color:#FFFFFF!important;
}
input[disabled]{
	background-color:#CCCCCC!important;
	border-color:#7C7B7D !important;
}
input.button[disabled]{
	background-image:none;
}
input[disabled=false]{
	background-color:#FFFFFF;
}
input.disabledtext{
	background-color:#CCCCCC !important;
	border-color:#666666 !important;
}
.datefield{
	cursor: pointer;
	background:#FFFFFF url(../img/calendar_icon.gif) no-repeat right;
}

.post_buttons{
	margin-top:20px;
}
.post_buttons img{
	cursor:pointer;
	margin-right:5px;
}
.button{
	background-color:#E0DFE3;
	color:black;
}
.button_alert{
	background-color:orange;
	color:white;
	font-weight:bold;
	border:1px solid black;
}
table.post td{
	padding-bottom:10px;
}
.odd{
	background-color:#E2E2E2;
}
.error{
	color:red;
}
.orange{
	color:orange;
}
td.delete a:hover{
	background-color:red;
	color:white;
	text-decoration:none;
}
td.edit a, td.delete a{
	display:block;
}
table.edit{
	table-layout:fixed;
	border-collapse:collapse;
	width:576px;
}
table.edit td, table.edit th{
	text-align:center;
	padding:5px;
}
table.edit .posttitle{
	/*width:261px;*/
	text-align:left;
}
table.edit .postdate{
	width:75px;
}
table.edit td{
	border-top:1px solid #7C7B7D;
	border-bottom:1px solid #7C7B7D;
}
table.edit th.edit,
table.edit th.delete{
	width:40px;
	overflow:visible;
}