/*
@description:
    theme: default condorspot.com theme
    theme was designed for http://condorspot.com
@version:   0.1
@uri:   http://condorspot.com/
@copyright: Gregor Ambrozic
@author:    Gregor Ambrozic
@author-uri:    http://insane.si
*/

/* GLOBAL STYLES */

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    width: 100%;
    height: 100%;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    color: black;
    font-weight: normal;
    font-style: normal;
    font-family: Tahoma, sans-serif;
    font-size: 70%;
    letter-spacing: 0.06em;
    line-height: 1.4em;
    background: #fff url("../img/bg.gif");
}

#header, #nav, #content, #footer {
    margin: 0 auto;
    width: 960px;
}

#header, #content {
    background-color: white;
}

h1 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

a {
    outline: 0;
    outline-style: none;
    padding: 0 4px;
    text-decoration: none;
    color: darkorange;
    border: 0;
}

a.opq, a.opq:hover {
    height: 1px; /*IE bug prevents the filter / opacity to be applied on elements when there is no dimension property assigned in CSS.*/
    filter: alpha(opacity = 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

a.opq {
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

img {
    border: 0;
}

/* COLORS */

.darkorange {
    font-style: normal;
    color: darkorange;
}

.green {
    font-style: normal;
    color: green;
}

.red {
    font-style: normal;
    color: red;
}

a:hover {
    background-color: #fff;
    color: darkred;
}

/* TOP STYLES */

#top {
    margin: 0 auto;
    padding: 5px 0;
    text-align: right;
    height: 14px;
    border: 0;
}

/* HEADER STYLES */

#header {
    text-align: left;
    border: 1px solid #ccc;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    padding-bottom: 0;
}

/* LOGO STYLES */

#logo {
    float: right;
    width: 240px;
    text-align: right;
}

#name {
    font-size: 3em;
    line-height: 36px;
    letter-spacing: 0.1em;
    font-weight: bold;
    height: 70px;
    padding: 4px 6px 0 0;
}

/* ACCOUNT STYLES */

#acc {
    font-weight: bold;
    padding: 0 6px 0 0;
}

/* NAV STYLES */

#nav {
    margin: 0 auto;
    padding: 10px;
    width: 950px;
    text-align: left;
    font-weight: bold;
}

.comp {
    margin: 10px;
    width: 500px;
    clear: left;
    -moz-border-radius: 5px 0 5px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border: 1px solid #ccc;
    height: 74px;
}

.comp ul {
    list-style: none;
    margin: 0;
    float: left;
    padding: 20px 0 0 0;
}

.comp li, .comp li {
    list-style: none;
    white-space: nowrap;
}

.comp:hover {
    background-color: #e9e8e8;
}

.cname {
    color: #fff;
    text-align: center;
    width: 84px;
    height: 54px !important;
    height: 72px;
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-top-left-radius: 3px;
    font-size: 1em;
    background: darkorange;
}

.cname li em {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 0.2em;
}

.cnav li em {
    font-style: normal;
    font-weight: bold;
    font-size: 1.4em;
    padding-left: 5px;
}

.cnav li {
    font-weight: bold;
    margin: 0;
    padding: 2px 6px 6px 6px;
}

.cnav li a {
    padding: 4px 6px;
}

/* CONTENT STYLES */

#content {
    height: auto !important;
    height: 800px;
    min-height: 720px;
    position: relative;
    text-align: left;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px 0 0 0;
    border: 1px solid #ccc;
    border-top: 0;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

#content p, #content h1, #content table {
    padding: 5px 10px;
}

#content ul, .slb {
    display: inline;
    float: left;
}

/* FOOTER STYLES */
#footer {
    margin: 0 auto;
    padding: 5px 0 10px 0;
}

#footer img {
    vertical-align: bottom;
}

/*FIELDSET*/
.fs, .ffs {
    width: 948px;
    margin: 5px;
    padding: 0;
    border: 1px solid #ccc;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px;
    border-collapse: collapse;
    clear: left;
}

.ffs {
    border: 0;
}

