/* @override 
	http://localhost:8000/stylesheets/sharedStyle.css?1238966476
	http://localhost:8000/stylesheets/sharedStyle.css?1238971707
	http://localhost:8000/stylesheets/sharedStyle.css?1239010913
	http://localhost:8000/stylesheets/sharedStyle.css?1239726499
*/

/* @group CSS Reset */

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;

}*/
/* remember to define focus styles! */
/*:focus {
	outline: 0;
}*/
/*body {
	line-height: 1;
	color: black;
	background: white;
}*/
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

a, a img {
    border-width: 0;
    border-style: none;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    border-bottom: none;
}

/* @end */



/* @group Status Messages */

.notice {
    padding: 4px 6px;
    margin-bottom: 5px;
    color: #92C333;
}

.feedback_msg {
    font-size: 1.2em;
    background: #4b591d;
    color: #dadada;
    padding: 5px 10px;
    margin: 5px 0;
    border: 1px dotted #5f7223;
    border-left: 10px solid #5f7223;
}

.feedback_error_msg {
    font-size: 1.2em;
    background: #671618;
    border: 1px dotted #841C1F;
    border-left: 10px solid #841C1F;
    color: #dadada;
    padding: 5px 10px;
    margin: 5px 0;
}

/* @end */

/* @group Text styles */

p {
    color: #e5e5e5;
    line-height: 1.5em;
    font-size: 1.2em;
}

ul {
    list-style-type: circle;
    color: #ccc;
    background: transparent;
    line-height: 1.5em;
    font-size: 1.2em;
    margin: 0;
}

ul, li {
    list-style-type: none;
}

a{
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
}

a:link, a:visited {
    text-decoration: none;
    border-bottom: 1px solid #83a4ad;
    padding-bottom: 0px;
    /*color: #98cbd8;*/
}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid #90b4c0;
    padding-bottom: 0px;
    color: #c5eaf6;
    cursor: pointer;
}

a:active {
    text-decoration: none;
    /*padding-bottom: 1px;*/
    color: #eeb900;
}

.head_box_vf {
    margin-top: 3em;
    /*wid

    th: 300px;*/
}

.head_box_vf h3, h3 {
    margin: 0px;
    padding-top: .6em;
    padding-bottom: .2em;
    padding-left: .8em;
    color: #f3c23d;
    font: italic 1.6em Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3.space {
    margin-top: 1em;
}

h4, h4.brd {
    font: 1.4em/1em Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #849465;
    /*margin-left: 1em;*/
    margin-bottom: 0;
    padding: 0;
}

.alliance, .winner {
    color: #9DD429;
}

/* @end */

/* @group Tables */

.tab_lay, .tab_numbers, .tab_lay_noBorder {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 10px 0 10px 0;
    padding: 0 10px;
}

.tab_lay th, .tab_numbers th {
    color: #999;
    text-align: center;
    padding: 5px;
    border-bottom: 3px solid #333;
    vertical-align: top;
}

.tab_lay td, .tab_numbers td {
    padding: 5px;
    border-bottom: 1px solid #333;
    text-align: center;
}

.tab_lay td.strong_brd {
    border-bottom: 3px solid #333;
}

.tab_lay .align_l, .tab_numbers .align_l {
    text-align: left;
}

.tab_lay .align_r, .align_r {
    text-align: right;
}

.tab_lay .align_c {
    text-align: center;
}

.tab_lay td.align_l_nobrd {
    text-align: left;
    border-bottom: none;
}

.tab_lay .nowrap, .data .nowrap {
    white-space: nowrap;
}

.tab_lay td.align_wrap {
    text-align: left;
    white-space: nowrap;
}

.tab_lay td.awb {
    text-align: left;
    white-space: nowrap;
    border: 0;
}

.tab_lay td.td_top, .tab_numbers td.td_top {
    vertical-align: top;
}

.tab_lay tr.even, .tab_numbers tr.even {
    background: #000;
}

.tab_lay tr.dead, th.dead, td.unpaid {
    background: #401000;
}

.tab_lay tr.alive, th.alive, td.paid {
    background: #005000;
}

.tab_lay tr.active, td.active , th.active {
    background: #000050;
}

.tab_lay tr.inactive, td.inactive, th.inactive {
    background: #000030;
}

.tab_lay tr.odd, .tab_numbers tr.odd {
    background: #121212;
}

.tab_lay tr span {
    margin: 0 4px;
}

.tab_lay label, .data label {
    font-size: 1em;
}

/* @end */

/* @group Drop_downs */

/*.drop_down_info {
	background: #1a1a1a;
	margin: .3em 0 2em;
	padding: .5em 2em 1em 1.5em;
}*/

.drop_down_info_black {
    border: 1px solid #222;
    margin-bottom: 20px;
}

.drop_down_info_child {
    border: 1px solid #222;
    background: #1C1C1C;
    margin-bottom: 20px;
    padding: 0 20px;
}

/* @end */

#command_form div h4.newOrder_h4 a.help {
    color: #849465;
}

