/* Airline Mogul v3 Design Update
   Last Updated 26/aug/2008       */

@charset "utf-8";
/* CSS Document */

/* Call custom fonts */

@font-face {
	font-family: 'Myriad';
	src: url('fonts/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
	src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/MyriadPro-Regular.woff') format('woff'), /* Modern Browsers */
	     url('fonts/MyriadPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/MyriadPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
	}

/* General */
body {
	font-family: 'Tahoma', 'Verdana', 'Arial', arial, helvetica, sans-serif;
	color: #000;
	font-size:12px;
	line-height:16px;
}

/* Safari Display Problem Solver */
p { font-family: Tahoma, Verdana, Arial, helvetica, sans-serif; font-size:12px;}
div { font-family: Tahoma, Verdana, Arial, helvetica, sans-serif; font-size: 12px }

h1, h2 {
	font-family: Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif;
	color: #335C33;
	letter-spacing:0px;
	margin-bottom: 5px;
}

h1 {font-size:17px;font-weight:bold}
h2 {font-size:15px;font-weight:bold}
h3 {
	font-size:12px;
	font-weight:bold;
	font-family: Tahoma, Verdana, sans-serif;
	margin-bottom:1px;
	margin-top:1px;
	color:#000
}

a {
	color:#0066CC;
	text-decoration:underline;
}

a:visited {
	color:#0066CC;
}

a:hover {
	text-decoration:underline;
	color:#003366
}

body {
	background-color: #FFFFFF;
	padding-left:0;
	margin:0;
}
img {
        border:0;
	margin-left:3px;
	margin-top: auto;
	margin-bottom: auto;
        margin-right: 3px;
	padding: 0;
}

abbr {
        border-bottom:1px dashed #000
}

.errortop {
        width:100%;
        border-top:1px dashed red;
        border-bottom:1px dashed red;
        margin-bottom:3px;
        margin-top:3px;
        background: #FEBCC2;
        color:#000;
        text-align:center;
        font-size:12px;
}

.header {
	height:80px;
	background: #505050;
	width:100%;
	margin-left:0;
	padding-top:3px;
	border-bottom: 5px solid #17A246;
}

.header img {
	margin-top:10px;
	margin-left:30px;
}

.footer {
	border-top:thick #999999 solid;
	height:auto;
	min-height:100px;
	background:#505050; 
	width:100%;
	margin-left:0px;
	color:#fff;
	margin-bottom:0;
}

.footer a {
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}

.footer td {
	text-align:right;
	padding-left:20px;
	padding-right:20px;
}

.footer_l {
	margin-right:50px;
}

.footer a:hover {
	text-decoration:underline;
}

.thin {
	font-weight:lighter;
	font-size:11px;
}

input {
	border:1px inset #333;
	font-family: Tahoma, Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif;
	padding:3px;
	font-size:11px;
	background:#fff;
	color:#333;
	margin:3px;
}

input:hover {
	border:1px inset #0066CC;
	color:#000;
}

select {
        border:1px inset #333;
        font-family: Tahoma, Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif;
        padding:1px;
        font-size:12px;
        background:#fff;
        color:#333;
        margin:3px;
}

textarea {
        font-family: Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif;
        font-size:12px;
        color:#333;
}

textarea:hover { 
        color:#000;
}

.paypal tr td input {
        border:none;
}

.img_link {
	border:0;
	padding:5px;
	filter:gray;
}

.img_link:hover {
	filter:none;
}

.miniError {
	border:1px solid #990000;
	background-color:#FEBCC2;
	color:#333333;
	font-weight:bold;
}

.error {
	border-left:3px solid #990000;
	border-right:3px solid #990000;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
	background:#FEBCC2 url(img/error_bg.png) no-repeat right center;
	color:#333333;
	padding:15px;
	width:50%;
	margin-top:5px;
	margin-bottom:5px;
	padding-right:30px;
}

.error h1 {
	font-size:14px;
	color:#990000;
	margin:0;
	padding:0
}

.miniSuccess {
	border:1px solid #006600;
	background-color:#C4EEC5;
	color:#333333;
	font-weight:bold;
}

.success {
	border-left:3px solid #006600;
	border-right:3px solid #006600;
	border-top:1px solid #006600;
	border-bottom:1px solid #006600;
	background:#C4EEC5 url(img/error_bg.png) no-repeat right center;
	color:#333333;
	padding:15px;
	width:50%;
	margin-top:5px;
	margin-bottom:5px;
	padding-right:30px;
}

.success h1 {
	font-size:14px;
	color:#006600;
	margin:0;
	padding:0;
}

.neutral {
	border-left:3px solid #003399;
	border-right:3px solid #003399;
	border-top:1px solid #003399;
	border-bottom:1px solid #003399;
	background:#B3BEF7 url(img/error_bg.png) no-repeat right center;
	color:#333;
	padding:15px;
	width:50%;
	margin-top:5px;
	margin-bottom:5px;
	padding-right:30px;
}

.neutral h1 {
	font-size:14px;
	color:#003399;
	margin:0;
	padding:0;
}

.gamehint {
	border-left:3px solid #006699;
	border-right:3px solid #006699;
	border-top:1px solid #006699;
	border-bottom:1px solid #006699;
	background:#DBE9FF url(img/error_bg.png) no-repeat right center;
	color:#333333;
	padding:15px;
	width:90%;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	padding-right:30px;
}

.gamehint h1 {
	font-size:14px;
	color:#333;
	margin:0;
	padding:0
}

.chart {
	border:1px solid #CCCCCC;
}

.login {
	height:60px;
	border:none;
	background:none;
	position:absolute;
	right:10%;
	top:10px;
	color:#fff
}

.login input {
	border:none;
	background:#FFF;
	font-family: Tahoma, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif;
	color:#333333;
	font-size:10px;
	margin:3px;
	padding:2px;
}

.login a {
	border:none;
	padding:2px;
	background:none;
	color: #fff
}

.login a:hover {
	text-decoration:underline;
}

.screen_left {
	border:0;
	width:210px;
	max-width:211px;
	min-height:90%;
	margin-left:0px;
}

.screen_main {
	padding-left:25px;
	border:0;
	min-height:90%;
	width:85%;
}

.screen_main img.right {
        float: right;
        margin:5px;
}

.screen_mid {
        padding-left:25px;
        width:60%;
}

.screen_right {
        padding-left:5px;
        width:25%;
}

table {
        margin-left:auto;
        margin-right:auto;
        font-family: Tahoma, Verdana, sans-serif;
        font-size:12px;
}

table table table {
        margin-left:2px;
}

.leftmenu_wrap {
	width:210px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	background: url(img/corner_top_left.png) top left no-repeat;
}

.leftmenu_top_l {
        margin:0;
        width:inherit;
        height:100%;
        background: #505050 url(img/corner_leftmenu.png) top right no-repeat;
        color: #f3f3f3;
	font-weight:100;
	text-transform:none;

}


.leftmenu_top {
	margin-top:0px;
	background: ;
	width:inherit;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

.leftmenu_main {
	color:#505050;
	font-size:12px;
	width:208px;
	padding-bottom:5px;
	border-left:1px solid #505050;
	border-right:1px solid #505050;
	background:#fff;
}

.leftmenu_main ul {
	margin:0;
	margin-left:10px;
	padding-left:5px;
	padding-top:5px;
	list-style:none;
} 

.leftmenu_main li {
	width:90%;
	border-bottom:1px solid #CCCCCC;
	padding:3px;
}

.leftmenu_bottom {
	margin:0px;
	background:#505050 url(img/corner_leftmenu_bottom.png) bottom right no-repeat;
	height:10px;
	width:inherit;
}

.table_top, table_top_square {
	height:30px;
	color:#f3f3f3;
	background:#505050 url(img/corner_top_left.png) no-repeat left top;
	padding-left:20px;
	margin-bottom:0;
	border-bottom:1px solid #333;
	font-variant:none;
}

.table_top_r, table_top_square_r {
	height:100%;
	background: #505050 url(img/corner_top_right.png) no-repeat top right;
	padding-right:20px;
	font-variant:none;
	color:#f3f3f3;
	margin-bottom:0;
	border-bottom:1px solid #333
}

.table_top a, .table_top_r a, table_top_square a, table_top_square_r a {
	color:#f3f3f3;
	font-weight:bold;
	text-decoration:none;
}

.table_top a:hover, table_top_r a:hover, table_top_square a:hover, table_top_square_r a:hover {
	text-decoration:underline;
}

.table_top_square {
	height:30px;
	color:#f3f3f3;
	background:#505050;
	padding-left:20px;
	margin-bottom:0;
	border-bottom:1px solid #333;
	font-variant:capitalize;
}

.table_top_square_r {
	height:100%;
	background: #505050;
	padding-left:20px;
	font-variant:small-caps;
	margin-bottom:0;
	border-bottom:1px solid #333
}

.table_top_small {
        background: #505050 url(img/corner_top_left.png) top left no-repeat;
        height:20px;
        color:#f3f3f3;
        padding-left:15px;
        font-size:12px;
        font-variant:capitalize;
        margin-bottom:0;
}

.table_top_small_r {
        background: #505050 url(img/corner_top_right.png) top right no-repeat;
        height:100%;
        padding-left:15px;
        margin-bottom:0;
}        

.table_plain_header td {
	border-bottom: 1px #333 solid;
	color:#333;
	background:#D1E3D1;
	font-size:11px;
}

.table_plain_header a {
	color:#333;
	text-decoration:underline;

}

.table_plain_header a:hover {
	text-decoration:underline;
	color:#111;
}

.table_plain_header_left {
	border-left:1px solid #333;
}

.table_plain_header_right {
        border-right:1px solid #333;
}

.table_plain_header_all {
        border-left: 1px solid #333;
        border-right: 1px solid #333;
        border-top:1px solid #333;
}

.table_middle {
	width:inherit;
	background:url(img/table_middle_left.gif) repeat-y left;
	margin-top:0;
}

.table_middle_r {
	width:100%;
	height:100%;
	padding-left:10px;
	background:url(img/table_middle_right.gif) repeat-y right;
	margin-top:0;
}

.table_bottom {
	height:20px;
	background:url(img/table_bottom_left.gif) no-repeat left;
	width:inherit;
	margin-top:0;
}

.table_bottom_r {
	background:url(img/table_bottom_right.gif) no-repeat right;
	width:100%;
	height:100%;
	margin-top:0;
}

.table_plain_middle {
	border:1px #333 solid;
	font-family:Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif;
	color:#333333;
}

.table_plain_middle td, .table_plain_middle_c td {
	border-bottom:1px #333 solid;
}

.table_plain_middle a, .table_plain_middle_c a {
	color:#0066CC;
	text-decoration:underline;
	font-weight:normal;
}

.table_plain_middle a:hover, .table_plain_middle_c a:hover {
	color:#003366;
}

.checkbox {
	border:0;
	padding:0;
	background:0;
}

.table_plain_middle_c {
	background-color:#D6D6D6;
	font-size:100%;
	border:1px #666 solid;
	border-top:0;
}

.table_plain_middle_c td {
	font-size:90%;
}

.table_plain_middle td, .table_plain_middle_c td {
	padding:0;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	letter-spacing:0;
	text-align:left;
}

.table_plain_left {
	border-left:1px #333 solid;
	border-bottom:1px #333 solid;
	background:#FFCC66;
	width:1px;
	padding:0;
	text-align:left;
}

.table_plain_all_b {
        border-left:1px #333 solid;
        border-right:1px #333 solid;
        border-bottom:1px #333 solid;
        border-top:1px #333 solid;
}

.table_plain_left_b {
	border-left:1px #333 solid;
	border-bottom:1px #333 solid;
}

.table_plain_left_t {
	border-left:1px #333 solid;
}

.table_plain_middle_b {
	border-bottom:1px #333 solid;
	text-align:left;
}

.table_plain_right {
	border-right:1px #333 solid;
	text-align:left;
}

.table_plain_right_b {
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
	text-align:left;
}

.table_plain_left_c {	
	background:#CCFF99;
	border-left:1px #333 solid;
	width:1px;
	padding:0px;
	border-bottom:1px #333 solid;
}

.welcome {
	background: #f3f3f3;
	width:70%;
	margin:5px;
	padding:5px;
	margin-bottom:15px;
}

.welcome_index {
        background: #E8F1E8 url(img/home_left.png) top left no-repeat;
        width:403px;
	margin:5px;
	padding:5px;
	margin-bottom:15px;
	margin-top:30px;
	padding-bottom:15px;
	color:#333;
	height:217px;
}

.welcome_index_m {
        height:inherit;
        width:50%;
        padding:10px;
        background: #E8F1E8 url(img/home_right.png) top right no-repeat
}

.welcome_index_m h1, .welcome_index_m h2 {
        color:#000;
}

.welcome_index_m h1 {
        font-size:180%;
}

.welcome_index_m a {
        padding:5px;
        margin-top:30px;
        margin-left:5px;
        margin-right:5px;
        margin-bottom:4px;
        text-decoration:none;
        color:#111;
        font-weight:bold;
        border-bottom:2px #74AC74 solid;
}

.welcome_index_m a:hover {
        border-bottom:4px #006600 solid;
} 

.gamenews_wrap {
        width:90%;
}

.gamenews_title {
        color:#333;
        font-size:120%;
        font-weight:bold;
        border-bottom:1px solid #333;
        width:inherit;
}

.gamenews_date {
        color:#c3c3c3;
        font-size:11px;
        margin-bottom:5px;
}

.gamenews_text {
        color:#333;
        margin-bottom:10px;
        width:inherit;
}


.page a {
        margin-top: 5px;
        margin-bottom: 6px;
        margin-left: 5px;
        margin-right: 5px;
        padding-top:4px;
        padding-bottom:4px;
        padding-left:6px;
        padding-bottom:4px;
        padding-right:6px;
        background:#e3e3e3;
        text-decoration:none;
        font-weight:bold;
        color:#333;
}

.page a:hover {
        text-decoration:none;
        background:#ccc;
}

.page2 {
	padding: 5px;
}
.page2 a {
        margin-top: 5px;
        margin-bottom: 6px;
        margin-left: 5px;
        margin-right: 5px;
        padding-top:4px;
        padding-bottom:4px;
        padding-left:6px;
        padding-bottom:4px;
        padding-right:6px;
        background:#505050;
        text-decoration:none;
        font-weight:bold;
        color:#8C8C8C;
}

.page2 a:hover {
        text-decoration:none;
        color: #fff;
}

.game_status {
        color:#333;
        font-weight:bold;
        background:;
        padding:5px;
        width:80%;
        margin-bottom:10px;
}

.game_status p, .game_status td {
        padding:3px;
        border-bottom:1px solid #e3e3e3;
        margin:0px;
}

.game_status .good {
        color:#0B610B;
        font-weight:normal;
}

.game_status .bad {
        color:#8A0808;
        font-weight:normal;
}

.ac_deals td {
        padding:2px;
        border-bottom:1px solid #e3e3e3;
        margin:0;
}        

/* Menubar Designs. */

/* MENU 1 */
.menubar {
	/*border-top:1px solid #333333;
	border-right:3px solid #333;*/
        color:#666;
	font-size:14px;
	text-transform:uppercase;
	height:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
	margin-left:10px;
	margin-bottom:0px;
}

.menubar_main {
	margin:0;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background: /*url(img/menubar_top_left.gif) left top no-repeat*/;
	margin-bottom:0px;
}

.menubar a {
	color:#666;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
	text-transform:capitalize;
	background:url(img/menu_arrow.png) left no-repeat
}

.menubar a:hover {
	color:#666;
	background:#F3F3F3 url(img/menu_arrow.png) left no-repeat;
}

.menubar_2 {
	background:#F3F3F3;
	font-size:12px;
	margin:0;
	margin-left:10px;
	/*border-bottom:1px solid #333333;
	border-right:3px solid #333;*/
	color:#666;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:30px;
	
}

.menubar_2_main {
	margin:0;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background:#F3F3F3 /*url(img/menubar_bottom_left.gif) left bottom no-repeat*/;
	border-bottom:2px solid #333;

}

.menubar_2 a {
	color:#666;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:capitalize;
}

.menubar_2 a:hover {
	color:#666;
	background:#FFFFFF
}

/* MENU 2 */
.menubar2 {
	border-top:1px solid #333333;
	border-right:3px solid #333;
        color:#666;
	font-size:14px;
	text-transform:uppercase;
	height:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
	margin-left:10px;
	margin-bottom:0px;
}

.menubar2_main {
	margin:0;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background: url(img/menubar_top_left.gif) left top no-repeat;
	margin-bottom:0px;
}

.menubar2 a {
	color:#666;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
	text-transform:capitalize;
	background:url(img/menu_arrow.png) left no-repeat
}

.menubar2 a:hover {
	color:#666;
	background:#F3F3F3 url(img/menu_arrow.png) left no-repeat;
}

.menubar2_2 {
	background:#F3F3F3;
	font-size:12px;
	margin:0;
	margin-left:10px;
	border-bottom:1px solid #333333;
	border-right:3px solid #333;
	color:#666;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:30px;
}

.menubar2_2_main {
	margin:0;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background:#F3F3F3 url(img/menubar_bottom_left.gif) left bottom no-repeat;
}

.menubar2_2 a {
	color:#666;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:capitalize;
}

.menubar2_2 a:hover {
	color:#666;
	background:#FFFFFF
}

/* MENU 3 */
.menubar3 {
	color:#666;
	font-size:14px;
	height:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
	margin-left:10px;
	margin-bottom:0px;
	background:#404040 url(img/3_bg_right.png) top right repeat-y
}

.menubar3_main {
	margin:0;
	margin-top:5px;
	margin-left:5%;
	margin-right:5%;
	background:#404040 url(img/3_bg_left.png) top left repeat-y;
	margin-bottom:0px;
}

.menubar3 a {
	color:#f6f6f6;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
	text-transform:capitalize;
	font-weight:bold;
}

.menubar3 a:hover {
	text-decoration:underline
}

.menubar3_2 {
	background: #404040 url(img/3_bg_right.png) top right repeat-y;
        font-size:12px;
	margin:0;
	margin-left:10px;
	color:#f6f6f6;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:30px;
}

.menubar3_2_main {
	margin:0;
	margin-top:0px;
	margin-left:5%;
	margin-right:5%;
	background:#404040 url(img/3_bg_left.png) top left repeat-y;
}

.menubar3_2 a {
	color:#f6f6f6;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:capitalize;
}

.menubar3_2 a:hover {
	text-decoration:underline
}


#catlink a {
        font-size:14px;
        font-weight:bold;
        margin:0;
        text-decoration:none;
        color:#000;
}
#catlink a:hover {
        text-decoration:underline;
        color:#000;
}
#messageboard .thin {
        color:#333;
}
#messageboard h3 {
        font-size:14px;
        font-weight:bold;
        margin:0;
        text-decoration:none;
        color:#000;
}
#messageboard ul {
        list-style-type:none;
}
#post td {
        padding:5px;
}
#userinfo {
        border-right:1px #c3c3c3 solid;
        font-size:11px;
        color:#555;
}
#userinfo h1 {
        font-size:13px;
        font-weight:bold;
        margin:0;
        color:#000;
        font-family:Tahoma,Verdana,Trebuchet MS, serif;
}
#geninfo {
        font-size:11px;
        color:#555;
}
#buttonline a {
        font-size:14px;
        font-weight:bold;
        margin:0;
        text-decoration:none;
        color:#555;
}
#buttonline a:hover {
        text-decoration:underline;
        color:#555;
}

