html, input, th, td {
  font: 11px arial, helvetica, sans-serif;
}

body {
	color: #666;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
  margin-top: 3px;
  margin-bottom: 3px;
}
p {
  margin: 1ex 0;
  text-align: justify;
}

#plate {
	width:700px;
	margin-left: auto;
  	margin-right: auto;
	margin-top:  0px;
}

#header {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url('/images/header_line.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 80px;
	clear: both;
}

#banner-image {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#banner-1 {
	background-image: url('/images/banner-1.jpg');
	height: 187px;
}

#banner-2 {
	background-image: url('/images/banner-2.jpg');
	height: 187px;
}

#banner-3 {
	background-image: url('/images/banner-3.jpg');
	height: 187px;
}

#banner-4 {
	background-image: url('/images/banner-4.jpg');
	height: 187px;
}

#banner-5 {
	background-image: url('/images/banner-5.jpg');
	height: 187px;
}

#banner-6 {
	background-image: url('/images/banner-6.jpg');
	height: 187px;
}

#banner-7 {
	background-image: url('/images/banner-7.jpg');
	height: 187px;
}

#banner-8 {
	background-image: url('/images/banner-8.jpg');
	height: 187px;
}

#im-banner-1 {
	background-image: url('/images/im-banner-1.jpg');
	height: 187px;
}

#im-banner-2 {
	background-image: url('/images/im-banner-2.jpg');
	height: 187px;
}

#im-banner-3 {
	background-image: url('/images/im-banner-3.jpg');
	height: 187px;
}

#im-banner-4 {
	background-image: url('/images/im-banner-4.jpg');
	height: 187px;
}

#im-banner-5 {
	background-image: url('/images/im-banner-5.jpg');
	height: 187px;
}

#im-banner-6 {
	background-image: url('/images/im-banner-6.jpg');
	height: 187px;
}

#im-banner-7 {
	background-image: url('/images/im-banner-7.jpg');
	height: 187px;
}

#im-banner-8 {
	background-image: url('/images/im-banner-8.jpg');
	height: 187px;
}


#download-button {
	float:right;
	margin-top: 130px;
	margin-right: 20px;
}

#menu {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#main-menu {
	background-image: url('/images/main-menu-bg.gif');
	background-repeat: repeat-x;
	height: 32px;
	font-size: 10px;
	
}

#main-menu ul, #main-menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#main-menu a:link, #main-menu a:visited
{
	float: left;
	text-decoration: none;
	color: #555;
	width: 65px;
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}

#main-menu a:link#current, #main-menu a:visited#current, #main-menu a:hover
{
	padding-bottom: 2px;
	background-image: url('/images/menu-tab.gif');
	width: 65px;
	height: 20px;
	color: #FF6501;
	
}

#main-menu a:hover { color: #000; }

#sub-menu {
	background-repeat: repeat-x;
	height: 30px;
	font-size: 10px;
	
}

#sub-menu ul, #sub-menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#sub-menu a:link, #sub-menu a:visited
{
	float: left;
	text-decoration: none;
	color: #555;
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 20px;
}

#sub-menu a:link#current, #sub-menu a:visited#current, #sub-menu a:hover
{
	padding-bottom: 2px;
	height: 20px;
	color: #FF6501;
	padding-left: 10px;
	padding-right: 20px;
}


#content {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 10px;
}

#content-movafone {
	border-top: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 30px;
}


#footer {
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
	color: #777;
}

#footer-left {
	padding-top: 10px;
	float: left;
}

#footer-left a {
	padding-right: 8px;
	text-decoration: none;
	color: #777;
	
}

#footer-right {
	padding-top: 8px;
	padding-right: 5px;
	vertical-align: top;
	float: right;
}

#footer-right-man {
	vertical-align: top;
	float: right;
}

#login-box {
	color: #999;
	float: right;
	text-align: right;
	font-size: 10px;
	margin: 10px;
}

#login-box a {
	text-decoration: none;
	color: #777;
	
}

input {
}

input#header_user_login, input#header_user_password {
	color: #FF6501;
	font-size: 10px;
	border: 1px solid #AAA;
	margin: 2px;
}

td.form_label {
	font-weight: bold;
	margin: 5px;
	text-align: right;
	width: 120px;
	font-size: 14px;
}

td.form_input select {
	color: #BE4B00;
	font-size: 14px;
	border: 1px solid #AAA;
	margin: 5px;
	padding: 5px;
	margin-right: 20px;
	
}

