/* BACKGROUND AREA */
.bg_silver_gradient
{
background-image: url("images/bg_silver.jpg");
background-repeat: repeat-x;
}

/* TEXT AREA */
.text_header
{
font-family: Monotype Corsiva;
color: #ffffff;
font-size: 24pt;
font-weight: none;
}
.text_content_white
{
color: #ffffff;
font-family: arial;
font-size: 10pt;
}
.text_content_gray
{
color: #444444;
font-family: arial;
font-size: 10pt;
}
.text_content_black
{
color: #000000;
font-family: arial;
font-size: 10pt;
}
.text_content_green
{
color: #888800;
font-family: arial;
font-size: 10pt;
font-weight: bold;
}
.text_phone_number
{
color: #999933;
font-family: arial;
font-size: 12pt;
font-weight: bold;
}
.text_contact_area
{
color: #ffffff;
font-family: arial;
font-size: 10pt;
font-weight: none;
}
.text_copyright
{
color: #cccccc;
font-family: arial;
font-size: 8pt;
}
.text_terms
{
color: #444444;
font-family: arial;
font-size: 8pt;
}
.text_project_status_completed
{
background-image: url("images/project_status_completed.jpg");
border: 1px solid black;
text-align: center;
width: 75;
font-family : Arial;
font-size : 10px;
color : #000000;
font-weight : none;
text-decoration : none;
}	  
.text_project_status_Current
{
background-image: url("images/project_status_current.jpg");
border: 1px solid black;
text-align: center;
width: 75;
font-family : Arial;
font-size : 10px;
color : #000000;
font-weight : none;
text-decoration : none;
}	
.text_project_status_pending
{
background-image: url("images/project_status_pending.jpg");
border: 1px solid black;
text-align: center;
width: 75;
font-family : Arial;
font-size : 10px;
color : #cccccc;
font-weight : none;
text-decoration : none;
}
.text_data_grid
{
color: #444444;
font-family: arial;
font-size: 8pt;
}
.text_page_intro
{
color: #ffffff;
font-family: arial;
font-size: 12pt;
font-weight: none;
}
/* LINKS AREA */
.link_menu
{
color: #444444;
font-family: arial;
font-weight: bold;
font-size: 10pt;
text-decoration: none;
}
.link_blue_small
{
font-family: arial;
font-weight: none;
font-size: 8pt;
text-decoration: none;
}
.link_terms
{
color: #444444;
font-family: arial;
font-size: 10pt;
text-decoration: none;
}
.link_project_status
{
color: #ffcc66;
font-family: arial;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
}
.link_project_status:hover
{
color: #ffffff;
font-family: arial;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
}

.link_white
 {
font-family: arial;
color: #ffffff;
font-weight: bold;
font-size: 10pt;
text-decoration: none;
}
.link_white:hover
 {
font-family: arial;
color: #ffcc66;
font-weight: bold;
font-size: 10pt;
text-decoration: none;
}

/* BORDERS AREA */
.border_dots
{
border-left: 1px dotted #999999;
}
.border_dev_samples
{
border-top: 3px double #cccccc;
border-bottom: 3px double #cccccc;
}
.border_gray
{
border: 1px solid #cccccc;
}
.border_gray_dark
{
border: 1px solid #999999;
}
/* FORMS AREA */
.form_button
{
width: 90;
border: 1px solid #444444;
color: #ffffff;
background-image: url("images/bg_buttons.jpg");
font-family: arial;
font-weight: bold;
font-size: 8pt;
text-decoration: none;
cursor: pointer;
}
.form_field
{
border: 1px solid #444444;
color: #444444;
font-family: arial;
font-weight: none;
font-size: 10pt;
text-decoration: none;
}
/* TABS AREA */
.tab_tab
{
border-top: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
}
.tab_container
{
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
}
.tab_top
{
border-bottom: 1px solid #666666;
}
/* FADES AREA */
.fade_off
{
 filter: alpha(opacity=100); opacity:1.0;
}
.fade_on
{
 filter: alpha(opacity=70); opacity:0.7;
}



