body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background: url("background.gif");
	margin-bottom: 0;
	margin-top: 0;
	color: #3e3e3e;
}


.headback {
	width: 980px;
	height: 78px;
	background: url("headback.jpg") no-repeat;
}

.logininput {
	padding: 1px;
	border: 1px silver solid;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f8f7f7;
	color: #626262;
	width: 140px;
}

.loginbtn2 {
	padding: 1px;
	border: 1px silver solid;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-topleft:10px;
	-webkit-border-radius-bottomright:10px;
	border-radius-topleft:10px;
	border-radius-bottomright:10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f8f7f7;
	color: #ff7e00;
	cursor: pointer;
}

.loginbtn2:hover {
	padding: 1px;
	border: 1px silver solid;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-topleft:10px;
	-webkit-border-radius-bottomright:10px;
	border-radius-topleft:10px;
	border-radius-bottomright:10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff7e00;
	color: white;
	cursor: pointer;
}






.loginbtn {
	padding: 1px;
	border: 1px silver solid;
	font-size: 12px;
	font-weight: bold;
	background-color: #f8f7f7;
	color: #ff7e00;
	cursor: pointer;
}

.loginbtn:hover {
	padding: 1px;
	border: 1px silver solid;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff7e00;
	color: white;
	cursor: pointer;
}



#navcontainer {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li {
	display: inline; 
	padding: 10px;
	background-color: #dedcdc;
	cursor: pointer;
	color: #4c4c4c;
	font-weight: bold;
	font-size: 16px;
}

#navcontainer li:hover {
	display: inline; 
	padding: 10px;
	background-color: #ff7e00;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

#menubg {
	background: url("menuhead.jpg");
	height: 28px;
	color: #1881ca;
	font-size: 14px;
	text-align: center;
	width: 240px;
	font-weight:bold;
}

.menubrd {
	border-bottom: 1px #c9c9c9 solid;
	border-left: 1px #c9c9c9 solid;
	border-right: 1px #c9c9c9 solid;
	padding: 5px;
	font-size: 12px;
}

#menubg2 {
	background: url("menuhead2.jpg");
	height: 30px;
	color: #565656;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	font-weight:bold;
}

.menubrd2 {
	border-bottom: 1px #f16623 solid;
	border-left: 1px #f16623 solid;
	border-right: 1px #f16623 solid;
	padding: 5px;
	font-size: 12px;
}

hr {
	background: url("hr.gif") repeat-x;
	border: none;
	height: 2px;
}

.aline {
	color: #0056cc;
	text-decoration: none;
	cursor: pointer;
}

.aline:hover {
	color: #368bff;
	text-decoration: underline;
	cursor: pointer;
}

.options {
	color: #4c4c4c;
	text-decoration: none;
	cursor: pointer;
}
.options:hover {
	color: #f36523;
	text-decoration: none;
	cursor: pointer;
}

.settings {
	cursor: pointer; 
	background: #ffffff; 
	border: 1px solid #d9d9d9; 
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px; 
	font-size: 12px;
}
.settings:hover {
	cursor: pointer; 
	background: #ffffcc; 
	border: 1px solid #4c4c4c; 
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px; 
	font-size: 12px;
	border: 1px #cccccc solid;
}



.poll {
	background: #ffffff; 
	border: 1px solid #d9d9d9; 
	-moz-border-radius:10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 2px; 
	padding-left: 6px;
	font-size: 12px;
	color: #454545;
}
.poll:hover {
	background: #ffffcc; 
	border: 1px solid #4c4c4c; 
	-moz-border-radius:10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 2px; 
	padding-left: 6px;
	font-size: 12px;
	border: 1px #cccccc solid;
}

.polledit {
	cursor: pointer; 
	background: #ffffff; 
	border: 1px solid #d9d9d9; 
	-moz-border-radius:10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0px; 
	font-size: 10px;
	color: #454545;
	text-align: center;
}
.polledit:hover {
	cursor: pointer; 
	background: #b1ffcb; 
	border: 1px solid #4c4c4c; 
	-moz-border-radius:10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0px; 
	font-size: 10px;
	border: 1px #017326 solid;
	text-align: center;
	color: #017326;
}

