/* Generated by 10.135.0.74 at : 2016-05-12 17:49:40 1383323725   by class ZendExt_Classes_OneAsset */ 


/*   From file  /www/ro_cms_2013/public_html/libraries/javascript/highslide/highslide.css*/

/**
* @file: highslide.css 
* @version: 4.1.8
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}


/*   From file  /www/ro_cms_2013/public_html/design/poker1/css/yui.css*/

/*Copyright (c) 2006,Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt */

/*grids.css*/#ft{clear:both;}
#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{
display:block;
height:244px;
margin-top:10px;
overflow:hidden;
padding-top:10px;
width:643px;
}

#doc2{width:73.074em;*width:71.313em;min-width:950px;}#doc3{margin:auto 10px;width:auto;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}

/*begin YDN/YUI styles*/
#bd {padding-top:1em;}
.yui-gb:after{clear:none;}
#doc3 {min-width:950px;}
h1.first-content, h2.first-content, h3.first-content {margin-top:0; padding-top:0; border:none;} /*if an h is the first thing on the page or in a section, it should be flush with the top border of its content area; otherwise, its content area should be padded to create space.*/
p {color:#000; margin-bottom:1em }
.wiki h1 { font-size: 120%; padding:0; margin-bottom:1em}
h2.first { border-top:none; margin-top:0; margin-bottom:.2em;}
#doc3 h2.first { float:none; /*float specified to resolve conflict on generic float declaration for .first in grids*/}

dt { font-weight:bold; }
ul, ol {margin-bottom:0em;}
ul {list-style:disc;}
ol {list-style:decimal;}
strong {font-weight:bold;}
em {font-style:italic;}

#logo_pane { display: none; }

#ygma { margin:.5em auto 1em auto; }

#bd ol {}
#bd ol li p { margin-left:0}
#bd ol li ol {list-style:lower-alpha}
#bd ol li ol li {margin-bottom:1em}
#bd ol li ol li ol{list-style:lower-roman}
#bd ol li ol li ol li {margin-bottom:1em}

#bd p.errormessage {background:url(http://us.i1.yimg.com/us.yimg.com/i/us/search/gr/alertbubble.gif) 0 0 no-repeat; padding-left:30px; margin:2em 2em 2em 1em; font-weight:bold}


#bd ul {margin-top:2px; }
#bd ul.topspace { margin-top:1em }
/*#bd ul li { margin:0 17px 0 7px; }*/
#bd ul li ul { margin-top:0em }
#bd ul.plain {margin-top: 0; list-style: none;}
#bd ul.plain ul {margin-top: 0; list-style: none;}
#bd ul.jump {list-style: none; margin-top: 1em;}
#bd ul.jump li {margin-top: .5em;}

/*#bd table { margin:10px 17px; width:720px; }*/
#bd th { background:#B6CDE1; padding:2px; color:#fff; vertical-align:top}
#bd td { padding:2px; vertical-align:top}
#bd td.even { background:red; }

h2.classname { border-top:none; margin-top:0; margin-bottom:.2em; font-size: 130%; color:#000000}
h3.breadcrumb { border-top:none; margin-top:0; margin-bottom:.2em; font-size: 80%; color:#000000}
h3.methods { border-top:none; margin-top:0; margin-bottom:.2em; font-size: 100%; color:#000000}

.screenshot {border:thin solid #999999; margin:8px;}

#toc {background-color:#ecf5fa; padding:0; border:1px solid #89d }
#toc ul {list-style:none; margin:0; padding:0; font-size:90%; }
#toc ul li { padding:0; margin:0; }
#toc ul li.selected { font-weight:bold; color:#fff; background:#f82; padding:0; }
#toc ul li.selected a { color:#fff; }
#toc ul li a { display:block; padding:2px 2px 2px 10px; text-decoration:none; }
#toc ul li a:hover { color:#fff; background:#e60; }
#toc ul li em { display:none; }
#toc ul li.sect { font-weight:bold; color:#fff; background:#89d; padding:2px 0; text-indent:2px; margin-top:2px;}
#toc ul li.first {margin-top:0;}

#ft {  margin-top:4em }
#ft p { padding-bottom:2em; margin:0; text-align:center; font-size:80%; line-height:1.4em}
#ft p.first { padding:1em 0 0 0; margin:0; }

#pagetitle {background: url(http://us.i1.yimg.com/us.yimg.com/i/ydn/bg_hd.gif) 0 0 repeat-x #B6CDE1; border: 1px solid #93B2CC; position:relative;}
#pagetitle h1 {text-indent:15px; padding:4px 0 2px 0; background: url(http://us.i1.yimg.com/us.yimg.com/i/ydn/title_h_bg.gif) 0 0 no-repeat;  margin:0; color:#000; font-size:120%; font-weight:bold; position:relative; left:-1px; top:-1px; margin-right:-2px;}
#pagetitle h1 em {color:#FF9933; font-size:60%; font-weight:bold; font-style:normal; position:relative; top:-6px}

#ygunav {background:#eee; border-bottom:2px solid #ccc; padding:0 10px;font-size:78%;text-align:right;margin-bottom:6px;height:2.5em;line-height:2.5em;}
html>body #ygunav {overflow:hidden;}
#ygunav strong {font-family:verdana;}
#ygunav p {display:inline;margin:0;padding:0;}
#ygunav p em {float:left;text-align:left;font-style:normal; padding-top:.7em}
* html #ygunav p em {margin-top:1px;}
#ygunav p em i {visibility:hidden;}
#ygunav a {color:#000;}
#ygunav form {display:inline;margin:0 0 0 1em;}
#ygsp {width:8em;font-size:110%;padding:0;vertical-align:middle;}
#ygunav .ygbt {background:#dcdcdc;font:110% verdana;position:relative;top:1px;}
* html #ygunav .ygbt {top:4px;}
* html>body #ygunav .ygbt {line-height:0;top:-4px;}
#ygunav label {color:#666;font-family:tahoma;position:relative;top:1px;}

#bd ol.getstarted { margin:0; padding:0; }
#bd ol.getstarted li { font-weight:bold; color:#668AA8; margin-bottom:1em; padding-left:20px; list-style-type:none;}
#bd ol.getstarted li p { color:#000; font-weight:normal; margin:0 0 0 20px; padding:0 }

#bd p {margin-bottom:8px;}

#promo {zoom:1;border: 1px solid #B6CDE1; padding:1em; position:relative;  background-color:#FFF5DF;}
#promo ul {margin-bottom:0;}
#promo h1 {margin-top:0; padding-top:0}
#promo h2 {line-height:1.2em; color:#668AA8; margin-top:0; padding-top:0; border:none; font-size:100%}
#promo p {line-height:1.2em }
#promo h1 em {float:right; top:0; right:0; font-style:normal; font-size:80%}
#promo h4 { color:#E76300; }
#promo.component div {width:48%; float:left;}
#promo:after {content:'.';visibility:hidden;clear:left;height:0;display:block;}
#promo p#api {margin-top:.2em;}
#promo #download img {float:left; padding:0 0.5em 0.5em 0;}
#promo #blog {clear:left;}

code {font-family:"Courier New"; font-size: 100%; font-weight:bolder;}

div.apisummary {height:auto; margin:10px 0; width:auto; zoom:1;}
div.apisummary table {font-size:inherit;font:100%; border-collapse:separate; border:1px solid #666666; border-left:none;}
#doc3 div.apisummary table td, #doc3 div.apisummary table th {padding:.35em;}
div.apisummary table th { font-weight:bold;}
div.apisummary table td { border-top:1px solid #666666;}
div.apisummary table td, div.apisummary table th { border-left:1px solid #666666;}
div.apisummary table tr { background-color:#ddd;}
div.apisummary table tr.odd { background-color:#fff; }
div.apisummary table tfoot tr { background-color:#fff; }

dl#menuwidgets dt {font-weight:bold;}
dl#menuwidgets {margin:0 0 0 1.5em;}
img.example {clear:right;margin-bottom:10px;margin-left:10px;border:0;float:right;border:1px solid #999;}

/*YUI theater box on main page top right corner*/
#yui-theater {width:316px; overflow:hidden;}
#yui-theater h3 {margin:0; padding:0; color:#E76300;  font-size:100%; font-weight:bold; font-stretch:expanded;}
#yui-theater h2 {margin:0 0 10px 0; padding:0; border:none; color:#000;  font-size:122%; font-weight:bold;}
#yui-theater p {margin:7px 0 0 0;}
#yui-theater div {float:right; font-size:85%;}

/*rss reader styles*/
p.loading-content {background-image:url(http://us.i1.yimg.com/us.yimg.com/i/ydn/yuiweb/img/busy_arrow.gif); background-position:top left; background-repeat:no-repeat; height:20px;padding:4px 0 0 25px; margin:0;}
#doc3 ul.yuirssreader {margin:0; padding:0;}
#doc3 ul.yuirssreader li {list-style-type:none;padding:5px 0 0 12px; margin:0;}
#doc3 ul.yuirssreader li p {margin:0; padding:0;}
ul.yuirssreader cite {color:#666666; margin:0;}
span.yuirssreader-date {font-size:77%; color:#E76300;}
img.rssbadge {display:inline;border:none !important;}

#index-secondary {width:316px;float:right;margin-left:10px;}
#index-main {margin-right:331px;}
#index-main #promo li {list-style-type:none;font-size:92%;margin-top:2px;}
#index-main #promo ul {margin:0;}

/*styles for right gutter on component pages*/
#cheatsheet h3 {margin-top:0;}
#cheatsheet img, #componentvideo img {margin:.5em 0 .2em 0; border:1px solid #999;}
#cheatsheet p {margin:0; font-size:77%;}
#cheatsheet h4, #examples h4 {margin:0.2em 0 .1em 0; color:#668AA8; font-size:92%;}
#examples ul, #morereading ul, #module ul {font-size:85%; list-style:circle; margin:0 0 1em 10px;}
#examples p, #componentvideo p {font-size:85%; margin:0 0 .2em 0;}
#examples li.selected {font-weight:bold;}

/*styles for example pages*/
#promo.example {background-color:#000;border-color:#666666;}
#promo.example .exampleIntro, #promo.example .exampleIntro p, #promo.example .exampleIntro a {color:#fff;}
.firstContent {margin-top:0; padding-top:0;}
#logger {margin-top:1em;}
#example {background-color:#F1F6F7;}
#example .bd { padding:1em; position:relative;}
#example .hd { background: url(/yui/docs/assets/example-hd-bg.gif) 0 0 repeat-x #4E4D4C; }
#loggerGloss {margin-top:.5em; font-size:85%;}
#loggerDiv {font-size:77%;text-align:left;margin-top:.5em; visibility:hidden; height:260px; } /*gets turned on by script when loaded */
#loggerDiv.yui-log {padding:.3em;width:96%;background-color:#FBE7D9;border:1px solid #666;font-family:monospace;z-index:9000;}
#loggerDiv.yui-log p {margin:1px;padding:.1em;}
#loggerDiv.yui-log .yui-log-hd {margin:0; padding:0; background-color:#CECCCC;}
#loggerDiv.yui-log .yui-log-hd h4 {display:none;}
#loggerDiv.yui-log .yui-log-bd {width:100%;height:15em;background-color:#FFF;border:1px solid #ECECEC;overflow:auto;}
#loggerDiv.yui-log .yui-log-bd pre {border-top:1px solid #ECECEC;}
#loggerDiv.yui-log .yui-log-bd code p {margin:1px 0;}
#loggerDiv.yui-log .yui-log-ft {margin-top:.3em;margin-bottom:.3em; font-family:verdana; zoom:1;}
#loggerDiv.yui-log .yui-log-ft:after {content:'.';visibility:hidden;clear:both;height:0;display:block;}
#loggerDiv.yui-log .yui-log-ft .yui-log-categoryfilters {margin-top:.5em;clear:right;}
#loggerDiv.yui-log .yui-log-ft .yui-log-sourcefilters {margin-top:.5em;border:none; clear:both;}
#loggerDiv.yui-log .yui-log-btns {margin-top:.2em;padding:.2em;background: url(/yui/docs/assets/logger-bg.gif) 0 0 repeat-x #CECCCC; text-align:right; float:none;}
#loggerDiv.yui-log .yui-log-filtergrp {margin-right:.3em; float:left; display:block}
#example.newWindow {text-align:center;}
p.newWindowButton {text-align:right; margin-top:0; padding:.5em;}
.bd p.newWindowButton {text-align:center;} /*when new window is required and button appears in middle of example body*/
p.loggerButton {text-align:center;}
#loggerLink a, #newWindowLink a {font-size:115%; font-weight:bold; color:#000099;}
#newWindowLink a {font-size:107%;}
#loggerModule {padding-bottom:.2em;}

/*right column navigation on example rosters*/
#exampleToc {background-color:#ecf5fa; padding:0; border:1px solid #89d; margin-top:.5em;}
#exampleToc ul {list-style:none; margin:0; padding:0; font-size:90%; }
#exampleToc ul li { padding:0; margin:0; }
#exampleToc ul li.selected { font-weight:bold; color:#fff; background:#000099; padding:0; }
#exampleToc ul li.selected a { color:#fff; }
#exampleToc ul li a { display:block; padding:2px 2px 2px 10px; text-decoration:none; }
#exampleToc ul li a:hover { color:#fff; background:#e60; }

/*theater page styles*/
.theater h1 {border-bottom:1px dashed #CCC; margin-bottom:1em;padding-bottom:.2em;}
.theater img {border:1px solid #666;}
.theater img.last {border:1px solid #666;}
.theater p.details {font-size:77%; color:#666; margin:.2em 0 0 0; padding:0;}
.theater p.description, #doc3 .theater ul li  {font-size:85%; margin:0; padding:0; color:#333;}

#readmePanel .hd { font-weight:bold; font-size:129%; color:#fff; background:#89d; }
#readmePanel .bd {text-align:left; overflow:auto;}
#readmePanel .ft {text-align:right; background-color:#E7E7E7; font-size:85%;}
/* Browser specific (not valid) styles to make preformatted text wrap */
#readmePanel .bd pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-size: 100%;
 color:#000033;}
 
/*ed eliot's server-side delicious badge css*/ 
 #delicious-badge {margin-top:.6em; font: 85% Arial, sans-serif; border: 1px solid #b1b1b1; }
#delicious-badge .bookmark { background: url(http://images.del.icio.us/static/img/delicious.small.gif) no-repeat left center; padding-left: 15px; font-weight: bold; }
#delicious-badge p, #delicious-badge div { padding: 7px; margin: 0; text-align: center; }
#delicious-badge a { color: #00f; text-decoration: none; }
#delicious-badge div { background: #eee; }
#delicious-badge div span { font-weight: bold; color: #000; }
#delicious-badge ul, #delicious-badge li { display: inline; list-style: none; padding: 0; margin: 0; }
#delicious-badge li { margin-left: 5px; }
#delicious-badge li span { position: absolute; left: -999px; width: 999px; }
#delicious-badge .saved-by { color: #999; }
#delicious-badge .saved-by span { background: #00f; padding: 3px; color: #fff; }
#delicious-badge .be-first { font-size: 85%; color: #999; }
#delicious-badge .tag-size-1 { font-size: 100%; }
#delicious-badge .tag-size-2 { font-size: 107%; }
#delicious-badge .tag-size-3 { font-size: 114%; }
#delicious-badge .tag-size-4 { font-size: 122%; }
#delicious-badge .tag-size-5 { font-size: 129%; }

/*faq page:*/
.yui-ge .yui-g {width:98%;}
.yui-ge .yui-g .yui-u {width:48.1%;}
#questions {margin:1em 0 2em 0; padding:0.5em; border:1px solid #838383; background-color:#E6E6E6;}
#questions ul {margin:0; list-style:none;}
#yui-main #questions li {padding-bottom:.2em; font-size:85%; margin:0;}
#questions li a {display:block; padding:.6em; text-decoration:none;}
#questions li a:hover {background-color:#F6F6F6;}

/*for notes on file includes*/
.include-notice {border:1px solid #6F7EA1; background:#eee; font:77% verdana; padding:.7em;}
.include-notice strong {color:#990000;}








/* PARTEA CU RASPUNS PT REPLY */

.yui-overlay { position:absolute;background:#fff; }
.yui-overlay .hd { border:1px solid red;padding:5px; }
.yui-overlay .bd { border:1px solid green;padding:5px; }
.yui-overlay .ft { border:1px solid blue;padding:5px; }

#ctx { background:orange;width:100px;height:25px; }


.yui-overlay, .yui-panel-container{visibility:hidden;position:absolute;z-index:2;}
.yui-panel-container form{margin:0;}
.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0;}
.mask .block-scrollbars{overflow:auto;}
.masked select, .drag select, .hide-select select{_visibility:hidden;}
.yui-panel-container select{_visibility:inherit;}
.hide-scrollbars, .hide-scrollbars *{overflow:hidden;}
.hide-scrollbars select{display:none;}
.show-scrollbars{overflow:auto;}
.yui-panel-container .show-scrollbars, .yui-tt.show-scrollbars{overflow:visible;}
.yui-panel-container .show-scrollbars .underlay, .yui-tt.show-scrollbars .yui-tt-shadow{overflow:auto;}
.yui-panel-container .shadow .underlay .yui-force-redraw{padding-bottom:1px;}
.yui-effect-fade .underlay{display:none;}
.yui-tt-shadow{position:absolute;}

.mask{background-color:#000;opacity:.25;*filter:alpha(opacity=25);}
.yui-panel-container{padding:0 1px;*padding:2px 3px;}
.yui-panel{position:relative;*zoom:1;left:0;top:0;border-style:solid;border-width:1px 0;border-color:#808080;z-index:1;}
.yui-panel .hd,.yui-panel .bd,.yui-panel .ft{*zoom:1;*position:relative;border-style:solid;border-width:0 1px;border-color:#808080;margin:0 -1px;}
.yui-panel .hd{border-bottom:solid 1px #ccc;}
.yui-panel .bd,.yui-panel .ft{background-color:#F2F2F2;}
.yui-panel .hd{padding:0 10px;font-size:93%;line-height:2;*line-height:1.9;font-weight:bold;color:#000;background:url(../images/sprite.png) repeat-x 0 -200px;}
.yui-panel .bd{padding:10px; font-size:1.5em;}
.yui-panel .ft{border-top:solid 1px #808080;padding:5px 10px;font-size:77%;}
.yui-panel-container.focused .yui-panel .hd{}
.container-close{position:absolute;top:5px;right:6px;width:25px;height:15px;background:url(../images/sprite.png) no-repeat 0 -300px;cursor:pointer; font-size:0px;}
.yui-panel-container .underlay{right:-1px;left:-1px;}
.yui-panel-container.matte{padding:9px 10px;background-color:#fff;}
.yui-panel-container.shadow{_padding:2px 5px 0 3px;}
.yui-panel-container.shadow .underlay{position:absolute;top:2px;right:-3px;bottom:-3px;left:-3px;*top:3px;*left:-1px;*right:-1px;*bottom:-1px;_top:0;_right:0;_bottom:0;_left:0;_margin-top:3px;_margin-left:-1px;background-color:#000;opacity:.12;*filter:alpha(opacity=12);}
.yui-dialog .ft{border-top:none;padding:0 10px 10px 10px;font-size:100%;}
.yui-dialog .ft .button-group{display:block;text-align:right;}
.yui-dialog .ft button.default{font-weight:bold;}
.yui-dialog .ft span.default{border-color:#304369;background-position:0 -1400px;}
.yui-dialog .ft span.default .first-child{border-color:#304369;}
.yui-dialog .ft span.default button{color:#fff;}
.yui-simple-dialog .bd .yui-icon{background:url(../images/sprite.png) no-repeat 0 0;width:16px;height:16px;margin-right:10px;float:left;}
.yui-simple-dialog .bd span.blckicon{background-position:0 -1100px;}
.yui-simple-dialog .bd span.alrticon{background-position:0 -1050px;}
.yui-simple-dialog .bd span.hlpicon{background-position:0 -1150px;}
.yui-simple-dialog .bd span.infoicon{background-position:0 -1200px;}
.yui-simple-dialog .bd span.warnicon{background-position:0 -1900px;}
.yui-simple-dialog .bd span.tipicon{background-position:0 -1250px;}
.yui-tt .bd{position:relative;top:0;left:0;z-index:1;color:#000;padding:2px 5px;border-color:#D4C237 #A6982B #A6982B #A6982B;border-width:1px;border-style:solid;background-color:#FFEE69;}
.yui-tt.show-scrollbars .bd{overflow:auto;}
.yui-tt-shadow{top:2px;right:-3px;left:-3px;bottom:-3px;background-color:#000;}
.yui-tt-shadow-visible{opacity:.12;*filter:alpha(opacity=12);}


#links{
	font-weight:bold;
	height:25px;
	text-align:center;
}

#links a{
	text-decoration:none;
	margin: 0px 0px;
	background: #d6e8ff;
	border: 1px solid #84b7ff;
	padding: 1px 3px;
	font-size: 12px;
	color: #2984ff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#links a:hover{
	border-color: #f1b72f;
	background-color: #ffd36d;
	color: #a70001;
}

.link_curent{
	background-color:#FFD36D;
	border: 1px solid #F1B72F;
	color:#A70001;
	font-size: 12px;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 1px 3px;
}










/*   From file  /www/ro_cms_2013/public_html/design/poker1/css/style.css*/

/* CSS Document 
copyright PRO TV S.A. 2010
*/

/* RESET
-----------------------*/

html{margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	width:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}body{font-size:12px; font-family:Arial, Helvetica, sans-serif;}
ul,li{list-style:none;}
.clear{float:none; clear:both;}

/* LINKS
----------------------*/
a:link {
	color:#2f3131;
	text-decoration:none;
}
a:visited {
	color:#2f3131;
	text-decoration:none;
}
a:hover {
	color:#2f3131;
	text-decoration:underline;
}
a:active {
	color:#2f3131;
	text-decoration:none;
}

/* BRANDING TOP
----------------------*/
.branding {
	width:980px;
	position:relative;
}

.branding-sky-left {
	width:120px;
	position:absolute;
	top:0;
	left:-120px;
}

.branding-top {
	width:980px;
}

.branding-sky-right {
	width:120px;
	position:absolute;
	top:0;
	left:980px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}



/*
body{ background:url(http://d1.a4w.ro/poker1/design/images/background.jpg) no-repeat center top #000000; }
*/

body{ background:url("http://assets.protv.ro/assets/branding/pokerstars/branding-pokerstars-marina.jpg") no-repeat center top #000000; /*padding-top:90px;*/ }



.container { width:980px; margin:0 auto;}
.content {padding:15px 15px 0 0;margin:0 0 15px 0; background:#fff;-moz-border-radius:0 0 6px 6px;-webkit-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;}
.leftSide{width:650px; float:left;}
.rightSide{width:300px; float:right;}

/* HEADER
---------------------*/
.header{width:100%;}
.logo {float:left;width:236px;height:160px;display:block;background:url(http://d1.a4w.ro/poker1/design/images/logo.jpg) no-repeat 0 0;}
.banner728{width:728px; height:90px; float:right; margin-right:15px; margin-top:33px;}
.menu{height:40px;padding:0 15px;margin:0 0 1px 0;background:url(http://d1.a4w.ro/poker1/design/images/bg_menu.jpg) repeat-x 0 0 #303030;-moz-border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;}
.menu ul{float:left;}
.menu ul li{float:left;}
.menu ul li a {
	height:25px;
	float:left;
	padding:15px 15px 0 15px;
	font-size:14px;
	line-height:14px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background:url(http://d1.a4w.ro/poker1/design/images/bg_menu.jpg) repeat-x 0 40px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.menu ul li a:hover {
	background:url(http://d1.a4w.ro/poker1/design/images/bg_menu.jpg) repeat-x 0 -39px;
}
.menu ul li a.active {
	font-size:14px;
	line-height:14px;
	color:#fff;
	text-decoration:none;
	background:url(http://d1.a4w.ro/poker1/design/images/bg_menu.jpg) repeat-x 0 -39px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.menu ul li a.tips {
	width:138px;
	height:72px;
	display:block;
	position:absolute;
	margin:-24px 0 0 0;
	background:url(http://d1.a4w.ro/poker1/design/images/btn-tips-and-tricks.png) no-repeat 0 0;
}

.menu .search {float:right;margin:10px 0 0 0;}
.search-input {
	width:150px;
	height:20px;
	float:left;
	padding:1px 5px;
	background:#fff;
	border:0 none;
	-moz-border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
}

a.search-button {
	width:22px;
	height:22px;
	float:left;
	display:block;
	text-decoration:none;
	background:url(http://d1.a4w.ro/poker1/design/images/btn_search.jpg) no-repeat 0 0;
	-moz-border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
}

/* HOMEPAGE BODY 
----------------------*/
ul.breadcrumbs {
	padding:0 0 15px 15px;
}
ul.breadcrumbs li {
	display:inline;
	padding:0 0 0 5px;
}
.bgPlayer{background:url(http://d1.a4w.ro/poker1/design/images/bg_noise.jpg) repeat 0 0 #303030; width:950px; padding:15px 15px 0 15px;margin:0 0 1px 0;}
.livePlayer {width:746px; height:420px; background:#000; margin:0px auto 15px auto;}
.liveMessage {
	width:716px;
	height:28px;
	margin:0 auto;
	padding:12px 15px 0 15px;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	background:url(http://d1.a4w.ro/poker1/design/images/bg_message.jpg) repeat-x 0 0 #303030;
}
.mainNews, .related li {
	padding:0 0 15px 15px;
}
li.newsRow {
	padding:0 0 15px 15px;
}
.leftImage{border:1px solid #d0d0d0; padding:4px; display:block; float:left; }
.leftImageRelative{position:relative;}
.rightText{float:left; width:295px; background:#FFFFFF url(http://d1.a4w.ro/poker1/design/images/bg_news.jpg) repeat-y left; height:270px;margin-top:5px; padding:15px; overflow:hidden;}
.rightTextSize3{float:left; width:475px; background:#FFFFFF url(http://d1.a4w.ro/poker1/design/images/bg_news.jpg) repeat-y left; height:96px;margin-top:5px; padding:12px 15px; overflow:hidden;}
.date{ color:#a1aaaa; font-size:11px;}
h1{font-size:24px; line-height:28px; padding:15px 0;}
h2{font-size:18px; line-height:22px; padding:0px 0px 13px;}
.more{display:block; margin:12px 0;}
.size2{width:300px;}
.size3{width:120px;}
.videoteca{background:url(http://d1.a4w.ro/poker1/design/images/bg_noise.jpg) repeat 0 0 #303030; width:635px; margin-left:15px; margin-bottom:15px;}
ul.videos {padding:0 0 15px 0;}
.videos li{float:left; padding:15px 0 0 15px; width:300px;}
.videoThumb{border:1px solid #000; padding:4px; display:block; float:left;}
.videoThumbText{width:160px; float:left; background:transparent url(http://d1.a4w.ro/poker1/design/images/bg_video_text.png) repeat-y left; height:45px; margin-top:5px; padding:15px;}
.videoThumbText a{color:#FFF}
.miniPlayButton {position:absolute;left:55px;top:55px;}
.maxiPlayButton {position:absolute;left:128px;top:128px;}
.leftNewsBox, .rightNewsBox {
	display:block;
	padding:0;
	border-bottom:1px solid #d0d0d0;
}



/* NEWS
----------------------*/
.half{width:310px; float:left;}
.left{margin:0 15px;}
.half h1{color:#30302f; font-size:16px; line-height:16px; font-weight:bold; text-transform:uppercase; background-color:#f0f0f0; padding:14px 15px;}
.half .bigImage{border:1px solid #d0d0d0; background:#f0f0f0; padding:4px; display:block; overflow:hidden; float:left; margin:10px 15px 10px 0; width:100px;height:75px;}
.bigImageRelative{position:relative;}
.half .related{padding:0px;}
.half .related li{font-weight:bold; border-bottom:1px solid #d0d0d0; padding:13px 0;}
.half h2{padding-top:11px;}
.half .date {}
h4 {
	padding:15px;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
}
.paginationControl {
	padding:15px;
	margin:0 0 15px 15px;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	text-align:left;
	background:#FFFFFF url(http://d1.a4w.ro/poker1/design/images/bg_news.jpg) repeat-y left;
}

.links, .paginare{padding:15px;
	background:#FFFFFF url(http://d1.a4w.ro/poker1/design/images/bg_news.jpg) repeat-y left; 
	margin-bottom:15px;
	font-weight:bold;
}

/* SEARCH PAGES
------------------------------*/

#searchDescription h2{padding:10px;}
.searchOptions{width:614px; margin:5px auto; background:url(http://d1.a4w.ro/poker1/design/images/bg/search-options.gif) repeat-x bottom #FFFFFF; padding:5px 10px;}
.searchCategories{padding-top:5px; list-style:none;}
.searchCategories li{padding:0; margin:5px 0;}
.searchCategories li{font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.searchCategories .selected{background:#c41313;}.searchCategories .selected a, .searchCategories .selected a:hover{color:#FFF;}
.searchCategories a{display:block;padding:1px 5px;}
.itemTitle{font-size:17px;}
.searchNews li{list-style:none; padding:8px 20px; background:#FFF url(http://d1.a4w.ro/poker1/design/images/bg/comment-top.jpg) repeat-x;}
.searchNews li a{font-size:17px;}
.searchNews li p{margin:0; padding:5px 0 0;}

.searchVideo li, .searchImages li{float:left; width:160px; padding:0 0px 10px 20px; list-style:none;}
.searchVideo li.clear3news, .searchImages li.clear3news{float:none; clear:both; height:20px; width:100%; background:url(http://d1.a4w.ro/poker1/design/images/bg/comment-top.jpg) repeat-x #FFFFFF; padding:0; margin:0;}
.searchVideo .playMedium{left:35px; background-image:url(http://d1.a4w.ro/poker1/design/images/bg/play-medium.png);
	position:absolute;
	top:40%;
	width:83px;
	height:26px;
	display:block;
	cursor:pointer;}
.searchH1{background:url(http://d1.a4w.ro/poker1/design/images/bg/comment-top.jpg) repeat-x #FFFFFF; font-size:26px; font-weight:bold;padding:5px 20px;}
.searchImages li .sItemDate, .searchImages li .itemTitle{display:none; visibility:hidden;}
.searchMore{padding:5px; border:1px solid #cccccc; margin:10px auto 30px;}
.searchNavigation{padding:0 0 40px; text-align:center;}

.staticText {
	padding:0 0 15px 15px;
}

/* RIGHT SIDE
----------------------*/
#rectangle-banner {
	padding:0 0 15px 0;
}

.box {
	width:300px;
	padding:0 0 15px 0;
}

.boxTabs {
	background:url(http://d1.a4w.ro/poker1/design/images/bg_menu.jpg) repeat-x 0 0 #303030;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
}

.boxTabs h4 {
	padding:12px 15px;
	color:#fff;
	font-weight:normal;
}

ul.menuTopArticole {
	padding:0 0 0 15px;
	background:url(http://d1.a4w.ro/poker1/design/images/bg_menu.jpg) repeat-x 0 0 #303030;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
}

ul.menuTopArticole li {
	color:#fff;
	float:left;
}

ul.menuTopArticole li.active, ul.menuTopArticole li a:hover, ul.menuTopArticole li.active a {
	color:#fff;
	text-decoration:underline;
}

ul.menuTopArticole h4 {
	font-size:12px;
	font-weight:normal;
	padding:12px 10px 12px 0;
}

.boxList {
	background:url(http://d1.a4w.ro/poker1/design/images/bg_noise.jpg) repeat 0 0 #303030;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}

.boxList ul li {
	padding:0 10px 15px 10px;
}

.boxImage {
	float:left;
	margin:0 10px 0 0;
}

.boxLeft {
	width:170px;
	height:73px;
	float:left;
	overflow:hidden;
}

.boxLeft a {
	color:#fff;
}

/* FOOTER
----------------------*/
.copyright {
	clear:both;
	padding:15px 0;
	margin:0 0 0 15px;
	text-align:center;
	background:#ffffff;
	border-top:solid 1px #f0f0f0;
}






/*  
------------------------
Stiluri specifice categoriei Poker 1 Show
------------------------
*/

.intro-cat 
	{
		background: url(http://d1.a4w.ro/poker1/design/images/bkg-intro-poker1.png) repeat-x scroll top left #2e2b2c;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		display:block;
		position: relative;
		width: 615px;
		margin-left: 15px;
		overflow: hidden;
		padding:10px;

	}

.intro-cat a 
	{
		text-decoration: none;
		color: #FFF !important;
	}

.intro-cat a div
	{
		float: left;
    	width: 295px;
    	margin-right: 18px;
	}

.intro-cat a div img 
	{
		float: left;
		margin:0px 15px 15px 0px;
		border:2px solid transparent;
		padding:2px;
	}

.intro-cat a div h2
	{
		font-size: 12px;
		color:#FFF;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1.2;
		font-family: Arial, Verdana, sans-serif;
	}

.intro-cat a div h3 p
	{
		font-size: 12px;
		display:none;
	}



.intro-cat a div.main_article0 
	{
		float: none;
	    min-height: 225px;
	    width: 613px;
	}

.intro-cat a div.main_article0 h2
	{
		font-size: 17px;
		color:#FFF;
		text-transform: uppercase;
		line-height: 1.2;
		font-family: Arial, Verdana, sans-serif;
	}

.intro-cat a div.main_article0 h3 p
	{
		font-size: 12px;
		color:#c6c6c6 !important;
		text-transform: none;
		font-weight: normal;
		line-height: 1.2;
		display:block;
		font-family: Arial, Verdana, sans-serif;
	}

.intro-cat a div.main_article2
	{
		margin-right: 0px;
	}
.intro-cat a:hover div .intro-cat-read-more-link
	{
		color: #FFF;
	}
.intro-cat a div .intro-cat-read-more-link
	{
		color: #ad1c1c;
		font-size: 11px;
		font-weight: bold;
		font-family: Arial, Verdana, sans-serif;
		display:block;
		text-align: right;
		padding-top:21px;
		text-transform: uppercase;

	}

.intro-cat a:hover div img
	{
		border:2px solid #ad1c1c;
		padding:2px;
	}

.intro-cat a:hover div h2
	{
		color: #ad1c1c;
		cursor: pointer;
	}

.menu ul li a.poker1show-btn
	{
		background: url(http://d1.a4w.ro/poker1/design/images/btn-poker1.png) no-repeat scroll 0 0 transparent;
	    color: transparent;
	    display: block;
	    height: 72px;
	    margin: -24px 0 0;
	    overflow: hidden;
	    position: absolute;
	    text-indent: 10000px;
	    width: 106px;
	}

.menu ul li a.tips 
	{
		width: 106px !important;
	}

.article_video_content p 
	{
		color: #F0F0F0;
		font-size: 12px;
		line-height: 18px;
		margin: 0;
		padding: 0 0 15px;
		text-align: left;
	}

.search-input 
	{

		width:120px !important;
	}


/*  BRANDING  */
/*
body { background:url(http://d1.a4w.ro/poker1/design/images/branding-campionat.jpg) no-repeat scroll center top #000000; }
.container { padding-top:85px;  }
.logo {  margin-top: -50px; margin-bottom:50px; display:block;}
*/
/*  BRANDING  */



/*   From file  /www/ro_cms_2013/public_html/design/poker1/css/article.css*/


/* CSS Document */
.leftSide{width:635px; padding-left:15px;}
ul.breadcrumbs{
	padding:0px;
	display:block;
	height:20px;
}

.breadcrumbs li {
    color: 303030;
    display: block;
    float: left;
    font-size: 12px;
    list-style: none outside none;
    margin-right: 10px;
}

.articleBar{
	
	color:#707070;
	font-size:11px;
	line-height:16px;
	padding:15px;
	background:#FFFFFF url(http://d1.a4w.ro/poker1/design/images/bg_news.jpg) repeat-y left; 
}

.articleBar a{
	color:#000000;
	text-decoration:underline;
}

.articleInfo{
	float:left;
	width:480px;
}

.plusMinus{float:right;}
.plusMinus span{float:left; margin-right:15px;}
.barPlus{
	background:transparent url(http://web3.protv.ro/assets/perfecte/design/images/sprite_rocms.gif) 0px -110px;
	display:block;
	height:21px;
	width:22px;	
	float:left;
}

.barPlus:hover{
	background:transparent url(http://web3.protv.ro/assets/perfecte/design/images/sprite_rocms.gif) 0px -140px;
}

.barMinus{
	background:transparent url(http://web3.protv.ro/assets/perfecte/design/images/sprite_rocms.gif) -22px -110px;
	display:block;
	height:21px;
	width:21px;	
	float:left;
}
.barMinus:hover{
	background:transparent url(http://web3.protv.ro/assets/perfecte/design/images/sprite_rocms.gif) -22px -140px;
}

#big h1{font-size:2.1em;}
#big a {
	color:#ff0000;
}
.lead{font-size:1.35em; color:#303030; line-height:1.5em;}
.leftImage{margin:15px 15px 15px 0;}
.contentArticle{font-size:1.2em; line-height:1.7em; color:#303030; padding-top:15px;}
.contentArticle a {
	color:#ff0000;
}

/* VIDEO
------------------------*/

.videoArticle{background:#000; margin-top:15px;}
#videoPlayer{margin:0 auto;}
.customized_embed{color:#666;padding: 4px 15px;}
.watchembedcode{width:545px;}

.embed_description{
	color:#999999;
	width:585px; 
	font-size: 11px; 
	font-family: Arial, sans-serif; 
	padding-top:6px;
}

.sepLine{
	border: 1px solid #CCCCCC; 
	margin:1em 0;
}

.embed_sq_box{
	height: 100px;
	margin: 0px 0px 0px 60px;
}
.embed_sq_box a{
	float:left; 
	color:#999999; 
	padding:1px; 
	text-align:center; 
	text-decoration:none; 
	margin:2px;
}
.embed_sq_box .sizeController{
	background-color:#DDDDDD; 
	border:1px solid #999999; 
	margin-left:5px;
}
.embed_sq_box .helpertext{
	white-space:normal; 
	float:right; 
	font-size:12px; 
	display:none; 
	visibility:hidden; 
	margin-left:137px; 
	margin-top:1em; 
	position:absolute; 
	text-align:left; 
	width:85px; 
	font-style:italic; 
	font-size:13px;
}

.embed_dimensions_title{
	white-space:nowrap; 
	font-size:14px;
}

.embedsizecustom{
	list-style:none; 
	list-style-image:none; 
	list-style-type:none; 
	margin: 0px; 
	padding:1em; 
	text-align:right; 
	background-color:#DDDDDD; 
	border:1px solid #999999; 
	margin-left:5px;
}

.embedsizecustom li{
	margin:0.25em; 
	padding:0;
}



/* POLL
---------------------*/
.poll{
    background:transparent url("http://d1.a4w.ro/poker1/design/images/bg_noise.jpg") repeat;
    border-radius: 6px;
    padding: 15px;
}

.poll .title{color:#FFF; font-size:16px; padding-bottom:15px; border-bottom:1px solid #d0d0d0; display:block;}
.sondaj li{margin-top:15px; color:#FFFFFF; font-size:12px;}
.voteazaPoll{border:0px;
	cursor:pointer;
	display:block;
	float:left;
	 background:transparent url("http://d1.a4w.ro/poker1/design/images/voteaza.gif") no-repeat;
	height:39px;
	width:102px; margin-right:20px}
.veziRezultate{border:0px;
	cursor:pointer;
	display:block;
	float:left;
	background:transparent url("http://d1.a4w.ro/poker1/design/images/rezultate.gif") no-repeat;
	height:39px;
	width:152px;
	}
.results{
	color:#FFFFFF; font-size:12px; padding:15px;
}
li.newsRow {padding:0px;}
.relatedArticles {}
.relatedArticles .leftImage{margin:0 0 15px 0}

/* PHOTO GALLERY
---------------------*/
.embededPhotoGallery li{
	float:left;
	height:120px;
	margin-right:10px;
	list-style:none;
	margin:15px;
}

.vote-article{padding:15px 0; font-size:12px;}
a.voteaza{width:99px; height:29px; 	background:transparent url("http://d1.a4w.ro/poker1/design/images/voteaza-aici.gif") no-repeat;  text-align:center; font-weight:bold; color:#FFF; padding: 8px 10px}
.highslide-gallery{margin:15px 0;}

/* SOCIAL BOX
----------------------*/
.social-box{padding:15px;
	background:#FFFFFF url(http://d1.a4w.ro/poker1/design/images/bg_news.jpg) repeat-y left; 
	margin-bottom:15px;
	font-weight:bold;
}

.social-box  a {
    color: #303030;
	font-weight:bold;
    font-size: 12px;
    margin-right: 30px;
    text-decoration: none;
}
.social-box .print{
	padding:3px 0 5px 25px;
	background:transparent url(http://web3.protv.ro/assets/perfecte/design/images/sprite_rocms.gif) no-repeat;
}

.social-box .mail{
	padding:3px 0 5px 25px;
	background:transparent url(http://web3.protv.ro/assets/perfecte/design/images/sprite_rocms.gif) no-repeat 0 -22px;
}

.social-box .ym{
	padding:3px 0 5px 25px;
	background:transparent url(http://web3.protv.ro/assets/perfecte/design/images/sprite_rocms.gif) no-repeat 0 -40px;
}

.social-box .facebook{
	padding:3px 0 5px 25px;
	background:transparent url(http://web3.protv.ro/assets/perfecte/design/images/sprite_rocms.gif) no-repeat 0 -62px;
}

.social-box .twitter{
	padding:3px 0 5px 25px;
	background:transparent url(http://web3.protv.ro/assets/perfecte/design/images/sprite_rocms.gif) no-repeat 0 -86px;
}


/* COMENTARII
-------------------------*/
.formComment{ background:transparent url("http://d1.a4w.ro/poker1/design/images/bg_noise.jpg") repeat;
    border-radius: 6px;
    padding: 15px;}
.formComment .nume{
	color:#303030;
	padding:15px;
	background:#eeeeee;
	width:265px;
	font-size:12px;
	float:left;
	border:0px;
	border-radius:8px;
	margin-top:15px;
	margin-bottom:15px;
	}
.formComment .mesaj{
	font-family:Arial, Helvetica, sans-serif;
	color:#303030;
	padding:15px;
	background:#eeeeee;
	width:576px;
	font-size:12px;
	border:0px;
	border-radius:8px;
	margin-bottom:15px;
	}
.formComment .sendButton{ height:39px; 	background:transparent url("http://d1.a4w.ro/poker1/design/images/bg_red.gif") repeat-x;  color:#fff; font-size:12px; font-weight:bold; color:#FFF; padding: 10px 15px; border:0; border-radius:8px; cursor:pointer;}
.commentText{padding:15px 0;}
.commentText li{background:#FFFFFF url("http://d1.a4w.ro/poker1/design/images/comment_icon.gif") no-repeat; padding-left:65px; font-size:12px; color:#707070; padding-bottom:15px;}
.commentName{color:#303030; font-size:16px; font-weight:bold;padding-bottom:8px;}
.commentName span{font-size:12px; color:#707070;}
.commentTextRe1 {padding:15px 0 0 15px;}
.commentTextRe2 {padding:15px 0 0 30px;}



.poker1-video 
	{
		background:url(http://d1.a4w.ro/poker1/design/images/poker1-player-video-small.jpg) no-repeat left top transparent;
		padding-top:94px;
		padding-bottom: 90px;
	}


/*   From remote file  http://assets.sport.ro/assets/ibu/footer/footer.css*/

html, body{
	margin: 0px;
	padding: 0px;
}

.footer-internet-main{
	width: 100%;
	background: #3e3e40;	
	font-family:'Open Sans', Arial, Verdana, sans-serif;
	font-weight: 400;
	line-height: 18px;
	text-align: left !important;
}

.footer-internet-main .mb0{
	margin-bottom: 0px !important;
}

.footer-internet-main .pb0{
	padding-bottom: 0px !important;
}

.footer-internet-main a{
	outline: none !important;
}

.footer-internet{
	width: 1000px;
	overflow: hidden;
	margin: 0px auto;
}

.footer-internet-column {
	width:25%;
	float:left;
}

.cat-group {
	padding:20px;
}

.cat-group .cat-title {
	width:100%;
	display:block;
	margin:0 0 10px 0;
	font-family:'Open Sans', Arial, Verdana, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	text-transform:uppercase;
	color:#fff;
}

.cat-group .cat-title a, .cat-group .cat-title a:visited{
	color: #FFFFFF !important;	
	font-size: 18px;
	line-height: 18px;
}

.cat-group a, .cat-group a:visited {
	width:100%;
	display:block;
	margin:0 0 5px 0;
	font-size: 12px;
	color:#ababab !important;
	text-decoration: none;
}

.cat-group a:hover {
	text-decoration:underline;
}

#ibu_footer_container {
	width:100%;
	float:left;
	background: #3e3e40;
}

#ibu_traffic {
  width:100%;
  margin:0px auto 0px auto;
  text-align:center;
  background: #3e3e40;
}

/* specific relational values for various sites */
/* hmultiplex */
#main_page #ibu_footer_container{
	margin-bottom: 20px;
}
#main_page .cat-group a, #main_page .cat-group a:visited{
}
/* hmultiplex */


