body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff url(images/main-bg.gif);
	padding: 0;
	margin: 0;
	overflow:hidden;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
	-moz-box-shadow: #000 1px 1px 3px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


.usernav {
background-color:#000;
color:#fff;
padding:5px;
position:absolute;
top:0px;
left:10px;
-moz-box-shadow: #000 1px 1px 2px;
}
.usernav a {color: #fff;}
.usernav a:link {color: #fff;}
.usernav a:visited {color: #fff;}
.usernav a:hover {color: #fff;}

.searchbox {
width:220px;
background-color:#000;
color:#fff;
padding:5px;
position:absolute;
top:0px;
right:0px;
-moz-box-shadow: #000 1px 1px 3px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#efefef;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #00aaff;
}

.jqw-window {
display:none;
background-color:#fff;
border: 5px solid #525252;
text-align:left;
}
.jqw-titlebar {
background-color: #e8e8e8;
padding:3px;
}
.jqw-close {
width:100%;
text-align:right;
}
.jqw-content {
padding:5px;
font-size:1.05em;
}
.jqw-content h1,h2,h3 {
margin-top:15px;
margin-bottom:3px;
}
.jqw-content li {
margin-bottom:5px;
}

#homewindow {
margin-left:auto;
margin-right:auto;
position:absolute;
top:50px;
width:600px;
height: 440px;
left: 10%;
right: 10%;
-moz-box-shadow: #000 1px 1px 3px;
}
#homewindowcontent {
width:590px;
height: 405px;
overflow:auto;
}
#homewindow-col1 {
float:left;
width:240px;
padding:3px;
}
#homewindow-col2 {
width:240px;
margin-left:310px;
padding:3px;
}
#homewindow li {
list-style:none;
}

#bookmarkswindow {
position:absolute;
top:50px;
right:1px;
width:190px;
-moz-box-shadow: #000 1px 1px 3px;
}
#bookmarkswindow li {
list-style:none;
margin-bottom:8px;
}

#twitterwindow {
position:absolute;
top:50px;
left:1px;
width:247px;
-moz-box-shadow: #000 1px 1px 3px;
}
#twitterwindow li {
list-style:none;
margin-bottom:8px;
}

#logindialog {
position:absolute;
top:40px;
left:5px;
width:180px;
height: 115px;
z-index: 99;
-moz-box-shadow: #000 1px 1px 3px;
}

#settingsdialog {
margin-left:auto;
margin-right:auto;
position:absolute;
top:50px;
left:10%;
right:10%;
width:600px;
height: 440px;
-moz-box-shadow: #000 1px 1px 3px;
}
#settingscontent {
width:590px;
height: 405px;
overflow:auto;
}

form p {
clear:left;
margin:0;
padding:0;
padding-top:5px;
margin-bottom:10px;
}
form p label {
float:left;
width:30%;
}

/**** Tabs ****/
@media projection, screen {
.tabs-hide {
display: none;
}
}
@media print {
.tabs-nav {
display: none;
}
}
.tabs-nav {
height: 20px;
margin: 0;
padding-left: 10px;
background: url(http://www.ntugo.com/webtop/images/tabs_bottom.gif) repeat-x bottom;
}
.tabs-nav li
{
margin: 0; 
padding: 0;
display: inline;
list-style-type: none;
}
.tabs-nav a:link, .tabs-nav a:visited
{
float: left;
background: #f3f3f3;
font-size: 10px;
line-height: 14px;
font-weight: bold;
padding: 2px 10px 2px 10px;
margin-right: 4px;
border: 1px solid #ccc;
text-decoration: none;
color: #666;
}
.tabs-nav a:link.active, .tabs-nav a:visited.active
{
border-bottom: 1px solid #fff;
background: #fff;
color: #000;
}
.tabs-nav a:hover
{
background: #fff;
}
.tabs-nav .tabs-selected a
{
background: #fff;
}
/**** End Tabs ****/

#webtop-loading{
position: fixed;
height:13px;
width:208px;
z-index:103;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
