body {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.fieldsetnotice {
    border: 1px solid #ccc;
    background-color: #FFEAEA;
}

.legendnotice {
    color: #555;
    border: 1px solid #bbb;
    background-color: #FFD7D7;
}

.button {
    font-size: 1.1em;
    color: #399467;
    background-color: #DDD;
    text-shadow: 1px 1px 0px #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    padding: .2em 1.1em .2em;
}
.button:hover {
    background-color: #CCC;
}

.button_del {
    font-size: 1.1em;
    color: #5B5B5B;
    text-shadow: 1px 1px 0px #fff;
    border: 1px solid #F1ABAB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    padding: .2em 1.1em .2em;
}
.button_del:hover {
    background-color: #DDD;
    color: #C00;
}

.button_dis {
    font-size: 1.1em;
    color: #ACACAC;
    /*text-shadow: 1px 1px 0px #fff;*/
    border: 1px solid #bbb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
    cursor: default;
    padding: .2em 1.1em .2em;
}

input[type=text],
input[type=password],
select,
.button,
.button_del,
.button_dis {
    height: 33px;
    /*margin: 0 2px 0 2px;*/
}

hr {
    background-color: #990000;
    border: 0px;
    color: #990000;
    height: 1px;
}

a:link, a:visited, a:active	{
    text-decoration: none !important;
    //color: #3366cc;
}

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

div.bottom {
    color: #65808A;
    font-size: 11px;
    text-align: center;
}

.img-circle {
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    height: 65px;
    width: 65px;
}

.ranklogo {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/* Define some colors */
.darkbg {
    background-color: #99AABA;
    color: #65808A;
}

tr.mediumbg td {
    background-color: #969696;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
}

tr.mediumbg td a {
    text-decoration: none;
    color: #FFFFFF;
}

td {
    color: #535353;
    font-size: 13px;
}

tr.lightbg td {
    background-color: #F3F3F3;
    padding: 5px;
}

tr.lightbgalt td {
    background-color: #E9E9E9;
    padding: 5px;
}

tr.lightbg_ovr td {
    background-color:#ECECEC;
    padding: 5px;
}
tr.lightbg_ovralt td {
    background-color:#DFDFDF;
    padding: 5px;
}

a.tbheader, a.tbheader:active {
    color: #312231;
    text-decoration: none;
}

a.tbheader:hover {
    color: #969696;
    text-decoration: none;
}

.highlight {
    background-color: yellow;
    color: #000;
}

.alertarea {
    color: Red;
    background: White;
    padding: 5px;
    border: 1px solid #DDD;
}

.tableborder {
    border: 3px solid #666;
    background-color:#666;
    padding:0px;
    margin:0px;
    /*
        *border-collapse: collapse; /* IE7 and lower */
    /*
        border-spacing: 0;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    */
}

.tablebg {
    /*background-color for all pages layout*/
    background-color: #FDFDFD;
    color: #333;
}

.join_edit_error {
    background-color: #FFD0D0;
    border: 1px solid #E17C00;
    padding: 2px;
}

.dtree {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    white-space: nowrap;
}
.dtree img {
    border: 0px;
    vertical-align: middle;
}
.dtree a {
    color: #000;
    text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
    color: #000;
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
    text-decoration: none;
}
.dtree a.nodeSel {
    background-color: #c0d2ec;
}
.dtree .clip {
    overflow: hidden;
}

a.help { color: #65808A; font-weight: bold; text-decoration: none; }
a.help:hover { color: #65808A; text-decoration: underline; }

/*navpage
*/
span.navpage a, span.navpage a:visited {
    background-color: #E7E7E7;
    padding:3px 3px 3px 3px;
    /*width:100%;*/
    text-align: center;
    border: #9F9F9F solid 1px;
    text-decoration: none;
}

span.navpage a:hover {
    background-color: #FAFAFA;
    padding:3px 3px 3px 3px;
    /*width:100%;*/
    text-align: center;
    border: #AFAFAF solid 1px;
    text-decoration: none;
}

/* offline page and countdown*/
.offlinenotice {
    background-color: #eee;
    text-align: center;
    height: 100%;
}

.flip-clock-middle {
    margin-top: 100px;
}

/* Help Hint */
.hint_hdr {font-family: arial, verdana; font-size: 12px; font-weight: bold; color: #FFFFFF;}
.hint_cnt {font-family: arial, verdana; font-size: 11px;}
.hint_fg {background-color: #E67E22;}
.hint_bg {background-color: #696969;}

.helphintku{
    box-shadow: 3px 3px 6px #818181; /*shadow for CSS3 capable browsers.*/
    -webkit-box-shadow: 3px 3px 6px #818181;
    -moz-box-shadow: 3px 3px 6px #818181;
    display:none;
    position:absolute;
    display:none;
    border:3px solid #333; /*Border around tooltip*/
    background:white;
    z-index:3000;
}

.helphintku .stickystatus{ /*Style for footer bar within tooltip*/
    background: #333;
    color:white;
    padding-top:5px;
    text-align:center;
    font:italic 11px Helvetica, Arial, sans-serif;
}

.hintbox {font-family: arial, verdana; font-size: 11px; color: #555;}

.genview-style-iframe {
    width:100%;
    height:500px;
    align:top;
    scrolling:auto;
    background:#FFF;
    border:none;
}

/* Google Translator */
#google_translate_element {
    /*
    float: right;
    height: 24px;
    */
    width: 128px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
}

#google_translate_element select {
    margin: 0px;
    font-size: 12px;
    text-indent: 0px;
    float: left;
}

/* shrink navbar*/
.shrink {
    height: 62px !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.shrink .navbar-right {
    padding-top: 0px !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.shrink .navbar-brand img {
    max-height: 62px !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
