/*
MolyMobile

Contact: contact@molymobile.com

Copyright (c) 2010 molymobile.com.  All rights reserved.
*/

body{
	padding:0 0 0 0;
	margin:0;
	font:9pt Tahoma;
	background-color:#000;
	color:#fff;
	width:100%;
}

img{
  border:none
}

a{
  text-decoration:none;
  color:#fff;
  background-color:transparent;
  cursor:pointer;
}

a:hover,.LinkHover{
  text-decoration:underline
}

input, textarea, select{
  border: 1px solid #484848;
  
  background: #fff;
}

hr {
  border: 0;
  width: 100%;
  color: #fff;
  background-color: #fff;
  height: 1px;
}

.header {
  background:#000 url(/images/black/low/molymobile_logo.png) no-repeat top center;
  color:#fff;
  height:40px;
  width:100%;
}

.loading_show {
  background:#000 url(/images/black/low/loading.gif) no-repeat top center;
  padding-top: 9px;
  width: 32px;
  height: 32px;
}

.header_table {
  border-collapse: collapse;
  width: 100%;
}

.header_links_1 {
  background:#000 url(/images/black/low/button.png) no-repeat top center;
  padding-top: 9px;
  width: 75px;
  height: 24px;
  text-align:center;
  font-weight:bold;
}
.header_links_2 {
  background:#000 url(/images/black/low/button.png) no-repeat top center;
  padding-top: 9px;
  width: 75px;
  height: 24px;
  text-align:center;
  font-weight:bold;
}
.header_links_3 {
  background:#000 url(/images/black/low/button.png) no-repeat top center;
  padding-top: 9px;
  width: 75px;
  height: 24px;
  text-align:center;
  font-weight:bold;
}

.button_table {
  width: 100%;
}

.form_table {
  width: 100%;
}

.button {
  background:#000 url(/images/black/low/button.png) no-repeat top center;
  padding-top: 9px;
  width: 75px;
  height: 30px;
  text-align:center;
  font-weight:bold;
}

.button_selected {
  background:#000 url(/images/black/low/button_selected.png) no-repeat top center;
  padding-top: 9px;
  width: 75px;
  height: 30px;
  text-align:center;
  font-weight:bold;
}

.button_remove {
  background:url(/images/black/low/button_remove.png) no-repeat;
  margin-top: 3px;
  margin-right: 5px;
  float:right;
  width: 28px;
  height: 28px;
}

.empty_space {
  padding-top: 9px;
  width: 75px;
  height: 30px;
  text-align:center;
  font-weight:bold;
}

.space_between {
  padding-left: 5px;
  padding-right: 5px;
}

.links_title {
  background: url(/images/black/low/list_bg.png);
  width:100%;
	height:34px;
  padding-left: 0px;
  padding-right: 0px;
  font-weight:bold;
}

.links_title_left {
  padding-top: 7px;
  padding-left: 5px;
  float:center;
	font:10pt Tahoma;
	text-align: center;
	color:#5882a2;
	font-weight:bold;
}

.links_title_right {
  padding-top: 7px;
  padding-right: 5px;
  float:right;
  color:#9F9F9F;
}

.links_click {
  background: url(/images/black/low/list_bg.png);
  width:100%;
	height:34px;
  padding-left: 0px;
  padding-right: 0px;
}

.links_click_left {
  padding-top: 9px;
  padding-left: 5px;
  float:left;
}

.links_click_left_pink {
  padding-top: 7px;
  padding-left: 5px;
  float:left;
	font:10pt Tahoma;
	color:#DA373C;
	font-weight:bold;
}

.links_click_left_up_down {
  padding-top: 7px;
  padding-left: 5px;
  float:left;
	font:10pt Tahoma;
	color:#5882a2;
	font-weight:bold;
}

.links_click_right {
  padding-top: 9px;
  padding-right: 5px;
  float:right;
  color:#9F9F9F;
}

.links_click_right_up_down {
  padding-top: 3px;
  padding-right: 10px;
  float:right;
	font:16pt Tahoma;
	color:#5882a2;
	font-weight:900;
}

.content {
  left: 0px;
  padding: 0px;
  top: 0px;
  width: 100%;
}
