* {margin: 0; padding: 0; }
body {
    margin: 20px 20px 0 20px;
    background-color: #900;
    font-family: arial, helvetica, verdana;
    font-size: 12px;color: #fff;
    background-attachment:fixed;
    height: 100%;
}
a,.link {color: #ffc; text-decoration: none;cursor:pointer;}
a:hover,.link:hover {text-decoration: underline;}
img {border:none;}
h1,.s20 {font-size: 20px; margin: 5px 0 5px 0;}
h2,.s18 {font-size: 18px; margin: 5px 0 5px 0;}
h3,.s16 {font-size: 16px; margin: 5px 0 5px 0;}
h4,.s14 {font-size: 14px; margin: 5px 0 5px 0;}
div.altField,input, select, textarea {color: #666; border: 1px solid #666; height: 18px; background-color: #fff;}
div.altField {width: 100px; float: left; clear:none;}
textarea {width: 525px; height: 200px;}
select[multiple="multiple"] {
    width: 200px;
    height: auto;
}
input[type="text"],
input[type="submit"] {width: 200px;height:20px;}
input[type="submit"] {height: 28px;}
input[type="file"] {margin: 0 !important;}
input[type="image"] {width:auto;height:auto;background-color:transparent;border:none}
.btn,
.mediaBtn {
    height:26px;
    padding:0 20px 0 20px !important;
    z-index:0;
}

td,th {padding:2px 5px 2px 5px;vertical-align: middle;}
th {background-color: #000;text-align: right;}

.active,.inactive {text-align: center;}
.active {background: url(/bundles/mytemplate/images/icons/active.png) center center no-repeat;}
.inactive {background: url(/bundles/mytemplate/images/icons/inactive.png) center center no-repeat;}

.wLong {width:525px !important;}
.w50 {width:50px !important;}
.w75 {width:75px !important;}
.w100 {width:100px !important;}
.w110 {width:110px !important;}
.w120 {width:120px !important;}
.w150 {width:150px !important;}
.w200 {width:200px !important;}
.w200 {width:200px !important;}
.w250 {width:250px !important;}
.w300 {width:300px !important;}
.w350 {width:350px !important;}
.w400 {width:400px !important;}
.w500 {width:500px !important;}
.w510 {width:510px !important;}
.w600 {width:600px !important;}
.bgRed {background-color: #a00;}
.rounded10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.rounded20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.box600x600 {
    width: auto;
    height: auto;
    max-width: 600px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
}
.b {font-weight: bold;}
.odd {background-color: #700}
.even {background-color: #900}

div.pager {
    width: 100%;
    height: auto;
    float: left;
    clear: left !important;
    margin: 5px 0 5px 0 !important;
}
.pager div {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}
.pager div span {
    display:block;
    width:24px;
    height: 20px;
    float: left;
    background-color: #000;
    text-align: center;
    font-size: 13px;
    margin:0 2px 0px 0;
    line-height: 1.7;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border:1px solid #a00;
}
.pager div span a {
    display:block;
    _float:left;
    width:100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.pager div span.current {
    font-weight: bold;
    background-color: #eee;
    color: #a00;
}

#userData {
    position: relative;
    top: 0;
    float: right;
    clear: right;
    width: auto;
    height: auto;
    padding: 3px 5px 3px 5px;
    margin-top: -10px;
    z-index:1000;
}
.tt {cursor:pointer;}
#tooltip {
    position: absolute;
    _width:auto;
    _height:auto;
    background-color: #000;
    padding: 5px 8px 5px 5px;
    z-index:1000;
    display:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#tooltip img {
    margin: 0;
    width:auto;
    height:auto;
    display:block;
    border:1px solid #900;
    z-index:10000;
}
div#map {
    width: 500px;
    height: 500px;
    border: 1px solid #777;
    background-color: #ccc;
}
#mapText {
    color: #444;
}
#myInfo {
    position: absolute;
    right:10px;
    top:10px;
    width: auto;
    max-height: 600px;
    background-color: #000;
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 0;
    border-radius: 10px;
    border-top-right-radius: 0;
    z-index: 1000;
    overflow: hidden;
    display: none;
}
#myInfoCloser {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    float: right;
    clear: both;
    cursor: pointer;
    margin:-5px -3px;
    z-index: 1000;
    overflow: visible;
}
#myInfoTitle {
    float: left;
    clear: both;
    width: 90%;
    padding: 0 0 2px 10px;
    font-weight: bold;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    cursor: move;
}
#myInfoText {
    width: auto;
    max-height: 545px;
    padding: 10px;
    margin: 3px 5px 5px 5px;
    border: 1px solid #ccc;
    background-color: #900;
    overflow-x: hidden;
    overflow-y: auto;
    clear:both;
}
#frmLogin {
    position: absolute;
    left:260px;
    top:150px;
    width: 300px;
    height: 100px;;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: #c00;
    border:1px solid #000;
    padding: 20px;
    z-index: 1000;
}
#frmLogin input {width:150px;}
#frmLogin input[type="checkbox"] {width:auto;}
#frmLogin td {padding:2px 5px 2px 5px;text-align: left; vertical-align: middle;}
#frmLogin th {background-color: transparent;}
#frmLogin table tr td:last-child {
    text-align: left;
}
.mediaLink {
    color:#ff0;
    cursor:pointer;
}
.mediaLink:hover {
    color:#f90;
    text-decoration: underline;
}
#player {
    position: fixed;
    width: 400px;
    top: 10px;
    right: 10px;
    background-color: #000;
    display: none;
}
.audio{height:22px;}
.video{height:277px;}
.frmMedia {
    display: block;
    clear: both;
}

