@CHARSET "UTF-8";

/*****  HTML  *****/
* {
  margin: 0;
  padding: 0;
  border: 0;
}
p {
  padding: 5px 10px;
  font-size:12px;
  line-height:18px;
  letter-spacing: 0.02em;
}
html, body {
  height: 100%;
}
body {
  text-align: center;
  font-family: Verdana;
  font-size: 12px;
  color: #303040;
  background: rgb(255,255,255);
}

a {
	text-decoration: none;
	color: rgb(153,0,0);
}
h5 a,h4 a,h3 a,h1 a,h2 a{
  color: #111;
  text-decoration: none;
}
a:hover {
	text-decoration: underline;
  color: rgb(153,0,0);
}
/*****  Bloki główne  *****/
#main_container {
  width: 800px;
  background: rgb(255,255,255);
}
/*****    Shadows    *****/
.shadow_top {
  /*display:inline-table;*/
  background-image: url(/images/frontend/shadow_top.png);
  background-repeat: no-repeat;
  background-position: top;
}
.shadow_mid_box {
    height:20px;
}
.shadow_mid {
  width: 830px;
	margin-top: 0px;
  /*display:inline-table;*/
	margin-left: auto;
  margin-right: auto;
  background-image: url(/images/frontend/shadow_mid.png);
  background-repeat: repeat-y;
}
.shadow_bot {
  /*display:inline-table;*/
  background-image: url(/images/frontend/shadow_bot.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0px 15px 22px 15px;
}

#content {
  clear: both;
  background: rgb(220,230,253);
	text-align: left;
}
/*****    Header    *****/
#header {
  position: relative;
  text-align: left;
  background: url(/images/frontend/header_background.png) repeat-x;
  height: 85px;
	border-left: 1px solid rgb(169,187,203);
	border-right: 1px solid rgb(169,187,203);
}
#logo {
  position: absolute;
  width: 600px;
  height: 71px;
  margin: 10px;
}
/*****    Login form   *****/
#login_form {
	position: absolute;
	top: 10px;
	right: 5px;
	text-align: right;
}
#login_input, #password_input {
	float: right;
	width: 95px;
	height: 16px;
	background: url(/images/frontend/login_form.png) no-repeat;
/*	padding-left: 16px;*/
	text-align: right;
}
#password_input {
	background: url(/images/frontend/login_form.png) no-repeat;
	background-position: -100px 0px;
}
#submit_button {
	float: right;
	width: 15px;
	height: 16px;
	background: url(/images/frontend/login_form.png) no-repeat;
	background-position: -195px 0px;
	cursor: pointer;
}
input {
	background: transparent;
	border: none;
	font-size: 11px;
	font-family: Verdana;
	color: rgb(64,64,64);
	width: 75px;
}
select {
	background: transparent;
	font-size: 11px;
	font-family: Verdana;
	color: rgb(64,64,64);

}
.login_link {
	float: right;
        padding-top:3px;
        padding-bottom:6px;
}
.register_link {
	float: right;
	clear: right;
}
.login_link a, .register_link a {
	font-size: 11px;
        font-weight: bold;
	font-family: Verdana;
	color: rgb(64,64,64);
	text-decoration: none;
	margin-right: 15px;
}
.login_link a:hover, .register_link a:hover {
	color: rgb(153,0,0);
	text-decoration: underline;
}
/*****    Main Menu    *****/
#main_menu {
  display: block;
	height: 35px;
  text-align: left;
  clear: both;
	background: rgb(240,240,240);
	border: 1px solid rgb(169,187,203);
	border-top: none;
}
.menu_item_left, .menu_item_right {
	float: left;
	font-family: Verdana;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0px;
	vertical-align: middle;
	margin: 9px 10px;
}
.menu_item_right, .menu_item_right_hover {
	text-decoration: none;
	float: right;
}
.menu_item_right a, .menu_item_left a {
	text-decoration: none;
	color: #404040;
}
.menu_item_right a:hover, .menu_item_left a:hover {
	color: rgb(153,0,0);
}
/*****    Content    *****/
#home_flashes {
	height: 204px;
	background: white url(/images/frontend/mobile_top.png) no-repeat bottom right;
	border: 1px solid rgb(169,187,203);
	border-top: none;
}
#main_flash {
	float: left;
}
#mobile_flash {
	float: right;
	padding-top: 22px;
}
#main_body, #main_body_home {
	background: rgb(220,230,253);
	border: 1px solid rgb(169,187,203);
	border-top: none;
	border-bottom: none;
}
#main_body_home {
	background: rgb(220,230,253) url(/images/frontend/mobile_bot.png) no-repeat top right;
}
.content_module_left {
	padding: 10px;
	float:left;
}
.content_module {
	padding: 15px 30px;

}
.content_module li, .content_module_left li{
	padding-top: 5px;
        line-height:18px;
        font-size: 12px;
}
.content_module_left ul{
    padding-left:30px;
}
.content_module_left p{
    font-size:12px;
}
#about {
	width: 500px;
	border-right: 1px dotted rgb(169,187,203);
}
#news {
	width: 250px;
}
#main_body_push {
	display: block;
	height: 10px;
}
.content_module p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding: 5px 10px;
}
.content_module ul {
	padding: 5px 30px;
}
.content_module ol {
	padding: 5px 30px;
}
.content_module ul .sms-body {
  margin-left: 20px;
  font-style: italic;
}
.read_more {
	padding-left: 10px;

}
/*****    Info    *****/
.news_item {
	clear: both;
	padding: 5px 10px;
}
.news_date, .news_title, .news_body {
	text-align: left;
	color: #990000;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.news_title {
	font-style: italic;
	color: gray;
	padding-left: 5px;
}
.news_body {
	color: #303040;
	padding-left: 10px;
}
/*****    Footer    *****/
#footer {
  clear: both;
  height: 40px;
	background: rgb(220,230,253);
	border: 1px solid rgb(169,187,203);
	border-top: none;
}
/*****    Hacks    *****/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*          DROPDOWN MENU IN FRONTEND */
.leftMenu {	text-align: left; cursor: pointer;}
.centerMenu { text-align: center; cursor: pointer;}
.rightMenu { text-align: right;	cursor: pointer;}

