html {
    padding:0;
    margin:0;
    height:100%;
}

body, h1, h2, h3, h4, img, hr, form {
    margin: 0;
    font-weight: normal;
}

body, body div, body p, body th, body td, body li, body dt {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 13px;
}

body {
	color: #333;
}

a {
    color: #007bcf;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

h1,h2 {
    margin: 1px 0 20px 0;
    padding: 8px 10px;
    color: #3366cc;
    font-size: 17px;
    font-weight:bold;
    font-family: Tahoma, sans-serif;
    background-color: #eee;
    border-bottom: #ccc 1px solid;
}

h2 {
    color: #555;
}

h3.ttf {
    padding-left:15px;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-size: 22px;
    font-weight: bold;
}

h3.g1 {
    color: #8495b5;
}

h3.g2 {
    color: #0f61a3;
}

h3.g2 strong,
h3.g1 span {
    color: #09f;
    font-size: 120%;
}
h3.g1 strong,
h3.g2 span {
    color: #c00;
    font-size: 120%;
}

div#container {
    background: url("../images/layout_bg.jpg") 0 0 repeat-x;
}

div#main {
    width: 900px;
    margin: 0 auto;
}

div#content-wrapper {
    min-height: 390px;
}

div.content-box {
    padding-top: 10px;
}

div.content-info {
    margin: 5px 0;
    padding: 10px;
    border: #ccc 1px solid;
    background-color: #f9f9f9;
}

div#header {
    height: 209px;
    overflow: hidden;
    position: relative;
    background-color: #eee;
}

div#header a {
    text-decoration: underline;
    color: #444;
}
div#header a:hover {
	color: #007bcf;
}

div#header #logo {
    background: url("../images/layout_logo.jpg") 0 0 no-repeat;
    width: 279px;
    height: 209px;
    float: left;
}
div#header #splash {
	background: url("../images/layout_money.jpg") 0 0 no-repeat;
	width: 313px;
	height: 209px;
	float: left;
}
div#header #login-box,
div#header #user-box {
	background: url("../images/layout_login.jpg") 0 0 no-repeat;
	width: 308px;
	height: 209px;
	float: left;
}

div#header #user-box {
    background-image: url("../images/layout_userinfo.jpg");
    color: #555;
}

div#header div#login-box div.wrapper,
div#header div#user-box div.wrapper {
    position: relative;
    top: 80px;
    left: 32px;
    font-size: 11px;
    overflow: hidden;
    // height: 100%;
}

div#header div#user-box div.wrapper {
    top: 90px !important;
}

div#header form#login div {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

div#header form#login input {
    font-size: 10px;
    font-family: sans-serif;
    padding: 2px;
    margin-bottom: 9px;
    // margin-bottom: 7px;
    width: 120px;
}

div#join-container {
    overflow: hidden;
    height: 240px;
    position: relative;
}

div#join-container img {
	float: left;
}

div#join-splash {
    background: url("../images/sign1.jpg") 0 5px no-repeat;
    height: 615px;
}

a.more {
    width: 237px;
    height: 23px;
    display: block;
    text-decoration: none;
    background: url("../images/more_btn.gif") 0 0 no-repeat;
}

div.menu {
    text-align: center;
}

div.menu a {
    padding: 10px 20px;
    line-height: 35px;
    // line-height: normal;
    // display: inline-block;
    color: #555;
    text-decoration: none;
}
div.menu a.active,
div.menu a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

table.list {
    width:100%;
    border:1px solid #d5e3f2;
    border-bottom: none;
}
table.list tbody {
    background:#fff;
}
table.list tr.even, table.list tr.even tr {
    background:#eaf1f8;
}

table.list th, table.list td {
    padding:2px 4px 2px 4px;
}

table.list td.total {
    background-color: #e7f5e7;
    font-weight: bold;
}

table.list th.total {
    text-decoration: underline;
    font-size: 110% !important;
}

table.list th {
    white-space:nowrap;
}

table.list td {
    border-width:0 1px 1px 0;
    border-color:#cbdcef;
    border-style:solid;
}

table.list td.last {
    border-right:0;
    width: 1%;
}

table.list tr.headings {
    background: #cbdcef url(../images/sort_row_bg.gif) 0 50% repeat-x;
}
table.list tr.headings th {
    border-width:1px;
    border-color:#fff #cbdcef #8ea7c3 #fff;
    border-style:solid;
    padding-top:1px;
    padding-bottom:0;
    font-size:13px;
    color: #000;
    height: 30px
}

table.list .cur, table.list .num {
    text-align: right;
}

table.list tr.headings th.last {
    border-right:#fff 1px solid;
}

table.list tfoot tr {
    background:#fffeea;
    font-weight: bold !important;
}
table.list tfoot td {
    padding:6px 4px 6px 4px;
}

table.list tfoot td.total {
    background-color: #d7f2d7;
}

table.list tr#details td {
    border-right: none;
}

table.list tr#details td table thead td  {
    background-color: #6699cc;
    color:#fff;
    font-weight: bold;
    text-align: center;
    padding:2px 4px 2px 4px;
    border: none;
}

table.list tr#details td table tbody td {
    font-weight: normal;
    background-color: #eee;
    padding:2px 4px 2px 4px;
    border: none;
}

table.list tr#details td table tfoot td {
    font-weight: bold;
    background-color: #c38ec2;
    color:#fff;
    padding:2px 4px 2px 4px;
    border: none;
}


