body {
  background:#fff url(http://www.poker-academie.com/templates/rt_vortex/images/light_slate/bg.png) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body a, body a:visited{
  color: #4576AB;
}

body a:hover {
  color: #638FC0;
}

#content {
  background-color: #fff;
  font-size: 12px;
}

#container {
background: #e4e4e4;
}


/* FONTS AND HEADINGS */
#content {
  font-size: 12px;
  text-align: left;
  color: #000;
}

#content p{
  margin: 0 4px 12px 4px;
}

#content strong {
  font-weight: bold;
  color: #2F65A8;
}

h1.pas, h2.pas, h3.pas {
  margin: 0 0 4px 4px;
  padding: 0;
}

h1.pas {
  font-size: 22px;
  color:#456387;
}

h2.pas {
  font-size: 14px;
  color: #5C5C5C;
}

h3.pas {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

p.pas_error {
  color: red;
  margin: 4px 4px 8px 4px;
}

span.pas_error {
color: red;
}

/* NAV TOP */
#pas_nav_top ul {
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-color: #6396D3 #355C8C #355C8C #355C8C;
  background-color: #2F65A8;
}

#pas_nav_top ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  font: 14px arial, sans-serif;
  text-align: center;
}

#pas_nav_top li a {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  display: block;
  padding: 8px 10px;
  border-right: 1px solid #183D68;
  border-left: 1px solid #6396D3;
}

#pas_nav_top li a:hover {
  background-color: #3073C2;
}

/* NAV SIDE */
#pas_nav_side {
width: 180px;
}


#pas_nav_side ul {
  width: 180px;
  text-align: left;
  margin: 0 0 10px 0px;
  padding: 0;
  list-style-type: none;
}

#pas_nav_side ul li {
margin: 0px;
padding: 0px;
}

#pas_nav_side ul a {
  background: url(/website_images/poker-academie/nav-side-bg.gif) no-repeat;
  margin:  0px;
  display: block;
  padding: 0 0 0 25px;
  color: #fff;
  line-height: 22px;
  height: 22px;
  text-decoration: none;

}

#pas_nav_side ul a:link, #pas_nav_side ul a:visited {
  color: #fff;
  text-decoration: none;
}

#pas_nav_side ul a:hover {
  background: url(/website_images/poker-academie/nav-side-bg-hover.gif) no-repeat;
  color: #364f6b;
}

/* NAV LOGIN */
#pas_login {
  width: 180px;
  margin: 0 0 10px 0px;
  border: 0px solid #2f65a8;
  background: #fff;
}

#pas_login input.login {
  width: 100px;
}

#pas_login table {
margin:0;
}

#pas_login table thead th {
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  background:transparent url(/website_images/poker-academie/mod3-head-bg.png) repeat-x scroll 0 0;
  height:43px;
  line-height:30px;
  margin:-10px;
  padding-left:25px;
  text-align: left;
  vertical-align:top;
  text-transform: uppercase;
}

/* NAV OFFERS */
#pas_nav_offers a, #pas_nav_offers a:visited {
  color: #3E3E3E;
  font-weight: bold;
  text-decoration: none;
}

#pas_nav_offers table{
  border-collapse: collapse;
  font-size: 10px;
  width: 190px;
  margin: 0 0 10px 0;
  background: #fff;
}

#pas_nav_offers thead th {
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  background:transparent url(/website_images/poker-academie/mod3-head-bg.png) repeat-x scroll 0 0;
  height:43px;
  line-height:30px;
  margin:-10px;
  padding-left:25px;
  text-align: left;
  vertical-align:top;
  text-transform: uppercase;
}

#pas_nav_offers tbody th {
  text-align: left;
  cursor: pointer;
  font-size: 8pt;
  border-bottom: 1px solid #DBDBDB;
  padding: 3px;
}

#pas_nav_offers td {
  text-align: left;
  cursor: pointer;
  font-size: 8pt;
  border-bottom: 1px solid #DBDBDB;
  padding: 3px;
}

#pas_nav_offers tr.alt td, #pas_nav_offers tbody tr.alt th {
  background: #DFE3EC;
}

#pas_nav_offers tr.over td, #pas_nav_offers tbody tr.over th {
  background: #C2CEE2;
}

/*  DATA TABLE  */
table.pas_data_table {
  width: 570px;
  font-size: 12px;
  margin: 8px 4px;
  border: none;
}

table.pas_data_table thead th {
  padding: 0;
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  background:transparent url(/website_images/poker-academie/table-header.gif) repeat-x scroll 0 0;
  height:43px;
  line-height:30px;
  margin:-10px;
  padding-left:25px;
  text-align: left;
  vertical-align:top;
  text-transform: uppercase;
}

table.pas_data_table tbody th{
  text-align: left;
  padding-left: 5px;
  color: #000;
}

table.pas_data_table thead td{
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #A2BCDD;
  padding: 4px;
}

table.pas_data_table tbody td{
  color: #000;
  padding: 3px;
  text-align: center;
}

table.pas_data_table tbody tr.alt td, table.pas_data_table tbody tr.alt th {
  background: #DEE4ED;
}

/* FORM ELEMENTS */
table.pas_form {
  margin: 0px auto;
  font-size: 12px;
}

label {
  font-weight: bold;
  color: #2F65A8;
  text-align: right;
}

table.pas_form td {
  color: #626262;
}

table.pas_form th {
  text-align: right;
  padding-right: 8px;
}

input.pas_button {

  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #6396D3 #355C8C #355C8C #6396D3;
  background-color: #2F65A8;
}

input.pas_button:hover {
  background-color: #4A85CC;
}

