@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    Corey Wells
email:     coreywells@gmail.com
website:   http://www.coreywells.ca
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {

}

/* Put it back on certain elements */
/*
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, ul {
  margin: 1em 0;
}
*/
/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

.thrColHybHdr #container { 
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 1100px;
	min-width: 850px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #bbbbbb;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #222222;
	width: expression(document.body.clientWidth < 850? "850px" :
		document.body.clientWidth > 1100? "1100px" : "auto");
	}

/* =Typography
-----------------------------------------------------------------------------*/

body  {
	/*background-image: url(../images/bg.png);*/
	background-color:#dedede;
	font: small Verdana, Arial, Helvetica, sans-serif;

	margin: 20px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/* =Headings
-----------------------------------------------------------------------------*/

.thrColHybHdr #header { 
	background: #fff; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColHybHdr #header h1 {
	margin: 0 0 0 0 ; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}

.thrColHybHdr #subHeader {
	margin:2em 2em 0.5em 2em;
	padding: 0 0 2px 0;
	background-image:url(../images/gui/trim/headerbar_seg_continuous.gif);	
	background-repeat: repeat-x;

	/*padding: 0 2em 2px 2em; /* padding here creates white space "inside the box." */
	/*height:30px;
	background-image:url(../images/gui/trim/navline.png);
	background-position:0 100%;
	background-repeat: no-repeat;	
	*/	
}

.thrColHybHdr #subHeader h1 {

	display:inline;
	padding-top:0.5em;
	padding-bottom:0.5em;
	color:#054a53;
	font-family: georgia, Helvetica, sans-serif;
	font-size:24px;
	width:auto;
	background-color:#ffffff;
	/*white-space:nowrap;*/
}

.thrColHybHdr #subHeader img {
	display:inline;
}

h2 {
color:#054a53;
}

h1 {
color:#054a53;


}

.thrColHybHdr #header img {
}

.logo_head {
	margin-right: 10px;
}

/* =Main Content 
_____________________________________________________________________________*/

.thrColHybHdr #mainContent {
 	margin: 0 18em 2em 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 0em 0 2em; /* padding here creates white space "inside the box." */	
} 


.thrColHybHdr #mainContent .highlight {
	color:#8ec322;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.thrColHybHdr #mainContent h2 {
	color:#5dbbcd;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

.thrColHybHdr #mainContent b {
	color:#22a5ba;
}


p {
	line-height:18px;
}

ul {
	margin-top:10px;	
}

.hr_left {
	width:100%;
	height:37px;
	background-image:url(../images/gui/trim/greenlineLEFT.png);	
	background-repeat: no-repeat;		
}

.hr_right {
	width:100%;
	height:37px;
	background-image:url(../images/gui/trim/greenlineRIGHT-s.png);	
	background-position:right;
	background-repeat: no-repeat;		
}

.thrColHybHdr #mainContent li {
	list-style: none;
	font-size: 100%;
	font-weight:bold;
	color: #22a5ba;
	padding-left: 12px;
	margin-bottom: 20px;
	background: url(../images/gui/skin/bullet_green.gif) no-repeat  0 0.5em;
	line-height: 16px;
}

hr {
	border:1px inset #cccccc;
	width: 95%;
	height: 1px;
}	

a:link {
	color:  #054a53;
	text-decoration: underline;
}

a:visited {
	color:  #054a53;
	text-decoration:  underline;
}

a:hover {
	color: #3ba0ad;
	text-decoration: underline;
}

.thrColHybHdr #mainContent .left {
	float: left;
	margin: 10px 30px 0 0px;
	
}

/* =Sidebar1
______________________________________________________________________________*/

.thrColHybHdr #sidebar1 {
	float: right; 
	width: 14em; /* since this element is floated, a width must be given */
	/*padding: 0 0; /* top and bottom padding create visual space within this div */
	/*margin-right:1em;*/
 	margin: 6em 0 2em 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2em 0 0; /* padding here creates white space "inside the box." */	

}

.thrColHybHdr #sidebar1 h1 {
	padding:0;
	margin:0;
	padding-bottom:16px;	
}

.thrColHybHdr #sidebar1 h3 { 
	color:#054a53;
	text-align: left;
}

.thrColHybHdr #sidebar1 #dataPanel {
	background-color:#EFEFFF;
	padding: 8px;
	font-size: 12px;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #444444;
	border-right:1px solid #444444;
}