/* PROMO DROP-DOWN */

div.menu #pddm div {
    display: none;
    position: absolute;
    z-index:1000;
    width: 200px;
    padding-top: 15px;
    //padding-top: 0 /* ie fix */
}

div.menu #pddm blockquote {
	margin: 0;
	width: 100%;
	padding: 5px;
	border-width: 1px;
    border-color: #fff #aaa #aaa #fff;
    border-style: solid;
    background-color: #f1f1f1;
}

div.menu #pddm div a {
    display: block;
    padding: 2px 20px !important;
    line-height: normal;
    text-align: left;
    color: #000;
}

table.promoIcons {
	margin-left: 30px;
	margin-bottom: 30px;
}

table.promoIcons td {
    vertical-align: top;
}

table.promoIcons td.icon {
    width: 60px;
}

table.promoIcons td.icon img {
    border: #eee 4px solid;
}

table.promoIcons td.desc {
    width: 280px;
    padding: 5px 40px 20px 10px;
    color: #555;
    font-size: 11px;
    text-align: justify;
    cursor: pointer;
}

table.promoIcons td.desc strong {
    display: block;
    font-size: 140%;
    color: #000;
}

/* JTIP tooltip */
#JT_arrow_left {
    background-image: url(../images/jtip/arrow_left.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    left:-11px;
    height:23px;
    width:10px;
    top:-1px;
}

#JT_arrow_right {
    background-image: url(../images/jtip/arrow_right.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    height:23px;
    width:11px;
    top:-1px;
}

#JT {
    position: absolute;
    z-index:100;
    border: 1px solid #aaa;
    background-color: #fff;
}

#JT_copy {
    padding:10px 10px 10px 10px;
    color:#888;
    font-size: 11px;
}

.JT_loader {
    background-image: url(../images/ajax-indicator-admin.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:16px;
}

#JT_close_left {
    background-color: #aaa;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 4px;
    padding-top: 3px;
    font-weight:bold;
    color: #fff;
}

#JT_close_right {
    background-color: #aaa;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 4px;
    padding-top: 3px;
    font-weight:bold;
    color: #fff;
}

#JT_copy p {
    margin:3px 0;
}

#JT_copy img {
    padding: 1px;
    border: 1px solid #ccc;
}

div.form1 {
    padding: 0 20px !important;
    margin: 0 !important;
}

div.form1 input {
    width: 150px;
}

fieldset input, select {
    float: left;
    width: 200px;
    display: block;
}

fieldset select {
    width: 204px;
}

fieldset input[type=checkbox] {
    width: auto;
}

fieldset label {
    float: left;
    width: 180px;
    clear: left;
    display: block;
}

fieldset {

}

fieldset div {
    padding: 5px 20px;
    clear: left;
}

fieldset h3 {
    text-align: left;
    padding: 5px 0;
    border-bottom: #999 1px solid;
    margin-bottom: 10px;
    font-weight: bold !important;
    color: #000;
}

fieldset blockquote {
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0 0 20px 0;
}

div.success {
    margin: 5px 0 10px 0;
    padding: 10px;
    padding-left: 40px;
    font-size: 17px;
    font-weight: bold;
    color: #99cc33;
    background: url("../images/success_icon.gif") 0 4px no-repeat;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

div.failed {
    margin: 5px 0 10px 0;
    padding: 10px;
    padding-left: 40px;
    font-size: 17px;
    font-weight: bold;
    color: #990000;
    background: url("../images/failed_icon.gif") 0 4px no-repeat;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

input[type=submit] {
    font-weight:bold;
    padding: 2px 20px;
    width: auto;
}

div#footer {
    background: url("../images/layout_fbg.jpg") 0 4px repeat-x;
    height: 136px;
}

div#footer .legal {
    color: #777;
    font-weight: bold;
    font-size: 12px;
    margin-top: 40px;
    text-align: center;
}

#carousel img {
    cursor: pointer;
}

#carousel {
    height: 200px;
}

#text {
    position: absolute;
    padding: 10px;
    width: 300px;
    display: none;
}

#text strong {
    font-size: larger;
}

div.news-item {
    padding-right: 20px
}

div.news-item p.date {
    width: 72px;
    background-color: #0099ff;
    color: #fff;
    padding: 1px 4px;
    margin: 0;
}

div.news-item p.text {
    text-align: justify;
    padding: 10px 0 20px 0;
    margin:0;
    color: #777;
}

div.news-item p.text strong {
	color: #000;
}

span.comment {
    color: #999;
}
.indicator-admin {
	background: url("../images/ajax-indicator-admin.gif") 0 0 no-repeat;
	width:120px;
	height: 16px;
	text-indent: 22px;
	color: #000;
	display: none;
	float: left;
}
.red-bold {
    font-weight: bold;
    color: red;
}
.blue-bold { font-weight:bold; color:blue; }

/* INLINE HELP */
.inline-help { font-size:11px; text-align:left; font-weight:normal; padding:5px; display:none; position:absolute; width:320px; background-color:#F4F2D7; color:#000; text-transform:none; border:solid 1px #000;}

hr.clear {
    height: 1px;
    border: 0 none;
    visibility: hidden;
    display: block;
    clear: both;
    // margin:-7px 0; /*for all ie*/
    background-color:red;
}

input.short {
	width: 65px !important;
}

input.long {
	width: 210px !important;
}

select.short {
	width: 71px !important;
}

select.long {
	width: 200px !important;
}
