body {
	font-family: verdana, arial;
	margin: 0;
	background: #9AE4E8;
}

a{
	outline: none;
	text-decoration: none;
}

table, td, tr {
	padding: 0;
	margin: 0;
}

img, a {
	border: 0 ;
}

.clear {
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hidden {
	display: none !important;
}

.center {
	text-align: center;
}

#container {
	background: #9ae4e8;
	position: relative;
}





#content-slider {
  /*height: 200px;*/
  width: 44px;
  margin-top: 20px;
  margin-left: 3px;
  margin-right: 3px;
  background: #BBBBBB;
  position: relative;
  float: left;
}

.ui-slider-handle {
  height: 15px;
  width: 47px;
  position: absolute;
  left: -2px;
  background: #478AFF;
  border: solid 1px black;
}

#content {
	/* Known Issue: If we set it to "overflow-y: hidden" or to just "overflow: hidden;"
	 * the content doesn't scroll correctly on some devices. */
	/* overflow-x: hidden;
	overflow-y: auto; */
	overflow: hidden;
}

#content-holder {
  height: 500px;
}




#content th {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background: #7fcce5;
	padding: 5px 3px;
	text-align:left;
}

.input_container input {
	width: 100%;
	height: 34px;
	display: inline-block;
	color: #999999;
	font-size: 14px;
	font-weight: bold;	
	border: 1px solid #7FCCE5;
}

/* ******* */
/* TOP BAR */
/* ******* */
#top_bar {
	width: 100%;
	background: url(images/small_top_bg.png) repeat-x;
	height: 46px;
}

#top_bar .top_table {
    width: 100%;
    vertical-align: middle;
	height: 100%;
}

#top_bar .top_table .top_title {
	width: 100%;
	text-align: center;
}

#top_bar .top_table .top_title .fatbookie_title {
	background: url(images/small_logo.png) no-repeat;
	width: 61px;
	height: 28px;
	display: inline-block;
}

/* ******* */
/* BUTTONS */
/* ******* */
.button {
	width: 80px;
	height: 25px;
	background: url(images/small_button_bg.png) no-repeat;
	color: #ffffff;
	font-size: 12px;
	/*font-weight: bold;*/
	margin: 2px;
	padding-top: 9px;
	display: inline-block;
	text-align: center;	
}

.button:hover, .button:focus{
	background: url(images/small_button_bg_activated.png) no-repeat;
}

/* RED BUTTON */
.button.red {
	background: url(images/small_button_red_bg.png) no-repeat;	
}

.button.red:hover, button.red:focus {
	background: url(images/small_button_red_act_bg.png) no-repeat;	
}

/* ***** */
/* LOGIN */
/* ***** */
.login_container{
	width: 100%;
	background: url(images/friends_bg.png) #b5ecf0 repeat-x;
	border-bottom: 2px solid #7FCCE5;
}

.login_container table{
	width: 100%;
}

.login_container table td{
	color: #666666;
	font-size: 12px;
	padding: 3px 7px;
}

.login_container .table_subtitle {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px;
}
.login_container .button_container {
	text-align: center;
	padding-top: 7px;
}

/* ************* */
/* UPDATES       */
/* ************* */
.updates_container{
	width: 100%;
	background: url(images/friends_bg.png) #b5ecf0 repeat-x;
}

.updates_container table{
	width: 100%;
}

.updates_container table .title{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	padding-bottom: 0px;
	vertical-align: bottom;
}

.updates_container table .title .title_text{
	float: left;
	margin-top: 4px;
}

.updates_container table .input_container {
	vertical-align: top;
	padding-top: 3px;
	padding-left: 10px;
	padding-right:10px;
}

.updates_container table .input_container textarea{
	width: 100%;
	height: 83px;
	display: inline-block;
	color: #999999;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	border: 1px solid #7FCCE5;	
}

.updates_container table .button_container{
	width: 90px;
	vertical-align: top;
}


/* ****** */
/* SEARCH */
/* ****** */
.search_container{
	width: 100%;
	background: url(images/friends_bg.png) #b5ecf0 repeat-x;
}
.search_container table{
	width: 100%;
	margin-bottom:2px;
}

.search_container table .input_container {
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 7px;
	padding-right:7px;
}

.search_container table .button_container{
	width: 90px;
	padding-top: 2px;
}

/* ******** */
/* SETTINGS */
/* ******** */
.settings_container{
	width: 100%;
	background: url(images/friends_bg.png) #b5ecf0 repeat-x;
	border-bottom:2px solid #7FCCE5;
}

.settings_container table{
	width: 100%;
}

.settings_container table td{
	color: #666666;
	font-size: 12px;
	padding: 3px 7px;
}

