/* edit table CSS */
.admin_edit_table_no_margin
{
	border-bottom:0px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	margin:0px;
	border-spacing:0px 0px;
}

.admin_edit_table_no_margin td
{
	padding-left:0px;
	padding-right:0px;
	vertical-align:middle;
}

.admin_edit_table
{
	border-bottom:0px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	margin:10px;
	border-spacing:0px 0px;
}

.admin_edit_table td
{
	min-height:26px;
	padding-left:4px;
	padding-right:4px;
	vertical-align:middle;
}

.admin_edit_table_assignments
{
	border-bottom:0px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	margin:0px;
	border-spacing:0px;
}

.admin_edit_table_assignments td
{
	min-height:26px;
	padding-left:0px;
	padding-right:0px;
	padding-left:0px;
	vertical-align:top;	
	font: normal 12px Arial, Helvetica, sans-serif;
}

.table_header
{
	font-weight: bold;
	text-align:	right;
}

.admin_dropdownfield {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #543F34;
	font-weight:normal;
}

.admin_formfield {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #543F34;
	text-decoration: none;
	width:150px;
	font-weight:normal;
}

.admin_formfield_short {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #543F34;
	text-decoration: none;
	width:85px;
	font-weight:normal;
}

body, td
{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #543F34;
}


body {
	background-color:	#FFFFFF;
	margin:			17px;
}

p {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		normal;
	text-align:		left;
	color:			#543F34;
}

ul {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            normal;
	font-size:		12px;
	list-style-type:	square;
	padding-left:		15px;
        color:                  #543F34;
}

ol {
	font-family:            arial, helvetica, sans-serif;
        font-weight:            normal;
	font-size:		12px;
	padding-left:		15px;
        color:                  #543F34;
}

a {
	font-family:		arial, helvetica, sans-serif;
	font-size: 		12px;
	text-decoration: 	none;
	color: 			#8D3310	;
}

a:link {
	text-decoration: 	none;
}

a:visited {
	text-decoration: 	none;
}

a:active {
	text-decoration: 	none;
}

a:hover {
	text-decoration: 	underline;
}

h1 {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		15px;
	font-weight:		bold;
	text-align:		left;
	color:			#543F34;
}

h2 {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		15px;
	font-weight:		bold;
	text-align:		left;
	color:			#8D3310;
	padding-left:		10px;
	padding-right:		0px;
	padding-top:		0px;
	padding-bottom:		0px;
	margin-left:		0px;
	margin-right:		0px;
	margin-top:		0px;
	margin-bottom:		0px;
	text-transform:		uppercase;
}

textarea {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		normal;
	text-align:		left;
	color:			#543F34;
}

select {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		normal;
	text-align:		left;
	color:			#543F34;
}

input {
	font-family: 		arial, helvetica, sans-serif;
	font-size:		12px;
	font-weight:		normal;
	color:			#543F34;
}

.fixed_background {
	background-repeat:	no-repeat;
	background-position:	top right;
}

.img_border
{
    BORDER-RIGHT: #8D3310 2px solid;
    BORDER-TOP: #8D3310 2px solid;
    BORDER-LEFT: #8D3310 2px solid;
    BORDER-BOTTOM: #8D3310 2px solid;
    BACKGROUND-COLOR: white
}

