﻿span.action
{
	font-weight: bold;
	text-decoration: none;
	color: #567;
	cursor: pointer;
}

span.action:hover
{
	text-decoration: underline;
}

div.floating_panel
{
	position: absolute;
}

div.floating_panel div.label
{
	background-color: #000;
	background-image: url("/lib/images/label_bg.gif");
	background-repeat: repeat-x;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	cursor: move;
	width: 100%; 
	background-color: #000; 
	color: #fff;
	height: 20px;
}

div.label span.closebox
{
	float: right;
	margin-right: 4px;
	cursor: pointer;
	font-size: 12pt;
	background-color: #686d74;
	padding: 0px 4px;
}

div.floating_panel div.form_holder table
{

}

div.form_holder p 
{ 
	color: #000;
	font-family:Arial;
}

div.floating_panel div.form_holder table th,
div.floating_panel div.form_holder table td
{
	text-align: left;
	font-size: 11px;
	padding: 1px 6px;
	font-family: Arial;
}


div.floating_panel div.form_holder table th
{
	color: #666;
}

div.floating_panel div.form_holder table td
{

}


div.floating_panel div.form_holder p.note
{
	font-size: 11px;
	color: #666;
}

div.floating_panel div.form_holder p.note a,
div.floating_panel div.form_holder p.note a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #567;
}

div.floating_panel div.form_holder p.note a:hover
{
	text-decoration: underline;
}


#admin_panel
{
}

#admin_panel_form
{
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fafbff;
}

input.small, select.small { font-size: 10px; }

table.admin_grid
{
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #fff;
	color: #666;
}

table.admin_grid td, table.admin_grid th
{
	font-size: 10px;
	text-align: left;
	padding: 1px 4px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: top;
}

div.form_holder table.admin_grid th.label
{
	background-color: #666;
	color: #fff;
}

table.admin_grid td input,
table.admin_grid td textarea,
table.admin_grid td select
{
	font-size: 11px;
	font-family: Arial, Sans-Serif;
}

input[type=checkbox] { margin-left: 0; }
img.help
{
	width: 8px;
	height: 10px;
	float: right;
}

div.admin_grid_holder
{
	background-color: #666;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
}

div.admin_grid_holder { margin-top: 8px; }

span.minimizer
{
	float: right;
	margin-right: 4px;
	cursor: pointer;
}

span.indented { margin-left: 4px; font-family: Arial; }

span.editlink
{
    padding: 1px 3px;
    color: #fff;
    background-color: #c66;
    font-family: Arial;
    font-size: 9px;
    cursor: pointer;
}

#BreadCrumbTrail
{
    padding: 2px 0px 2px 8px;
    font-weight: bold;
    font-size: 11px;
    background-color: #000;
    color: #fff;
}