/*a.help:link, a.help:visited, a.help:hover, a.help:active {
	color: #999;
	border-bottom-style: none;
  text-decoration: none;
	cursor: help;
}*/

.float_clearer {
    clear: both;
}

/* @group Buttons & 3 div's beneath like */

div.titleBack span.left {
    float: left;
}

div.titleBack span.repeat {
    width: 100%;
    float: left;
}

h2 div.titleBack {
    margin-top: -25px;
    position: relative;
    z-index: -1;
    margin-left: -10px;
}

/* @group Main_bt */

#content a.main_bt:link, #content a.main_bt:visited {
    color: #fff;
    border-bottom: none;
    /*float: left;*/
    font-size: 1.6em;
    display: table;
    font-weight: bold;

}

a.main_bt .titleBack {	
    margin-left: 0;
    margin-top: -23px;
}

a.main_bt .titleBack span.left {
    width: 26px;
    height: 26px;
    background-image: url(/images/bt_left.png);
    margin-left: -26px;
}

a.main_bt .titleBack span.repeat {
    padding: 0;
    height: 26px;
    background-image: url(/images/bt_repeat.png);
}

a.main_bt .titleBack span.right {
    width: 26px;
    height: 26px;
    background-image: url(/images/bt_right.png);
    position: absolute;
    font-size: 1.6em;
    float:right;
}

#content a.main_bt:hover {
    color: #2a2723;
}

a.main_bt:hover .titleBack span.left {
    width: 26px;
    height: 26px;
    margin-left: -26px;
    background: url(/images/bt_left.png) 0 -26px;
}

a.main_bt:hover .titleBack span.repeat {
    padding: 0;
    height: 26px;
    background: url(/images/bt_repeat.png) 0 -26px;
}

a.main_bt:hover .titleBack span.right {
    width: 26px;
    height: 26px;
    background: url(/images/bt_right.png) 0 -26px;
    float: right;
}



a.main_bt:active .titleBack span.left {
    width: 26px;
    height: 26px;
    margin-left: -26px;
    background: url(/images/bt_left.png) 0 -52px;
}

a.main_bt:active .titleBack span.repeat {
    padding: 0;
    height: 26px;
    background: url(/images/bt_repeat.png) 0 -52px;
}

a.main_bt:active .titleBack span.right {
    width: 26px;
    height: 26px;
    background: url(/images/bt_right.png) 0 -52px;
}

/* @end */

/* @group Blue_bt */

#content a.blue_bt:link, #content a.blue_bt:visited {
    color: #fff;
    border-bottom: none;
    display: table;
    font: 1em Geneva, sans-serif, Verdana, Tahoma, "Trebuchet MS";
    height: 17px;
    margin-left: 4px;
}

a.blue_bt .titleBack {	
    margin-top: -16px;
}

a.blue_bt .titleBack span.left {
    width: 4px;
    height: 17px;
    background-image: url(/images/firstPage/bt_blue_start.png);
    background-position: 0 -34px;
    margin-left: -5px;
}

a.blue_bt .titleBack span.repeat {
    padding: 0 1px;
    height: 17px;
    background-image: url(/images/firstPage/bt_blue_repeat.png);
    background-position: 0 -34px;
    margin-left: -1px;
}

a.blue_bt .titleBack span.right {
    width: 4px;
    height: 17px;
    background-image: url(/images/firstPage/bt_blue_end.png);
    position: absolute;
    background-position: 0 -34px;
}

#content a.blue_bt:hover {
    color: #fff;
}

a.blue_bt:hover .titleBack span.left {
    background-position: 0 -17px;
}

a.blue_bt:hover .titleBack span.repeat {
    background-position: 0 -17px;
}

a.blue_bt:hover .titleBack span.right {
    background-position: 0 -17px;
}

a.blue_bt:active .titleBack span.left {
    background-position: 0 0;
}

a.blue_bt:active .titleBack span.repeat {
    background-position: 0 0;
}

a.blue_bt:active .titleBack span.right {
    background-position: 0 0;
}

/* @end */

/* @group Green_bt */

#content a.green_bt:link, #content a.green_bt:visited {
    color: #fff;
    border-bottom: none;
    display: table;
    font: 1em Geneva, sans-serif, Verdana, Tahoma, "Trebuchet MS";
    height: 17px;
    margin-left: 4px;
    /*float: left;
	margin-right: 14px;*/
}

a.green_bt .titleBack {	
    margin-top: -16px;
}