.polldel {
	cursor: pointer; 
	background: #ffffff; 
	border: 1px solid #d9d9d9; 
	-moz-border-radius:10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0px; 
	font-size: 10px;
	color: #454545;
	text-align: center;
}
.polldel:hover {
	cursor: pointer; 
	background: pink; 
	border: 1px solid red; 
	-moz-border-radius:10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0px; 
	font-size: 10px;
	text-align: center;
	color: red;
}

#details {
	width: 100px;
	text-align:center;
}

h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(dots-h.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
}

.hash {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
}

.pages {
color: #666666;
font-size: 11px;
width: 24px;
height: 27px;
text-align:center; 
border: 1px solid #cccccc;
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-weight: bold;
cursor: pointer;
text-decoration: none;
}

.pages:hover {
background-color: #fff4e0;
color: #666666;
font-size: 11px;
width: 24px;
height: 27px;
text-align:center;
border: 1px solid #00b4ff;
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-weight: bold;
cursor: pointer;
text-decoration: none;
}

.pagesactive {
background-color: #e0fffe;
color: #f16623;
font-size: 11px;
width: 24px;
height: 27px;
text-align:center;
border: 1px solid #00b4ff;
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-weight: bold;
cursor: pointer;
text-decoration: none;
}

.clips {
background-color: #EFEFEF;
padding: 7px;
font-size: 10px;
border: #C3BDBD 1px solid;
-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
cursor: pointer;
}

.clips:hover {
background-color: /*#fff4e0*/#c4dcfc;
padding: 7px;
font-size: 10px;
border: /*#f16623*/#146be3 1px solid;
cursor: pointer;
color: /*#f16623*/#146be3;
}

#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 300px;
	border: 1px solid black;
	-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	color:black;
	font-size: 11px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.bubblespan {
	font-size: 10px;
}

.bubbleB {
	color: #1881ca;
}

.obqva_add
{
	font-size: 14px;
	font-weight: bold; 
	background-color: #c0effe;
	padding: 10px;
	border: 1px solid #0581a9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.obqva_add:hover
{
	background-color: #fffadc;
	border: 1px solid #d39a00;
}

.ob_vip, .ob_top, .ob_free
{
	padding: 5px;
}

.ob_vip
{
	background-color: #faa4ff;
	border: 1px solid #9800a2;
	color: #721e77;
}

.ob_top
{
	background-color: #fffec9;
	border: 1px solid #a8a600;
	color: #6b6a24;
}

.ob_free
{
	background-color: #e6e6e6;
	border: 1px solid #777777;
	color: #4f4f4f;
}

.blinking
{
	text-decoration: blink;
	color: red; 
	font-weight: bold; 
	cursor: pointer;
}

.blinking:hover
{
	text-decoration: none;
}

	.reklamka
	{
		border: 1px white dashed;
		padding: 2px;
		filter:alpha(opacity=100);   
		-moz-opacity: 1.0;   
		opacity: 1.0;
		background-color: white;
	}
	
	.reklamka:hover
	{
		border: 1px blue dashed;
		padding: 2px;
		cursor: pointer;
		filter:alpha(opacity=80); 
		-moz-opacity: 0.8; 
		opacity: 0.8;
		background-color: pink;
	}
	
	table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: blue; 
	border-collapse: collapse;
	background-color: white;
	}
	table.sample th {
		border-width: 1px;
		padding: 5px;
		border-style: dashed;
		border-color: blue;
		background-color: rgb(255, 255, 240);
		-moz-border-radius: 12px 12px 12px 12px;
	}
	table.sample td {
		border-width: 1px;
		padding: 5px;
		border-style: dashed;
		border-color: blue;
		background-color: rgb(255, 255, 240);
	}
	
.player
{
	background: #ffffcc; 
	border: 1px solid #4c4c4c; 
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px; 
	font-size: 12px;
}

.konkurs
{
	background: url("./konk.png") no-repeat;
}

.konkurs:hover
{
	cursor: pointer;
	background: url("./konk2.png") no-repeat;
}