.settings_container .table_subtitle {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 7px;
}
.settings_container .button_container {
	text-align: center;
	padding-top: 7px;
}

.settings_container .select_container {
	padding: 3px;
}

.settings_container .select_container select{
	display: inline-block;
	color: #999999;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
}

/* ************* */
/* UPDATES TABLE */
/* ************* */
.updates_table {
	width: 100%;
}

.updates_table .updateline {
	background: url(images/tr_bg.png) repeat-x bottom #ffffff;
}

.updates_table .updateline .updateline_content{
	padding: 5px;
	vertical-align: top;
}

.updates_table .table_subtitle {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px;
}

.updates_table .updateline .name {
	color: #0099cc;
	font-size: 14px;
	font-weight: bold;
}

.updates_table .updateline .status {
	color: #666666;
	font-size: 12px;
}

.updates_table .updateline .ago {
	margin-top: 7px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

.updates_table .updateline_period {
	background: url(images/friends_bg.png) #b5ecf0 repeat-x;
}

.updates_table .updateline_period .updateline_content{
	padding: 5px;
	vertical-align: top;
}

.updates_table .updateline_period .name {
	color: #0099aa;
	font-size: 14px;
	font-weight: bold;
}

.updates_table .updateline_period .status {
	color: #666666;
	font-size: 12px;
}

/* ***** */
/* POPUP */
/* ***** */
.popup {
	position: fixed;
	top: 0px;
	left: 0px;
	background: url(images/shadow.png) repeat;
	width: 100%;
	height: 100%;
}

.popup .popup_window {
	width: 100%;
	height: 100%;	
}

.popup .popup_window tr td{
	height: 33%;
}

.popup .popup_window .background {
	background: url(images/pop_up_bg.png) repeat;
}

.popup .popup_window .title {
	padding: 5px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.popup .popup_window .subtitle {
	padding: 0px 5px 5px 5px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.popup .popup_window .loader{
	padding: 3px;
	text-align: center;
}

.popup .popup_window tr {
	height: 33%;
}

/* **** */
/* MENU */
/* **** */
.buttons_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 84px;
	background: url(images/top_bg.png) bottom repeat-x #b7ecef;
	text-align: center;
	padding-top: 2px;
	border-top: 2px solid #7dcbe5;
}
.buttons_bottom .button_container{
	width: 80px;
	height: 34px;
	background: url(images/small_button_bg.png) no-repeat;
	display: inline-block;
	margin: 0px 5px;
}

.buttons_bottom .activated {
	background:url(images/small_button_bg_activated.png) no-repeat;
}

.buttons_bottom .button_container .button_bottom {
	font-size: 14px;
	/*font-weight: bold;*/
	color: #ffffff;
	text-align: center;
	display: block;
	width: 80px;
	height: 25px;
	padding-top: 5px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

/* ****************** */
/* MENU FOR LANDSCAPE */
/* ****************** */
.buttons_bottom_landscape {
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
	height: 87.5%;
	padding-top: 7%;
    background: url(images/top_bg_landscape.png) right repeat-y #b7ecef;
    text-align: center;
    border-left: 2px solid #7dcbe5;
}
.buttons_bottom_landscape .button_container{
    width: 80px;
    height: 34px;
    background: url(images/small_button_bg.png) no-repeat;
    display: inline-block;
    margin: 5px 0px;
}

.buttons_bottom_landscape .activated {
    background:url(images/small_button_bg_activated.png) no-repeat;
}

.buttons_bottom_landscape .button_container .button_bottom {
    font-size: 14px;
    /*font-weight: bold;*/
    color: #ffffff;
    text-align: center;
    display: block;
    width: 80px;
    height: 25px;
    padding-top: 5px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

/* ************************* */
/* BIGGER CHECKBOX FOR TOUCH */
/* ************************* */
.cb {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cb li{
	padding: 0;
	margin: 0;
}

.cb li label {
	background: transparent url(images/checkbox.png) no-repeat scroll 0 6px;
	padding: 8px 0 5px 30px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
}

.cb li.checked label {
	background-image: url(images/checkbox_activated.png);
}

.cb li input {
	position: absolute; left: -9999px;
}

/* ********************** */
/* BIGGER RADIO FOR TOUCH */
/* ********************** */
.radio {
	list-style: none;
	padding: 0;
	margin: 0;
}

.radio li{
	padding: 0;
	margin: 0;
}

.radio li label {
	background: transparent url(images/radio.png) no-repeat scroll 0 6px;
	padding: 8px 0 5px 30px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
}

.radio li.checked label {
	background-image: url(images/radio_activated.png);
}

.radio li input {
	position: absolute; left: -9999px;
}
