@charset "utf-8";
/* CSS Document */
body  {
    background-color: black;
	font: 8pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	}

h3  {
    color: #666;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 18px;
	}

table.main  {
    margin: 20px auto;
	}

td.head_left  {
    width: 150px;
	height: 100px;
    background-color: #666;
	}
	
td.head_right  {
    width: 650px;
	padding-bottom:20px;
	padding-right: 10px;
    background-color:#333;
	background-image:url(images/ww_logo.jpg);
	background-position:340px 15px;
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:bottom;
	letter-spacing: 3px;
	}
	
td.head_right a:link,
td.head_right a:visited  {
    text-decoration:none;
	color: #ccc;
	}
	
td.head_right a:hover  {
    text-decoration:underline;
	color: #ccc;
	}
	
span.dot  {
    color: #c00;
	font-weight:bold;
	padding-left:10px;
	}

td.mid_left  {
	height: 500px;
	padding-right: 10px;
    background-color: #ccc;
	text-align:right;
	}
	
td.mid_left a:link,
td.mid_left a:visited  {
    text-decoration:none;
	color: #c00;
	}
	
td.mid_left a:hover  {
    text-decoration:underline;
	color: #c00;
	}
	
td.mid_right_1a, 
td.mid_right_1b,
td.mid_right_1c,
td.mid_right_1d  {
    width: 200px;
	vertical-align: top;
	text-align: right;
	padding-top: 70px;
    background-color:#999;
	background-image:url(images/ww_bldg_1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}
	
td.mid_right_1b  {
	background-image:url(images/ww_bldg_2.jpg);
	}
	
td.mid_right_1c  {
	background-image:url(images/ww_bldg_5.jpg);
	}
	
td.mid_right_1d  {
	background-image:url(images/ww_bldg_3.jpg);
	}
	
td.mid_right_2  {
    width: 390px;
    background-color:#fff;
	padding: 30px;
	vertical-align:top;
	}
	
td.foot_left  {
	height: 40px;
    background-color: #666;
	}
	
td.foot_right  {
	padding-right: 20px;
    background-color: #333;
	text-align:right;
	font-size: 9px;
	color: #999
	}
	
label  {
    width: 50px;
    float: left;
    text-align: right;
    margin: 3px 1em 0 0;
    clear: both;
    }

form input.inputText, textarea  {
    background-color: #ddd; 
	font: 9pt/12pt verdana, trebuchet ms, trebuchet, arial, sans-serif;
	color: black;
    padding: 0 5px 5px 5px;
    }

img.port_thumb  {
    padding: 2px;
	border: 3px solid #666;
	margin: 0 20px 20px 0;
	}

a:hover img.port_thumb  {
	border: 3px solid #900;
	}
	
#port1  {
    border: 2px solid #990000;
	padding: 10px;
	}
	
.ui-tabs-hide {   
    display: none;   
    }  
	
div.tabdiv  {
    height: 350px;
    }
	
div.tabdiv_outer  {
    /* border-bottom: 1px solid #ccc; */
    }
	
td.td_right  {
    vertical-align: top;
	padding-top: 5px;
	}

td.td_right h4  {
    color: #666;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
	}

td.td_right a:link,
td.td_right a:visited  {
    text-decoration: underline;
	color: #900;
	}
	
td.td_right a:hover  {
    text-decoration: none;
	color: #f00;
	}
	
#tabvanilla2  {
	border: 0px solid #ccc;
    }

#tabvanilla  {
	color: #333;
    }

.tabnav ul {   
	margin: 0;
	padding: 0;
	width: 120px;
    }   

.tabnav li {   
    list-style: none;   
	text-align: left;
	width: 120px;
    padding: 2px 5px 2px 12px;
	margin-bottom: 0px;
	background-color: #ccc;
	border-left: 4px solid #aaa;
	border-right: none;
	font-size: 90%;
	letter-spacing: 0px;
    color: #222;   
    }   

.tabnav li.ui-tabs-selected {   
    background: #fff;   
    text-decoration: none;   
	border-left: 4px solid #ccc;
    }   

.tabnav li a, .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a, .tabnav li.ui-tabs-selected {   
    color: #222;   
    text-decoration: none;   
    }   

.tabnav li a:hover {   
    color: #f00;   
    }   

.tabnav li.ui-tabs-selected a {   
    color: #900;   
    text-decoration: none;   
    }   

.tabnav li.ui-tabs-selected a:hover {   
    color: #900;   
    }   



