@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	background:#494b49;
	font-family:Tahoma,"Times New Roman", Times, serif;
/*	color:#646c72;*/
	color:#000;
	font-size:12px;
}
img
{
	border:0px none;
}
.main
{
	position:relative; 
	width:1000px; 
	margin-left:auto; 
	margin-right:auto;
	background-color:#FFFFFF;
}
.pokerheader
{
	height:157px;
	background:url(../img/header_back.jpg) no-repeat top left;
	width:1000px;
}
.pokerfooter
{
	background:#ededed;
	width:987px;
	height:76px;
}
.pokerinput
{
	color:#4e555b;
	float:left;
	padding-top:2px;
	padding-right:3px;
	font-size:10px;
	font-family:Tahoma,"Times New Roman",Times,serif;
}
.pokertext
{
	width:81px;
	height:14px;
	border:1px solid #cccccc;
	float:left;
	font-size:10px;
	padding:0px 2px;
}
a.pokerheaderlink
{
	text-decoration:underline;
	font-size:10px;
	color:#575f65;
	font-weight:bold;
	display:block;
	float:left;
	padding-top:2px
}
.pokerlanglink
{
	text-decoration:underline;
	font-size:10px;
	color:#575f65;
	font-weight:bold;
}
.pokersearch
{
	width:19px;
	height:23px;
	border:1px solid #cccccc;
	background:url(../img/search.gif) no-repeat;	
	border:0px none;
	cursor:pointer;
	float:left;
}
.pokerenter
{
	background:url(../img/enter.gif) no-repeat bottom;
	border:0px none;
	font-size:10px;
	color:#575f65;
	font-weight:bold;
	text-decoration:underline;
/*	padding:0px 0px 4px 0px;
	_padding:0px 0px 0px 0px;*/
	height:16px;
	height:14px !important;
	width:30px;
	cursor:pointer;
	float:left;
	font-family:Tahoma,"Times New Roman",Times,serif;

}
.maincontent
{
	background:#FFFFFF; 
	width:1000px; 
/*	padding-top:9px;*/
	height:300px;
}
.pokerfooterLink
{
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
/* HOME*/
.homeRight
{
	background:url(../img/right_block_rep.gif) repeat-y;
	border:0px none;
	width:250px;
	padding:10px 0px;
	height:50px;
}
.homeLeft
{
	background:url(../img/left_block_rep.gif) repeat-y;
	border:0px none;
	width:250px;
	padding:0px;
	height:50px;
}
.rightItem
{
	margin:0px;
	padding:0px;
	padding-left:8px;
	padding-bottom:3px;
	padding-top:3px;
}
.rightBlockImage
{
	width:80px;
	border:1px solid #9ea1a8;
	background-color:#FFFFFF;
	height:80px;
}
.leftBlockImage
{
	width:73px;
	border:1px solid #9ea1a8;
	background-color:#FFFFFF;
	height:73px;
}
.right
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.title
{
	font-size:12px;
	font-weight:bold;
	color:#2e373e;
}
.homeTitles
{
	font-size:19px;
	color:#242b2b;
	font-family:"Times New Roman", Times, serif;
}
.multiTitles
{
	font-size:19px;
	color:#303030;
	font-family:"Times New Roman", Times, serif;
}
.underLink
{
	font-size:12px;
	text-decoration:underline;
	color:#383e41;
	float:right;
	display:block;
	padding-top:2px;
	font-weight:bold;
}
.underLinkMagazin
{
	font-size:12px;
	text-decoration:underline;
	color:#383e41;
	padding-top:2px;
	font-weight:bold;
}
.pagerLnik
{
	font-size:10px;
	text-decoration:none;
	color:#383e41;
/*	float:left;
	display:block;*/
	padding-top:2px;
	font-weight:bold;
}
.digits
{
	font-size:10px;
	color:#646c72;
	font-family:Tahoma;
}
.multiDigits
{
	font-size:10px;
	color:#939393;
	font-family:Tahoma;
}
.pokerMenuItem
{
	background:url(../img/menu_item_left.gif) no-repeat;
}
.photoItem
{
	width:109px;
	height:72px;
	padding:7px 0px 7px 5px;
}
/* tabs*/
.tabNavigation
{
	height:10px;
}
.gtabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 2px 0 0;
	width:120px;
	float:left;
}
.gtabs-nav2 {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
	width:128px;
	float:left;
}
.gtabs-nava { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.gtabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 120px; /* be nice to Opera */
}
.gtabs-nav2 li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 128px; /* be nice to Opera */
}
.gtabs-nav a, .gtabs-nav a span {
    display: block;
	width:120px;
	height:17px;
    background: url(../img/tab1.gif) no-repeat;
}
.gtabs-nav2 a, .gtabs-nav2 a span {
    display: block;
	width:128px;
	height:17px;
    background: url(../img/tab2.gif) no-repeat;
}
.gtabs-nav a {
	padding-top:3px;
/*    position: relative;
    top: 1px;*/
    z-index: 2;
    padding-left: 0;
    color: #242b2b;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.gtabs-nav2 a {
	padding-top:3px;
/*    position: relative;
    top: 1px;*/
    z-index: 2;
    padding-left: 0;
    color: #242b2b;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.gtabs-nav .tabs-selected a, .gtabs-nav a:hover, .gtabs-nav a:focus, .gtabs-nav a:active {
/*    background-position: 100% 50px;*/
    outline: 0; /* prevent dotted border in Firefox */
	text-decoration:none;
}
.gtabs-nav2 .tabs-selected a, .gtabs-nav2 a:hover, .gtabs-nav2 a:focus, .gtabs-nav2 a:active {
/*    background-position: 100% 50px;*/
    outline: 0; /* prevent dotted border in Firefox */
	text-decoration:none;
}
.tabNavigation
{
	list-style: none;
    margin: 0;
	height:21px;
    padding: 0 0 0 0px;
	width:250px;
}
a.selected
{
	padding-bottom:1px;
	background-color:#ffd64e;
	float:left;
}
.yellow
{
	background:#ffd64e;
	width:250px;
}
.leftItemBottom
{
	padding-bottom:3px;
	width:250px;
}
/* tabs ends*/
.pokerhomeLink
{
	font-family:Tahoma;
	font-size:12px;
/*	color:#2e373e;*/
	color:#000;
}
.pokerblogTitle
{
	font-size:15px;
	color:#161c1c;
	font-family:Tahoma;
	font-weight:bold;
}
/* magazin*/
.magazinAksesImage
{
	width:93px;
	height:93px;
	border:1px solid #9ea1a8;
	background-color:#f9f9f9;
}
.clubAksesImage
{
	width:96px;
	height:96px;
	border:1px solid #9ea1a8;
	background:transparent;
}
.right_photo
{
	float:right;
	margin:5px 0px 0px 8px;
}
.left_photo
{
	float:left;
	margin:5px 8px 0px 0px;
}
/* jurnal */
.jurnalLeft
{
	width:135px;
	background-color:#f6f6f6;
	height:40px;
}
.jurnalRight
{
	width:290px;
}
/*news*/
.newsR
{
	width:409px;
	padding:1px 0px 6px 4px;
	border:0px none;
	color:#2E373E;
	font-size:12px;
	font-family:Tahoma;
}
.pokertextareaBack
{
	width:420px;
	background-color:#e1e1e1;
	height:146px;
}
.pokertextarea
{
	width:407px;
	height:109px;
	background:#FFFFFF;
	border:1px solid #000000;
	padding:2px;
}
.multipokertextarea
{
	width:407px;
	height:109px;
	background:#8f8f8f;
	border:1px solid #000000;
	padding:2px;
}
.newsSubmit
{
	text-decoration:underline;
	background:transparent;
	border:0px none;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	float:right;
	width:auto;
	padding:0px 2px;
	_padding:0px;
	_width:90px;
}
.newsReset
{
	text-decoration:underline;
	background:transparent;
	border:0px none;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	float:right;
	color:#9c9c9c;
	width:auto;
	padding:0px 2px;
	_padding:0px;
	margin:0px;
}
/* multimedia*/
.bmultiRightLink
{
	color:#303030;
	text-decoration:underline;
	font-size:12px;
	font-family:Tahoma;
	font-weight:bold;
}
.amultiRightLink
{
	color:#a7a7a7;
	text-decoration:underline;
		font-size:12px;
	font-family:Tahoma;
	font-weight:bold;
}
.multimedia
{
	color:#909090;
}
.multiChechbox
{
	border:1px solid #ababab;
	background:#CCCCCC;
	width:18px;
	height:18px
}
.mTitle
{
	font-size:11px;
	color:#c3c3c3;
	font-family:tahoma;
}
.sloganMiddle
{
	background:url(../img/slogan_middle_rep.gif) repeat-y;
	width:154px;
	color:#FFFFFF;
	padding:0px 5px 3px;
	font-weight:bold;
}
.cards
{
	height:14px;
	background:#d9dfdc;
	font-size:12px;
	font-weight:bold;
	padding:0px 2px;
}
    
	#vote span {
	    margin-left: 3px;
	    font-size: 0.8em;
	}
