﻿/*
.win.safari body, .win.safari form, .win.safari html
{
    font-family: arial,sans-serif !important;
   font : 10pt arial,sans-serif !important;
}
*/

body, form, html {
    font: 13px arial,sans-serif;
    margin: 0px;
    padding: 0px; /* margin-bottom: 1px; */
    overflow: hidden; /*get rid of scroll bars in IE */
    height: 100%;
    min-height: 100%;
}

*:focus {
    outline: none;
}


.RadInputMgr_Default, .input {
    font-family: arial,sans-serif !important;
    font: 10pt arial,sans-serif !important;
    color: #193D40 !important;
    border-color: #bfbfbf !important;
}


html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default, .RadInput input {
    font: 10pt arial,sans-serif !important;
    height: 15px;
}


html {
    overflow: hidden; /*get rid of scroll bars in IE */
}

body {
    overflow: hidden; /*get rid of scroll bars in IE */
}

a:link, a:hover, a:active, a:visited {
    color: #000000;
    text-decoration: none;
}

#page {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

#header {
    position: absolute;
    -background-image: url("../images/Header.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 75px;
    display: block;
    z-index: 2; /*right: 17px;*/
}



#contentContainer {
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    display: block; /* set up as a block */
    padding-left: 17px;
}

input {
    width: auto;
    vertical-align: middle;
}

#headerContent {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
}

#logo {
    position: absolute;
    right: 90px;
    margin-right: -60px;
    margin-top: -4px;
}

.copyright, .copyright a {
    color: #96a9ae;
    padding-top: 8px;
    padding-right: 10px;
    font-size: 10px;
}

#menu {
    float: left;
    font-size: 18pt;
    color: #96a9ae;
    padding-left: 0px;
}

#footerMenu {
    margin-left: 10px;
    float: left;
    font-size: 11pt;
    color: #a2aaa6;
}


    #footerMenu img {
        border: 0px;
    }

.pad2 {
    display: block;
    height: 100px; /* height to miss header and footer */
}

#content {
    padding-top: 80px;
    padding-bottom: 30px;
    display: block; /* set up as a block */
    position: relative; /* set up relative positioning so that z-index will work */
    z-index: 1; /* allocate a suitable z-index */
    width: 100%;
    background-image: url('../images/bkgr_fade_image_10px.png?ver=1');
    background-repeat: repeat-x;
    background-color: #f3f3f3;
    display: block;
    height: 100%;
    min-height: 100%;
}

#contentContent {
    overflow: auto; /*  overflow-x:hidden;         overflow-y:auto; /* add scroll bars as required */ /*padding-left:200px; /* pad left to avoid navigation div if required */
    position: relative;
    width: 100%;
}

.hidden {
    display: none;
}

#footer {
    background-image: url("../images/Footer.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0px; /*right: 17px;*/
}

#footerContent {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    -padding-left: 10px;
    -padding-right: 10px;
}

.bug a {
    text-decoration: underline;
}

.box {
    border: 1px solid lightgray;
    padding: 10px;
}

.lightHR {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid lightgray;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
}

.thickHR {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid black;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
}


.loggedIn {
    float: right;
    font-size: 7pt;
    padding-top: 4px;
    padding-right: 10px;
    color: #FFFFFF;
    text-align: right;
}

    .loggedIn span {
        color: #FFFFFF;
        padding-top: 3px;
        padding-right: 0px;
        position: absolute;
        right: 0;
        width: 150px;
    }

    .loggedIn a {
        position: absolute;
        right: 0;
        top: 50px;
        width: 150px;
    }

.logout {
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF !important;
    /*margin-top: 30px !important;*/
}

/*.loggedIn {
    float: right;
    font-size: 9pt;
    padding-top: 10px;
    color: #075253;
}

    .loggedIn span {
        color: #075253;
        padding-top: 3px;
        padding-right: 10px;
    }*/


/*.logout {
    font-weight: bold;
    font-size: 12px;
    color: #075253;
}*/

.login {
    float: right;
}

    .login a {
        font-size: 14px;
    }

/*
        
MyPage

*/

.DataList {
    text-align: left;
    padding-bottom: 40px;
    width: 100%;
    margin-bottom: 10px;
}

.dataListTitle {
    font-size: 20px;
    text-transform: uppercase;
    color: #085254;
    text-align: left;
    padding-bottom: 5px;
}

.rightDataList {
    text-align: left;
    border: 1px solid lightgray;
    background-color: White;
    border-bottom-right-radius: 20px 20px;
    -moz-border-radius-bottomright: 20px 20px;
    margin-bottom: 10px;
}

.leftDataList {
    text-align: left;
    border: 1px solid lightgray;
    background-color: White;
    border-bottom-left-radius: 20px 20px;
    -moz-border-radius-bottomleft: 20px 20px;
    margin-bottom: 10px;
}

.box {
    text-align: left;
    border: 1px solid lightgray;
    background-color: White;
}

.smallTopMargin {
    margin-top: 28px;
}

.largeTopMargin {
    margin-top: 14px;
}

.dataListPadding {
    padding: 14px;
}

.dataListSpacer {
    clear: both;
    height: 14px;
}


