﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: .75em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.loginPage
{
    width: 960px;
    background-color: #F7F8F9;
    margin: 20px auto 0px auto;
}
.page
{
    width: 960px;
    background-color: #F7F8F9;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}
.pageFooter
{
    width: 960px;
    margin: 5px auto 0px auto;
    text-align: right;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url(../Images/header_bg.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 56px;
}
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.welcomeBar
{
    background-image: url(../Images/welcome_bg.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 36px;
}
.main
{
    padding: 0px 5px;
    margin: 12px 8px 8px 8px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/************ Modules **********************/

.ModuleSmall_Container
{
    width: 460px;
    margin-top: 15px;
    margin-left: 0px;
}

.ModuleSmall_Header
{
    width: 460px;
    height: 25px;
}

.ModuleSmall_Header_Left
{
    float: left;
    width: 5px;
    height: 25px;
    background-image: url(../Images/module_header_left.png);
    background-repeat: no-repeat;
}

.ModuleSmall_Header_Middle
{
    float: left;
    width: 450px;
    height: 25px;
    background-image: url(../Images/module_header_middle.png);
    background-repeat: repeat-x;
}

.ModuleSmall_Header_Right
{
    float: right;
    width: 5px;
    height: 25px;
    background-image: url(../Images/module_header_right.png);
    background-repeat: no-repeat;
}

.ModuleSmall_Content
{
    width: 458px;
    height: 145px;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    background-color: #FFFFFF;
}

.ModuleSmall_ContentBox
{
    float: left;
    width: 460px;
    height: auto;
    margin: 10px 10px 10px 10px;
    background-repeat: no-repeat;
}

.ModuleSmall_Footer
{
    height: 6px;
    width: 460px;
}

.ModuleSmall_Footer_BorderLeft
{
    float: left;
    width: 5px;
    height: 6px;
    background-image: url(../Images/module_border_bottomLeft.png);
    background-repeat: no-repeat;
}

.ModuleSmall_Footer_BorderMiddle
{
    float: left; /*width: 930px;*/
    width: 450px; /*height: 6px;*/
    height: 6px;
    background-image: url(../Images/module_border_bottomMiddle.png);
    background-repeat: repeat-x;
}

.ModuleSmall_Footer_BorderRight
{
    float: right;
    width: 5px;
    height: 6px;
    background-image: url(../Images/module_border_bottomRight.png);
    background-repeat: no-repeat;
}

/***************** End of modules************************/



/***************** Menu *********************************/
.menu_divide
{
    float: left;
    height: 56px;
    width: 5px;
}
.menu_dashboard
{
    float: left;
    height: 56px;
    width: 113px;
    background-image: url(../Images/MenuBar/dashboard.png);
}
.menu_dashboard:hover
{
    background-image: url(../Images/MenuBar/dashboard_hover_a.png);
}
.menu_visitorlist
{
    float: left;
    height: 56px;
    width: 113px;
    background-image: url(../Images/MenuBar/visitorlist.png);
}
.menu_visitorlist:hover
{
    background-image: url(../Images/MenuBar/visitorlist_hover_a.png);
}
.menu_reports
{
    float: left;
    height: 56px;
    width: 91px;
    background-image: url(../Images/MenuBar/reports.png);
}
.menu_reports:hover
{
    background-image: url(../Images/MenuBar/reports_hover_a.png);
}
.menu_search
{
    float: left;
    height: 56px;
    width: 85px;
    background-image: url(../Images/MenuBar/search.png);
}
.menu_search:hover
{
    background-image: url(../Images/MenuBar/search_hover_a.png);
}
.menu_setup
{
    float: left;
    height: 56px;
    width: 80px;
    background-image: url(../Images/MenuBar/setup.png);
}
.menu_setup:hover
{
    float: left;
    height: 56px;
    width: 80px;
    background-image: url(../Images/MenuBar/setup_hover_a.png);
}
/***************** End of Menu **************************/



.Text_ModuleHeader
{
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}


/* Login Page CSS */

.LoginListContainer
{
    width: 300px;
    margin-left: 20px;
}
.LoginListHeader {
    border-left: 1px solid #3c4e5c;
    border-right: 1px solid #3c4e5c;
    border-top: 1px solid #3c4e5c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 20px;
    background-color:#4a6174;
    background: -moz-linear-gradient(top, #5383a0 0%, #394a59 95%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5383a0), color-stop(95%,#394a59)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5383a0 0%,#394a59 95%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5383a0 0%,#394a59 95%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5383a0 0%,#394a59 95%); /* IE10+ */
    background: linear-gradient(to bottom, #5383a0 0%,#394a59 95%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5383a0', endColorstr='#394a59',GradientType=0 ); /* IE6-9 */
    width:298px;
    height:20px;
    padding-top:4px;
    padding-left:0px;
}
.LoginListHeader_Left
{
    float: left;
    width: 5px;
    height: 18px;
    background-image: url(../Images/module_header_left.png);
    background-repeat: no-repeat;
}
.LoginListHeader_Middle
{
    float: left;
    width: 290px;
    height: 18px;
    background-image: url(../Images/module_header_middle.png);
    background-repeat: repeat-x;
    margin-top:2px;
}
.LoginListHeader_Right
{
    float: right;
    width: 5px;
    height: 18px;
    background-image: url(../Images/module_header_right.png);
    background-repeat: no-repeat;
}
.LoginListContent
{
    width: 298px;
    height: auto;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    background-color: #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #d6d6d6;
}
.LoginListContent_Results
{
    float: left;
    width: 280px;
    height: auto;
    margin: 10px 10px 10px 10px;
    background-repeat: no-repeat;
}
.LoginListFooter
{
    height: 6px;
    width: 300px;
}
.LoginListFooter
{
    height: 6px;
    width: 300px;
}
.LoginListFooter_BorderLeft
{
    float: left;
    width: 5px;
    height: 6px;
    background-image: url(../Images/module_border_bottomLeft.png);
    background-repeat: no-repeat;
}
.LoginListFooter_BorderMiddle
{
    float: left; /*width: 930px;*/
    width: 290px; /*height: 6px;*/
    height: 6px;
    background-image: url(../Images/module_border_bottomMiddle.png);
    background-repeat: repeat-x;
}
.LoginListFooter_BorderRight
{
    float: right;
    width: 5px;
    height: 6px;
    background-image: url(../Images/module_border_bottomRight.png);
    background-repeat: no-repeat;
}

/* End Login Page CSS */


.main_text_bold_red
{
    color: Red;
}
.logout
{
    font-size: 1.1em;
    color: #404040;
    text-decoration: none;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}
.main_text_grey, .main_text_grey:hover, .main_text_grey:visited
{
    font-size: 1.1em;
    color: #808080;
    text-decoration: none;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}
.main_text_grey_link, .main_text_grey_link:hover, .main_text_grey_link:visited
{
    font-size: 1.0em;
    color: #808080;
    text-decoration: none;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}










.level0
{
    margin-top: 0px;
}
.level1
{
    color: White;
    background-color: transparent;
    font-variant: small-caps;
    font-size: large;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.level2
{
    color: White;
    background-color: #A9B5C0;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    width: 150px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #969DA2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #969DA2;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #969DA2;
}
.level3
{
    color: White;
    background-color: #A9B5C0;
    padding:5px 10px;
    width: 180px;
    margin-left: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #969DA2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #969DA2;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #969DA2;
}

/*ADDED EB 20082014*/

    .level3 td {
        white-space: normal !important;
    }

a.level3 {
    padding: 0;
}

/*END*/

.hoverstyle
{
    font-weight: bold;
}




.ButtonNextPrev
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}














.ResultListContainer
{
    width: 935px;
    margin-left: 0px;
}

.ResultListHeader
{
    width: 935px;
    height: 25px;
}

.ResultListHeader_Left
{
    float: left;
    width: 5px;
    height: 25px;
    background-image: url(../Images/module_header_left.png);
    background-repeat: no-repeat;
}

.ResultListHeader_Middle
{
    float: left;
    width: 925px;
    height: 25px;
    background-image: url(../Images/module_header_middle.png);
    background-repeat: repeat-x;
}

.ResultListHeader_Right
{
    float: right;
    width: 5px;
    height: 25px;
    background-image: url(../Images/module_header_right.png);
    background-repeat: no-repeat;
}

.ResultListContent
{
    width: 933px;
    height: auto;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    background-color: #FFFFFF;
}

/*#ResultListContent_BorderLeft
{
    float: left;
    width: 5px;
    height: 100%;
    min-height: 12px;
    border-left: 1px solid #d6d6d6;
    background-image: url(../Images/module_header_right.png);
    background-repeat: no-repeat;
}*/
.ResultListContent_ResultsBrowser
{
    float: left;
    width: 950px;
    height: auto;
    margin: 10px 10px 10px 10px;
    background-repeat: no-repeat;
}

.ResultListContent_Results
{
    float: left;
    width: 915px;
    height: auto;
    margin: 10px 10px 10px 10px;
    background-repeat: no-repeat;
}
.ResultListContent_ResultsBrowser
{
    float: left;
    width: 950px;
    height: auto;
    margin: 10px 10px 10px 10px;
    background-repeat: no-repeat;
}

/*
#ResultListContent_BorderRight
{
    float: right;
    width: 5px;
    height: 100%;
    min-height: 12px;
    border-right: 1px solid #d6d6d6;
    background-image: url(../Images/module_header_right.png);
    background-repeat: no-repeat;
}*/

.ResultListFooter
{
    height: 6px;
    width: 935px;
}

.ResultListFooter_BorderLeft
{
    float: left;
    width: 5px;
    height: 6px;
    background-image: url(../Images/module_border_bottomLeft.png);
    background-repeat: no-repeat;
}

.ResultListFooter_BorderMiddle
{
    float: left; /*width: 930px;*/
    width: 925px; /*height: 6px;*/
    height: 6px;
    background-image: url(../Images/module_border_bottomMiddle.png);
    background-repeat: repeat-x;
}

.ResultListFooter_BorderRight
{
    float: right;
    width: 5px;
    height: 6px;
    background-image: url(../Images/module_border_bottomRight.png);
    background-repeat: no-repeat;
}


/* BROWSER STATS --------------------------------------------------------------------------------------------*/
.ResultListContainerBrowser
{
    width: 505px;
    margin-left: 0px;
    margin-right: 5px;
}
.ResultListHeaderBrowser
{
    width: 505px;
    height: 25px;
}
.ResultListHeader_MiddleBrowser
{
    float: left;
    width: 495px;
    height: 25px;
    background-image: url(../Images/module_header_middle.png);
    background-repeat: repeat-x;
}

.ResultListContentBrowser
{
    width: 900px;
    height: auto;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    background-color: #FFFFFF;
}

.ResultListFooterBrowser
{
    height: 6px;
    width: 505px;
}
.ResultListFooter_BorderMiddleBrowser
{
    float: left; /*width: 930px;*/
    width: 495px; /*height: 6px;*/
    height: 6px;
    background-image: url(../Images/module_border_bottomMiddle.png);
    background-repeat: repeat-x;
}
.ResultListContainerChart
{
    width: 395px;
    margin-left: 0px;
}
.ResultListHeaderChart
{
    width: 425px;
    height: 25px;
}
.ResultListHeader_MiddleChart
{
    float: left;
    width: 415px;
    height: 25px;
    background-image: url(../Images/module_header_middle.png);
    background-repeat: repeat-x;
}

.ResultListContentChart
{
    width: 423px;
    height: auto;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    background-color: #FFFFFF;
}

.ResultListFooterChart
{
    height: 6px;
    width: 425px;
}
.ResultListFooter_BorderMiddleChart
{
    float: left; /*width: 930px;*/
    width: 415px; /*height: 6px;*/
    height: 6px;
    background-image: url(../Images/module_border_bottomMiddle.png);
    background-repeat: repeat-x;
}


/* END BROWSER STATS ----------------------------------------------------------------------------------------*/





.CustomComboBoxStyle .ajax__combobox_textboxcontainer input
{
    background-color: White;
    border: solid 1px #C2C2C2;
    border-right: 0px none;
    padding: 4px 4px 4px 4px;
    color: #605C5C;
    font-size: 12px;
}
.CustomComboBoxStyle .ajax__combobox_buttoncontainer button
{
    background-color: #F8F6F6;
    border: solid 1px #C2C2C2;
}
.CustomComboBoxStyle .ajax__combobox_inputcontainer
{
    background-color: White;
    border: solid 1px #C2C2C2;
}
.CustomComboBoxStyle .ajax__combobox_itemlist
{
    position:absolute !important;

    background-color: White;
    border: solid 1px #C2C2C2;
    font-size: 13px;
    color: #605C5C;
}



.blueColour, .blueColour:hover, .blueColour:visited
{
    color: #394C5D !important;
    text-decoration: none;
}
.lightBlueColour, .lightBlueColour:hover, .lightBlueColour:visited
{
    color: #7C93A6;
    text-decoration: none;
}





.Text_WebLink
{
    color: #485c6d;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}




.TextBoxDate
{
    width: 75px;
    float: left;
    border-color: #C2C2C2;
    border-style: solid;
    border-width: 1px;
    padding: 4px 4px 4px 4px;
    color: #605C5C;
    font-size: 12px;
}
.TextBoxNoFloat
{
    width: 220px;
    border-color: #C2C2C2;
    border-style: solid;
    border-width: 1px;
    padding: 4px 4px 4px 4px;
    color: #605C5C;
    font-size: 12px;
}

.CalendarIcon
{
    margin-left: 3px;
    margin-top: 1px;
    float: left;
}
.ViewResultsButton
{
    float: left;
    margin-left: 8px;
}







.fadeScreen
{
    z-index: 8000;
    filter: alpha(opacity=50); /*older IE*/
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
    -moz-opacity: .70; /*older Mozilla*/
    -khtml-opacity: 0.7; /*older Safari*/
    opacity: 0.7; /*supported by current Mozilla, Safari, and Opera*/
    background-color: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}

.PanelFront
{
    z-index: 10001;
    width: 400px;
    border: 1px solid #496077;
    text-align: center;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    background-color: White;
    padding-top: 15px;
    padding-bottom: 15px;
}

.PanelFrontWide, .PanelFrontWide2
{
    z-index: 10001;
    width: 550px;
    border: 1px solid #496077;
    text-align: center;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -275px;
    background-color: White;
    padding-top: 15px;
    padding-bottom: 15px;
}
.PanelFrontWide2
{
    top: 50px;
    width: 900px;
    margin-left: -451px;
    background-color: #f7f8f9;
}
.ErrorOccurred
{
    z-index: 10001;
    border: 1px solid #496077;
    text-align: center;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -175px;
    background-color: White;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.loading
{
    z-index: 9001;
    width: 150px;
    border: 1px solid #496077;
    text-align: center;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -75px;
    background-color: White;
    padding-top: 15px;
    padding-bottom: 15px;
}
.PanelFrontWide
{
    z-index: 10001;
    width: 550px;
    border: 1px solid #496077;
    text-align: center;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -275px;
    background-color: White;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hiddenButton
{
    width: 15px;
    height: 20px;
    background-color: transparent;
    border-style: none;
}

.history_header
{
    /*border-style: solid;
    border-width: 1px;
    border-color: #C9C9C9;*/
    background-image: url(../images/history_header_bg.png);
    /*background-color:#C9C9C9;*/
    color: Black;
    font-weight: bold;
}
.history_spacer
{
    background-color: White;
}

.history_altrow
{
    background-color: #ffffff;
}


.TextBox
{
    border-width: 1px;
    border-color: #C2C2C2;
    border-style: solid;
    text-align: center;
}
.TextBox_Search
{
    border-width: 1px;
    border-color: #C2C2C2;
    border-style: solid;
    text-align: left;
    padding: 4px 3px 3px 3px;
    margin-top: 0px;
    margin-right: 10px;
    
    background-color: White;
    color: #605C5C;
    font-size: 12px;
}

.Text_WhiteBold
{
    color: White;
    font-weight: bold;
}

.RefSites_Green
{
    border-width: 1px 1px 1px 1px;
    border-color: #AB2200;
    border-style: solid;
    background-image: url(../images/bg_red.png);
}
.RefSites_Orange
{
    border-width: 1px 1px 1px 1px;
    border-color: #AB2200;
    border-style: solid;
    background-image: url(../images/bg_red.png);
}


.DropDown_Gray
{
    background-color: White;
    border: solid 1px #C2C2C2;
    padding: 4px 4px 4px 4px;
    color: #605C5C;
    font-size: 12px;
}


.Text_RedUnderlined
{
    color: Red !important;
    text-decoration: underline;
}
.Text_Red
{
    color: Red;
    text-decoration: none;
}
.Text_Green
{
    color: #97C700;
    text-decoration: none;
}


.ListBox_LF
{
    background-color: White;
    border: solid 1px #C2C2C2;
    font-size: 13px;
    color: #605C5C;
    padding: 3px 3px 3px 3px;
    scrollbar-face-color: #F8F6F6;
    scrollbar-highlight-color: #C2C2C2;
    scrollbar-arrow-color: Black;
    scrollbar-track-color: #EBE9E9;
}




.menu2 {
	padding: 0 0 0 0;
	list-style: none;
	float: left;
}
.menu2 li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
}
.menu2 em {
	font-weight: normal;
	background: url(../images/hover.png) no-repeat;
	background-color: transparent;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -100px;
	left: -92px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

/* VIDEO POPUP
----------------------------------------------------------*/

#videoPopupHolder
{
    position: absolute;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	width: 892px;
	top: 69px;
	margin: -20px 20px 0 19px;       /* required */
	clear: left;          /* required */
	z-index: 999999;
    background-color: #f7f8f9;
    border: 1px solid #ccc; 
}
.videoHeader, .videoFooterPopup
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url(../Images/header_bg.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 40px;
    background-position: bottom;
}
.videoFooter
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #aaa;
    background-color: #f7f8f9;
}
.videoFooterPopup
{
    border-top: 1px solid #aaa;
    height: 40px;
}

.videoHeaderInner
{
    font-size: 1.2em;
    padding: 12px;
}
.videoFooterInner
{
    padding: 9px 12px 7px 12px;
}
.videoInner, .videoInner2
{
    padding: 20px;
    height: 350px;
    overflow-y: scroll;
    background-color: #000000;
    width: 853px;
}
.videoInner2
{
    background-color: #f7f8f9;
}
.videoDescription
{
    width: 600px;
}
.fL
{
    float: left;
}
.fR
{
    float: right;
}
.dontShowPad
{
    margin-top: 2px;
    margin-left: 3px;
}
.clearSmall
{
    clear: both;
    height: 10px;
}
.videoTitle
{
    font-weight: bold;
}
.videoContainer
{
    border: 1px solid #ccc;
    padding: 5px;
    width: 200px;
    height: 113px;
    margin-right: 10px;
}
.videoMainContainer
{
    border: 1px solid #ccc;
    padding: 5px;
    width: 920px;
    margin-right: 10px;
}
.dontShowVideo
{
    font-weight: bold;
    margin-bottom: 20px;
}

#videoViewer
{
    position: absolute;
    top: 100px;
    left: 180px;
    width: 920px;
    height: 518px;
    border: 1px solid #ccc;
    background-color: #f7f8f9;
    z-index: 999999;
}
.allVideos
{
    width: 930px;
    float: left;
}
.videoContainerList, .videoContainerList2
{
    width: 210px;
    margin-bottom: 20px;
    height: 160px;
}
.videoContainerList2
{
    margin-left: 17px;
    margin-right: 17px;
}

#videoViewerPanel
{
    position: absolute;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	width: 896px;
	top: 69px;
	margin: -20px 20px 0 31px;       /* required */
	clear: left;          /* required */
	z-index: 999999;  
	
}

a.closeLink
{
    font-size: 1.0em;
    color: #808080;
    text-decoration: none;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}
a.closeLink:hover
{
    font-size: 1.0em;
    color: #ff0000;
    text-decoration: none;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}

.pad10
{
    padding: 10px;
}
.padRight5
{
    padding-right: 5px;
}
.padTop2
{
    padding-top: 2px;
}
.padTop3
{
    padding-top: 3px;
}

/* WHITELABEL BITS   
----------------------------------------------------------*/

.headerLogo
{
    margin-top: 16px; 
    margin-left: 14px;
    background-image: url(../Images/logo.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 186px;
}
.loginLogo
{
    margin-top: 16px; 
    margin-left: 10px;
    background-image: url(../Images/logo_large.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 250px;
}
.altRowBG
{
    background-color: #EFEFEF;
}
.history_row
{
    background-color: #efefef;
}

/* BROWSER STATS --------------------------------------------------------------------------------------------*/
.ResultListContainerBrowser
{
    width: 935px;
    margin-left: 0px;
    margin-right: 10px;
}
.ResultListHeaderBrowser
{
    width: 935px;
    height: 25px;
}
.ResultListHeader_MiddleBrowser
{
    float: left;
    width: 925px;
    height: 25px;
    background-image: url(../Images/module_header_middle.png);
    background-repeat: repeat-x;
}

.ResultListContentBrowser
{
    width: 933px;
    height: auto;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    background-color: #FFFFFF;
}

.ResultListFooterBrowser
{
    height: 6px;
    width: 935px;
}
.ResultListFooter_BorderMiddleBrowser
{
    float: left; /*width: 930px;*/
    width: 925px; /*height: 6px;*/
    height: 6px;
    background-image: url(../Images/module_border_bottomMiddle.png);
    background-repeat: repeat-x;
}
.ResultListContainerChart
{
    width: 905px;
    margin-left: 0px;
}
.ResultListHeaderChart
{
    width: 935px;
    height: 25px;
}
.ResultListHeader_MiddleChart
{
    float: left;
    width: 925px;
    height: 25px;
    background-image: url(../Images/module_header_middle.png);
    background-repeat: repeat-x;
}

.ResultListContentChart
{
    width: 933px;
    height: auto;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    background-color: #FFFFFF;
}

.ResultListFooterChart
{
    height: 6px;
    width: 935px;
}
.ResultListFooter_BorderMiddleChart
{
    float: left; /*width: 930px;*/
    width: 925px; /*height: 6px;*/
    height: 6px;
    background-image: url(../Images/module_border_bottomMiddle.png);
    background-repeat: repeat-x;
}


/* END BROWSER STATS ----------------------------------------------------------------------------------------*/

/* SALES LOGIN
----------------------------------------------------------*/

.pad10
{
    padding-left: 10px;
}
.marginLeft10
{
    margin-left: 10px;
}
.fL
{
    float: left;    
}
.cB
{
    clear: both;
}
.cbSmall
{
    clear: both;
    height: 10px;
}
.pieChartArea
{
    width: 900px;
}
.ddlCompanyList
{
    z-index: 10002;
}
.topBarChart
{
    background: url(../Images/topbarRepeat.jpg) repeat-x;
    height: 20px;
    border-bottom: 1px solid #828282;
    text-align: left;
    padding-top:5px;
    padding-left: 5px;
}