.oldposts {
        font-size:11px;
        color:#333;
        width:90%;
        padding:10px;
        margin-left:3px;
        border-bottom:1px solid #333;
}
/* Select World Search */

.yearBox {
	border: 1px solid #C0C0C0;
	padding: 2px;
	color: #999999;
	text-align: center;
}
.yearBox h1 {
	font-size: 18px;
}
.yearBox h2 {
	font-size: 16px;
	color: #999999;
}
.yearBox a {
	text-decoration: none;
}

/* Aircraft Management */
.ribbon_container {
  width:95%;
  height:90px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  border-bottom:1px #333 solid;
  padding:0;}

.ribbon_topline, .ribbon_bottomline {
  width:100%;
  margin:0;
  padding:0;}

.ribbon_topline .buttons, .ribbon_bottomline .buttons {
  width:90%;
}

.ribbon_topline .buttons tr td {
  border-right:3px #fff solid;
  border-bottom:2px solid #fff;
  background:#C2DAEF;
  width:35%;
  height:30px;
  text-align:center;
  font-size:14px;
  color:#333;
  font-weight:bold;
}
.ribbon_topline .buttons .left {
  width:25%;
  background:#f3f3f3 url(img/corner_top_left.png) top left no-repeat;
  font-weight:100;
  border-bottom:2px solid #fff;
}
.ribbon_topline .buttons .left h1 {
  margin:0;color:#111;
}
.ribbon_topline .buttons .right {
  width:5%;
  background:#C2DAEF url(img/corner_top_right.png) top right no-repeat;
  border-bottom:2px solid #fff;
}
.ribbon_topline .buttons .active {
  background:#90BADF;
  border-bottom:none;
}
.ribbon_bottomline {margin-bottom:8px;}
.ribbon_bottomline .buttons tr td, .ribbon_bottomline .buttons .one tr td {
  background:#90BADF;
  height:25px;
  font-size:13px;
  color:#333;
}
.ribbon_bottomline .buttons .left, .ribbon_bottomline .buttons .two .left {
  width:5%;
  background:#90BADF url(img/corner_bottom_left.png) bottom left no-repeat;
  font-weight:100;
}
.ribbon_bottomline .buttons .right, .ribbon_bottomline .buttons .two .right {
  width:5%;
  background:#90BADF url(img/corner_bottom_right.png) bottom right no-repeat;
  border-right:3px #fff solid;
}
.ribbon_bottomline .buttons a, .ribbon_bottomline .buttons .one a {
  height:25px;
  padding:4px;
  padding-left:30px;
  padding-right:30px;
  color:#333;
  text-decoration:none;
}
.ribbon_bottomline .buttons a:hover, .ribbon_bottomline .buttons .one a:hover {
  background:#C2DAEF;
  text-decoration:none;
}
.ribbon_bottomline .buttons .two tr td {
  background:#90BADF;
  height:22px;
  font-size:10px;
  color:#333;
  font-weight:100;
}
.ribbon_bottomline .buttons .one .left {
  width:5%;
  background:#90BADF;
  font-weight:100;
}
.ribbon_bottomline .buttons .one .right {
  width:5%;
  background:#90BADF;
  border-right:3px #fff solid;
}
.ribbon_bottomline .buttons .two a {
  height:25px;
  padding:4px;
  padding-left:20px;
  padding-right:20px;
  color:#333;
  text-decoration:none;
  margin-left:10px;
}
.ribbon_bottomline .buttons a:hover {
  background:#C2DAEF;
  text-decoration:none;
}