.DataList.MyLists {
    /*  margin-right: 30px;     width: 560px;*/
}

.DataList.MyOrders {
    /*  margin-left: 30px;     width: 565px;*/
}

.videoItem {
    float: left;
    height: 60px;
    padding-right: 2px;
    padding-bottom: 2px;
}

    .videoItem img {
        border: 0px;
        width: 80px;
        height: 60px;
    }

.infoArea {
    width: 100%;
    vertical-align: middle;
    position: relative;
    /*  height: 30px;
    margin-bottom: 10px;*/
}

    .infoArea td {
        vertical-align: middle;
    }

        .infoArea td a {
            border: 1px solid gray;
            padding: 3px;
            padding-left: 6px;
            padding-right: 6px;
        }

.infoTitle {
    margin-top: 5px;
}

    .infoTitle span {
        margin-right: 5px;
    }

.infoActions {
    float: right;
    /* height: 30px;*/
}

.errorHolder {
    color: Red;
}
/*

Generic for all pages

*/

.button a, .button a:visited, .button a:link, .button a:active, .button span {
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #000;
    color: White;
    cursor: pointer;
}

    .button a:hover, .button span:hover {
        color: Red;
        cursor: pointer;
    }

.footerButton {
    float: right;
    margin-left: 20px;
}

.buttonClicked.listViewIcon {
    border: 1px solid gray !important;
    padding: 4px !important;
    margin-top: -3px !important;
    margin-right: 3px !important;
    margin-left: -3px !important;
}

.buttonClicked {
    border: 1px solid gray !important;
    /*background-color: silver !important;  */
    padding: 4px !important;
    margin-top: -3px !important;
    margin-right: -3px !important;
    margin-left: -3px !important;
}

.footerButton img {
    margin-top: -4px;
}

.footerButton a {
}


.leftPad1 {
    position: absolute;
    margin-left: 142px;
    margin-top: -10px;
}

.logo {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    width: 290px;
    height: 65px;
    padding-top: 5px;
    border: 2px solid #000000;
}

.logoMaster {
    margin-top: 50px;
    float: right;
}

.content {
}

    .content .videoArea, .content .newsArea {
        vertical-align: top;
        padding-top: 50px;
    }

.newsArea {
    text-align: right;
    width: 290px;
    float: right;
}

.menuItem {
    float: left;
    text-align: left;
}

.footerMenuItem {
    float: left;
    /* padding-right:30px;*/
}

.menuItem a {
    color: #A2AAA6;
}

    .menuItem a:hover {
        color: white;
    }

.footerMenuItem a {
    color: #A2AAA6;
}

    .footerMenuItem a:hover {
        color: white;
    }

.menuLoginItem a {
    color: #96a9ae;
    font-size: 14px;
}

.main {
    width: 1200px;
}

.headerText {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #000000 !important;
    font-weight: bold !important;
    padding-bottom: 8px !important;
    background: none !important;
}

.headerTextDouble {
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    font-weight: bold !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    background: none !important;
}


.columnText {
    text-align: left;
    vertical-align: middle;
}

.columnTextRight {
    text-align: right;
    vertical-align: middle;
    padding-right: 0px !important;
}

.text {
    font-size: 10pt;
    text-align: left;
    color: #000;
}

.textRight {
    font-size: 10pt;
    text-align: left;
    color: #000;
}

.rgFilterRow td {
    height: 30px;
    vertical-align: top;
}

.rgHeader {
    padding: 2px;
    padding-left: 4px;
    padding-right: 0px;
    overflow: hidden;
}

.rgNoRecords td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.rgRow td {
    padding: 2px;
    padding-left: 4px;
    padding-right: 10px;
    height: 20px;
}

.rgEditRow td {
    padding: 2px;
    padding-left: 4px;
    padding-right: 10px;
    height: 20px;
}

.rgAltRow td {
    padding: 2px;
    padding-left: 4px;
    padding-right: 10px;
    height: 20px;
}


.fixedColumn60 {
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* new simple styles for page and sections (primarily used by pages that are based on MasterPageSimple.master) */

.pageContent {
    padding-top: 50px;
}

.pageSection {
    text-align: left;
    margin-bottom: 36px;
    vertical-align: top;
}

.pageSectionTop {
    height: 36px;
}

.overlay {
    padding: 10px;
}

    .overlay h1 {
        color: #aba !important;
        font-size: 15pt !important;
        font-weight: normal !important;
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }


.overlayContent {
    margin-top: 20px;
}


.overlaySection {
    margin-top: 30px;
    margin-bottom: 20px;
}

.overlayFooter {
    margin-top: 20px;
}


.overlayFooterButton {
    float: right;
    margin-left: 20px;
}

.FooterButton1 {
    float: right;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.footerButton2 {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.glimpse {
    z-index: 100;
    position: absolute;
}

.width70 {
    width: 70px;
}

.noscroll {
    overflow: hidden;
}

/* match all single/multiline textboxes (IE 7+ for the attribute selector) */
TEXTAREA, INPUT[type="text"] {
    /* font size, line height, face */
    font: 12px "Trebuchet MS", Arial, Verdana, sans-serif;
    /* useful for supporting 100% width inclusive of padding and border */    /*box-sizing: border-box;*/
}
