﻿.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.myleft
{
 text-align:left;
    
}

.gvheader
{
      background-image: url('images/bggray.gif'); 
   background-repeat:repeat-x;
    
    
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

 .nojust
 {
     text-align:left;     
 }
body 
{
    background-color:#FFFFFF;
         color:#4d4d4d; 
              font:11px/1.55em arial, helvetica, sans-serif; 
         			  text-align:center; 

}

h3 { color:#4d4d4d; }


.mainmenu 
{
 
}

.login a
{
    color:Navy;
}

.loginBox a
{
    color:White;
}

.sitemap a
{
 color:Navy;
}
.menutop
{
   height:44px;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            Navy;
  } 
a:visited {
  /* Applies to all visited links */
   text-decoration:  none;
  color:            Navy;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  color:            Navy;
  } 
a:active  {
  /* Applies to activated links */
   text-decoration:  none;
  color:            Navy;
  } 
  
  
.box 
{
    background-position: bottom; 
    background-image: url('images/bkgd_main_links.gif'); 
   background-repeat:repeat-x;
   background-color:White;
   padding:5px 5px 5px 5px;
}

.box a
{
    color:Navy;
}


.popbox 
{
    background-position: bottom; 
    background-image: url('images/bkgd_main_links.gif'); 
   background-repeat:repeat-x;
   background-color:White;
   padding:10px 10px 10px 10px;
   width:500px;
}

.menutop
{
       background-image: url(images/bkgd_menu.gif); 
       width:50px;
}

.menutop a
{
    color:Navy
}


.menubottom a
{
    color:Navy
}


.shortlist
{
    padding-left:7.5px;
}