body {
font: 11px/1.4 arial, helvetica, sans-serif;
	background: #003159 url('/images/bg.jpg') repeat-x top;
	background-attachment: fixed;
	color: #1d2027;
	padding: 0;
	margin: 0;
	width: 100%;

}

#tweet {
	width: 570px;
	margin: 0 auto;
}

#tweet ul {
	list-style: none;
	list-style-type: none;
	color: #003865;
}

#radio {
	width: 570px;
	padding-bottom: 10px;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}










/* BUTTONS http://particletree.com/features/rediscovering-the-button-element/ */


.button {
/*  display:block;  */
	float: left;
    margin:0 7px 0 0;
    background-color: #EFF8FF; /* #f5f5f5; */
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.button img{
	margin:0 3px -3px 0 !important;
	padding:0;
	width:16px;
	height:16px;
	display: inline;
}

/* STANDARD */

.button:hover {
    background-color: #D7E1ED; /*#dff4ff;*/
    border:1px solid #c2e1ef;
    color:#336699;
}
.button:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

.buttonpos{
    color:#529214;
}
.buttonpos:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttonpos:active {
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttonneg {
    color:#d12f19;
}
.buttonneg:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttonneg:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}



/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
.kwicks li{
	float: left;
	width: 40px;
	height: 100px;
	margin-right: 5px;
}
#example1 #kwick1 { 
	background-color: #53b388;
}
#example1 #kwick2 {
	background-color: #5a69a9;
	background-image: url('http://jmar777.googlecode.com/svn/trunk/images/kwicks/kwicks.gif');
}
#example1 #kwick3 {
	background-color: #c26468;
	background-image: url('http://jmar777.googlecode.com/svn/trunk/images/kwicks/for.gif');
}
#example1 #kwick4 { 
	background-color: #bf7cc7;
	background-image: url('http://jmar777.googlecode.com/svn/trunk/images/kwicks/jquery.gif');
	margin-right: none;
}

        	

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px; }