a.pas_button:link, a.pas_button:visited {
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #6396D3 #355C8C #355C8C #6396D3;
  background-color: #2F65A8;
  text-decoration: none;
  line-height: 26px;
}

a.pas_button:hover {
  background-color: #4A85CC;
  color: #ffffff;
}

/* MY ACCOUNT */
#pas_main_index table {
  margin: 0;
}

#pas_main_index table thead th{
  width: 175px;
  background-color: #DDDDDD;
  border: 1px solid #C3C3C3;
}

#pas_main_index table tbody th{
  background-color: #EFEFEF;
  border: 1px solid #C3C3C3;
  font-weight: normal;
  font-size: 22px;
}

#pas_main_index tbody td{
  font-size: 11px;
  color: #000;
  text-align: center;
}

/* SIGNUP PAGE */
#pas_signup {}

/* GLANCE PAGES */


#pas_glance h1.pas {
  width: 400px;
}

#pas_glance .pas_logo {
  float: right;
  margin: 4px;
}

#pas_glance tbody td {
  text-align: left;
}

/* OFFERS GRID */
table.pas_offers_grid {
  padding: 10px;
  text-align: center;
}

#pas_offers_grid:hover {
  border: 1px solid #000;
  background: #E6E6E6;
}

#pas_offers_grid {
  text-align: center;
  border: 1px solid #000;
  width: 170px;
  padding: 0 0 5px 0;
}

#pas_offers_grid h1 {
  font-size: 16px;
  margin: 0;  padding: 0;
}

#pas_offers_grid h2 {
  font-size: 14px;
  color: #832323;
  margin: 0;  padding: 0;
}

#pas_offers_grid h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;  padding: 0;
}

#pas_offers_grid h4 {
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  margin: 0;  padding: 0;
}

/* OFFERS LIST */
#pas_offers {
  text-align: left;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #CECECE;
}

#pas_offers .pas_logo {
  float: right;
  margin: 4px;
}

/* STATISTICS */
#pas_quick_statistics th {
  text-align: center;
}

#pas_full_statistics th {
  text-align: center;
}
/* HELPDESK */

#pas_new_ticket table {
  text-align: left;
}

#pas_view_ticket table td{
  width: 70%;
  text-align: left;
}

#pas_view_ticket h4{
  font-size: 10px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#pas_view_ticket h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

#pas_new_ticket td, #pas_new_ticket tbody th{
  background-color: #fff;
  border: 0px;
  text-align: left;
}

#pas_reply_form table td {
  background-color: #fff;
  border: 0;
}
/* REFERRAL CENTER */

#pas_referral_center table {
  width: 400px;
}

#pas_referral_center table th {
  text-align: center;
}

/* LANDING PAGE */

#pas_landing_page table.pas_data_table {
  width: 400px;
}

#pas_landing_page table.pas_data_table td{
  color: #000;
}

#pas_landing_page table.pas_form {
  color: #000;
  border: 1px solid #000;
}

#pas_landing_page table.pas_form tbody td{
  color: #000;
}

#pas_landing_page table.pas_form tbody th{
  padding: 4px;
}
/* MISSING DATA CALENDAR */

table.pascal {
  border: 1px solid ;
  margin: 8px auto;
}

td.pascalmonth {
  border: 1px solid ;
  background: #FFFFF;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

td.pascaldays {
  border: 1px solid ;
  background: #FFFFF;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

td.pascal {
  border: 1px solid ;
  height: 7em;
  width: 7em;
  padding-right: 3px;
  padding-top: 3px;
  font-weight: none;
  color: #000000;
  text-align: right;
  font-size: 7.5pt;
  vertical-align: top;
}

/* FOOTER */

#footer {
width: 99%;
margin: 5px auto;      
padding: 0;
font-family: arial;
color: #646464;
text-align: left;
clear: both;
}

#footer a, footer a:visited {
color: #2360CF
}

#footer_center {
background:url(http://rakeback.poker-academie.com/images/misc/footer-bg.gif) repeat-x;
font-size:10px;
}

#footer_left  {
width: 102x;          
padding: 0px;       
background: url(http://rakeback.poker-academie.com/images/misc/footer-l.gif) no-repeat right;
}

#footer_right {
width: 263px;         
padding: 0;       
background: url(http://rakeback.poker-academie.com/images/misc/footer-r.gif) no-repeat; 
}

#footer_right a {
color: #fff;
text-decoration: none;
font-size: 12px;
font-weight:bold;
float: right;
margin: 39px 25px 0 0;
}

#footer_right a:hover {
text-decoration: underline;
}

#footer_cont {
margin: 4px 0 9px 0;
overflow: hidden;
}

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

#footer_list li {
float: left;
line-height: 14px;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

#footer_list li a {
color: #757575;
font-size: 11px;
text-decoration: none;
}

#footer_list a:hover {
text-decoration: underline;
}

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

#footer_list li {
border-left: 1px solid #797979;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

#footer_list li a {
color: #757575;
font-size: 11px;
text-decoration: none;
}

#footer_list li a:visited {
color: #757575;
}

#footer_list a:hover {
text-decoration: underline;
}

/* light slate specific css */

/* fonts */
h1 {
	color: #456387;
}

h2 {
	color: #456387;
}

.contentheading {
	color: #456387;
}

a.readon {
	color: #004182;
	background: url(/website_images/poker-academie/content/bullet_arrow.png) no-repeat;
}

a.readon:hover {
	color: #333;
}

span.pathway,
span.pathway a:link,
span.pathway a:visited {
	color: #333;
}

