body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image2/bg01.gif);
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../image2/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../image2/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../image2/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}


/* Sub Menu */
#pointermenu2{
margin: 0;
padding: 0;
width:auto;
display:block;
height:30px;
background:#c00000 url(../image2/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}

#pointermenu2 ul{
margin: 0;
float: left;
padding: 0;
font: bold 13px Verdana;
background: #c00000 url(../image2/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}



#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: lightyellow;
background: transparent url(../image2/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(../image2/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}

table.moduletable th, div.moduletable h3 {font-family: arial; font-size: medium; font-weight: bold; color: #990000; margin:10px 0 0;}
	
#toolbar a{color:#FFFFFF; text-decoration:none;}
#toolbar a:hover{color:#000000;}

.leftmenu{width:200px;}
.dashboard{width:200px; float:left; overflow:auto; margin:4px;border:1px solid #CCCCCC}
.dashtitle{background-color:#D63408;padding-left:4px;}
.downloadc{width:200px; height:200px; overflow:hide;}
.tabberlive .tabbertabhide { display:none;}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {}
.tabberlive {padding-left:5px; padding-right:5px; margin-top:10px;}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav{margin:0; padding: 3px 0; border-bottom: 1px solid #778; font: bold 12px Verdana, sans-serif;}

ul.tabbernav li{list-style: none; margin: 0; display: inline;}
ul.tabbernav li a{padding: 3px 0.5em; margin-left: 3px; border: 1px solid #778; border-bottom: none; background: #DDE; text-decoration: none;}
ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover{color: #000; background: #AAE; border-color: #227;}
ul.tabbernav li.tabberactive a{background-color: #fff; border-bottom: 1px solid #fff;}
ul.tabbernav li.tabberactive a:hover{color: #000; background: white; border-bottom: 1px solid white;}

.tabberlive .tabbertab {padding:5px; border:1px solid #aaa; border-top:0; text-align:left; background-color:#FFFFFF;}
.tabberlive .tabbertab h2 {display:none;}
.tabberlive .tabbertab h3 {display:none;}
.tabberlive .tabbertab img {padding:4px;}
.tabberlive .tabbertab .content{text-align:left;}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {}
.tabberlive#tab2 {}
.forumkini{width:100%; border-top:1px solid #BDCFDE; border-left:1px solid #BDCFDE; padding:2px; margin:0}
.forumkini th{border-bottom:1px solid #BDCFDE; border-right:1px solid #BDCFDE; background-color:#4A6D84; color:#FFFFFF}
.forumkini td{border-bottom:1px solid #BDCFDE; border-right:1px solid #BDCFDE;}