#fst, #fsl {
    height: 26px;
}

#st, #sl {
    height: 0;
    display: none;
}

#stl {
    float: left;
    clear: left;
    margin-top: 14px;
}

#str {
    float: right;
    clear: right;
    margin-right: 10px;
}

#sr {
    display: block;
}

#lt, #lr, #ll {
    font-weight: bold;
    text-indent: 10px;
    margin: 0 0 0 10px;
    cursor: pointer;
    background: url("../img/tasc.gif") no-repeat 0 12px;
}

#lr {
    background: url("../img/tdesc.gif") no-repeat 0 12px;
}

.fd {
    width: 948px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
}

.nbb {
/*no bottom border*/
    border-bottom: 0;
}

#content .fd ul {
    list-style-type: none;
    font-weight: normal;
    padding: 2px 5px;
    margin: 2px 1px 5px 5px;
    width: 18%;
    height: 126px;
    background-color: #e9e8e8;
    border: 1px solid #d7d7d7;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px;
}

#content .fd ul a {
    margin-left: -2px;
    pading: 4px 6px;
}

#sl ul li {
    list-style: disc;
    padding: 0;
    margin-left: 6px;
}

/* TABLE STYLES */

table {
    font-size: 1.0em;
}

.classes {
    float: right;
    position: absolute;
    right: 86px;
    top: 25px;
    height: 22px;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding-top: 5px;
}

.sc {
    background-color: #e9e8e8;
}

.classes a {
    padding: 6px 30px;
    margin: 0;
    text-align: center;
}

.classes a:hover {
    padding: 6px 30px;
    background-color: #e9e8e8;
    color: darkorange;
}

#results {
    width: 100%;
    text-transform: capitalize;
    border-collapse: collapse;
    margin: 0 0 5px 0;
    white-space: nowrap;
}

thead {
    font-size: 0.9em;
    background-color: #d5d3d3;
    text-transform: uppercase;
}

#results tr:hover {
    background-color: #ffe3b1;
    cursor: pointer;
}

#results .tr0:hover {
    background-color: transparent;
}

#results td, #results th {
    padding: 2px 4px;
}

#results th {
    padding: 2px 15px 2px 5px;
}

#results td, #results th {
    text-align: center; /* all to center*/
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ta {
    border-left: 0;
    width: 12px;
    padding: 0;
}

.tb {
    width: 160px;
    text-align: left !important; /* exceptions to left */
}

.tj {
    width: 12px;
}

#results .td, #results .td {
    text-transform: uppercase; /*uppercase CN*/
}

.t0 {
    background-color: #e3e1e1;
}

.t1 {
    background-color: #f3f3f3;
}

.trs1 {
    background-color: #68dc68;
}

.trs2 {
    background-color: #aaecaa;
}

.trs3 {
    background-color: #d9f8d9;
}

.trsf {
    background: url("../img/status.png") no-repeat center 0;
}

.trso {
    background: url("../img/status.png") no-repeat center -40px;
}

.trsc {
    background: url("../img/status.png") no-repeat center -20px;
}

/*TABLES FRONT*/
.tw {
    list-style-type: none;
    font-weight: normal;
    margin: 5px 2px 5px 5px;
    width: 178px; /*width: 19%;*/
    background-color: #e9e8e8;
    border: 1px solid #d7d7d7;
    display: inline-table !important;
    display: inline;
    font-size: 1.0em;
    border-collapse: collapse;
    vertical-align: top;
    height: 0;
}

.twa {
    height: 126px;
}

.twb {
    height: 106px;
    width: 940px;
    text-align: left;
}

.twc {
    height: 106px;
}

.tw td {
    margin: 0;
    padding: 0 2px;
}

.tw1 {
    width: 13px;
    background: url("../img/gold.png") no-repeat 2px center;
}

.tw2 {
    background: url("../img/silver.png") no-repeat 2px center;
}

.tw3 {
    background: url("../img/bronze.png") no-repeat 2px center;
}

/*CUP IMAGES*/
.cg {
    background: url("../img/gold.png") no-repeat 2px center;
}