span.pathway a:hover {
	color: #666;
}

span.pathway img {
	background:  url(/website_images/poker-academie/content/bullet_path.png) no-repeat;
}

a:link,
a:visited {
	color: #004182;
}

#usermod a:link,
#usermod a:visited,
#footer a:link,
#footer a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

div.moduletable-hilite4 a:link,
div.moduletable-hilite4 a:visited,
div.movie-showcase {
	color: #fff;
}

#usermod div.moduletable h3 {
	background: url(/website_images/poker-academie/mod5-head-bg.png) 0 0 repeat-x;
}

body {
		color: #666;
}

div.bodybox .componentheading,
div.moduletable-hilite1 h3,
div.moduletable-hilite2 h3,
div.moduletable-hilite3 h3,
div.moduletable-hilite4 h3,
div.moduletable h3,
span.loginsubmit,
span.logoutsubmit,
span.glossbutton,
span.searchtitle {
	color: #333;
}

td.left div.moduletable h3 {
	color: #fff;
}

/* big menus */

#nav-big ul a {
	color:#333;
}

#nav-big ul a:hover {
	color: #666;
}

#nav-big li.active_menu a:link,
#nav-big li.active_menu a:visited {
	color: #fff;
}

#nav-big .b0 {
	background: url(/website_images/poker-academie/button0_off.png);
}

#nav-big li.active_menu .b0 {
	background: url(/website_images/poker-academie/button0_on.png);
}

#nav-big .b1 {
	background: url(/website_images/poker-academie/button1_off.png);
}

#nav-big li.active_menu .b1 {
	background: url(/website_images/poker-academie/button1_on.png);
}

#nav-big .b2 {
	background: url(/website_images/poker-academie/button2_off.png);
}

#nav-big li.active_menu .b2 {
	background: url(/website_images/poker-academie/button2_on.png);
}

#nav-big .b3 {
	background: url(/website_images/poker-academie/button3_off.png);
}

#nav-big li.active_menu .b3 {
	background: url(/website_images/poker-academie/button3_on.png);
}

#nav-big .b4 {
	background: url(/website_images/poker-academie/button4_off.png);
}

#nav-big li.active_menu .b4 {
	background: url(/website_images/poker-academie/button4_on.png);
}

#nav-big .b5 {
	background: url(/website_images/poker-academie/button5_off.png);
}

#nav-big li.active_menu .b5 {
	background: url(/website_images/poker-academie/button5_on.png);
}

#nav-big .b6 {
	background: url(/website_images/poker-academie/button6_off.png);
}

#nav-big li.active_menu .b6 {
	background: url(/website_images/poker-academie/button6_on.png);
}

#nav-big .b7 {
	background: url(/website_images/poker-academie/button7_off.png);
}

#nav-big li.active_menu .b7 {
	background: url(/website_images/poker-academie/button7_on.png);
}

#nav-big .b8 {
	background: url(/website_images/poker-academie/button8_off.png);
}

#nav-big li.active_menu .b8 {
	background: url(/website_images/poker-academie/button8_on.png);
}

#nav-big .b9 {
	background: url(/website_images/poker-academie/button9_off.png);
}

#nav-big li.active_menu .b9 {
	background: url(/website_images/poker-academie/button9_on.png);
}

#nav-big .b10 {
	background: url(/website_images/poker-academie/button10_off.png);
}

#nav-big li.active_menu .b10 {
	background: url(/website_images/poker-academie/button10_on.png);
}

#nav-big .b11 {
	background: url(/website_images/poker-academie/button11_off.png);
}

#nav-big li.active_menu .b11 {
	background: url(/website_images/poker-academie/button11_on.png);
}

#nav-big .b12 {
	background: url(/website_images/poker-academie/button12_off.png);
}

#nav-big li.active_menu .b12 {
	background: url(/website_images/poker-academie/button12_on.png);
}

#nav-big .b13 {
	background: url(/website_images/poker-academie/button13_off.png);
}

#nav-big li.active_menu .b13 {
	background: url(/website_images/poker-academie/button13_on.png);
}

#nav-big .b14 {
	background: url(/website_images/poker-academie/button14_off.png);
}

#nav-big li.active_menu .b14 {
	background: url(/website_images/poker-academie/button14_on.png);
}

#nav-big .b15 {
	background: url(/website_images/poker-academie/button15_off.png);
}

#nav-big li.active_menu .b15 {
	background: url(/website_images/poker-academie/button15_on.png);
}

#nav-big .b16 {
	background: url(/website_images/poker-academie/button16_off.png);
}

#nav-big li.active_menu .b16 {
	background: url(/website_images/poker-academie/button16_on.png);
}

#nav-big .b17 {
	background: url(/website_images/poker-academie/button17_off.png);
}

#nav-big li.active_menu .b17 {
	background: url(/website_images/poker-academie/button17_on.png);
}

#nav-big .b18 {
	background: url(/website_images/poker-academie/button18_off.png);
}

#nav-big li.active_menu .b18 {
	background: url(/website_images/poker-academie/button18_on.png);
}

#nav-big .b19 {
	background: url(/website_images/poker-academie/button19_off.png);
}

#nav-big li.active_menu .b19 {
	background: url(/website_images/poker-academie/button19_on.png);
}

#nav-big .b20 {
	background: url(/website_images/poker-academie/button20_off.png);
}

#nav-big li.active_menu .b20 {
	background: url(/website_images/poker-academie/button20_on.png);
}

/* main menu strip */

#nav-main a:link,
#nav-main a:visited {
	color: #fff;
}

#nav-main a:hover {
	color: #333;
}