/* overlays */
.overlay {
    position: absolute;
    width: 600px;
    height: auto;
    _min-width: 540px;
    _min-height: 200px;
    max-width: 800px;
    _max-height: 600px;
    padding:0;
    background-color: #222;
    _background-image: url(/bundles/mytemplate/images/overlay/bgBlack2Grey.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #aaa;
    cursor: move;
    z-index: 10000;
    display: none;
}
.overlay .close {
    position: absolute;
    height:35px;
    width:35px;
    right: 0;
    top: 0;
    clear: none;
    margin: -17px -17px 0 0;
    padding: 0;
    background-image:url(/bundles/mytemplate/images/overlay/close.png);
    cursor:pointer;
    _z-index: 100;
}
.overlay .header {
    float: left;
    clear: both;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    top:0;
    margin-bottom: 20px;
}
.overlay .content {
    width: auto;
    height: auto;
    float: left;
    clear: both;
    font-size:12px;
    padding: 5px;
    margin: 5px;
    _z-index: 0;
    _border:1px solid #a00;
}
.overlay .content .youtube,
.overlay .content .youtubeHolder {
    margin: 5px;
}

#overlay {}
#overlayStart {}
/* overlays end */

div#loading {
    position: absolute;
    width: 43px;
    height: 11px;
    left:50%;
    top:50%;
    margin: -6px 0 0 -22px;
    text-align: center;
    display: none;
    -z-index:10000;
}

.youtube {
    width: 540px;
    height: 304px;
    float: left;
    clear: both;
    margin: 5px -20px 5px -10px;
}
.youtubeHolder,
.vimeoHolder,
.vHolderFrame {
    display:none;
    float: left;
    clear: left;
}
.imageLeft,.imageRight,.imageTopLeft,.imageTopRight,.caption {
    width: auto;
    height: auto;
    padding: 5px;
    clear: none;
    border: 1px solid green !important;
}
.imageLeft img,.imageRight img,.imageTopLeft img,.imageTopRight img {
    margin: 0;
    clear: both;
}
.imageLeft {
    padding-right: 5px;
    float: left;
}
.imageTopLeft {
    padding: 5px;
    float: left;
}
.imageRight {
    padding-left: 5px;
    float: right;
}
.imageTopRight {
    padding: 0 0 5px 5px;
    float: right;
}
.caption {
    padding-top: 0;
    text-align: center;
    font-style: italic;
    width: 100%;
    border: 1px solid red !important;
}
input.captcha {width:119px;}
div.pageContent {
    width: 540px !important;
    height: auto;;
    overflow: hidden;
    float: left;
    clear: left;
}
