﻿a.trailselected
{
    font-family:arial;
    text-decoration:none;
    font-weight:bold;
    margin:0px;
    padding:0px;
    width:auto;
}

a:link .trailselected
{
    color:#f00;
}

a:hover .trailselected
{
    color:#f00;   
}

a.trail
{
    font-family:arial;
    text-decoration:none;
    margin:0px;
    padding:0px;
}

a:link .trail
{
    color:#00f;
}

a:hover .trail
{
    color:#f00;   
}

#contentInner h1
{
	font-size:1.6em;	
	margin:5px 0px 10px 0px;
	padding:0px 0px 0px 5px;
	width:100%;
}

#contentInner h2
{
	font-size:1.4em;	
	margin:0px 0px 10px 0px;
}

#contentInner h3
{
	font-size:1.2em;	
	margin:0px 0px 10px 0px;
}

.inputform fieldset
{ 
    border:1px solid #000;
    padding: 0px 10px 10px 10px;        /* padding in fieldset support spotty in IE */    
    text-align:left;
    margin-bottom:10px;
}

.inputform fieldset legend
{
	font-size:0.9em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;    
    background-color:#06c;
    background: url(../../images/gadgetfill.gif) repeat-x;
    color:#ff0;
    border:solid 1px #000;
    border-left:solid 10px #000;
    border-top:none;
    padding:0px 5px 0px 5px;
}

.inputform fieldset img
{
    float:none;
}

.inputform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 175px; 
	padding: 0; 
	margin: 8px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:1.0em;
	color:#333;
}

.inputform span a
{    
    width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    float:right;
    margin-left:10px;
}

.inputform span label
{ 
    float:right;
	width: 50px; 
	padding-right: 10px; 
	margin: 0 10px 0 -10px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:1.0em;
}

.inputform span input { 
	display: inline;  /* block float the labels to left column, set a width */	
	padding-left: 10px; 
	float:right;
	margin: 0px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */	
	font-size:1.0em;
	
}

.inputform fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.inputform input, .inputform textarea, .inputform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:3px 0 3px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #000 1px solid;
    border-bottom : #000 1px solid;
    border-left : #000 1px solid;
    border-right : #000 1px solid;
    color : #000;
    font-weight:bold;
    background : #9cf; 
}

.inputform textarea { overflow: auto; }

.inputform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.inputform .required{font-weight:bold;} /* uses class instead of div, more efficient */

.inputform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.txt12
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333;
}

.txt12b
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333;
    font-weight:bold;
}

.txt14
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#333;
}

.txt14b
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#333;
    font-weight:bold;
}

.error14
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#F00;
}

.ok14
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#090;
}

.DataGrid
{
    border:solid 1px #7194d0;
    border-collapse:collapse;
    background-color:#EEEEEE;  
    margin:0px 0px 10px 0px;
}

.DataGridHeader
{
  height:12px;
  color:#FFF;  
  font-size: 14px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#7194D0;  
}

.DataGridHeader a
{
  color:#FFF;  
}

.DataGridHeader a:hover
{
  color:#FFA;
}

.DataGridHeader a:active
{
  color:#FFA;
}

.DataGridFooter
{
  color:#029;  
  font-size: 12px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#ccd;  
}

.DataGridFooter a
{
  color:#029;
}

.DataGridFooter a:hover
{
  color:#FFF;
}

.DataGridFooter a:active
{
  color:#ffc;
}

.DataGridPagerStyle
{
  height:12px;
  color:#029;  
  font-size: 14px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#4A4AA5;
  border:none;
}

.DataGridPagerStyle a
{
  color:#00f;
}

.DataGridPagerStyle a:hover
{
  color:#f00;
}

.DataGridPagerStyle a:active
{
  color:#ff0;
}

.DataGridItem
{
  background-color:#EEE;
  color:#000;
  font-size: 12px;  
}

.DataGridItem a:link, .DataGridItem a:visited
{
  color:#00f;
}
.DataGridItem a:hover, .DataGridItem a:active
{
  color:#f00;
}

.AltDataGridItem
{
  background-color:#FFF;
  color:#000;
  font-size: 12px;  
}

.AltDataGridItem a:link, .AltDataGridItem a:visited
{
  color:#00f;
}

.AltDataGridItem a:hover, .AltDataGridItem a:active
{
  color:#f00;
}

.miniDataGridPagerStyle
{
  height:10px;
  color:#029;  
  font-size: 10px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#4A4AA5;
  border:none;
}

.miniDataGridPagerStyle a
{
  color:#00f;
}

.miniDataGridPagerStyle a:hover
{
  color:#f00;
}

.miniDataGridPagerStyle a:active
{
  color:#ff0;
}

.miniDataGridHeader
{
  height:10px;
  color:#ffffcc;  
  font-size: 10px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#4A4AA5;
}

.miniDataGridHeader a
{
  color:#0000ff;
}
.miniDataGridHeader a:hover
{
  color:#ff0000;
}
.miniDataGridHeader a:active
{
  color:#ffff00;
}

.miniDataGridSubHeader
{
  height:10px;
  color:#000000;  
  font-size: 10px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#cccccc;
}

.miniDataGridSubHeader a
{
  color:#0000ff;
}
.miniDataGridSubHeader a:hover
{
  color:#ff0000;
}
.miniDataGridSubHeader a:active
{
  color:#ffff00;
}

.miniDataGridFooter
{
  color:#000000;  
  font-size: 10px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#CCCCCC;  
}

.miniDataGridFooter a{
  color:#0000ff;
}
.miniDataGridFooter a:hover
{
  color:#ff0000;
}
.miniDataGridFooter a:active
{
  color:#ffff00;
}

