﻿/*Text Styles*/

a
{
    color:#0099CC;
    font-weight:bold;
}

a:hover
{
    color:#ffc;
}

UL LI 
{
  font-weight:normal;
  color:#fff;
  text-decoration: none;
  font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  list-style-image: url(../../images/red_aqua_bullet.gif);
  padding-left:5px;
}

UL LI UL LI
{
  font-weight:normal;
  color:#fff;
  text-decoration: none;
  font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  list-style-image: url(../../images/red_aqua_bullet_sm.gif);  
}

UL LI UL LI UL LI
{
  font-weight:normal;
  color:#fff;
  text-decoration: none;
  font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  list-style-image: url(../../images/bluedotsm.gif);
}

UL LI UL LI UL LI a
{
  font-weight:normal;
  color:#00F;
  text-decoration: underline;
  font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  list-style-image: url(../../images/bluedotsm.gif);
}

UL LI UL LI UL LI a:hover
{
  font-weight:normal;
  color:#F00;
  text-decoration: underline;
  font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  list-style-image: url(../../images/reddotsm.gif);
}

OL LI
{
  font-size:12px;
  font-weight:normal;  
  text-decoration: none;
  font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

h1
{
    margin-top:0px; 
    margin-bottom:5px;  
    font : 20px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    font-weight:normal;
    color: #8DC73F;
}

h2
{
    margin-top:0px;   
    margin-bottom:5px;
    font : 18px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    font-weight:normal;
    color: #fff;
}

h3
{
    margin-top:0px;   
    margin-bottom:5px;
    font : 16px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    font-weight:normal;
    color: #fff;
}

h4
{
    margin-top:0px;   
    margin-bottom:5px;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    font-weight:normal;
    color: #fff;
}

h5
{
    margin-top:0px;  
    margin-bottom:5px;
    font : 12px Verdana, Tahoma, Arial, Helvetica, sans-serif ;
    font-weight:normal;
    color: #fff;
}

.DataGrid
{
    border:dashed 1px #0099CC;
    border-collapse:collapse;
    background-color:Transparent;
}

.DataGridHeader
{
  height:12px;
  color:#fff;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 14px; 
  font-weight: bold; 
  text-decoration: none;
  
}

.DataGridHeader a
{
  color:#FFF;  
}

.DataGridHeader a:hover
{
  color:#FFA;
}

.DataGridHeader a:active
{
  color:#FFA;
}

.DataGridFooter
{
  color:#FFA;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 12px; 
  font-weight: bold; 
  text-decoration: none;  
}

.DataGridFooter a
{
  color:#FFA;
}

.DataGridFooter a:hover
{
  color:#FFF;
}

.DataGridFooter a:active
{
  color:#FFA;
}

.DataGridPagerStyle
{
  height:12px;
  color:#FFA;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 14px; 
  font-weight: bold; 
  text-decoration: none;  
  border:none;
}

.DataGridPagerStyle a
{
  color:#FFA;
}

.DataGridPagerStyle a:hover
{
  color:#FFF;
}

.DataGridPagerStyle a:active
{
  color:#FFA;
}

.miniDataGridPagerStyle
{
  height:10px;
  color:#FFA;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 10px; 
  font-weight: bold; 
  text-decoration: none;  
  border:none;
}

.miniDataGridPagerStyle a
{
  color:#FFA;
}

.miniDataGridPagerStyle a:hover
{
  color:#FFF;
}

.miniDataGridPagerStyle a:active
{
  color:#FFA;
}

.DataGridItem
{  
  color:#99CC33;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
}

.DataGridItem a
{
  color:#55F;
}
.DataGridItem a:hover
{
  color:#FFF;
}
.DataGridItem a:active
{
  color:#5FF;
}

.AltDataGridItem
{  
  color:#0099CC;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;  
}

.AltDataGridItem a
{
  color:#55F;
}
.AltDataGridItem a:hover
{
  color:#FFF;
}
.AltDataGridItem a:active
{
  color:#5FF;
}

.miniDataGridHeader
{
  height:10px;
  color:#ffffcc;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  font-size: 10px; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#BFBD91;
}

.miniDataGridHeader a
{
  color:#0000ff;
}
.miniDataGridHeader a:hover
{
  color:#ff0000;
}
.miniDataGridHeader a:active
{
  color:#ffff00;
}

.miniDataGridSubHeader
{
  height:10px;
  color:#000000;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  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-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  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-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  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;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  padding:2px;
}

.miniDataGridItem a
{
  color:#0000ff;
}
.miniDataGridItem a:hover
{
  color:#ff0000;
}
.miniDataGridItem a:active
{
  color:#ffff00;
}

.miniAltDataGridItem{
  background-color:#DEDEDE;
  font-size: 10px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;
  padding:2px;
}

.miniAltDataGridItem a
{
  color:#0000ff;
}
.miniAltDataGridItem a:hover
{
  color:#ff0000;
}
.miniAltDataGridItem a:active
{
  color:#ffff00;
}

.DataGridEditItem
{
    
}

.GBEntry
{
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ;  
  width:100%;  
  border:none;
  float:left;  
  border-bottom:1px solid #999;
}

.GBEntry .Info
{
  float:left;
  text-align:left;
  width:100%;
  clear:right;
  border-bottom:dotted 1px #ccc;
  padding:4px;
}

.GBEntry .Comments
{
  float:left;
  text-align:left;
  width:100%;  
  clear:left;
  padding:4px;
}

.inputform fieldset
{ 
    border:1px dotted #0099CC;
    padding: 10px;        /* padding in fieldset support spotty in IE */
    margin: 0;
    text-align:left;
}

.inputform fieldset legend
{
	font-size:12px; /* 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:#0099CC;
    color:#FFF;
    padding:2px 2px 2px 2px;
}

.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:12px;
	color:#00CCFF;
}

.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:12px;
}

.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:12px;
	
}

.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 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 : #BBEE55 1px solid;
    border-bottom : #77AA11 1px solid;
    border-left : #BBEE55 1px solid;
    border-right : #77AA11 1px solid;
    color : #000;
    font-weight:bold;
    background : #99CC33;     
}

.inputform textarea
{
    overflow: auto;
    margin:3px 0 3px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #BBEE55 1px solid;
    border-bottom : #77AA11 1px solid;
    border-left : #BBEE55 1px solid;
    border-right : #77AA11 1px solid;
    color : #000;
    font-weight:bold;
    background : #99CC33;
    float:right;
    width:190px;
}

.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:#fff;
}

.txt12b
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#fff;
    font-weight:bold;
}

.txt14
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#fff;
}

.txt14b
{
    FONT-Family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#fff;
    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;
}

.membersform
{
    width:210px;
}

.membersform fieldset
{ 
    border:1px dotted #0099CC;
    padding: 10px;        /* padding in fieldset support spotty in IE */
    margin: 0;
    text-align:left;
}

.membersform fieldset legend
{
	font-size:12px; /* 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:#0099CC;
    color:#FFF;
    padding:2px 2px 2px 2px;
}

.membersform fieldset img
{
    float:none;
}

.membersform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	padding: 0; 
	margin: 8px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:12px;
	color:#00CCFF;
}

.membersform span a
{    
    width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    float:right;
    margin-left:10px;
}

.membersform span label
{ 
    float:left; 
	padding-right: 10px; 
	margin: 0 10px 0 -10px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size:12px;
}

.membersform span input { 
	display: inline;  /* block float the labels to left column, set a width */	
	padding-left: 10px; 
	float:left;
	margin: 0px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */	
	font-size:12px;
	
}

.membersform 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 */
}

.membersform input, .membersform 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 : #BBEE55 1px solid;
    border-bottom : #77AA11 1px solid;
    border-left : #BBEE55 1px solid;
    border-right : #77AA11 1px solid;
    color : #000;
    font-weight:bold;
    background : #99CC33;     
}

.membersform textarea
{
    overflow: auto;
    margin:3px 0 3px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #BBEE55 1px solid;
    border-bottom : #77AA11 1px solid;
    border-left : #BBEE55 1px solid;
    border-right : #77AA11 1px solid;
    color : #000;
    font-weight:bold;
    background : #99CC33;
    float:right;
    width:190px;
}

.membersform 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%;
}

.membersform .required{font-weight:bold;} /* uses class instead of div, more efficient */

.membersform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
