
form
{
    margin: 0px;
    padding: 0px;
}

input, select, textarea
{
    margin: 2px;
    font-size: small;
}
 
.baseform {
 margin: 10px 0px 10px 0px;
 padding: 0px;
}
.baseform h3 {
 color: #8e8d8d;
 font: normal 1.15em/1.15em arial, helvetica, sans-serif;
 margin: 0px 0px 6px 0px;
}
.baseform ul {
 margin: 0px;
 margin-top: 14px;
 padding: 0;
 clear: both;
}
.baseform ul li {
 list-style-type: none;
 background: url(../images/link_arrow_orange.gif) 0 .35em no-repeat;
 padding: 0 0 0 15px;
}
.baseform ul li a{
 text-decoration: none;
 color: #d75e3f;
 font: normal 0.9em/1em  Arial, Helvetica, sans-serif;
 padding: 0;
}
.baseform ul li a:hover {
 text-decoration: underline;
}
.baseform .textfield {
 padding: 1px 0 0 0;
 margin: 5px 0 0 3px;
 font-size: 1em;
 height: 1.3em;
 border-top: 1px solid #cecece;
 border-right: 1px solid #929292;
 border-bottom: 1px solid #929292;
 border-left: 1px solid #cecece;
 width: 200px;
}
.baseform .submit {
 margin: 0;
 margin-top: 6px;
 padding: 2px;
 font: bold .9em/1.2em arial, helvetica, sans-serif;
 background: #d0d0d0;
 border-top: 1px solid #d0d0d0;
 border-right: 1px solid #929292;
 border-bottom: 1px solid #929292;
 border-left: 1px solid #d0d0d0;
 color: #000;
 height: auto;
 width: 150px;
}
.baseform table {
 border: none;
 border-collapse: collapse;
}
.baseform table td{
 font: normal .9em/.9em arial, helvetica, sans-serif;
 padding: 0;
 
}
.baseform .textarea {
 padding: 1px 0 0 0;
 margin: 5px 0 0 3px;
 font: normal 0.9em/1em  Arial, Helvetica, sans-serif;
 font-size: 1em;
 border-top: 1px solid #cecece;
 border-right: 1px solid #929292;
 border-bottom: 1px solid #929292;
 border-left: 1px solid #cecece;
 width: 200px;
}

/* Tabs classes */

.tabs {
 	font: normal 0.9em/1em  Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	line-height: normal;
	background-image: url("../images/xp/tabs_bg.gif");
}

.tabs ul {
	margin: 0;
	padding: 0 0 0;
	list-style: none;
}

.tabs li {
	float: left;
	background: url("../images/xp/tab_bg.gif") no-repeat left top;
	margin: 0;
	margin-left: 0;
	margin-right: 2px;
	padding: 0 0 0 10px;
	line-height: 18px;
}

.tabs li.current {
	background: url("../images/xp/tab_sel_bg.gif") no-repeat left top;
	margin-right: 2px;
}

.tabs span {
	float: left;
	display: block;
	background: url("../images/xp/tab_end.gif") no-repeat right top;
	padding: 0px 10px 0 0;
}

.tabs .current span {
	background: url("../images/xp/tab_sel_end.gif") no-repeat right top;
}

.tabs a {
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 10px;
}

.tabs a:link, .tabs a:visited, .tabs a:hover {
	color: black;
}

.tabs a:hover {
}

.tabs .current {
}

.tabs .current a, .tabs .current a:link, .tabs .current a:visited {
}

.panel_wrapper div.panel {
	display: none;
}

.panel_wrapper div.current table. td, .panel_wrapper div.current table th
{
	
}


.panel_wrapper div.current {
	display: block;
	/* font-size: 0.8em; */
	width: 100%;
	height: 100%;
	overflow: visible; /* Should be auto but that breaks Safari */
}

.panel_wrapper {
	border: 1px solid #919B9C;
	border-top: 0px;
	padding: 10px;
	padding-top: 5px;
	clear: both;
	background-color: white;
}

fieldset {
	border: 1px solid #919B9C;
	font-family: Verdana, Arial;
	font-size: 10px;
	padding: 0;
	margin: 2px 0 0 0;
	padding: 4px;
}

legend {
	color: #2B6FB6;
	font-weight: bold;
	valign: center;
}

.properties {
	width: 100%;
}

.properties .column1 {
}

.properties .column2 {
	text-align: left;
}

/* MSIE Specific styles */

* html .panel_wrapper {
	width: 100%;
}

#link .panel_wrapper, #link div.current {
	height: 125px;
}

#image .panel_wrapper, #image div.current {
	height: 190px;
}