#nav-main li.active_menu {
	background: url(/website_images/poker-academie/head-menu-active-right.png) 100% 50% no-repeat;
}

#nav-main li.active_menu a:link,
#nav-main li.active_menu a:visited,
#nav-main li.active_menu a:hover {
	background: url(/website_images/poker-academie/head-menu-active-left.png) 0 50% no-repeat;
	color: #fff;
}

/* vertical menu */
div#menu_vert ul.sidenav li {
	background: url(/website_images/poker-academie/menu-icon.png) 0 5px no-repeat;
	border-bottom: 1px solid #F5F5F5;
}

div#menu_vert a:link,
div#menu_vert a:visited {
	color: #333;
}

div#menu_vert a:hover {
	color: #666;
}

div#menu_vert li.active_menu a:link,
div#menu_vert li.active_menu a:visited {
	color:  #333;
}

/* suckerfish menu */

#nav-main li.active {
	background: url(/website_images/poker-academie/head-menu-active-right.png) 100% 50% no-repeat;
}

#nav-main li.active a:link,
#nav-main li.active a:visited,
#nav-main li.active a:hover {
	background: url(/website_images/poker-academie/head-menu-active-left.png) 0 50% no-repeat;
	color: #fff;
}

#nav-main li.active a:hover {
	color: #fff;
}

#nav-main li li {
	border-bottom: 1px solid #314762;
	border-top: 1px solid #577DAC;
}

#nav-main li ul {
	border-top: 1px solid #577DAC;
	border-right: 1px solid #314762;
	border-left: 1px solid #577DAC;
	border-bottom: 1px solid #314762;
}

#nav-main li:hover ul, 
#nav-main li li:hover ul, 
#nav-main li li li:hover ul, 
#nav-main li li li li:hover ul,
#nav-main li.sfhover ul, 
#nav-main li li.sfhover ul, 
#nav-main li li li.sfhover ul,
#nav-main li li li li.sfhover ul{
	background: #456387;
}

#nav-main ul li li a:hover,
#nav-main ul li li li a:hover,
#nav-main li.active li a:hover,
#nav-main li.active li li a:hover {
	background: #758BAB;
}

#nav-main ul li li.active,
#nav-main ul li li li.active {
	background: #2e4762;
}

/* joomla menus */

a.mainlevel:link,
a.mainlevel:visited {
	background: url(/website_images/poker-academie/menu-icon.png) 0 50% no-repeat;
	border-bottom: 1px solid #F5F5F5;
	color: #333;
}

a.mainlevel:hover {
	color: #666;
}

a#active_menu:link,
a#active_menu:visited {
	color: #333;
}

li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}


/* access */

a.large .button {
	background: url(/website_images/poker-academie/access-large.png);
}

a.small .button {
	background: url(/website_images/poker-academie/access-small.png);
}

a.default .button {
	background: url(/website_images/poker-academie/access-med.png);
}

/* layout */

#page-bg {
	background: #fff url(/website_images/poker-academie/bg.png) repeat-x;
}

#top-mod {
	background: url(/website_images/poker-academie/top-bg.png) repeat-x;
}

#top-mod .shad-r {
	background: url(/website_images/poker-academie/top-r.png) 100% 0 no-repeat;
}

#top-mod .shad-l {
	background: url(/website_images/poker-academie/top-l.png) 0 0 no-repeat;
}

#header {
	background: url(/website_images/poker-academie/head-bg.png) repeat-x;
}

#header .shad-r {
	background: url(/website_images/poker-academie/head-right.png) 100% 0 no-repeat;
}

#header .shad-l {
	background: url(/website_images/poker-academie/head-logo.png) 0 0 no-repeat;
}

#header #nav-main {
	background:  url(/website_images/poker-academie/head-menu-bg.png) repeat-x;
}

#header #nav-main .shad-l {
	background: url(/website_images/poker-academie/head-menu-left.png) 0 0 no-repeat;
}

#mainbody {
	background: #E4E4E4 url(/website_images/poker-academie/body-shadow-r.png) 100% 0 repeat-y;
}

#mainbody .shad-1 {
	background: transparent url(/website_images/poker-academie/body-shadow-l.png) 0 0 repeat-y;
}

#mainbody .shad-2 {
	background: transparent url(/website_images/poker-academie/body-shadow-tr.png) 100% 0 no-repeat;
}

#mainbody .shad-3 {
	background: transparent url(/website_images/poker-academie/body-shadow-tl.png) 0 0 no-repeat;
}

#mainbody .shad-4 {
	background: transparent url(/website_images/poker-academie/body-shadow-br.png) 100% 100% no-repeat;
}

#mainbody .shad-5 {
	background: transparent url(/website_images/poker-academie/body-shadow-bl.png) 0 100% no-repeat;
}

#body-bottom {
	background: url(/website_images/poker-academie/body-shadow-f.png) repeat-x;
}

#body-bottom .shad-r {
	background: url(/website_images/poker-academie/body-shadow-fr.png) 100% 0 no-repeat;
}

#body-bottom .shad-l {
	background: url(/website_images/poker-academie/body-shadow-fl.png) 0 0 no-repeat;
}

#footer-mods {
	background: url(/website_images/poker-academie/usermod-bg.png) repeat-x;
}

#footer-mods {
	background: transparent url(/website_images/poker-academie/footer-shadow-r.png) 100% 0 repeat-y;
}

#footer-mods .shad-1 {
	background: transparent url(/website_images/poker-academie/footer-shadow-l.png) 0 0 repeat-y;
}

#footer-mods .shad-2 {
	background: transparent url(/website_images/poker-academie/footer-shadow-tr.png) 100% 0 no-repeat;
}