.feat {
  min-height:180px;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  color:#333;
  font-size:13px;
  margin-bottom:10px;
  padding-bottom:3px;
  padding-left:5px;
  padding-right:5px;
  padding-top:10px;
}

.feat h1, .feat_news h1 {
  color:#6E6E6E;
  margin:1px;
}

.feat h2, .feat_news h2 {
  font-size:14px;
  color:#333;
}

.feat_news {
  min-height:180px;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  border-bottom:1px solid #ccc;
  color:#333;
  font-size:11px;
  padding-bottom:3px;
  padding-top:10px;
  padding-left:5px;
  padding-right:5px;
}

.feat_news p {
  font-size:11px;
}

.feat_news .date {
  color:#666;
  text-decoration:underline;
}

.feat_news_header {
  border-bottom:1px solid #ccc;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:3px;
  padding-left:5px;
  padding-right:5px;
  padding-top:3px;
}

.feat_news_header h1 {
  color:#333;
}

.ttl {
  color:#f3f3f3;
  text-decoration:none;
  font-weight:bold;
}

.ttl:hover {
  color:#fff;
  text-decoration:underline;
}

.ttl:visited {
  color:#f3f3f3;
}

    #tabs{
        margin-left: 4px;
        padding: 0;
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
        padding-left: 5px;
    }
    #tabs ul{
        margin:0;
        padding:0;
        list-style:none;
    }
    #tabs li{
        display:inline;
        margin:0 2px 0 0;
        padding:0;
    }
    #tabs a{
        float:left;
        margin:0 2px 0 0;
        padding:0 0 1px 3px;
        text-decoration:none;
        background: #666;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border:1px solid #666;
    }
    #tabs a span{
        float:left;
        display:block;
        padding:4px 9px 2px 6px;
    }
    #tabs a span{float:none;}
    #tabs a:hover{background: #555; border: 1px solid #888;}
    #tabs a:hover span{}
    #tabHeaderActive span, #tabHeaderActive a { font-weight:bold; }
    #tabHeaderActive a { border: 1px solid #888;}
    .tabContent {
        clear:both;
        background-color:#FFF;
        width:100%;
    }
    
