body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9pt;
}
fieldset
{	border: 1px solid #666666;
	margin: 4px;
}
fieldset div
{	padding: 4px;
}
fieldset div div
{	padding: 0px;
}

fieldset legend
{	margin-left:4px;
}
fieldset legend a,fieldset legend a:link
{	text-decoration:none; color:#666666;  font-weight:bold;
}
.imagepicker
{	margin:1px;
}
.imagepicker:hover
{	margin:0px;
	border:1px #AAAAAA dashed;
}

table.datatable{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	white-space: nowrap;
}
.datatable td{
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
th.datatable_header{
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #666666;
	color:#FFFFFF;
	white-space: nowrap;
}



.datatable tr:hover{
	background-color: #FDFFEA;
	color: #000000;
}

.datatable2 tr:hover{
	background-color: #FDFFEA;
	color: #000000;
}



th.datatable_header a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
th.datatable_header a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
th.datatable_header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
th.datatable_header a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


.datatable a:link {
	color: #666666;
	text-decoration: underline;
}
.datatable a:visited {
	color: #666666;
	text-decoration: underline;
}
.datatable a:hover {
	color: #666666;
	text-decoration: none;
}
.datatable a:active {
	color: #666666;
	text-decoration: underline;
}

.datatable_groupbyheader td{
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;
background-color: #DDDDDD;
	text-align: left;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.pageselector {
	color: #666666;
	text-decoration: none;
	background-color: #EEEEEE;
	padding: 2px;
	margin: 2px;
}
.pageselector_currentpage {
	color: #444444;
	font-weight:bold;
	text-decoration: none;
}
.pageselector a:link {
	color: #666666;
	text-decoration: none;
}

.pageselector a:visited {
	color: #666666;
	text-decoration: none;
}
.pageselector a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: regular;
}
.pageselector a:active {
	color: #666666;
	text-decoration: none;
}

/*

Tabs
*/

.tab-content {
	border: 1px solid #666;
	clear: both;
	background: white; /*#FFF3B3;*/
	padding: 0.5em;
}


#tab-header {
	position: relative;
	height: 1.5em;
	margin: 0px;
	margin-top:4px;
	padding: 0px;
	white-space: nowrap;
}

#tab-header ul#tab-list {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	
}

#tab-header ul#tab-list li  {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

#tab-header ul#tab-list a,#tab-header ul#tab-list span,#tab-header ul#tab-list a.tab-active {
	/*width: 8em;*/
	display: block;
	float: left;
	padding: 4px;
	margin: 1px 2px 0px 0px;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#tab-header ul#tab-list span,#tab-header ul#tab-list a.tab-active,#tab-header ul#tab-list a.tab-active:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: white;
	padding-bottom: 6px;
	margin-top: 0px;
}

/* a link in a background tab */
#tab-header ul#tab-list a {
	background: #E0E0E0;
	border: 1px solid #AAA;
	border-bottom: none;
}

/* hover on a background tab */
#tab-header ul#tab-list a:hover {
	margin-top: 0px;
	border-color: #666;
	background: #EEEEEE;
	padding-bottom: 5px;
}

.tab  /* the heading that became the li */
{
	display: none;
}

.tab-content textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 120px;
	width: 100%;
	padding: 2px;
}



.tablebutton
{	background-color:#D2D2D2;
	border-top-color:#EEEEEE;
	border-left-color:#EEEEEE;
	border-bottom-color:#666666;
	border-right-color:#666666;
	border-style: solid;
	border-width:2px;
	color:#333333;
	font-size:10pt;
	cursor:default;
}
.tablebutton a
{	text-decoration:none;
	color:#333333;
	cursor:default;
}
.tablebutton_down a
{	text-decoration:none;
	color:#333333;
	cursor:default;
}

.tablebutton_down
{	background-color:#D2D2D2;
	border-top-color:#666666;
	border-left-color:#666666;
	border-bottom-color:#EEEEEE;
	border-right-color:#EEEEEE;
	border-style: solid;
	border-width:2px;
	color:#333333;
	font-size:10pt;
	cursor:default;
}

/*
Easy Form
*/
.easy_form th
{	font-weight: bold;
	padding-right: 20px;
	text-align: left;
}
.easy_form_button input
{ width: 150px;
}

.easy_form input
{ width:100%;
}
input.easy_form_button 
{ width: 100px;
}
.easy_form textarea
{ width:100%;
}
/*
MCE WYSIWYG Editor Toolbar Mod
*/
.mceToolbarExternal {
	display: none;
}
.mceDisplayed {
    position:Absolute;
    left:0px;
    top:0px;
    width:100%;
    text-align:left;
	background-color:#EFEFEF;
}

#div_bg_iframe {
padding: 5px;
}
.tinyMceArea {
background: #ccf; width:100%; border: solid #999999 1px; height:0px;
}

