/********************************************************************/
/* GENERAL                                                          */
/********************************************************************/
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background: white;
	margin : 0;
	padding : 0;
}

a {
	/*color: inherit;*/
	color: #003066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #003066;
}

a:visited:hover {
	text-decoration: underline;
}

.element .content table {
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
}

.element .content td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border: 1px solid #bbbbbb;
}

.overallcontainer { width: 1000px; }

/* UTILITY CLASS FOR SCROLL BAR */
.scrollbar {
	/* IE only scrollbar stuff */
    scrollbar-base-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-3dlight-color: #747474;
    scrollbar-shadow-color: #747474;
    scrollbar-arrow-color: #747474;
}


/********************************************************************/
/* PALIMPSEST GENERAL                                               */
/********************************************************************/
.element {
	display: block;
	border: 2px solid white;
	cursor: hand;
	padding: 3px;
}

.palimpsest .pageLink {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	margin: 2px 0 4px 0;
	color: #00449A;
}

.elementcontrols {
	visibility: hidden;
	float: right;
	margin: 2px;
	border: 1px solid gray;
	filter: progid:DXImageTransform.Microsoft.Fade(duration=.2,overlap=0);
	background-color: white;
}

.selectTemplate {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.selectTemplate table td {
	margin: 4px;
	padding: 14px 4px 4px 4px;
	vertical-align: top;
	text-align: center;
	width: 80px;
	height: 90px;
	cursor: hand;
	border: 2px solid white;
}

.selectTemplate table td img {
	margin-bottom: 4px;
}

.selectTemplate table td.over {
	border: 2px dotted blue;
}

.address td {
	vertical-align: top;
}

/********************************************************************/
/* STANDARD TABLES
/********************************************************************/

table.stdtable {
	border-collapse: collapse;
	border-bottom: 1px solid #999999;
	margin: 0;
}

th.sort_d {
	background: #f5f5f5!important;
}

th.sort_a {
	background: #f5f5f5!important;
}

.stdtable th a, .stdtable th a:hover {
	display: block;
	width: 100%;
	height: 100%;
}

.stdtable th a:hover, .stdtable th a:visited:hover {
	display: block;
	text-decoration: underline;
}

.stdtable th {
	color: #003066;
	background: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 4px 2px 4px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px dotted #999999;
}

.stdtable td {
	color: #003066;
	cursor: hand;
	cursor: pointer;
	padding: 2px 4px 2px 4px;
	border-left: 1px dotted #999999;
	border-top: 1px dotted #999999;
}

.stdtable td.lhs, .stdtable th.lhs{
	border-left: 1px dotted white;
}

table.history {
	border-collapse: collapse;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: 0;
	padding: 0;
}

table.history td {
	color: #003066;
	cursor: auto;
	padding: 2px 4px 2px 4px;
	border-left: 1px dotted #999999;
	border-top: 1px dotted #999999;
}

table.history td.head {
	border-top: 1px solid #999999;
	font-size: 10px;
}

table.history td.audit {
	border-top: 1px solid #999999;
	font-size: 10px;
}

table.history td.text {
	border-bottom: 1px solid #999999;
	color: black;
	font-size: 14px;
}

/********************************************************************/
/* FORM TABLES
/********************************************************************/

table.formtable {
	border-collapse: collapse;
	/*border-top: 1px solid #999999;*/
	/*border-bottom: 1px solid #999999;*/
	margin: 0;
	width: 500px;
}

.formtable th {
	color: #003066;
	background: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 4px 2px 4px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.formtable td {
	color: #003066;
	padding: 2px 4px 2px 4px;
	border-left: 1px dotted #999999;
	/*border-top: 1px dotted #999999;*/
}

.formtable td.error {
	background: #FFCCCC;
}

.formtable div.error {
	color: red;
	position: absolute;
	left: 700px;
	width: 300px;
	background: #FFCCCC;
}

/********************************************************************/
/* OVERALL			                                                */
/********************************************************************/

.h1, h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	margin-right: 15px;
	padding-bottom: 1px;
	color: #003066;
	margin: 8px 0 4px 0;
}

.h2, h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0 4px 0;
	color: #FF9900;
}