.amu tr td {
     border-bottom: 1px solid #333;
}
    #swapFormLink{
        float:left;
        margin:0 2px 0 0;
        padding:4px 20px 4px 20px;
        text-decoration:none;
        background: #666;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border:1px solid #666;
        color:#fff;
    }
    #swapFormLink:hover {
        background: #555; border: 1px solid #888;
    }

.container_feature_switch div {
  width:300px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border:3px solid #666;
  padding: 10px 10px 10px 10px;
  text-align:center;
  font-size:14px;
  margin-bottom:5px;
}

.container_feature_switch div.active {
  background:#f3f3f3 url(img/bg_active.png) center left no-repeat;
}

.container_feature_switch div.inactive {
  background:#f3f3f3 url(img/bg_inactive.png) center left no-repeat;
}

.container_feature_switch div.active:hover {
  background:#F3F781 url(img/bg_active.png) center left no-repeat;
  cursor:pointer;
}

.container_feature_switch div.inactive:hover {
  background:#F3F781 url(img/bg_inactive.png) center left no-repeat;
  cursor:pointer;
}

.feature_tooltip {
  padding:10px;
  background: #BDBDBD;
  font-size:12px;
  width:100%;
  color:#000;
  margin-top:15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#feature_alert {
  background:#D0F5A9;
  width: 100%;
  padding:10px 10px 10px 10px;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  margin-top:20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#tabs {margin-bottom:20px;}

#tabs a{
        background:#D8D8D8;
        margin:0 0px 20px 20px;
        padding:5px 20px 5px 20px;
        text-decoration:none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color:#000;
  font-size:14px;
}