a.MenuLabelLink	{
  color: #404040;
  font-size: 12px;
  text-decoration: None;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  font-family: Verdana;
}
a.MenuLabelLinkOn {
	color: #990000;
	font-size: 12px;
  text-decoration: None;
  margin: 0px; padding: 0px;
  cursor: pointer;
  font-family: Verdana;
}
a.MenuItemLink {
  color: #404040;
  font-size: 12px;
  text-decoration: None;
  margin: 0px; padding: 0px;
  white-space: nowrap;
  font-family: Verdana;
}

a.MenuItemLinkOn {
	color: #990000;
	font-size: 12px;
    text-decoration: None;
    margin: 0px; padding: 0px;

    white-space: nowrap;
    font-family: Verdana;
}

.myMenu { position: absolute; visibility: hidden; z-index:100;  }

.myMenuLabelleft { padding: 0px 0px 0px 0px; text-align: left;}
.myMenuLabelcenter { padding: 9px 0px 0px 10px; text-align: center; }
.myMenuLabelright { padding: 0px 0px 0px 0px; text-align: right; }
.myMenuItemleft { padding: 3px 2px 3px 6px; text-align: left; }
.myMenuItemcenter { padding: 5px 5px 5px 5px; text-align: center; }
.myMenuItemright { padding: 0px 0px 0px 0px; text-align: right; }

#mainMenu {
    width: 250px;
    padding: 0px 0px 0px 0px;
    z-index: 1;
}

/* END OF DROPDOWN FRONTEND */
 h1, h2, h3, h4, h5 {
  font-family:  Helvetica;
  margin: 5px 0px;
  padding: 0;
  line-height: 1em;
  font-weight: normal;
  font-style: italic;
  font-variant: small-caps;
  color: #111;
}

 h1 {
   font-size:26px;
 }
 h2 {
   font-size:22px;
 }
 h3 {
   padding-top:15px;
   font-size:18px;

 }
 h4 {
   padding-top:10px;
   font-size:16px;
 }
 h5 {
   font-size:14px;
 }
 #faq-questions {
  padding-left:10px;
  font-size:12px;
 }
#faq-questions div a {
  text-indent: -25px;
  margin-left: 25px;
}
#faq-answers {
  padding-left: 10px;
}
#faq-answers h4 {
  text-indent: -25px;
  margin-left: 25px;
}
#faq-answers p {
  margin-left: 25px;
}
/****  Income table  ****/
 .list_row {
  clear: left;
  height: 20px;
    vertical-align: bottom;
}
.list_name {
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
  text-align: right;
}
.list_text {
  float: left;
  font-size: 12px;
}
.screenshot_item {
  clear: both;
}
.screenshot_thmb {
  width: 170px;
  padding: 10px 0px;
  background: white;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgb(192,192,192);
}
.screenshot_thmb:hover {
  border: 1px solid rgb(192,0,0);
}

#popup_banner {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 200px;
  text-align: center;
  z-index: 10;
}
#popup_banner_iframe {
  position: absolute;
}
#popup_banner_inner {
  display: none;
  border: 1px solid black;
  padding: 5px;
  background: white;
  margin-left: auto;
  margin-right: auto;
  z-index: 15;
}
#popup_banner_inner img {
  margin: 3px;
}
#popup_banner_close_button {
  cursor: pointer;
  text-align: right;
  font-weight: bold;
}
#popup_banner_iframe {
  display: none;
  z-index: -1;
}
#popup_banner_overlay {
  position: absolute; display: none; top: 0; left: 0; z-index: 5; width: 100%; height: 5000px; background-color: #000; opacity: 0.8;
}

.sms-long-rules {
    padding-left:40px;
    padding-top:20px;

}
.sms-long-rules table{
    border:1px solid black;
}
.sms-long-rules td,.sms-long-rules th{
    width:150px;
    text-align:center;
    border:1px solid black;
    padding: 5px;
    height:34px;
}
.sms-long-rules th{
    font-weight: bold;
}