#footer-mods .shad-3 {
	background: transparent url(/website_images/poker-academie/footer-shadow-tl.png) 0 0 no-repeat;
}

#footer-mods .shad-4 {
	background: transparent url(/website_images/poker-academie/footer-shadow-br.png) 100% 100% no-repeat;
}

#footer-mods .shad-5 {
	background: transparent url(/website_images/poker-academie/footer-shadow-bl.png) 0 100% no-repeat;
}

#usermod {
	background: #DEDEDE url(/website_images/poker-academie/usermod-bg.png) repeat-x;
	border-bottom: 1px solid #ccc;
}

#footer {
	background: #E4E4E4 url(/website_images/poker-academie/footer-bg.png) repeat-x;
	border-top: 1px solid #fff;
	color: #333;
}

#footer-bottom {
	background: url(/website_images/poker-academie/footer-shadow-f.png) repeat-x;
}

#footer-bottom .shad-r {
	background: url(/website_images/poker-academie/footer-shadow-fr.png) 100% 0 no-repeat;
}

#footer-bottom .shad-l {
	background: url(/website_images/poker-academie/footer-shadow-fl.png) 0 0 no-repeat;
}

table.usermodules td.modbg {
	border-left: 7px solid #E4E4E4;
}

table.usermodules.bottom td.modbg {
	padding-left: 7px;
	border:0;
}

/* modules */

div.bodybox,
div.moduletable,
div.moduletable-hilite1,
div.moduletable-hilite2,
div.moduletable-hilite3,
div.moduletable-hilite4 {
	color: #eee;
}

#usermod div.moduletable {
	color: #333;
}

td.modbg div.moduletable,
td.right div.moduletable,
div.moduletable-hilite2,
div.moduletable-hilite3 {
	color: #333;
}

td.left div.moduletable {
	color: #333;
}

div.bodybox {
	color: #333;
}

td.left div.moduletable,
div.moduletable-hilite1 {
	background: #fff url(/website_images/poker-academie/mod1-foot.png) 0 100% repeat-x;
	color: #333;
}

td.left div.moduletable h3,
div.moduletable-hilite1 h3 {
	background: url(/website_images/poker-academie/mod1-head-bg.png) 0 0 repeat-x;
	color: #fff;
}

td.right div.moduletable,
div.moduletable-hilite3 {
	background: #fff url(/website_images/poker-academie/mod3-foot.png) 0 100% repeat-x;
}

td.right div.moduletable h3,
div.moduletable-hilite3 h3{
	background: url(/website_images/poker-academie/mod3-head-bg.png) 0 0 repeat-x;
}

div.bodybox {
	background: #fff url(/website_images/poker-academie/mod2-foot.png) 0 100% repeat-x;
}

div.bodybox div.bodyhead{
	background: url(/website_images/poker-academie/mod2-head-bg.png) 0 0 repeat-x;
}

td.middle div.moduletable,
div.moduletable-hilite2 {
	background: #fff url(/website_images/poker-academie/mod2-foot.png) 0 100% repeat-x;
}

td.middle div.moduletable h3,
div.moduletable-hilite2 h3{
	background: url(/website_images/poker-academie/mod2-head-bg.png) 0 0 repeat-x;
}

div.moduletable-hilite4  {
	background: #456387 url(/website_images/poker-academie/mod4-foot.png) 0 100% repeat-x;
}

div.moduletable-hilite4 h3 {
	background: url(/website_images/poker-academie/mod4-head-bg.png) 0 0 repeat-x;
}

#usermod div.moduletable h3 {
	background: url(/website_images/poker-academie/mod5-head-bg.png) 0 0 repeat-x;
	color: #fff;
}

/*************************************************
 * SOLUTION FOR SAME-HEIGHT MIDDLE MODULES
 *
 * solution to get the middle modules to lineup  
 * if you want same height modules in the middle 
 * uncomment these next two entries 
 *************************************************/

/*
td.modbg {
	background: #fff url(/website_images/poker-academie/mod2-foot.png) 0 100% repeat-x;
}

td.middle div.moduletable {
	background: transparent;
}
*/

/* END SOLUTION */

#search input.inputbox {
	background: #fff url(/website_images/poker-academie/search-icon.png) 100% 50% no-repeat;
	border: 1px solid #ccc;
}

/* content styles */
span.notice {
	background: #ffd url(/website_images/poker-academie/content/notice_icon.png) 0 50% no-repeat;
	color: #333;
	border: 1px solid #ddb;
}

span.question {
	background: url(/website_images/poker-academie/question_icon.png) 0 50% no-repeat;
}

span.download {
	background: url(/website_images/poker-academie/down_icon.png) 0 50% no-repeat;
}

span.contact {
	background: url(/website_images/poker-academie/contact_icon.png) 0 50% no-repeat;
}

span.tip {
	background: url(/website_images/poker-academie/tip_icon.png) 0 50% no-repeat;
}

blockquote {
	color: #333;
	background: #E4E4E4 url(/website_images/poker-academie/quote_corner.png) 0 0 no-repeat;
}

pre {
	background: #f6f6f6;
	border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
}

ul li {
	background: url(/website_images/poker-academie/content/bullet_small.png) 0 2px no-repeat;
}

ul.arrow li {
	background: url(/website_images/poker-academie/bullet_arrow.png) 0 2px no-repeat;
}

/* tabber */
div.moduletable-tabs {
	background: url(/website_images/poker-academie/tabber_bg.png) no-repeat;
}

ul.tabbernav {
	border-bottom: 1px solid #fff;
}