/*
Dojo Dialogs
*/
.dojoDialog {
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
}
/*
Calendar
*/
/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: #FFFFFF;
  color: #000000;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: #FFFFFF;
  color: #000000;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: #FFFFFF #E0E0E0 #E0E0E0 #FFFFFF;
  background: #F7F7F7;
}

.calendar .nav {
  background: #F7F7F7 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #E6E6E6;
  color: #666666;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #E0E0E0;
  padding: 2px;
  text-align: center;
  background: #F7F7F7;
  color: #000000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: #FFFFFF #E0E0E0 #E0E0E0 #FFFFFF;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: #E0E0E0 #FFFFFF #FFFFFF #E0E0E0;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #E0E0E0;
  background: #F7F7F7;
  color: #000000;
}

.calendar tbody .rowhilite td {
  background: #E4DAD0;
  color: #666666;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #E0E0E0 #FFFFFF #FFFFFF #E0E0E0;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: #E0E0E0 #FFFFFF #FFFFFF #E0E0E0;
  padding: 2px 2px 0px 2px;
  background: #F7F7F7;
  color: #000000;
}

input[readonly] {
	background-color: #D4CFC9;
}
.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #F7F7F7;
  padding: 1px;
  border: 1px solid;
  border-color: #E0E0E0 #FFFFFF #FFFFFF #E0E0E0;
  color: #000000;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: #FFFFFF #E0E0E0 #E0E0E0 #FFFFFF;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: #E4DAD0;
  color: #666666;
}

.calendar td.time {
  border-top: 1px solid #E0E0E0;
  padding: 1px 0px;
  text-align: center;
  background-color: #F7F7F7;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #E4DAD0;
  color: #666666;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
.mceDisplayed {
    position:Absolute;
    left:0px;
    top:0px;
    width:100%;
    text-align:left;
	background-color:#EFEFEF;
	z-index:1001;
}
textarea{
vertical-align:text-top;
}

div.breadcrumb  {margin-bottom:15px;
}
.log_head {font-size: 11px; color: #a0a0a0; TEXT-decoration: underline;}

.log_ins {font-size: 12px; color: #000099; font-weight: bold;}
.log_del {font-size: 12px; color: #CC0000; font-weight: bold;}
.log_upd {font-size: 12px; color: #009900; font-weight: bold;}

.log_user {font-size: 12px; color: #000000; font-weight: bold;}
.log_date {font-size: 10px; color: #bfbfbf; FONT-style: italic;}

.log_field {font-size: 11px; color: #aaaaaa; FONT-style: italic;}
.log_newv {background-color: #EFFFEA;}
.log_oldv {background-color: #FEF2ED;}

.val_u {}
.val_c {background-color: #f4ffaa;}
.val_p {background-color: #ffdad5;}
.val_m {background-color: #c9ffbf;}

.details{
	padding: 10px;
	text-align: center;
}
.details-info{
	border-top: 1px solid #cccccc;
	font: 11px Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-top: 5px;
	text-align: left;
}
.details-info b{
	color: #555555;
	display: block;
	margin-bottom: 4px;
}
.details-info span{
	display: block;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ychooser-dlg select{
	font-size: 12px;
}
.ychooser-view{
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
	overflow: auto;
}
.ychooser-view .thumb{
	padding: 3px;
	width:100px;
	height:100px;
	text-align: center;
	vertical-align:middle;
	background:#E6E6E6;
}
.ychooser-view .thumb img{
}
.ychooser-view .x-view-selected .thumb{
	background:transparent;
}

.ychooser-view .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}
.ychooser-view .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}
.ychooser-view .x-view-selected{
	background: #c3daf9;
	border: 2px solid #6593cf;
	padding: 3px;
}
.ychooser-view .loading-indicator {
	font-size:11px;
	background-image:url('../../resources/images/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}

.imageslist-view{
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
	overflow: auto;
}
.imageslist-view .thumb{
	padding: 3px;
	width:100px;
	height:100px;
	text-align: center;
	vertical-align:middle;
	background:#E6E6E6;
}
.imageslist-view .thumb img{
}
.imageslist-view .x-view-selected .thumb{
	background:transparent;
}

.imageslist-view .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}
.imageslist-view .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}
.imageslist-view .x-view-selected{
	background: #c3daf9;
	border: 2px solid #6593cf;
	padding: 3px;
}
.imageslist-view .loading-indicator {
	font-size:11px;
	background-image:url('../../resources/images/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}

input[type=text], input[type=file], select, textarea {background-color: #F7F7F7; border-left: #CCCCCC thin; border-top: #BFBFBF thin; border-right: #E9E9E9 thin; border-bottom: #E9E9E9 thin; border-style: solid;}
input[type=submit], input[type=button] {background-color: #F7F7F7; border-left: #E9E9E9 thin; border-top: #FFFFFF thin; border-right: #BBBBBB thin; border-bottom: #999999 thin; border-style: solid;}

div#content .link a {TEXT-decoration: none;}