td.form_input input {
	color: #BE4B00;
	font-size: 14px;
	border: 1px solid #AAA;
	margin: 5px;
	padding: 5px;
}

td.form_input_error input {
	color: #BE4B00;
	font-size: 14px;
	border: 1px solid #EE9999;
	margin: 5px;
	padding: 5px;
}

td.form_input_error select {
	color: #BE4B00;
	font-size: 14px;
	border: 1px solid #EE9999;
	margin: 5px;
	padding: 5px;
}

td.form_input_error {
	background: #FFCCCC;
}

td.form_input_button input {
	color: #BE4B00;
	font-size: 14px;
	border: 1px solid #AAA;
	margin: 5px;
	padding: 5px;
}

td.form_input_button input:hover {
	color: #FFFFFF;
	background-color: #FF6501;
	border: 1px solid #FF6501;	
}

td.form_hint {
	color: #888888;
	font-size: 14px;
}

td.form_hint_error {
	color: #880000;
	font-size: 14px;
}


table.form_entry {
	margin-top: 10px;
	margin-bottom: 10px;
}

#logo {
	float: left;
}
#left-bar {
	float: left;
	width: 450px;
	padding-right: 10px;
	
}

#right-bar {
	float: right;
	padding-left: 10px;
}

#form_error {
	background:  #FFEEEE;
	padding: 10px;
	margin-top:10px;
}
#form_notice {
	padding: 10px;
}
#form_error_text {
	font-size: 20px;
	padding: 10px;
	vertical-align: top;
}
#form_notice_text {
	font-size: 14px;
}


#errorExplanation {
  background:  #FFEEEE url("/images/form_error_large.png") no-repeat;
  padding-left: 64px;
  color: #880000;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
 
#notice {
  background: url("/images/alert_big.png") no-repeat 0px 0px;
  padding-left: 16px;
  color: green;
}

#mailList {
  padding: .5ex 0;
}
#mailList .item a, #mailList .item a:focus {
}
#mailList .item {
  padding: 2px 0;
}
#mailList .item:hover, #mailList .over {
  background-color: #fff0d9;
}
#mailList .item .left {
  float: left;
  padding-right: .5ex;
}
#mailList .item .right {
  float: right;
  text-align: right;
  width: 4.5em;
}


.regularBox {
  border: 1px #ffcc80 solid; 
  background-color: #fff0d9;
  padding: 10px;
}
.regularBox .header {
  background-color: #ffcc80;
  padding: 1px 3px 2px 3px;
  color: black;
}
.regularBox .header a {
  color: black;
}
.regularBox .options a {
  font-weight: normal;
}

.regularPadding {
  padding: 1ex 3px;
}
.tableForm .left {
  text-align: right;
  padding-right: 1ex;
}
.vertLinks a {
}
.centerBlock {
  width: 20ex;
  margin: 0 auto;
}
.button-to {
  display: inline;
}
.button-to div {
  display: inline;
}

#menu_bar {
	padding: 5px;
	font-size: 24px;
	background: #EEE;
}

table#message_list_table {
	width: 680px;
}

table#menu_bar_table {
	width: 680px;
}


tr.even_tr {
	background: #fff0d9;
}

#menu_icons {
	float: right;
}

#message_header {
	background: #fff0d9;
	padding:  5px;
}

#message_body {
	padding:  5px;
}

#flags {
	float:right;
}

.orange-big-text {
	color: #FF6501;
	font-size: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
}

.big-text {
	padding-left: 20px;
	font-size: 22px;
	color: #777;
	padding-bottom: 20px;
	text-align: justify;
}

.big-text a {
	text-decoration: none;
	color: #FF6501;
	
}

.movafone-intro {
	font-size: 20px;
	color: #999;
	padding-left: 55px;
	padding-right: 55px;
}

.movafone-mail-intro {
	font-size: 18px;
	color: #999;
	padding-left: 10px;
	padding-right: 10px;
}

.movafone-messenger-intro {
	font-size: 18px;
	color: #999;
	padding-left: 10px;
	padding-right: 10px;
}


.quote-box {
	width: 200px;
	margin: 20px;
}

.quote-text {
	padding: 10px;
	font-size: 20px;
	color: #FF6C06;
	background: #FFCC66;
}

.quote-author {
	padding-top: 10px;
	font-size: 22px;
	text-align: center;
}

.quote-mark-top {
	margin-right: 5px;
}

.quote-mark-bottom {
	margin-left: 5px;
	vertical-align: top;
}