ul.tabbernav li a:link {
	color: #333;
}

ul.tabbernav li a:visited {
	color: #333;
}

ul.tabbernav li a:hover {
	color: #666;
}

ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover {
	background: url(/website_images/poker-academie/tab_bg.png) repeat-x top;
	border-bottom: none;
	border-right: 1px solid #35557C;
	border-left: 1px solid #35557C;
	color: #fff;
}

ul.tabbernav li.tabberactive a:hover {
	color: #fff;
}

.tabberlive .tabbertab {
	background: #fff url(/website_images/poker-academie/tcontent_bg.png) repeat-x top;
	color: #333;
}

/* sliders */
.jw_slidetitle {
	background: url(/website_images/poker-academie/tabber_bg.png) no-repeat;
}

.jw_st_cont {
	color: #333;
}

/* Parent box of slide down content */
.jw_slide {
	background-color: #fff;
}

/* Content that slides down */
.jw_slidecontent {
	background: url(/website_images/poker-academie/tcontent_bg.png) repeat-x;
	color: #333;
}

/* login form */
#top-mod a:link,
#top-mod a:visited {
	color: #004182;
}

#top-mod div.moduletable h3 {
	color: #555;
	
}

#top-mod form {
	color: #555;
}

#top-mod div.loginelement input {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
}

span.loginsubmit,
span.logoutsubmit,
span.glossbutton {
	color: #fff;
	background: url(/website_images/poker-academie/login-button-r.png) 100% 0 no-repeat;
}

span.loginsubmit span,
span.logoutsubmit span,
span.glossbutton span {
	background: url(/website_images/poker-academie/login-button-l.png) 0 0 no-repeat;
}

/* slimbox */
img.album {
	border: 3px solid #ddd;
}

#rocket {
	background: url(/website_images/poker-academie/footer-rocket.png) 50% 0 no-repeat;
}

.highlight {
  background-color: #ffc;
}

.small,
.modifydate,
.createdate {
	color: #666;
}

.movie-showcase {
	color: #eee;
	background: #426387;
}


/* @group big buttons */

#nav-big {
}

#nav-big ul {
	list-style: none;
	padding: 0;
	margin:  0;
}

#nav-big ul li {
	float: left;
	display:  block;
	width: 98px;
	height: 83px;
	padding: 0;
	margin: 0 3px 0 0;
}

#nav-big ul a {
	display:  block;
	overflow: hidden;
	text-align: center;
	font-weight: normal;
	height: 83px;
	line-height: 124px;
	text-decoration: none;
	font-size: 12px;
}

/* @end */

/* @group main menu */
/* Works for "buttonmenu" and "splitmenu" */
#nav-main {
	overflow: hidden;
	height: 37px;
}

#nav-main ul {
	padding: 0 0 0 7px;
	margin: 0;
	float: left;
	list-style: none;
}

#nav-main li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: none;
}



#nav-main a {
	display: block;
	float: left;
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
	text-decoration: none;
	cursor: pointer;
	background: none;
	font-size: 12px;
}

ul.submenu {
	padding: 0;
	margin: 0;
}

/* @end */

/* @group vert menu */
/* Works for "buttonmenu" and "splitmenu" */

div#menu_vert ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

div#menu_vert ul.sidenav li {
	border: 0;
	margin: 0px;
	padding: 0;
	padding-left:20px;
}

div#menu_vert ul li a {
	display: block;
	padding: 6px 0 4px 0;
	margin-bottom: 2px;
	text-decoration: none;
}

div#menu_vert ul.sidenav ul li a {
	padding: 2px 0;
}

div#menu_vert ul.sidenav ul {
	padding-bottom: 5px;
}

div#menu_vert ul.sidenav ul li {
  padding-left: 20px;
  background: none;
  border: 0;
  margin: 0;
}

div#menu_vert ul.sidenav ul li a {
	padding: 2px 0;
	margin: 0;
}

div#menu_vert ul.sidenav ul ul li {
	margin: 0;
	padding: 0;
  margin-left: 30px;
  background: none;
  border:  0;
}

div#menu_vert li.active_menu a {
	font-weight: bold;
}

div#menu_vert li.active_menu li a {
	font-weight: normal;
}

h1 {
	font-size: 100%;
	/* color: see style css */
}

h2 {
	font-size: 100%;
	/* color: see style css */
}

h3 { 
   font-size: 140%;
}

h4 {
	font-size:  120%;
}

h5 {
	text-transform: uppercase;
	font-size: 100%;
}

h6 {
	font-style: italic;
	font-size: 100%;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

#nav a {
	font-size: 110%;
}

.contentheading {
	font-size: 200%;
}

.componentheading {
 	margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

/* @end */

/* @group Family */

body {
		line-height: 125%;
		font-family: Helvetica, Arial, sans-serif;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
}

.contentheading,
.componentheading {
	font-weight: bold;
}

.contentheading {
	/* see style css */
}


a:link,
a:visited {
	text-decoration: underline;
	/* color: see style css */
}

a:hover {
	text-decoration: underline;
	/* color: see style css */
}

/* @end */

div.bodybox .componentheading,
div.moduletable-hilite1 h3,
div.moduletable-hilite2 h3,
div.moduletable-hilite3 h3,
div.moduletable-hilite4 h3,
div.moduletable h3,
span.loginsubmit,
span.logoutsubmit,
span.glossbutton,
span.searchtitle,
ul.tabbernav,
.jw_st_cont {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	/* color: see style css */
}

/* @end */

/* @end */

/* @group Custom */

/* @group accessibility */

/* accessibility stuff */

#access span {
	background-repeat: no-repeat;
}

