﻿/*********** POSSIBLY SHOULD BE INTEGRATED INTO duxton_site.css *************/
body, div, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
p.selected
{
	background-color:#CCF37A;
	color: #000;
}	
img
{
	border: none;
	text-decoration: none;
}

a:link, a:visited
{
	text-decoration: none;
	color: #66910D;
}
a:hover 
{
	color: #89C411; 
	text-decoration: underline;
}
a:active 
{
	text-decoration: underline;
}
  

/* removes (almost) the right bar line  */
#content_no_right
{
	background-color: White;
}

/* ========================== THICKBOX ============================*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* ========================== END THICKBOX ============================*/











/*********** END POSSIBLY SHOULD BE INTEGRATED INTO duxton_site.css *************/


/*********** CONTENT XSL ****************/

img.top
{
	display: block;
	margin: 0 0 8px 0;
}
img.topleft
{
	float:left;
	margin: 0 8px 4px 0;
}
img.topright
{
	float: right;
	margin: 0 0 4px 8px;
}
img.bottomleft
{
}
img.bottomright
{
}

/********** GENERAL ADMIN **************/


div.legend
{
	font-size: 8pt;
}
div.legend ul
{
	padding: 0;
}
div.legend ul li
{
	margin: 0;
	list-style-type: none;
}

.subnav_menu li.selected {
	color: #d21034;
	/* this changes the background colour of the selected item */
	background-color: #dbd7d2;
}
tr.selected
{
	background-color: #CCF37A;	
}


table tr.border-top td
{
	border-top: solid 1px #DBDADA;
	padding-top: 5px;
}

/********** END GENERAL ADMIN **************/



/********* FORMS ********************/
form
{
	padding: 0;
	margin: 0;
}
fieldset
{
	padding: 0 0 10px 0;
	font-size: 10pt;
	border: none;
}

fieldset div.header, div.adminheader
{
	background-color:#888178;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 2px 0 2px 4px;
}
td div.adminheader
{
	margin-top: 5px;
}

fieldset label
{
	margin-left: 0;
}
fieldset div
{
	margin: 2px 0 4px 0;
}
fieldset div.submit
{
	margin-top: 10px;
}
input.textbox, input.textboxwide, input.txtupload, .textboxmulti, input.bad, .badmulti, .dropdown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	color: #202326;
	border: solid 1px #807D7D;
	padding-left: 2px;
}
input.txtupload
{
	width: 400px;
}
input.textboxwide
{
	width: 547px;
}
input.bad, input.badwide, .badmulti
{
	border: solid 1px #807D7D;
	background-color: #EBD6D6;
}
input.badwide
{
	width: 547px;
}