.liGreen
{
	width:165px;
	background:url(../img/li_green.gif) 0px 8px no-repeat;
	padding:5px 0px;
	padding-left:15px;	
}
.liRed
{
	width:165px;
	background:url(../img/li_red.gif) 0px 8px no-repeat;
	padding:5px 0px;
	padding-left:15px;			
}
.liGrey
{
	background:url(../img/li_grey.gif) 0px 6px no-repeat;
	padding:5px 0px;
	padding-left:15px;			
}
.pokerRoomBorder
{
	border:0px none;
	height:1px;
	border-top:1px solid #cacaca;
	padding:2px 0px 7px 0px
}
.pokerRoom
{
	padding:7px 0px;
	width:225px;
}
.pokerRoomBottom
{
	border:0px none;
	height:1px;
	border-bottom:1px solid #cacaca;
	padding:7px 0px 2px 0px
}
.pokerRoomRight
{
	font-size:20px;
	border-bottom:1px solid #cacaca;
	font-weight:normal;
}
.pokerroomBold
{
	padding:2px 0px;
	background:#ededed;
	border-right:1px solid #FFFFFF;
	font-weight:bold;
}
.pokerroomBright
{
	padding:2px 0px;
	background:#f7f7f7;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.registration_select_data
{
	background:url(../img/podpiska_selelct.gif) no-repeat;
	width:197px;
	height:19px;
	border:0px none;
}
option
{
	background:#FFFFFF;
}
.registration_input_data1
{
	background:url(../img/podpiska_small_input.gif) no-repeat;
	width:103px;
	height:17px;
	padding:1px 3px;
	border:0px none;
}
.registration_input_data2
{
	background:url(../img/podpiska_big_input.gif) no-repeat;
	width:207px;
	height:17px;
	padding:1px 3px;
	border:0px none;
}
.fieldrow
{
	height:33px;
}
.ck_mandatory
{
	color:#c30000;
}
.podpiska
{
	text-decoration:underline;
	color:#383E41;
	font-size:12px;
	background:transparent;
	border:0px none;
	font-weight:bold;
	cursor:pointer;
	padding:0px;
}
.commenthidden
{
	visibility:hidden;
}
.commentvisible
{
	visibility:visible;
}
.imagePopup
{
	position:relative;
	border:1px solid #ffd64e;
	background-color:#f3f3f4;
	width:423px;
	text-align:center;
}
#jHelperTipAttrContainer{ 
	background:#000000;
	width:154px;
	color:#FFFFFF;
	padding:0px 5px 3px;
	font-weight:bold;
}

#jHelperTipContainer {
display:none;
}
.popup1
{
position:absolute;
display:none;
top:0px;
left:0px;
}
.pokerimagesitems
{
	min-height:75px;
	height:auto !important;
	_height:75px;
}
.none
{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}
.manyimages
{
	min-height:95px;
	height:auto !important;
	_height:95px;
}
.invisible {
	display:none;
}
.dayunactive{
	font-weight:normal;
}
.dayactive{
	font-weight:bold;
	text-decoration:none;
}