body, p, td, th, div { 
	font-family: arial, sans-serif; 
	font-size: 13px;
}
.small_text, table.small_text * {
	font-size: 11px !important;
}
h2 { 
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #afafdf;
	color: white;
	border-bottom: 2px solid black;
	border-right: 1px solid black;
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-top: 6px;
	margin-bottom: 19px;
	margin-right: 3px;
}
h2 .subtitle {
	font-size: 15px;
}
pre  { 
	font-family: "lucida console", monospace; 
	font-size: 13px;
}
form {
	margin: 0px;
}
input,select  {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
}
.message { border: 1px #606060 solid; margin-bottom: 6px; margin-top: 0px }
.history { border: 1px #606060 solid; background-color: #f0f0f0;}
.indent1 { padding-left: 20px; padding-right: 20px}
.indent2 { padding-left: 40px ; padding-right: 40px}
.theading { padding-right: 20px; text-align: right; vertical-align: top; padding-bottom: 10px } /* deprecated */
.tdata { vertical-align: top; padding-bottom: 10px } /* deprecated */
.footer { 
	border-top: 1px solid black;
	margin-top: 14px;
	clear: both;
}
table.horizontal_edit * th {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 8px;
}
table.horizontal_edit * td {
	text-align: left;
	vertical-align: top;
	padding-right: 12px;
}
table.horizontal_edit, table.vertical_edit {
	border-collapse: collapse;
	margin-left: 24px;
}
table.vertical_edit {
	margin-top: 12px;
}
table.vertical_edit tr {
}
table.vertical_edit * th {
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	vertical-align: top;
	padding: 3px 6px 2px 6px;
}
table.vertical_edit * td {
	text-align: left;
	vertical-align: top;
	padding: 4px 6px 2px 6px;
}
table.vertical_edit * td.pre_separator {
	font-size: 1px;
	padding-top: 0px;
	padding-bottom: 12px;
}
table.vertical_edit * td.separator {
	border-top: solid black 1px;
	font-size: 1px;
	padding-top: 0px;
	padding-top: 10px;
}
div.toolbar {
	padding-bottom: 10px;
}
.action_link, .action_link_img { 
	font-family: verdana; 
	font-size: 11px;
	border: black 1px solid; 
	padding: 1px 6px 1px 6px;
	color: black; 
	text-decoration: none; 
	text-transform: uppercase; 
	cursor: pointer;
	background-color: white;
}
.action_link:hover, .action_link_img:hover {
	/*color: #606060;*/
	background-color: #e0e0e5;
}
.action_link_img {
	padding: 0px !important;
	margin: 0px !important;
}
.action_link_img img { 
	padding: 0px;
	border: none;
	margin: 0px;
}
.action_link_img > img { /* Doesn't work right in Firefox. This fixes it. Not sure what happens in safari etc. */
	margin-bottom: -3px;
}
.action_item, .action_item_normal { 
	font-family: verdana; 
	color: black; 
	text-decoration: none 
}
.action_item:hover, .action_item_normal:hover { 
	/*color: #707070; */
	color: #8f8fcf;
	text-decoration: none 
}
.action_item {
	font-size: 11px;
}
.action_item_normal {
	font-size: 13px;
}
.action_item_disabled, .action_item_disabled:hover {
	color: #a0a0a0;
	text-decoration: none;
	/*cursor: help;*/
	cursor: default;
}
.action_item_disabled:hover {
	color: #a0a0a0;
	text-decoration: none;
}
.action_popupmenu { 	
	font-family: verdana; 
	font-size: 11px;
	color: black; 
    text-decoration: none;
	border:	solid 1px black;
	padding: 1px 6px 1px 6px;
	background-color:	white;
	visibility:	hidden;
	position: absolute;
}
td.tab_menu_selected {
	border-style: 	solid solid none solid !important;
	background-color: white !important;
}
td.tab_menu_none {
	border-style:	none none solid none !important;
	background-color: white !important;
}
.tab_menu {
	border-collapse: collapse;
	border-style:	none;
	margin-top: 2px;
	margin-bottom: 12px;
}
.tab_menu td {
	background-color:  #f0f0f0;
	border-color: #606060;
	border-style:	solid;
	border-width:	1px;
	padding-left:	6px;
	padding-right:	20px;
}
.tab_menu td a:link, .tab_menu td a:visited {
	text-decoration:	none;
	color:	black;
}
.tab_menu td a:hover {
	text-decoration:	none;
	color: #606060;
}
.cp_menu , div {z-index: 1000}
.cp_menu , p {font-family: arial; font-size: 12px; color: black;}
.cp_menu a {text-decoration: none; color: black}
.cp_menu a:hover {border: 1px black solid; padding: 0px;border-top-color: gray; border-left-color: gray; }
.cp_menu a:active {border: 1px black solid; background-color: black; border-top-color: gray; border-left-color: gray; color:white; padding: 2px}

table.table_edit {
	/*width: 100%;*/
}
table.table_edit * td {
	padding: 6px;
}
td.table_edit {
	border: black 1px solid;
	empty-cells: show;
}
td.table_edit_mouseover {
	border: black 1px solid;
	background-color: white;
	empty-cells: show;
}
table.table_edit * td textarea {
width: 100%;
}
.blob, .blob_mouseover, .blob_active {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 5px;
	float: right;
	width: 915px;
}
.blob {
	border: 1px solid white;
}
.blob_mouseover {
	border: 1px solid #8f8fcf;
}
.blob_active {
	border: 1px solid #8f8fcf;
	background-color: #d0d3de;
}
.blob_type {
	margin-left: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	width: 120px;
	font: bold 14px Arial, sans-serif;
}
.blobgap {
	height: 4px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 930px;
}
.blob_select {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 5px;
	padding-top: 8px;
	width: 25px;
	float: left;
	clear: left;
}
* html * .blob_select { /* IE only */
	padding-top: 9px;
}
	
table.blob_vertical_edit {
	margin-top: 0px; 
	margin-left: 2px; 
	margin-bottom: 2px; 
	width: 100%;
}
table.no_spaces {
	margin: 0px;
	padding: 0px;
}
table.no_spaces * td, table.no_spaces * th
{
	margin: 0px;
	padding: 0px 0px;
	padding-bottom: 4px;
}
div.cutoff { /* used to clear areas using floats */
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	clear: both;
}

/* Overrides for styles in blob editing */
.blob p, .blob_mouseover p, .blob ul, .blob_mouseover ul, .blob dl, .blob_mouseover dl  {
	margin: 0px !important;
}
.blob p, .blob_mouseover p {
	margin: 0px !important;
}
.blob h2, .blob * h2, .blob_mouseover h2, .blob_mouseover * h2 {
	background-color: white !important;
	font: bold 16px 'verdana' !important;
	color: black !important;
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
.hdg_upper, .subhdg, .subhdg2_upper {
	text-transform: uppercase;
}
.hdg_lower, .subhdg2_lower {
	text-transform: none;
}
.blob h3, .blob * h3, .blob_mouseover h3, .blob_mouseover * h3, dt.subhdg {
	padding: 0px !important;
	margin: 0px !important;
	font: bold 14px 'verdana' !important;
}
.blob h4, .blob * h4, .blob_mouseover h4, .blob_mouseover * h4, dt.subhdg2_upper, dt.subhdg2_lower {
	padding: 0px !important;
	margin: 0px !important;
	font: bold 13px 'verdana' !important;
}
table.simple_table {
	border: 1px solid black;
	border-collapse: collapse;
}
table.simple_table * td {
	border: 1px solid black;
	padding: 2px 6px;
	empty-cells: show;
	width: auto;
	margin: 0px;
}
.editor_button {
	background-color: white;
}
.editor_button_mouseover {
	background-color: none;
}
.image_descriptor {
	font-family: helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	padding: 0px;
}
