body 
{
    font-family:Arial;
    font-size:9pt;
    margin:0px 0px 0px 0px; 
    background-position:center top; 
    background-repeat:no-repeat; 
}

table.TPBG
{
    background:url(../img/bg_w.png);
    padding:4 4 4 4;
    font-size:9pt;
}

table.TPBG_P_LTB
{
    background:url(../img/bg_w.png);
    background-repeat:repeat;
    padding: 4 4 4 4;
}

table.TPBG_P_RTB
{
    background:url(../img/bg_w.png);
    background-repeat:repeat;
    padding:4 4 4 0;
}

table.withBorder
{
    border:1px solid #888888;
    background-color:#FFFFFF;
    height:17px;
}

table.withoutBottomBorder
{
    border-top-color:#888888;
    border-top-style:solid;
    border-top-width:1px;
    
    border-left-color:#888888;
    border-left-style:solid;
    border-left-width:1px;
    
    border-right-color:#888888;
    border-right-style:solid;
    border-right-width:1px;
    
    background-color:#ffffff;
}

table.withBottomBorder
{
    border-bottom-color:#888888;
    border-bottom-style:solid;
    border-bottom-width:1px;
    background-color:#ffffff;
}

table.withoutTopBorder
{
    border-bottom-color:#888888;
    border-bottom-style:solid;
    border-bottom-width:1px;
    
    border-left-color:#888888;
    border-left-style:solid;
    border-left-width:1px;
    
    border-right-color:#888888;
    border-right-style:solid;
    border-right-width:1px;
    
    background-color:#ffffff;
}

table.withTopBorder
{
    border-top-color:#888888;
    border-top-style:solid;
    border-top-width:1px;
    background-color:#ffffff;
}

A {font-family:Arial;}
A:link {color:#0066CC;}
A:visited {color:#0066CC;}
A:hover {color:#FF0000;}

/*AdvFrame */
AdvFrame {
font-family:Arial;
}
a.AdvFrame {
color:#0066CC;
text-decoration:none;
font-family:Arial;
font-weight:bolder;
font-size:14;
}
a.AdvFrame:hover {
color:#0066CC;
text-decoration:none;
font-family:Arial;
font-weight:bolder;
}
a.AdvFrame:visited {
color:#0066CC;
text-decoration:none;
font-family:Arial;
font-weight:bolder;
}

AdvFrameH {
font-family:Arial;
}
a.AdvFrameH {
color:#FF6600;
text-decoration:none;
font-family:Arial;
font-weight:bolder;
font-size:14;
}
a.AdvFrameH:hover {
color:#FF6600;
text-decoration:none;
font-family:Arial;
font-weight:bolder;
}
a.AdvFrameH:visited {
color:#FF6600;
text-decoration:none;
font-family:Arial;
font-weight:bolder;
}

/*menu */
li.selectedNav {
    color:#000;
    background:#eee;  
    background-color:#eee; 
}

#navigation, #navigation li ul 
{   
    list-style-type:none;
}
#navigation {
    padding:0;
    margin:0;
    float:left;
}
#navigation li {
    float:left;
    text-align:center;
    position:relative;
    z-index:999;
}
#navigation li a:link, #navigation li a:visited {
    font-weight:bold;
    display:block;
    text-decoration:none;
    color:#ffffff;
    height:27px;
    line-height:27px;
    border:0px;
    border-width:0px 0px 0px 0px;
    padding-left:0px;
}
#navigation li a:hover {
    color:#000;
    background:#eee;
    background-color:#eee;
}
#navigation li ul 
{
    display:none;
    position:absolute;
    top:27px;
    left:0;
    margin-top:0px;
}
#navigation li ul li {
    background:url(../img/bg_b.png);
}
#navigation li ul li a:hover {
    color:#000000;
    background:#eee;
    background-color:#eee;
    border:solid 1px #000;
}
#navigation li ul li ul {
    display:none;
    position:absolute;
    top:0px;
    margin-top:0;
    margin-left:0px;
}

/*Textbox Watermark*/
.unwatermarked {
	height:18px;
	width:100px;
	padding:2px 0 0 2px;
}
.watermarked {
	height:20px;
	width:102px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
 #slatenav
        {
            position:relative;
            display:block;
            height:20px;
            font-size:13px;
            font-weight:bold;
            font-family:Arial,Verdana,Helvitica,sans-serif;
            text-transform:uppercase;
            width:600px;
         }
        #slatenav ul
        {
            margin:0px auto;
            padding:0;
            list-style-type:none;        
            }
       #slatenav ul li
       {
           display:block;
           float:left;
           margin:0 30px 0 20px;
           }
       #slatenav ul li a
       {
           display:block;
           float:left;
           color:#000000;
           text-decoration:none;
           padding:14px 30px 0 30px;
           height:28px;
       }
      #slatenav ul li a:hover,.green #slatenav ul li a.current
      {
          color:#fff;
          background:transparent url(label/backgroundover.gif) no-repeat top center;
          }
       .place
       {
         background-image:url(label/place.gif);
         text-align:center;
         }
       .place a
       {
         font-size:11px;
         font-family:Arial Black;
         color:White;
         }   