.cs {
    background: url("../img/silver.png") no-repeat 2px center;
}

.cb {
    background: url("../img/bronze.png") no-repeat 2px center;
}

.header {
    background: url("../img/tbg.gif") no-repeat right center;
    cursor: pointer;
}

.asc {
    background: url("../img/tasc.gif") no-repeat center right;
    cursor: pointer;
}

.desc {
    cursor: pointer;
    background: url("../img/tdesc.gif") no-repeat center right;
}

/* LISTS STYLES */
.ful {
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px;
    background-color: #e9e8e8;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 5px;
    width: 600px;
}

.fulnb {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.ful li {
    list-style: none;
    padding: 2px;
}

#std li {
    list-style: none;
    padding: 2px;
    font-weight: normal;
    text-align: left;
    width: 186px;
    position: relative;
    left: 54px;
    line-height: 1.1em;
}

#std li span {
    width: 140px;
    text-align: right;
    position: absolute;
    left: -144px;
    font-weight: bold;
}

/* FORM STYLES */
form input, form textarea, form select, #filter {
    width: 430px;
    height: auto !important;
    height: 24px;
    margin: 0;
    padding: 5px;
    border: 1px solid #ccc;
}

#df input {
    width: 200px;
}

form input[type="submit"]:hover, form input[type="button"]:hover {
    border-width: 1px;
}

form input:hover, form textarea:hover, form select:hover {
    border: 1px solid #b3b2b2;
}

form input:focus, form textarea:focus, form select:focus {
    border: 1px solid #7d7c7c;
}

form select {
    width: 442px !important;
    width: 430px;
}

.checkbox {
    width: auto;
    padding: 2px;
    margin: 2px 1px !important;
    vertical-align: -3px !important;
}

.button {
    background-color: #b3b2b2;
    text-transform: uppercase;
    font-size: 0.85em;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px;
    width: auto;
    padding: 4px;
    margin: 2px 4px;
}

.button:active {
    padding: 5px;
    margin: 1px 3px;
    border: 1px solid #b3b2b2;
}

#file {
    position: relative;
    left: -134px !important;
    left: -368px;
    top: 2px !important;
    top: 0px;
    cursor: pointer;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 0);
}

#labelfile {
    height: 25px;
    width: 62px;
    display: inline;
    display: inline-table !important;
    background: url("../img/btnb.gif") 0 0 no-repeat;
    overflow: hidden;
}

#labelfile:hover {
    background: url("../img/btnb-o.gif") 0 0 no-repeat;
}

#filevalue {
    height: 24px;
    white-space: nowrap;
    margin-left: 148px !important;
    margin-left: 0;
}

.forminfo {
    position: absolute;
    display: inline;
    margin: -20px 0 0 -5px;
    -moz-border-radius: 5px 5px 5px 0 !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background-color: #ffe3b1;
    padding: 10px;
    border: 1px solid #ccc;
    white-space: nowrap;
}

/* RANDOM STYLES */
.label {
    width: 140px;
    display: inline;
    display: inline-table !important;
    float: none !important;
    float: left;
    text-align: right;
    vertical-align: 5% !important;
    margin: 4px 2px;
}

/*DIV FORM*/
#df {
    margin: 0 5px 0 0;
    float: right;
    clear: right;
}

/*POPUP TRACK IMAGE*/
.taskpic {
    position: absolute;
    margin: -20px 0 0 570px;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #990000;
    white-space: nowrap;
    width: 390px;
    height: 538px;
}

#pmvi, #pmvgm {
    border: 1px solid #ccc;
    padding: 2px 10px;
    margin: 0 1px 0 0;
    -moz-border-radius: 5px 5px 0 0 !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

#pmvi:hover, #pmvgm:hover, .pmvsc {
    background-color: #ccc;
}

#pmvc {
    border: 1px solid #ccc;
    width: 640px;
    height: 480px;
}

#pi {
    padding: 0 10px 0 5px;
    border-right:10px solid white;
    vertical-align: middle;
}