.h3, h3 {
	font-size: 12px;
	margin: 0 5px 0 5px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	font-weight: bold;
	padding-bottom: 1px;
	color: #999999;
	margin: 0 0 4px 0;
}

.h4, h4 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #00449A;
	margin: 0 0 4px 0;
}

.code {
	font-size: 11px;
	font-family: "Courier New", monospace;
	margin: 4px;	
}

p {
	margin: 0 0 4px 0;
}

ul {
	margin: 6px 0 6px 0;
}

li {
	margin: 0 0 0 18px;
	list-style-type: square;
}

form {
	margin: 0;
	padding: 0;
}

/********************************************************************/
/* PAGINATION
/********************************************************************/

.pagebar {
	height: 15px;
	padding: 0 4px 0 4px;
	margin: 0 0 6px 0;
	font-size: 11px;
	font-weight: bold;
	color: #003066;
	background: #eeeeee;
	text-align: left;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.pagebar a.pageselected {
	font-size: 9px;
	padding: 0px 2px 0px 2px;
	color: #eeeeee;
	background: #003066;
	text-decoration: none;
	border: 1px solid #003066;
}
.pagebar a.pagesected:hover {
	background: #eeeeee;
	color: #003066;
	text-decoration: none;	
	border: 1px solid #003066;
}
.pagebar a.page {
	font-size: 9px;
	padding: 0px 2px 0px 2px;
	background: #eeeeee;
	color: #003066;
	text-decoration: none;
	border: 1px solid #003066;
}
.pagebar a.page:hover {
	color: #eeeeee;
	background: white;
	text-decoration: none;	
	border: 1px solid #003066;
}

/***************************************************************************************
* BUTTONS - action buttons and editable-list buttons
************************************************************************************** */

a.button {
	font-size: 12px;
	border: 1px solid #8cacbb;
	width: 60px;
	height: 18px;
	padding: 2px 6px 2px 6px;
	margin: 2px 0px 2px 0px;
	text-align : center;
	text-decoration: none;
	border-collapse: separate;
	display: inline-block;
	color: #003066;
}

a.button:hover {
	text-decoration: none;
	background: #dee7ec;
	color: #003066;
}

a.minibutton {
	font-size: 11px;
	border: 1px solid #8cacbb;
	width: 20px;
	height: 14px;
	padding: 0px 6px 0px 6px;
	margin: 1px 0 1px 0;
	text-align : center;
	vertical-align : bottom;
	text-decoration: none;
	background: white;
	display: inline-block;
}

a.minibutton:hover {
	text-decoration: none;
	background: #dee7ec;
}
/***************************************************************************************
* Sub Headings - special, eg. report criteria
************************************************************************************** */
.criteria {
	height: 15px;
	padding: 0 5px 0 5px;
	margin: 0 0 6px 0;
	font-size: 12px;
/*	font-weight: bold; */
	color: #003066;
	background: transparent;
	text-align: left;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

img {
	border: none;
}

a.gallery {
	border: 1px dotted white;
	display: block;
}

a.gallery:hover {
	border: 1px dotted #999999;
	display: block;
}
	

/***************************************************************************************
* Tracker styles
************************************************************************************** */
.tracker .normal {
}

.tracker .darkgrey {
	color: #555555;
	font-weight: bold;
}

.tracker .grey {
	color: #999999;
	font-weight: bold;
}

.tracker .lightgrey {
	color: #BBBBBB;
	font-weight: bold;
}

.tracker .red {
	color: #BB0000;
	font-weight: bold;
}

.tracker .green {
	color: #007700;
	font-weight: bold;
}

.tracker .blue {
	color: #000099;
	font-weight: bold;
}

.tracker .orange {
	color: #BB7700;
	font-weight: bold;
}


/****************************************************
 MISC
****************************************************/

.message {
  width: 100%;
  height: 100%;
  color: red;
  background: #FFBBCC;
  border: 1px solid red;
  padding: 4px;
}