#access a {
	text-decoration: none;
}

#access #buttons {
	float: right;
}

#access .button {
	display: block;
	float: right;
	width: 14px;
	height: 21px;
	margin-left: 6px;
	background-repeat: no-repeat;
	cursor: pointer;
}



/* @end */

/* @group layout */

#page-bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
  /* background: see style css */
}


/*****************************************************
 * CHANGE WIDTH SETTINGS HERE
 *
 * To change the width of this template just edit this 
 * div#wrapper element.
 *
 * Fixed - just chagne the width to your desired width
 * Fluid - remove the width element completely
 *
 *****************************************************/
div#wrapper {
	width: 985px;
	margin: 0 auto;
	position: relative;
}

.shad-padding {
	padding: 0 15px;
}

#top-mod .shad-l {
	height: 37px;
	overflow: hidden;
}

#header .shad-l {
	height: 135px;
	position: relative;
}

#header #access {
	position: absolute;
	right: 21px;
	top:  35px;
	width: 70px;
	height: 21px;
	border: 0;
}

#header #logo {
	position: absolute;
	left:  15px;
	top:  10px;
	width: 190px;
	height: 75px;
}

#header #search {
	position: absolute;
	left: 15px;
	top: 92px;
	width: 230px;
	height: 32px;
}

#header #nav-big {
	padding-top:7px;
	margin-left: 252px;
	margin-right: 5px;
	height: 83px;
	overflow: hidden;
}

#header #nav-main {
	margin-right: 5px;
	margin-left:  255px;
}

#header #nav-main .shad-l {
	height: 37px;
}

#mainbody .shad-5 {
	width: 100%;
}

#mainbody .padding {
	padding: 7px 12px 0px 5px;
}

#body-bottom .shad-r {
	width: 100%;
}

#body-bottom .shad-l {
	height: 9px;
	overflow: hidden;
}

#footer-mods .shad-5 {
	width: 100%;
}

#usermod {
	margin: 0 5px;
}

#usermod .padding {
	padding: 7px 7px 7px 0px;
}

#footer {
	margin: 0 5px;
}

#footer-bottom .shad-r {
	width: 100%;
}

#footer-bottom .shad-l {
	width: 100%;
	height: 34px;
}

/* @end */

/* @group structure */

table.mainbody {
	width:  100%;
}

table.mainbody td.left,
table.mainbody td.right {
	padding-left: 7px;
}


/* change this to affect the width of the side modules */
table.mainbody td.left,
table.mainbody td.right {
	width: 200px;
}

table.mainbody td.middle {

}

table.usermodules {
	width: 100%;
	margin-bottom: 7px;
}

table.usermodules td.modbg {
	width: 25%;
}


table.footermodules {
	width: 100%;
}

table.footermodules td {
	width: 35%;
	padding: 10px;;
}

table.footermodules td.rocket {
	width: 30%;
	padding: 0;
}

/* @end */

/* @group modules */

div#top-mod div.moduletable {
	padding: 0;
	margin: 0;
}

div.bodybox,
div.moduletable,
div.moduletable-hilite1,
div.moduletable-hilite2,
div.moduletable-hilite3,
div.moduletable-hilite4 {
	margin-bottom: 7px;
	padding-bottom: 1px;
}

div.moduletable-tabs {
	margin: 0;
}

div.bodybox {
	margin-left: 7px;
	margin-bottom: 8px;
}

div.moduletable,
div.moduletable-hilite1,
div.moduletable-hilite2,
div.moduletable-hilite3,
div.moduletable-hilite4,
td.middle div.moduletable,
td.left div.moduletable,
td.right div.moduletable {
	padding: 10px 10px 20px 10px;
}

div.moduletable-hilite1 h3,
div.moduletable-hilite2 h3,
div.moduletable-hilite3 h3,
div.moduletable-hilite4 h3,
div.moduletable h3 {
	margin: -10px -10px -10px -10px;
	height: 43px;
	line-height: 30px;
	padding-left: 25px;
}

div.bodybox div.bodyhead {
	padding: 40px 10px 20px 10px;
}

div.bodybox .componentheading {
	margin: -40px -10px 10px -10px;
	height: 37px;
	line-height: 30px;
	padding-left: 25px;	
}

#usermod div.moduletable {
	background: none;
}

td.middle div.moduletable,
td.middle div.moduletable-hilite1,
td.middle div.moduletable-hilite2,
td.middle div.moduletable-hilite3,
td.middle div.moduletable-hilite4 {
	margin-bottom: 0;
}

/* @end */

/* @group menus */

/* See splitmenu.css or suckerfish.css */

/* @end */

/* @group content */

/* @group search box */

#search form {
	margin: 0;
	padding: 0;
}

#search .search {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

#search input.inputbox {
	width: 130px;
	padding-left: 5px;
}

span.searchtitle {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px
}

/* @end */

/* @group lists */

ul {
	list-style: none;
	padding: 0;
	list-style: none;
	padding-left: 10px;	
}

ul li {
	margin: 15px 0;
	padding-left: 25px;
	/* background: see style css */
}

div.moduletable ul li {
	margin: 5px 0;
	padding-left: 20px;
}

ul.arrow {

}

ul.arrow li {
	/* background: see style css */
}

/* @end */

/* @group alert styles */

span.notice {
	/*background: see style css*/
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}


