a { text-decoration: none; color: #397f9a; }
a:visited { color: #397f9a; }

body {
	margin: 0;
	padding: 0;
	background: #202020;
	color: #bbb;
	font-size: 11px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}
.style1 {
	color: #aeaeae;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style2 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #545454;
	font-size: 11px;
	font-family: tahoma;
	line-height:12px
}
.style4 {
	color: #397F9A;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style5 {
	color: #9b9b9b;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	color: #BBBBBB;
	font-size: 11px;
	font-family: tahoma;
}

.accToggler{
	margin: 3px auto;
	padding: 3px;
	width: 600px;
	background: #525252;
	background-image: url(../images/back.jpg);
	border: 1px solid;
	cursor: pointer;
	color: #BBBBBB;
	font-size: 11px;
	font-family: tahoma;
}
.accContent{
	margin: 0px auto;
	width: 600px;
	color: #9b9b9b;
	font-size: 11px;
	font-family: tahoma;
}

/*sidebar*/

#sidebar {
	position: relative;
	z-index: 1;
	width: 160px;
	left: 10px;
	top: 5px;	
}

#sidebar ul {
	margin: 0 10; 
	padding: 0; 
	height: 3px;
	line-height: 6px;
	list-style: none;
}

#sidebar li {
	background:  url(../images/button01.jpg) no-repeat;
	height:18px;
	text-align:left;
}

#sidebar li:hover {
	background:  url(../images/button02.jpg) no-repeat;
	height:18px;
	text-align:left;
    
}

#sidebar a {
	width: 130px;
	display: block;
	padding: 3px 5px 3px 10px;
	margin: 5px 0;
	text-decoration: none;
	color: #666;
}

#sidebar a.big  {
	background-position: center right;
	background-repeat:  no-repeat;
	padding: 4px 5px 4px 10px;
	margin: 8px 0;
}

#flag {
	position: relative;
	width: 80px;
	height: 20;
	left: 400px;
	top: 0px;
}

#kwickcontainer {
	margin:auto 0;
}
#kwick {
	/*border-bottom: 3px double #333;*/
	margin-top: 8px;
	width:460px;
}
#kwick .kwicks {
	display: block;
	height: 48px;
	margin: 0px;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
	list-style: none;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height:48px;
	width:69px;
	/*padding: 10px;*/
	background: #fff;
	border-right: 5px solid #202020;
	border-right: 0px solid #FFFFFF;
}
#kwick .kwick span {
	display:none;
}
#kwick .opt1 {
	background: url(../images/1.png) ;
}
#kwick .opt2 {
	background:  url(../images/2.png);
}
#kwick .opt3 {
	background:  url(../images/3.png);
}
#kwick .opt4 {
	background:  url(../images/4.png);
}
#kwick .opt5 {
	background:  url(../images/5.png);
}
#kwick .opt6 {
	background:  url(../images/6.png);
	border-right: 0;
}

.slideshow {
	position: relative;
	width: 497px;
	height: 140px;
	left: 0px;
	top: 15px;
	padding-left:0px;
	padding-top:0px;
	background-image: url(../images/show00.jpg);
	z-index: 2;
}

.slideshow2 {
	position: relative;
	width: 485px;
	height: 128px;
	left: 6px;
	top: 6px;
	padding-left:0px;
	padding-top:0px;
	z-index: 2;
}

.imageslideshow {
	position: relative;
	width: 485px;
	height: 128px;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.tool-tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

#report {
	overflow: auto;
}
 
#report.ajax-loading {
	padding: 20px 0;
	background: url(http://www.gbfstudio.com/images/loader.gif) no-repeat center;
}