#tabHeaderActive a { background-color: #BDBDBD; color:#000;}

#tabs a:hover{background-color: #E0ECF8;color: #000;}

.container_premium_switch {
  width:60%;
  margin:5px 0 5px 0;
  background: #f3f3f3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border:3px solid #666;
  padding:10px;
}

.container_premium_switch h2 {
  margin:0;
  color:#000;
  font-size:20px;
}

.container_premium_switch p {
  margin:0;
}
.awesome{
    background: #505050 url(/images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    text-shadow: 0 -1px 1px #505050;
    border-bottom: 2px solid #17A246;
    position: relative;
    cursor: pointer;
}

.awesome:hover { background-color: #333; color: #fff; text-decoration: none; }	
.awesome:active { top: 1px; }	
.awesome, .awesome:visited,	.medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }

/* Sizes ---------- */
.small.awesome {
font-size: 11px;
color: #FFFFFF;
}
.medium.awesome {
font-size: 13px;
color: #FFFFFF;
}
.large.awesome {
font-size: 14px;
padding: 8px 14px 9px;
color: #FFFFFF;
}
 
/* Colors ---------- */
.blue.awesome {
background-color: #2daebf;
}

/* New Message Center */
.container {
  background:none;
  width:100%;
  margin-top:5px;
}
.filters_container {
  width: 100%;
  background: none;
  position:relative;
  height:136px;
  margin-top:5px;
}
.filters_container h1, .filters_container h2 {
	font-family: 'Myriad', 'Arial', arial, helvetica, sans-serif;
	letter-spacing:0.04em;
	margin-bottom: 5px;
	margin-top:2px;
}