/* =Sidebar2
______________________________________________________________________________*/

.thrColHybHdr #sidebar2 {
	float: right; 
	width: 20em; /* since this element is floated, a width must be given */
	padding: 0 0 0 0; /* top and bottom padding create visual space within this div */
	margin-right: 1em;
	margin-left: 3em;
}

.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColHybHdr #sidebar2 h3 {
	margin-top: 3px;
	color:#054a53;
	text-align: center;
}

.thrColHybHdr #sidebar2 img {
	text-align:center;
}


/* =Main Nav
-----------------------------------------------------------------------------*/

#nav {
/*	margin: 0 15em 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 2em 2px 2em; /* padding here creates white space "inside the box." */
	height:30px;
	background-image:url(../images/gui/trim/navline.png);
	background-position:0 100%;
	background-repeat: no-repeat;	
	overflow:hidden;
}

#nav ul {
	display:block;
	  margin:0;
	  padding:5px 5px 0 0;
	  list-style:none;
      }
#nav li {
      display:inline;
      margin:0;
      padding:0;
	  white-space: no-wrap;
      }
#nav a {
      float:left;
      background:url(../images/nav/tablt.png) no-repeat left top;
      margin:0;
      padding:0 0 0 10px;
      text-decoration:none;
      }
#nav a span {
      float:left;
      display:block;
      background:url(../images/nav/tabrt.png) no-repeat right top;
      padding:5px 21px 4px 6px;
      color:#054a53;
	  border:2px #000;
	  
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;white-space: no-wrap;}
    /* End IE5-Mac hack */
#nav a:hover span {
      color:#22a5ba;
      }
#nav a:hover span {
      background-position:100% -42px;
      }
#nav a:hover {
      background-position:0% -42px;
      }



/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

.thrColHybHdr #footer { 
	padding:10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3ba0ad;
	margin-top:3em;
} 
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColHybHdr #footer a {
color:#fff;
}

.thrColHybHdr #footer a:link {
	text-decoration: none;
}

.thrColHybHdr #footer a:visited {
	text-decoration: none;
	color: #fff;
}

.thrColHybHdr #footer a:hover {
	text-decoration: underline;
	color: #fff;
	}
	
.thrColHybHdr #footer a:active {
	text-decoration: none;
	color: #fff;
}

/* =Forms
-----------------------------------------------------------------------------*/

input[type="button"], input[type="submit"] {
	background-image: url(../images/gui/buttons/shiny_bg.jpg);
	background-repeat: repeat-x;	
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #555555;
	border-bottom:solid 1px #555555;
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
	padding-bottom:3px;
	
}

textarea, select, input[type="text"], input[type="password"] {
	background-image: url(../images/gui/buttons/shadow_bg_tl.png);
	background-repeat: repeat-x;	
	background-color:#ffffff;
	border-top:solid 1px #555555;
	border-left:solid 1px #555555;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	
}

textarea {
	padding:3px;
}

input[type="radio"] {
	background-color:transparent;
	border: 0px;
}

input[type="checkbox"] {
	background-color:transparent;
	border: 0px;
}

.infotext {
	background-color:#fafafa;
	border: 1px solid #bbbbbb;
}