span.question {
	/*background: see style css*/
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

span.download {
	/*background: see style css*/
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

span.contact {
	/*background: see style css*/
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

span.tip {
	/*background: see style css*/
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

/* @end */

/* @group quote */

span.quote {
	display: block;
	font-style: italic;
}

div.author {
	text-align: right;
	font-weight: bold;
}

/* @end */

/* @group blockquote */

blockquote {
	/* background: see style css */
	padding: 10px;
	padding-left: 50px;
	margin:  10px 0;
}

/* @end */

/* @group code */

pre {
	/* background: see style css */
	padding: 10px;
	font-size: 95%;
}

/* @end */

/* @group tabber */

.tabberlive .tabbertabhide {
	display: none;
}

.tabber {

}

.tabberlive {
	margin: 0px;
}

ul.tabbernav {
	margin: 0;
	padding: 0;
	height: 29px;
	line-height:30px;
	overflow:hidden;
	padding-left: 25px;
}

ul.tabbernav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

ul.tabbernav li a {
	float: left;
	display:block;
	height: 29px;
	padding: 0 14px;
	border-bottom: none;
	background: none;
	line-height: 31px;
	text-decoration: none;
	border: 0;
}

ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover {
	padding: 0 13px;
}

ul.tabbernav li a:link,
ul.tabbernav li a:visited {
	text-decoration: none;
	font-weight: none;
}

ul.tabbernav li a:hover {
	background: none;
}

li.tabberactive {
	background-image: none;
	margin: 0;
	padding: 0;
}

li.tabberinactive {
	background-image: none;
	margin: 0;
	padding: 0;
}

.tabberlive .tabbertab {
	border: 0;
	padding: 10px;
/* If you don't want the tab size changing whenever a tab is changed you can set a fixed height */
/* height:100px; */
/* If you set a fix height set overflow to auto and you will get a scrollbar when necessary */
/* overflow:auto; */
}

.tabberlive .tabbertab h2 {
	display: none;
}

.tabberlive .tabbertab h3 {
	display: none;
}

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
	overflow: auto;/*height:200px; */
}


/* --- Slides --- */
.jw_slidetitle {
	cursor: pointer;
	margin: 0px;
	overflow: hidden;
}

.jw_st_left {
	margin-right :10px;
	background: none;
}

.jw_st_cont {
	background: none;
	background-position: 0px 3px;
	padding: 6px 2px 8px 20px !important;
	margin-left: 8px;
}

/* Parent box of slide down content */
.jw_slide {
	border: none;
	width: 100%;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
}

/* Content that slides down */
.jw_slidecontent {
	padding: 10px;
	margin: 0px;
	position: relative;
}

/* @end */

/* @group login form */
#top-mod div.moduletable h3 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 40px;
	height: 40px;
}

#top-mod form {
	float: left;
	padding-left: 30px;
	height: 22px;
	margin-top: 8px;
}

#top-mod div.loginelement {
	float: left;
	margin-left: 20px;
	height: 22px;
	line-height: 22px
}

#top-mod div.loginelement input {
	width: 100px;
	padding-left: 5px;
}


span.loginsubmit,
span.logoutsubmit,
span.glossbutton {
	display: block;
	margin-left: 10px;
	float: left;
	cursor: pointer;
}

span.loginsubmit span,
span.logoutsubmit span,
span.glossbutton span {
	display: block;
	float:  left;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
}

/* @end */

/* @group content area */

.movie-showcase {
	margin: -10px;
	height: 150px;
	overflow: hidden;
}

.movie-showcase img {
	float: left;
	vertical-align: top;
	margin-right: 10px;
}

.movie-showcase .movie-summary {
	padding: 10px 10px 0 0;
}

.right_image {
	float: right;
	margin-left: 10px;
}

img.content_button {
	/* background: see style css */
	width: 162px;
	height: 52px;
	clear: right;
	margin-top: 45px;
	margin-right: 30px;
	margin-bottom: 45px;
	margin-left: 20px;
	border: 0;
}

/* @end */


/* @group styles */

img.album.left {
	margin-right: 5px;
}

img.alubm.right {
	margin-right: 5px;
}

div.style {
	float: left;
	margin-left: 50px;
	width: 280px;
	text-align: center;
	margin-top: 20px;
}


/* @end */

#rocket {
	border: 0;
	width: 100%;
	height: 58px;
}

.vert_spacing {
	margin: 15px 0;
}

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

input#mod_search_searchword {
	width: 120px;
}

a:link.nounder,
a:visited.nounder,
a:hover.nounder {
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group content */

.contentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
	width: 100%;
}


.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	padding-top: 2px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	/* background: see style css */
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
}

span.pathway a {
}

span.pathway img {
	border: 0;
	width: 10px;
	margin: 0 7px 0 9px;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/* @end */

/* @group sections */



/* @end */

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	display: block;
	padding: 6px 0 4px 20px;
	margin-bottom: 2px;
	text-decoration: none;
}

a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.sublevel:hover {
	text-decoration: none;
}


/* @end */

/* @group modules */


/* @end */

/* @group misc */

table.adminform textarea {
  width: auto;
  color: #666;
}

.sectiontableheader {
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	padding: 4px;
}

.sectiontableentry1,
.sectiontableentry2 {
	padding: 4px;
	border-bottom: 1px solid #f0f0f0;
}

.sectiontableentry2 {
	background: #f6f6f6;
}

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	border: 0;
	background: none;
}

div.code {
	font-family: Andale Mono, monospace;
	font-size: 11px;
	background: #eee;
	color: #000;
	padding: 20px;
}

div.pokad {
position:absolute;
left:-999px;
width:500px;
display: block;
padding: 10px 10px 10px 45px;
margin-bottom: 10px;
visibility: hidden;
display: none;
}


/* @end */

/* My Comment */



