
*, .Normal, .NormalRed, .NormalBold, .TextLabel, .NormalDarkBlue, .NormalBlueItalic, .NormalBlue
{
    font-size:11px;
    font-family:Verdana;      
}

.NormalBold
{
	font-weight: bold;
}

.NormalRed
{
    color:Red;
}

.NormalBlueItalic, .NormalBlue, .NormalDarkBlue
{
    color:#000063;    
}

.NormalBlueItalic
{    
    font-style:oblique;
}    

.TextLabel
{
    width:130px;
    text-align:right;    
    color:#000063;
}

a.NormalBlue
{
    text-decoration:underline;
    }

.NormalDarkBlue
{
	
	text-decoration:underline;
    font-weight:bold;
}


.header
{
    width:768px;
    height:219px;
    display:block;
    background:url(images/header.png);      
    background-repeat:no-repeat;
    overflow:hidden;      
    text-align:left;    
    }
    
.header-ask
{
    width:768px;
    height:219px;
    display:block;
    background:url(images/header-ask.png);      
    background-repeat:no-repeat;
    overflow:hidden;      
    text-align:left;    
    }    
    
.header-followup
{
    width:768px;
    height:219px;
    display:block;
    background:url(images/header-followup.png);      
    background-repeat:no-repeat;
    overflow:hidden;      
    text-align:left;    
    }    
.header-review
{
    width:768px;
    height:219px;
    display:block;
    background:url(images/header-review.png);      
    background-repeat:no-repeat;
    overflow:hidden;      
    text-align:left;    
    }  
    
.header-small
{
    width:768px;
    height:42px;
    display:block;
    background:url(images/header-small.png);      
    background-repeat:no-repeat;
    overflow:hidden;      
    text-align:left;    
    }    
.header-small-ask
{
    width:768px;
    height:42px;
    display:block;
    background:url(images/header-small-ask.png);      
    background-repeat:no-repeat;
    overflow:hidden;      
    text-align:left;    
    }        
.header-small-followup
{
    width:768px;
    height:42px;
    display:block;
    background:url(images/header-small-followup.png);      
    background-repeat:no-repeat;
    overflow:hidden;      
    text-align:left;    
    }        
.header-small-review
{
    width:768px;
    height:42px;
    display:block;
    background:url(images/header-small-review.png);      
    background-repeat:no-repeat;
    overflow:hidden;      
    text-align:left;    
    }        
    
.main
{
	background:url(images/cycle-logo.png);
}

h1
{
    font-family: 'Times New Roman';
    color: #000063;
    font-size:26px;
    font-style:oblique;
    padding:0px;
    margin:0px;
    }

h3
{
    color: #000063;
    font-size:14px;    
    padding:0px;
    margin:0px;
    }
    
.disabledScreen
{
    display:block; width:100%; 
    height:100%; background:black; position:absolute;  margin: 0px; top:0px; left:0px;
    opacity:.75;
	filter: alpha(opacity=75);
    }

.whiteLabels
{
    color: White;
    font-style:oblique;

    font-size:12px;
    }    

.pageTitle
{
	text-align: left;
	color: #000063;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	margin-bottom: 5px;
	vertical-align: middle;
}
    
.navigationTitle
{
    text-align:left;
    color:#000063;
    text-decoration:none;
    font-size:14px;    
    font-weight:bold;
    padding:0px;
    margin:0px;        
    display:block;
    font-style:normal;
    }

.ask
{
	color:#b3cda0
}

.review
{
	color:#a8c9ca
}

.followup
{
	color:#a4b707
}

.top_menu
{    
        display: block;
        width:170px;
        
        }

.Head
{
    font-weight:bold;
    font-style:italic;
    font-size:13px;
	background-color:#a9c1d9;
	text-align:center;
	height:24px;
    }

.watermarkedTextBox
{
	font-style:italic;
}

.hoverMenu		
{
    background-color: White;
    background-position:bottom;
    background-repeat:repeat-x;
	background-image:url(images/tool.gif) !important;	
	border: 1px double #000063 !important;
	
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px !important;
    color: #000063;
        
	/*opacity:.95;
	filter: alpha(opacity=95);*/
    visibility:hidden;    
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}
/* Accordion */
.accordionHeader
{
      background-color: #cacccb;
      padding: 5px;
      margin-top: 5px;
      cursor : pointer;
}
 
.accordionHeader a
{
      /*color: #FFFFFF;
      background: none;
      
background-color :#a9c1d9;
*/
      font-weight:bold;
      font-style:italic;
      font-size :13px;
	  color:Black;
	  text-decoration: none;
	  height :24px;
}
 
.accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
      background-color: #a9c1d9;
      padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
.accordionHeaderSelected a
{
      font-weight:bold;
      font-style:italic;
      font-size :13px;
	  color:Black;
	  text-decoration: none;
	  height :24px;
}
 
.accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;

}

.tbl
{
    border: 1px solid black;
    }

th.tbl
{
    border: 1px solid black;
    background:#dcdcdc;
    }
td.tbl    
{
    border: 1px solid black;
    }


.tooltipBlueBackground
{
	padding:10px;
	border:1px solid #000000;
	background-color:#DEE5EB;
	color:Black;
}

hr.hrmain
{
     width:90%; text-align:center; 
     background: #e5e5e5;
         
}

.hrmain
{
     text-align:center; 
     background: url(images/hr.png);
     background-position:center;
     margin-top:2px;
     background-repeat:no-repeat;     
     width:100%;
     height:7px;    
}

table { empty-cells: show;
      }