.filters_container_broker h1, .filters_container_broker h2 {
	font-family: 'Myriad', 'Arial', arial, helvetica, sans-serif;
	letter-spacing:0.04em;
	margin-bottom: 5px;
	margin-top:2px;
}

.filters_container h1 small {
  font-size:18px;
  letter-spacing:0;
}
.filters_container a, .filters_container_broker a { text-decoration:none;border:none; }
.filters_container_broker { height:68px; width:100%;background:none;position:relative; }

.filter_big {
  width:30%;
  height:128px;
  position:absolute;
  top:0;
  left:0;
  background:rgb(23,162,70);
  -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

.filter_small {
  width:22%;
  height:60px;
  background:rgb(23,162,70);
  position:absolute;
  -moz-transition: all 0.2s ease; /* FF3.7+ */
       -o-transition: all 0.2s ease; /* Opera 10.5 */
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
          transition: all 0.2s ease;
}

.new { background:rgb(0,102,204); }

.filter_big:hover, .filter_small:hover { background: rgb(86,187,120); }
.new:hover { background: rgb(69,143,218); }

#folder4 { top:0; left:31%;}
#folder0 { top:0; left:54%;}
#folder2 { top:0; left:77%;}
#folder1 { top:68px; left:31%;}
#folder3 { top:68px; left:54%;}
#sent { top:68px; left:77%;}
#folder5 { top:0x; left:54%;}
#folder6 { top:0px; left:77%;}


.inside {
  width:100%;
  height:100%;
  padding:0;
  margin:0;
  position:relative;
}

.filter_big .inside .num { position:absolute; top:25px; left:10px; }
.filter_big .inside .num h1 { font-size:80px; color:white; margin:0; font-family: 'Myriad', Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif; }
.filter_big .inside .num h2 { font-size:40px; color:white; margin:0; }
.inside .text { position:absolute; bottom:5px; right:15px; text-align:right; }
.inside .text h1 { font-size:18px; color:white; margin:0; font-family: 'Myriad', Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif; }
.filter_small .inside .num { position:absolute; top:10px; left:6px; }
.filter_small .inside .num h1 { font-size:35px; color:white; margin:0; font-family: 'Myriad', Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif; }
.filter_small .inside .num h2 { font-size:18px; color:white; margin:0; font-family: 'Myriad', Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif; }
.filter_big .inside .img { position:absolute; top:-13px; right:6px; }
.filter_small .inside .img { position:absolute; top:3px; left:40px; }

.mailbuttons_container {
  width: 100%;
  background: none;
  position:relative;
  height:30px;
  padding-top:8px;
}

.mailbuttons_container a { text-decoration:none; }

.mailbutton {
  width:10%;
  height:26px;
  background:#999;
  position:absolute;
  -moz-transition: all 0.2s ease; /* FF3.7+ */
       -o-transition: all 0.2s ease; /* Opera 10.5 */
  -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
          transition: all 0.2s ease;
  text-align:right;
}

.mailbutton h1 { font-size:16px; color:white; margin:0; margin-left:5px; margin-top:2px; margin-right:5px; font-family: 'Myriad', Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif; }

#sendnew { left:0%; width:30%; }
#reply { left:31%; width:22% }
#replyall { left:43%; display:none; }
#forward { left:54%; display:none; }
#delete { left:54%; width:22%; }
#delete_confirm { left:54%; width:22%; background:#aaaaaa; height:50px;  -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
#filter { left:77%; width:22% }

.mailbutton:hover { background:#ccc; }


.dynCont {
  width:99% !important;
  height: 600px !important;
  position:relative !important;
  margin-top:20px !important;
}
.dynCont h1 { font-size:40px !important; font-family: 'Myriad', Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif; }
.dynCont h1 small { font-size:18px !important; font-family: 'Myriad', Trebuchet MS, Lucida Sans, Lucida Sans Unicode, Lucida, sans-serif; }

.dynCont_in { position: absolute !important; width:48% !important; border: 1px solid grey !important; margin-top:48px !important; }

.dynCont_in table {width:100%;margin:0;padding:0;margin-left:0;}

.dynCont_in#mailbox {top:0px; left:0px; }
   .dynCont_in#mailbox table {width:100%;margin:0;padding:0;margin-left:0;}
   .dynCont_in#mailbox table .head td {background:rgb(209,227,209); padding:5px;}
   .dynCont_in#mailbox table tr td { padding: 5px; border-bottom:1px solid #ccc}
   .dynCont_in#mailbox table tr.unread td { font-weight:bold;}
   .dynCont_in#mailbox table tr:hover td { background:rgb(179,209,240); }
   .dynCont_in#mailbox table tr.head:hover td { background:rgb(209,227,209); }

.dynCont_in#email {top:0px; left:50%; padding:10px; overflow:auto; max-height:486px; }

.dynCont_in#create-new {top:0px; left:0px; padding:10px; overflow:auto; }

.dynCont_in#mailreply { top:0px;left:0px;padding:10px; overflow:auto; width:47%; }

.email_ec.confirm {
  position:absolute;
  top:45%;
  left:45%;
  width:200px;
  background:#c4eec5;
  border:3px solid #006600;
  padding:15px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.email_ec.error {
  position:absolute;
  top:40%;
  left:40%;
  width:200px;
  background:#FEBCC2;
  border:3px solid #990000;
  padding:15px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.email_ec #close { position:absolute; top:-17px; right:-17px; }

/* Test for up-to-date design */
.mogul2_container {
  border:0;
  width:100%;
  height:100%;
  position:relative;
}

.mogul2_left {
  border:0;
  width:210px;
  max-width:211px;
  min-height:90%;
  margin-left:0px;
  left:0;top:5px;
  position:absolute;
}

.mogul2_main {
  border:0;
  padding-left:25px;
  position:absolute;
  left:211px;top:5px;
  height:100%;
}


#Intercom {
  display: inline-block;
  text-decoration: underline;
  padding: 0 0 0 24px;
  background: transparent url(http://intercom.io/images/white_env.png) no-repeat left center;
}