a.green_bt .titleBack span.left {
    width: 4px;
    height: 17px;
    background-image: url(/images/firstPage/bt_green_start.png);
    background-position: 0 -34px;
    margin-left: -5px;
}

a.green_bt .titleBack span.repeat {
    padding: 0 1px;
    height: 17px;
    background-image: url(/images/firstPage/bt_green_repeat.png);
    background-position: 0 -34px;
    margin-left: -1px;
}

a.green_bt .titleBack span.right {
    width: 4px;
    height: 17px;
    background-image: url(/images/firstPage/bt_green_end.png);
    position: absolute;
    background-position: 0 -34px;
}

#content a.green_bt:hover {
    color: #fff;
}

a.green_bt:hover .titleBack span.left {
    background-position: 0 -17px;
}

a.green_bt:hover .titleBack span.repeat {
    background-position: 0 -17px;
}

a.green_bt:hover .titleBack span.right {
    background-position: 0 -17px;
}

a.green_bt:active .titleBack span.left {
    background-position: 0 0;
}

a.green_bt:active .titleBack span.repeat {
    background-position: 0 0;
}

a.green_bt:active .titleBack span.right {
    background-position: 0 0;
}

/* @end */

/* @group Down_bt */

#content a.down_bt:link, #content a.down_bt:visited {
    color: #fff;
    border-bottom: none;
    font-size: 1.4em;
    display: table;
    /*padding: 0 26px;*/
}

a.down_bt .titleBack {	
    margin-left: 0;
    margin-top: -23px;
}

a.down_bt .titleBack span.left {
    width: 26px;
    height: 26px;
    background-image: url(/images/bt_down_left.png);
    margin-left: -26px;
    /*float: none;
	position: absolute;*/
}

a.down_bt .titleBack span.repeat {
    padding: 0;
    height: 26px;
    background-image: url(/images/bt_down_repeat.png);
}

a.down_bt .titleBack span.right {
    width: 26px;
    height: 26px;
    background-image: url(/images/bt_down_right.png);
    position: absolute;
}



/* @end */





/* @group Tutorial Buttons */

div.button {
    padding: 0 22px;
    margin-top: -3px;
}

.submit_button {
    display: table;
    margin: 0 auto;
}

.submit_button div {
    /*width: 100%;*/
    position: relative;
    display: block;
    padding: 0 26px;
    /*margin-top: -30px;*/
}

.submit_button div div {
    padding: 0;
}

.submit_button input[type=submit] {
    border: none;
    background-color: transparent;
    padding: 0px 26px;
    height: 26px;
    position: relative;
    z-index: 3;
    color: #fff;
    cursor: pointer;
    margin: 0 -4px;
    background-image: none;
}

.submit_button input[type=submit]:hover, .submit_button input[type=submit]:active {
    color: #fff;
    border: none;
    background-color: transparent;
}

.submit_button .floatLeft {
    width: 26px;
    height: 26px;
    margin-left: -26px;
    float: left;
    margin-top: -26px;
    background: url(../images/bt_down_left.png) no-repeat;
}

.submit_button .repeat_x {
    padding: 0;
    height: 26px;
    width: 100%;
    float: left;
    margin-top: -26px;
    background-image: url(../images/bt_down_repeat.png);
}

.submit_button .floatRight {
    width: 26px;
    height: 26px;
    margin-right: -26px;
    float: right;
    margin-top: -26px;
    background: url(../images/bt_down_right.png) no-repeat;
}

a.submit_button:hover .floatLeft, a.submit_button:hover .repeat_x, a.submit_button:hover .floatRight {
    background-position: 0 -26px;
}

a.submit_button:active .floatLeft, a.submit_button:active .repeat_x, a.submit_button:active .floatRight {
    background-position: 0 -52px;
}

/* @end */

/* @end */

/* @group Input Styling */



/*input[type=text]:focus, textarea:focus {
    background-color: #eee;
    color: #292929;
    border: .1em solid #f3c23d;
}

input[type=text], textarea {
    background: #cbc8c0 url(/images/table_blackGrad.png) repeat-x;
    padding: .3em;
    color: #1f1f1f;
	border: 1px ridge #7e6000;
}

input[type=submit], input[type=button] {
    background: #a3a19a url(../images/table_whiteGrad_2.png) repeat-x 0 -1px;
    padding: 1px 2px;
    color: #232323;
	border: 2px outset #afa99a;
}

input[type=submit]:hover, input[type=button]:hover {
    background-color: #adadad;
    color: #292929;
    border: .1em solid #f3c23d;
}

input[type=submit]:active, input[type=button]:active {
    background-color: #5d5d5d;
    color: #292929;
	border: 2px groove #afa99a;
}*/

/* @end */

.forget_password{
    width:120px;
    margin-left:-10px;
    left:0;
}


.big_title{
    font-size:2em;
}