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;
}
table.TP_Title
{
    background-image:url(../img/bg_b.png);
    width:100%;
    color:#FFFFFF;
    border-collapse:collapse;
    border: 0px; 
}
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;
}

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;}

/*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 0 0;
    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:1px solid #000;
}
#navigation li ul li ul {
    display:none;
    position:absolute;
    top:0px;
    margin-top:0;
    margin-left:0px;
}

/*menu {
font-family:Arial;
}
a.menu {
color:#ffffff;
text-decoration:none;
font-family:Arial;
font-weight:bolder;
font-size:14;
}

a.menu:hover {
color:#ffffff;
text-decoration:none;
font-family:Arial;
font-weight:bolder;
}

a.menu:visited {
color:#ffffff;
text-decoration:none;
font-family:Arial;
font-weight:bolder;
}*/

/*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;
}

/*ToolTip */
a.tooltip {
color:#000000;
text-decoration:none;
}

a.tooltip:hover {
color:#000000;
background-color:inherit;
text-decoration:none;
}

a.tooltip:visited {
color:#000000;
text-decoration:none;
}

a.tooltip span {
display:none;
font-size:x-small;
padding:2px 3px; 
margin-left:-80px;
margin-top:-9px; 
}
a.tooltip:hover span{
display:inline; 
position:absolute; 
border:1px solid #cccccc; 
background:#ffffff; 
color:#000000;
}
/*IM Popup */

.IM_popup
{
}   
.IM_popup ul
{
    margin-left:0px;
    list-style:none;
}   
.IM_popup li 
{
    list-style:none;
}   
 
.IM_popup ul li:hover ul, .IM_popup ul a:hover ul
{
    visibility:visible;
}   
.IM_popup a
{
    display:block;
    text-decoration:none;
}   
.IM_popup a:hover
{

}
.IM_popup ul ul
{
    visibility:hidden;
    position:absolute;
    background-color:#FFFFFF;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
    padding:4px;
}   
.IM_popup ul ul li 
{
}   
.IM_popup ul ul li a
{
    display:block;
    margin:0;
}   
.IM_popup ul ul li a:hover
{

}   

/*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;
}
