div.floating-menu {position:fixed;background:#313131;border:1px solid #000000;width:100px;z-index:100;}
div.floating-menu a, div.floating-menu h3 {display:block;margin:0 0.5em;}

/* Imports Navigation Items */
@import 'nav.css';


/**
 * Body, general structure
 */
 
body
{   background:url(images/bg.gif); 
    margin: 0;
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
	text-align: center;
}

div#container
{
	width: 950px;
	margin: 0 auto 0 auto;
	background: url('images/background.jpg') top center repeat-y;
	text-align: left;
}

div#mainCol
{
	margin: -5px 0 0 0;
	padding: 0 48px 0 48px;
	color: #f0f0f0;
	background: url('images/background_top.jpg') no-repeat;
}


/**
 * Topbar Element
 */

div#top
{
	background: url('images/topbar.jpg') repeat-x;
	margin: 5px 5px 5px 5px;
	height: 32px;
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
	color: #5c5c5c;
}

div#top span.l,div#top span.r
{
	height: 32px;
	width: 8px;
	overflow: hidden;
	display: block;
	float: left;
}

div#top span.l
{
	background: url('images/topbar_l.jpg') no-repeat;
}

div#top span.r
{
	background: url('images/topbar_r.jpg') no-repeat;
	float: right;
}

div#top span.welcome
{
	background: url('images/bullet.jpg') 11px 11px no-repeat;
	height: 24px;
	display: block;
	width: 375px;
	float: left;
	padding: 8px 0 0 25px;
	overflow: hidden;
}

div#top span.login
{
	height: 24px;
	display: block;
	width: 385px;
	float: right;
	padding: 8px 0 0 25px;
	overflow: hidden;
}
.loginbox {
	margin-bottom: 8px;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	background-color:#c4c9c3;
	border:1px solid;
}
/**
 * Banner Element
 */

div#banner
{
	background: url('images/banner.jpg') no-repeat;
	margin: 5px;
	height: 148px;
	width: 844px;
	overflow: hidden;
}

div#banner span
{
	visibility: hidden;
}


/**
 * Navigation Element
 */

div#nav
{
	background: url('images/nav_bg.jpg') top center repeat-x;
	height: 36px;
	margin: 5px;
}

div#nav span.l
{
	background: url('images/nav_left.jpg') no-repeat;
	width: 4px;
	height: 36px;
	float: left;
	overflow: hidden;
}
div#nav span.r
{
	background: url('images/nav_right.jpg') no-repeat;
	float: right;
	width: 4px;
	height: 36px;
	overflow: hidden;
}


div#nav ul
{
	float: left;
	list-style-type: none;
	height: 36px;
	padding: 0;
	margin: 2px 0 0 0;
}
div#nav ul li
{
	float: left;
	padding: 0;
	margin: 0 0 0 25px;
	height: 36px;
	overflow: hidden;
}

div#nav ul li a
{
	text-decoration: none;
	height: 36px;
	display: block;
	overflow: hidden;
}
div#nav a span
{
	visibility: hidden;
	height: 31px;
	display: block;
	overflow: hidden;
}
div#nav a:hover span
{
	visibility: visible;
}


/**
 * Column structure
 */

div#left
{
	width: 232px;
	background: #232323;
	float: left;
	margin: 5px;
}

div#content
{
	background: #1a1a1a;
	float: center;
	width: 845px;
}


/**
 * User Login Elements
 */

form input.text
{
	background: url('images/input_text.jpg') no-repeat;
	height: 22px;
	width: 185px;
	border: 0;
	font-size: 11px;
	color: #555555;
	padding: 3px;
	overflow: hidden;
}

form input.login
{
	width: 47px;
	height: 17px;
	background: url('images/button_login.jpg') no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

p.buttons a
{
	text-decoration: none;
}

a#register_button
{
	background: url('images/button_register.jpg') no-repeat;
	height: 17px;
	width: 47px;
	display: block;
	float: left;
	margin: 0 0 0 7px;
	overflow: hidden;
}


/**
 * Quick Roster Elements
 */

p.roster img
{
	margin: 1px;
}
p.roster
{
	padding: 0;
	text-align: center;
}
div#rosterData
{
	border: 1px solid #020202;
	background: #181818;
	margin: 3px;
	color: #fe9d07;
	margin-bottom: 10px;
	padding: 3px;
}


/**
 * Box Elements
 */

div#content div.item
{
	background: #272727;
	margin: 5px 2px 5px 2px;
	padding: 6px;
}

div#content h1
{
	background: url('images/content_header.jpg') repeat-x;
	margin: -5px -5px 3px -5px;
	padding: 2px;
	height: 16px;
	font-size: 11px;
}

p.foot
{
	background: url('images/bar.jpg') top center no-repeat;
	padding: 5px 0 0 0;
	font-size: 10px;
	width: 80%;
	margin: 10px 10% 0 10%;
}
p.foot span
{
	float: right;
}
p.foot a
{
	text-decoration: none;
}


/**
 * Footer Element
 */
 
div#footer
{
	clear: both;
	height: 13px;
	background: url('images/footer.jpg') repeat-x;
	font-size: 10px;
	padding: 5px;
}
div#footer a
{
	text-decoration: none;
}
div#footer a:visited
{
	font-style: normal;
}



/** 
 * Global Stying
 */

.center
{
	text-align: center;
}

a img
{
	border: 0;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

p
{
	padding: 5px;
	margin: 0;
}

a
{
	color: #ffc600;
}
a:visited
{
	color: #3688dd;
	font-style: normal;
}
.sipasada {
	width: 210px;
	margin-bottom: 8px;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	background-color:#c4c9c3;
	border:1px solid;
}
.submit {
	font-size: 12px;
	width: 130px;
	color:#000000;
	font-weight:bold;
	background-color:#c4c9c3;
	border:1px solid;
}
.style4 {font-size: 12px; color:#FFFFFF; font-weight:bold;}
.style2 {
	color: #FFCC00;
	font-weight: bold;
}
.style6 {
	font-size: 12px;
	font-weight: bold;
}
.style7 {color: #ffc600}

.style8 {font-size: 14px; font-weight: bold; }
.style10 {
	color: #00FF00;
	font-weight: bold;
}
.style11 {color: #3688dd}
.style12 {color: #3688dd; font-weight: bold; }
.style13 {
	color: #f0f0f0;
	font-size: 14px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3688dd;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.style14 {font-size: 12px; color:#FFFFFF; font-weight:bold; border:solid #313131;}
.style15 {font-size: 12px; color:#FFFFFF; font-weight:bold;}}