ul.menu ul {position:absolute; top:20px; left:0; background:#002642; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #01365E; border-top:none; width:148px; margin:0}

ul.menu ul li a {display:block; padding:3px 9px 5px; color: #FFFFFF; background-color:#002642}
ul.menu ul li a:hover {background-color:#07172D; color: #FFFFFF; text-decoration: none; padding-left: 5px; border-left: 4px solid #59819F; }

ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink { }
ul.menu .menulink:hover, ul.menu .menuhover { }
ul.menu .sub {background: url(/images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #01365E}



.newstitle {
	background: #17263b url('/images/news1.png') no-repeat;
	width: 575px;
	height: 44px;
	/* cursor:pointer; */
	font-size: 14px;
	font-face: tahoma;
	color: #FFFFFF;
	line-height: 125%;
	padding-left: 9px;
	padding-top: 6px;
}
.newstitle a {
	color: #FFFFFF;
	font-weight: bold;
}
.newstitle a:hover {
	color: #ffff88;
	text-decoration: underline;
}
.news {
	background: #FFFFFF url('/images/news2.png') repeat-y;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 6px;
}
.newscomments {
	float: right;
}
.newsbottom {
	background: #17263b url('/images/news3.png') no-repeat;
	width: 584px;
	height: 17px;
}



div.comment_dark {
	background: #252e61 url('/images/comment.gif') no-repeat;
	background-position: right;
	height: 42px;

}
div.comment_light {
	background: #252e61 url('/images/comment_o.gif') no-repeat;
	background-position: right;
	height: 42px;

}


.myhead {
	border-bottom: 1px solid #BAD0E8;
	font-size: 14px;
	font-weight: bold;
}
.mytable {

}
.mybody {
	border-bottom: 1px solid #E8E8E8;
}


.newssub {
	border: 0px solid red;
	color: #777;
	min-height: 20px;
}
.newssub a {
	padding: 1px 0px 3px 18px;
	color: #578cca;
	text-decoration: none;
}

.list {
	border-collapse: collapse;
}

.list tr:hover {
	background: #EFF8FF; /* #CCDAE5; */
	}
.buy tr:hover {
	font-weight: bold;
	}
.list td {
	border-bottom: 1px solid #CCDAE5;
	padding: 4px;
	}
.list th,.blog th {
	text-align: left;
	border-top: 1px solid #CCDAE5;
	border-bottom: 3px solid #335F9C;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #D7E1ED;
	font-weight: bold;
    	letter-spacing: .2em;
	font-size: 115%;
}

	
.collist td {
	border-top: 1px solid #D9D9D9;
	border-right: 0px dotted #334A6C;
	border-bottom: 0px solid #D9D9D9;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	border-right: 1px solid #CFCFCF;
}
.collist th {
	background-color: #27405F;
	color: #e7e7e7;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #304D75;
	font-size: 11px;
}

#hblue { color: #014aa8; text-decoration: none; }
#hgreen { color: #0d8500; text-decoration: none; }

#blue { text-decoration: none; color: #004f90; }
#blue:hover { text-decoration: underline;  color: #004f90; }

#green { text-decoration: none; color: #0d8500; }
#green:hover { text-decoration: underline;  color: #0d8500; }

a { text-decoration: none; color: #335F9C; outline: none !important; }
a:hover { text-decoration: none;  color: #000000; }

.menu a { text-decoration: none; color: #1d2027; }
.menu a:hover { text-decoration: underline;  color: #1d2027; }


td { text-align: left; }

#nodecor {  text-decoration: none; }
#nodecor:hover { text-decoration: underline; }

ul {
	margin-left: 0px;
	padding-left: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bul {
	list-style: square;
	color: #FFA101;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
}

li span { color: #1d2027; }

div { text-align: left; }

td {
	font-family: tahoma, verdana, sans-serif, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-family: tahoma, verdana, sans-serif, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
#submit {
	background-color: #6fb32b;
	border: 1px solid #277901;
	color: #FFFFFF;
}
#submit:hover {
	background-color: #639f27;
}
#darkinput {
	padding: 1px;
	background-color: #005295;
	border: 1px solid #50a3e5;
	color: #FFFFFF;
}
select {
	font-size: 11px;
	}
textarea {
	font-family: tahoma, verdana, sans-serif, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

hr {color: #FFFFFF; background-color: transparent; border: 1px dotted #a9a9a9; border-style: none none dotted; }

input.submitter {
	margin-left: 3px;
	background: url('/images/login.gif') top left no-repeat;
	display:block;
	width: 45px; /*width of bground image */
	height:19px; /* height of bground image */
	border:0;
}
input.submitter:hover {
	background: url('/images/login_hover.gif') top left no-repeat;
}
input.submit {
	background: url('/images/submit.gif') top left no-repeat;
	display:block;
	width: 45px; /*width of bground image */
	height:19px; /* height of bground image */
	border:0;
}
input.submit:hover {
	background: url('/images/submit_hover.gif') top left no-repeat;
}

form { margin: 0px 0px 0px 0px; }

#form { font-size: 11px; background-color: #658F59; color: #e7e7e7; border: 1px solid #0D390D; }


h1,.title {
	margin-top: 0px;
	font-weight: bold;
	color: #105CB6;
	text-align: left;
    font-size: 165%;
    letter-spacing: -0.03em;
    line-height: 1;
	border-bottom: 1px solid #75ABEA;
	margin-bottom: 12px; 
}


.subtitle {
	color: #ADADAD;
	text-align: left;
}

.subtitle a:link {
	color: #7aa2c2;
}


img {
	display: block;
	border: 0px;
}


#tabnav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	padding-right: 21px;
}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
	float: right;
	background: #BFBFBF;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	padding: 4px 10px 4px 10px;
	margin-top: -14px;
	margin-right: 4px;
	border: 0px solid red;
	text-decoration: none;
	color: #082b53;
}

#tabnav a:link.active, #tabnav a:visited.active {
	background: #E2E2E2;
	color: #082b53;
	font-weight: bold;
}

#tabnav a:hover {
	background: #E2E2E2;
}


#bul {
	margin-bottom: 2px;
	margin-left: 7px;
	margin-right: 5px;
}

.buttonlist {
	border-collapse: collapse;
	border-right: 1px solid #01365E;
}
.buttonlist td {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #01365E;
	text-align: center;
}
.buttonlist a {
	display: block;
	background: #002642;
	padding: 7px;
	
	
	color: #FFFFFF;
	}
.buttonlist a:hover {
	background: #07172D;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 3px solid #59819F;
	border-bottom: 3px solid #59819F;
	color: #ffff88;
	}

.menu {
	background-color: #07172D; /* #D7E1ED; #BFBFBF url(/js/bluegradient.gif) repeat-x center left; */
	font: bold 11px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	display: block;
	width: auto;
	padding: 5px 3px 5px 3px;
	padding-left: 4px;
	text-decoration: none;
	color: #ffff88;
}

.submenu {
	background-color: #002642;
	padding: 0px;
	/* border-bottom: 1px solid #01365e; */
	margin-bottom: 10px;
}
.submenu a {
	color: #FFFFFF;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	border-top: 1px solid #01365e;
}

.submenu a:hover {
	color: #ffff88; /* #6C9CDC; */
	margin: 0px 0px 0px 0px;
	background-color: #07172D; /* #01365e;  #dde8f6; */
	text-decoration: none;
	padding-left: 5px;
	border-left: 5px solid #59819F; /* #990000; */
}


#tooltip h3 {
	font-size: 16px;
	font-weight: bold;
	margin: .2em 0 .5em 0;
}
#tooltip.tip {
	font-size: 12px;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	background: url('/images/tooltip.png');
	padding-top: 5em;
	height: 100px;
	/* 	opacity: 0.8; */
}
#tooltip.smalltip {
}
#tooltip.tip.viewport-right {
	background: url('/images/tooltip2.png');
}
	#portfolio { list-style: none; margin: 0px; padding: 0px; }
	#portfolio li { margin: 0px; padding: 0px; } 

.percentbox {
	background: #59819F;
	border: 1px solid #003159;
}

.percentbar {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	color: #fff;
}
.percenttdon {
	background: #07172D;
	text-align: right;
}
.percenttdoff {
	text-align: left;
}

.zwref {
	border-color: #003865;
	border-style: solid;
	border-width: 5px;
	background-color: #18426c;
	background-image: url('/images/zwlogo.png');
	background-repeat: no-repeat;
	color: #ffffff;
	font: 12px/1.4 arial, helvetica, sans-serif;
}
.zwref a {
	color: #fffbb4;
}
.rightbox {
	padding-top:5px;
	padding-bottom:12px;
	padding-left:4px;
	padding-right:4px;
	margin-bottom: 0px;
	background-color: #f1eee6;
	background-image: url(/images/rightbox.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	font-size:0.9em;
	border-left:1px solid #c4c1c1;
	border-top:2px solid #c4c1c1;
}
in {
	display: block;
	padding-left: 40px;
}
#game_page_info {
	float: right; 
	background-color: #FFFFFF; 
	width: 230px;  
	padding: 3px; 
	margin-left: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #75ABEA;
}
#menu {
width: 680px;
float: left;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 1px solid #002642;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 10em;
float: left;
}
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #01365e;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
text-align: center;
background: #002642;
height: 19px;
text-transform: uppercase;
}

#menu a {
color: #ffffff;
background: #002642;
text-decoration: none;
}

#menu a:hover {
color: #ffffff;
background: #002642;
}
#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]-->