.miniDataGridPagerStyle
{
  height:10px;
  color:#000000;  
  font-size: 10px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#CCCCCC;  
}

.miniDataGridPagerStyle a
{
  color:#0000ff;
}
.miniDataGridPagerStyle a:hover
{
  color:#ff0000;
}
.miniDataGridPagerStyle a:active
{
  color:#ffff00;
}

.miniDataGridItem{
  background-color:#EEEEEE;
  font-size: 10px;  
  padding:2px;
}

.miniDataGridItem a
{
  color:#0000ff;
}
.miniDataGridItem a:hover
{
  color:#ff0000;
}
.miniDataGridItem a:active
{
  color:#ffff00;
}

.miniAltDataGridItem{
  background-color:#DEDEDE;
  font-size: 10px;  
  padding:2px;
}

.miniAltDataGridItem a
{
  color:#0000ff;
}
.miniAltDataGridItem a:hover
{
  color:#ff0000;
}
.miniAltDataGridItem a:active
{
  color:#ffff00;
}

.DataGridEditItem
{
  background-color:#fff;
}

.GBDataGrid
{
    border:solid 1px #999;
    border-collapse:collapse;
    background-color:#fff;  
    margin:0px 0px 10px 0px;
}

.GBDataGridHeader
{
  
}

.GBDataGridHeader a
{
  color:#00f;  
}

.GBDataGridHeader a:hover
{
  color:#f00;
}

.GBDataGridHeader a:active
{
  color:#ff0;
}

.GBDataGridFooter
{  
  font-weight: bold; 
  text-decoration: none;
  background-color:#ccd;  
}

.GBDataGridFooter a
{
  color:#000;
}

.GBDataGridFooter a:hover
{
  color:#FFF;
}

.GBDataGridFooter a:active
{
  color:#ffc;
}

.GBDataGridPagerStyle
{
  height:12px;
  color:#029;  
  font-size: 14px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#4A4AA5;
  border:none;
}

.GBDataGridPagerStyle a
{
  color:#00f;
}

.GBDataGridPagerStyle a:hover
{
  color:#f00;
}

.GBDataGridPagerStyle a:active
{
  color:#ff0;
}

.GBDataGridItem
{
  background-color:#FFF;
  color:#000;
  font-size: 12px;  
}

.GBDataGridItem a
{
  color:#33A;
}
.GBDataGridItem a:hover
{
  color:#55F;
}
.GBDataGridItem a:active
{
  color:#33A;
}

.AltGBDataGridItem
{
  background-color:#EEE;
  color:#000;
  font-size: 12px;
}

.AltGBDataGridItem a
{
  color:#33A;
}
.AltGBDataGridItem a:hover
{
  color:#55F;
}
.AltGBDataGridItem a:active
{
  color:#33A;
}

.GBEntry fieldset
{ 
    border:1px solid #000;
    padding: 10px;        /* padding in fieldset support spotty in IE */    
    text-align:left;
    margin:0px 20px 0px 0px;
}

.GBEntry fieldset legend
{
	font-size:1.0em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
    font-weight:bold;
    background: url(../../images/gadgetfill.gif) repeat-x;
    color:#ff0;
    border:solid 1px #000;
    border-top:none;
    border-left:solid 10px #000;
    padding:0px 5px 0px 5px;
    font-weight:bold;
    font-size:0.9em;
}

.GBEntry fieldset img
{
    float:none;
}

.GBEntry label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 175px; 
	padding: 0; 
	margin: 8px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:12px;
	color:#333;
}

.GBEntry span a
{    
    width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    float:right;
    margin-left:10px;
}

.GBEntry span label
{ 
    float:right;
	width: 50px; 
	padding-right: 10px; 
	margin: 0 10px 0 -10px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:12px;
}

.GBEntry span input { 
	display: inline;  /* block float the labels to left column, set a width */	
	padding-left: 10px; 
	float:right;
	margin: 0px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */	
	font-size:12px;
	
}

.GBEntry fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.GBEntry input, .GBEntry textarea, .GBEntry select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:3px 0 3px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border: solid 1px #000;
    color : #000;
    font-weight:bold;
    background : #9cf; 
}

.GBEntry textarea { overflow: auto; }

.GBEntry small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.GBEntry .required{font-weight:bold;} /* uses class instead of div, more efficient */

.GBEntry br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.GBEntry
{
  font-size: 12px;  
  width:100%;  
  border:none;
  float:left;
  padding:0px 10px 0px 5px;
  margin:0px 10px 0px 0px;
}

.GBEntry .Info
{
  float:left;
  text-align:left;
  width:100%;
  clear:right;
  border-bottom:dotted 1px #9CF;
  padding:4px;
}

.GBEntry .Comments
{
  float:left;
  text-align:left;
  width:520px;  
  clear:left;
}

/* Begin Forum styles */
.ForumPostReadLabel
{
  text-align:right;
  font-weight:bold;
  width:20%;   
}

.ForumPostReadAvatarCell
{
  text-align:left;
  font-weight:normal;
  width:100px;
  text-align:center;
}

.ForumPostReadAvatarCell img
{
  border:solid 1px #333;
}

.ForumPostReadText
{
  text-align:left;
  font-weight:normal;
}


/* End Forum styles */

.hide
{
    z-index:-1;
    position:absolute;
    color:#333;
}

.nodisplay
{
	display:none;
}

#breadcrumbsInner a:link, #breadcrumbsInner a:visited
{
	color:#00f;
}

#breadcrumbsInner a:hover, #breadcrumbsInner a:active
{
	color:#f00;
}