option {
	background-color:#fafafa;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
	font-size: 12px; text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

td {
  text-align: left;
 	border-collapse: collapse;
	font-size: 10px; text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
}

th {
	font-weight: bold;	
}



/* =Misc 1
-----------------------------------------------------------------------------*/

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 8px;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	/*margin-right: 8px;*/
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* =Misc 2
-----------------------------------------------------------------------------*/


/* =Data - Record Sets
-----------------------------------------------------------------------------*/
.recordContainer { 
	height: 400px; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	border-top: 1px solid #888888;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #888888;
	border-left: 1px solid #444444;

	background:#dddddd;	

}

.recordSet {
	background:#ffffff;	
	border-top: 1px solid #000000;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #000000;
    clear:left;
    margin: 0px;
	padding:1px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.recordSetHeader {
	background:rgb(240,240,240);
	margin: 0px;
	padding:3px;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #aaaaaa;
	font-weight: bold;
	min-height: 2em;
	font-size:12px;
}

.flatRecord {
	background:#dffcdf;
	background-image: url(../images/gui/buttons/shadow_bg_tl.png);
	background-repeat: repeat-x;
	border-top: 1px solid #444444;
	border-right: 1px solid #cccccc;
	border-bottom: 2px solid #efffef;
	border-left: 1px solid #888888;
	padding:5px;
}

.recordControls {
	display:inline;	
	float:right;
}

.elementClosed {
	display: none;
}

.columnHeaders {
	background:#e3ffbd;
	
    border-left: 1px solid #aaaaaa;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #777777;
	line-height: 30px;
	padding:3px;

	height: 26px;
    font-size:12px;
}

.record {
	background:#ffffff;
    border-left: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #888888;
    font-size:12px;
	padding: 4px;
	min-height: 18px;
	clear: left;
	overflow: hidden;
}

.recordSetFooter {
	background:#ffffff;
	border-top: 1px solid #000000;
	border-right: 1px groove #888888;
	border-bottom: 1px groove #888888;
	border-left: 1px solid #000000;
	text-align:right;
	padding: 2px;
	padding-bottom: 4px;
	min-height: 14px;
}
	


.cell {
	display:inline;
	float:left;
	overflow: hidden;
}

.cellBold {
	display:inline;
	float:left;
	font-weight: bold;
	overflow: hidden;
}	

/* =Data - Entry
-----------------------------------------------------------------------------*/
.dataEntry {
	background:rgb(240,240,240);	
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;	
	padding:20px;
}

.pane_bg_nologin {
	background-image: url(../images/gui/skin/pane_bg_nologin.jpg);
	/*background-color: #BEBEBE;*/
	border: 2px solid #22a5ba;
	background-repeat: repeat-x;
	padding:10px;
}

.title_bg_nologin {
	background-image: url(../images/gui/skin/title_bg_nologin.jpg);
	/*background-color: #BEBEBE;*/
	border-top: 2px solid #22a5ba;
	border-right: 2px solid #22a5ba;
	border-left: 2px solid #22a5ba;
	background-repeat: repeat-x;
	text-align:center;
	color:#22a5ba;
	font-weight: bold;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	line-height: 18px;
	padding: 3px;	
}

.errorField {
  background-color: #ffdddd;
}

.successField {
  background-color: #ddffdd;
}

.suspendedField {
  background-color: #ffffdd;
}

.disabledField {
  color: #444444;
}

.error {
  color: #422;
  background-color: #ffdddd;
  border: 1px dashed #aaaaaa;
  padding-left:5px;
  padding-right:5px;
  margin-left:5px;
  margin-right:5px;
  display: none;
}


.fieldInitialState {
	color:#aaaaaa;
}

/* =GUI
-----------------------------------------------------------------------------*/
.deleteHighlight {
	background:#ffcccc;
}

.example {
	color: #888;
}

.redText {
	color: #c00;
}

.greenText {
	color: #090;
}

.redHighlight {
	background: #c00;
}

.greenHighlight {
	background: #0c0;
}

.group-pane {
	width:97%;	
	background-color:#dddddd;
	padding:8px;
	padding-bottom:10px;	
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	border-left:1px solid #bbbbbb;
	border-top:1px solid #bbbbbb;
}

.toolbar {
	background:#329fac;
	border-right: 1px solid #000000;
	border-top: 1px solid #aaaaaa;
	border-bottom: 2px groove #cccccc;
	border-left: 1px solid #999999;
	color:#fff;
	font-weight: bold;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	line-height: 18px;
	padding: 3px;	
}

/* Table Emulation */
div.row {
	padding:6px 6px 6px 8px;
	width:auto;
	clear:left;
	line-height:22px;
	text-align:left;
}

div.row span.formw {
	font-size:12px;
	line-height:22px;
	/*padding-left:8px;*/
	text-align:left;
	float:left;
}
div.row span.info {
	font-size:12px;
	padding:0;
	text-align:left;
	width:98%;
}

/* =Misc. UI
-----------------------------------------------------------------------------*/

.ghosted {
	color:#aaaaaa;
	
}

.flyout {
	position:absolute;
	width:0;
	height:0;
	background-color:#1a567c;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;	
}

.draggable {
	width: 200px;
	border: 1px dashed #999999;
	cursor: move;
	padding: 2px;
	margin: 5px;
	background-color:#ffffff;
	clear:right;	
}

.imgButton {
	vertical-align: middle;
	padding:2px;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-bottom:1px solid #444444;
	border-right:1px solid #444444;
}

.imgButton:hover {
	border-top:1px solid #444444;
	border-left:1px solid #444444;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}

.imgButtonDown {
	vertical-align: middle;
	padding:2px;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}