ul.errors
{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	margin: 0px 0px 5px 20px;
	color: #b22222;
	list-style-image: url(../images/forms/errorbullet.gif);	
}
span.smallinfo, div.smallinfo
{
	font-style: italic;
	color: #888178;
	font-size: 10px;	
	margin-left: 5px;
}
div.info
{
	font-style: italic;
	color: #88ACD5;
	background-image: url(../images/forms/information.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 19px;
	min-height: 16px;
	font-size: 12px;
}
div.info ul
{
	margin: 0;
	padding: 0;
}
div.info ul li
{
	font-style: normal;
	font-size: 10px;
	margin-left: 15px;
	list-style: none;
	
}

div.editparagraph
{
	padding: 4px 0 4px 4px;
	text-align: right;
}
div.editparagraph img
{
	padding: 0 5px 0 0;
}
span.label
{
	color: #888178;
	padding-right: 5px;
}


/*********** END FORMS *************/

/*********** DATAGRID(s) / GRIDVIEWS ************/
.DataGrid
{
	border: solid 1px #AFAEAE;
	border-collapse: collapse;
}

.DataGridHeading
{
	background-color:#888178;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	padding: 2px 0 2px 4px;
}

tr.DataGridHeading td a
{
	color: #fff;
	font-variant:normal;
	text-transform: none;	
}
.DataGridAltItem
{
	font-size: 8pt;
	background-color: #f5f5f5;
	vertical-align: top;
	border-style: none;
	
}
.DataGridItem
{
	font-size: 8pt;
	background-color: #fff;
	vertical-align: top;
	border-style: none;
	
}
.DataGridSelected
{
	font-size: 8pt;
	background-color: #CCF37A;
	vertical-align: top;
}
table.gridviewlist, table.gridviewlist tr td
{
	border: solid 1px #fff;
}



/*********** END DATAGRID(s) ************/

/*********** ADMIN NAV TABS ************/

div.tabHdr
{
	height: 18px;	
	text-align: left;
	vertical-align: text-bottom;
	margin: 0;
	padding: 0;
}
div.tabHdr ul
{
	text-align: left;
	height: 18px;
	padding: 0;
	margin: 0;
}
div.tabHdr ul li
{
	display: block;
	float: left;
	text-align: center;
	background-image: url(../images/forms/tab.gif);
	background-repeat: no-repeat;
	width: 104px;
	padding: 0;
	padding-top: 2px;
	margin: 0;
	height: 18px;
	list-style-position: inside;
}
div.tabHdr ul li.selected
{
	background-image: url(../images/forms/tab_selected.gif);
}
div.tabHdr ul li a, 
div.tabHdr ul li a:link, 
div.tabHdr ul li a:visited
{
	text-decoration: none;
}
div.tabHdr ul li.selected a, 
div.tabHdr ul li.selected a:link, 
div.tabHdr ul li.selected a:visited
{
	color: #000;
}


div.tabBody
{
	border: solid 1px #333;
	padding: 10px 10px 10px 10px;
	width: 560px;
	background-color: #fff;
}
/*********** END ADMIN NAV TABS ************/




/***********  DEBUG FORMATTING ************/

div.sql
{
	font-size: 8pt;
	color: #000000;
	background-color: #CCF37A;
	border: solid 1px #000;
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 780px;
	margin: 10px auto 0px auto;
}
div.debugbox, div.debug
{
	font-size: 8pt;
	color: #000000;
	background-color: #CCF37A;
	border: solid 1px #000;
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 780px;
	margin: 10px auto 10px auto;
}
/***********  END CONTENT FORMATTING (For Debug)  ************/



/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/forms/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/forms/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	/*border: 1px solid #CCCCCC;
	background-color: #fff;*/
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/forms/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

/*
#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}
*/

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}



/* ---------->>> jquerycalendar <<<---------------------------------------------------------------*/

/* calendar styles */
#calendar_div {
	display: none;
	border: 1px solid #777;
	z-index: 10; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#calendar_div a {
	cursor: pointer;
	cursor: hand;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
#calendar_control, #calendar_links, #calendar_header, #calendar {
	clear: both;
	float: left;
	width: 185px;
	color: #fff;
}
#calendar_control {
	background: #400;
}
#calendar_links {
	background: #000;
}
#calendar_control a, #calendar_links a {
	font-weight: bold;
	font-size: 75%;
	letter-spacing: 1px;
	padding: 2px 5px;
	color: #eee;
}
#calendar_control a:hover {
	background: #fdd;
	color: #333;
}
#calendar_links a:hover {
	background: #ddd;
	color: #333;
}
#calendar_clear, #calendar_prev {
	float: left;
}
#calendar_current {
	float: left;
	width: 35%;
	text-align: center;
}
#calendar_close, #calendar_next {
	float: right;
}
#calendar_header {
	background: #333;
	text-align: center;
}
#calendar_header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
#calendar {
	background: #ccc;
	text-align: center;
	font-size: 105%;
}
#calendar a {
	color: #333;
}
#calendar a:hover {
	color: #000;
	background: none;
}
#calendar .calendar_titleRow {
	background: #777;
}
#calendar .calendar_daysRow {
	background: #eee;
	color: #666;
}
#calendar .calendar_daysCell {
	color: #000;
	border: 1px solid #ddd;
}
#calendar .calendar_weekEndCell {
	background: #ddd;
}
#calendar .calendar_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
#calendar .calendar_unselectable {
	color: #888;
}
#calendar_today {
	background: #fcc !important;
}
#calendar_currentDay {
	background: #999 !important;
}
#calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have to match width and borders*/
    height: 210px; /*must have to match maximum height*/ 
}


