﻿

/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #FFF;
    font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #666666;
}

a
{
    color: #00A7A7;
    text-decoration: none;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.6em;
}

.red{color:Red;}

img
{
    border: 0 none;
}
#navigation ul 
{
    margin: 0;
    padding: 0;   
    list-style: none outside none;
}
ul, ol
{

}
ul 
{

}
li {line-height: 1.6em;}

ul.CheckList
{
    list-style-type: disc;
    list-style-position: inside;
    margin:0;
    padding:0;
}
ul.CheckList li
{

}
ol li {margin-top: 10px;}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
}

h1
{
    font-size: 1.5em;
    font-weight: bold;
    color: #4e60a8;
}

h2
{
    font-size: 1.4em;
    font-weight:bold;
    color: #4e60a8;
    
}

h3
{
    font-size: 1.25em;
    color: #4e60a8;
    font-weight:bold;
}

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;
}
.PTC h2, .PTC h3, .PTC h4 {border-bottom: 1px solid #4e60a8} 

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 0 auto;
}
#headerContainer
{
    background: url('../images/header-background.png') repeat-x scroll 0 10%;
    width: 100%;
}
.headerContainerRight
{
    float: right;
    width: 600px;
    margin-top: 22px;
    text-align: right;
}
.topBanner
{
    height: 80px;
    margin: 0 auto;
    width: 935px;
}

.logo
{
    float: left;
    margin-top: 22px;
}

.main
{
    padding: 0px 12px 70px 12px;
    margin-top:20px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 0;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
#footerContainer {
    background: url("../images/footer-background.png") repeat-x scroll left top transparent;
    padding: 10px 0;
    width: 100%;
    position: fixed;
    bottom:0;
}

/* 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: 200;
    padding: 2px 4px 8px 4px;
    color: #666666;
}

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: #151515;*/
}

.loginDisplay a:link
{
    /*color: #151515;*/
}

.loginDisplay a:visited
{
    /*color: #151515;*/
}

.loginDisplay a:hover
{
    /*color: #151515;*/
    text-decoration: underline;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* navigation taken from Ipsos-Mori.com website */
#navigation
{
    background-color: #4E60A8;
    border-bottom: 1px solid #3A4678;
    border-top: 1px solid #3A4678;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.14);
    height: 41px;
    width: 100%;
}
#navigation ul
{
    background: url("../images/navigation-line.png") no-repeat scroll left center transparent;
    display: table;
    list-style-type: none;
    margin: 0 auto;
    width: 935px;
}
#navigation ul li
{
    float: left;
}
#navigation ul li a.first
{
}
#navigation ul li a
{
    background: url("../images/navigation-line.png") no-repeat scroll right center transparent;
    color: #DFE5FF;
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding: 12px 17.4px;
    text-decoration: none;
    font-family: 'TeXGyreAdventorBold' , Arial;
}

#navigation ul li a:hover, navigation ul li a:active
{
    color: #FFFFFF;
}
#navigation ul li > ul.secondLevel
{
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.14);
    display: none;
    z-index: 1000;
}
#navigation ul li > ul.thirdLevel
{
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.14);
    display: none;
}
#navigation ul.secondLevel li
{
    background-color: #4E60A8;
    background-image: none;
    float: none;
    padding: 15px 10px 0 18px;
    position: relative;
}
#navigation ul.thirdLevel li
{
    padding: 15px 13px 0;
}
#navigation ul.secondLevel li.last
{
    padding-bottom: 15px;
}
#navigation ul.secondLevel li a
{
    background: none repeat scroll 0 0 transparent;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
}
#navigation ul.secondLevel li p
{
    color: #DFE5FF;
    font-size: 10px;
    line-height: 13px;
    margin: 0;
}
#navigation ul li:hover > ul.secondLevel
{
    border-bottom: 1px solid #3A4678;
    border-left: 1px solid #3A4678;
    border-right: 1px solid #3A4678;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 200px;
}
#navigation ul.secondLevel li:hover > ul.thirdLevel
{
    border-bottom: 1px solid #3A4678;
    border-right: 1px solid #3A4678;
    border-top: 1px solid #3A4678;
    display: block;
    left: 200px;
    position: absolute;
    top: 0;
    width: 200px;
}
#navigation ul li.navigationArrow a
{
    background: url("../images/navigation-right-arrow.png") no-repeat scroll 100% 65% #4E60A8;
}
#navigation ul.secondLevel li .thirdLevel a, #navigation ul.secondLevel li .thirdLevel p
{
    padding: 0;
}
#navigation ul.secondLevel li a, #navigation ul.secondLevel li p
{
    padding-right: 10px;
}
#navigation ul li.navigationArrow .thirdLevel a
{
    background: none repeat scroll 0 0 #4E60A8;
}
#navigation ul.firstLevel > li.offScreen > ul.secondLevel
{
    right: 0 !important;
}
#navigation ul.secondLevel > li.offScreen:hover > ul.thirdLevel
{
    left: -200px;
    z-index: 1001;
}
@font-face
{
    font-family: 'TeXGyreAdventorBold';
    src: url('texgyreadventor-bold.eot');
    src: url('fonts/texgyreadventor-bold.eot') format('embedded-opentype'), url('fonts/texgyreadventor-bold.woff') format('woff'), url('fonts/texgyreadventor-bold.ttf') format('truetype'), url('fonts/texgyreadventor-bold.svg#TeXGyreAdventorBold') format('svg');
}

/* RAD Grid Schedule Styles */

table.rgMasterTable tr.rgRow td, 
table.rgMasterTable tr.rgAltRow td, 
table.rgMasterTable tr.rgMultiHeaderRow th, 
table.rgMasterTable tr th.rgHeader, 
table.rgMasterTable tr.rgFooter td,
table.rgMasterTable tr.rgEditRow td,
table.rgMasterTable tr.rgSelectedRow td {padding: 2px; text-align:center;white-space:nowrap;}

table.rgMasterTable tr.rgMultiHeaderRow th,
table.rgMasterTable tr th.rgHeader {padding-top:4px;padding-bottom:4px;}
table.rgMasterTable tr.rgMultiHeaderRow th {font-size: 0.9em;}

table.rgMasterTable tr.rgHeader:first-child,   /*1st Child Problem*/
table.rgMasterTable tr.rgMultiHeaderRow th.rgHeader,
table.rgMasterTable tr th.rgHeader {padding-left: 2px;}

table.rgMasterTable tr.rgFooter {font-weight:bold;} 
table.rgMasterTable tr.rgFooter td,
table.rgMasterTable tr.rgEditRow td {border-color: #FFFFFF #E3EEFF #CFD9E7 #829CBF;}

table.rgMasterTable td.dayStart, 
table.rgMasterTable tr.rgMultiHeaderRow th.dayStart,
table.rgMasterTable tr.rgEditRow td.dayStart,
table.rgMasterTable tr.rgRow td.dayStart,
table.rgMasterTable tr.rgAltRow td.dayStart,
table.rgMasterTable tr th.dayStart,
table.rgMasterTable tr.rgSelectedRow td.dayStart {border-left-style: solid; border-left-width: 2px;}

table.rgMasterTable td.weekStart, 
table.rgMasterTable tr.rgMultiHeaderRow th.weekStart,
table.rgMasterTable tr.rgFooter td.weekStart,
table.rgMasterTable tr.rgEditRow td.weekStart,
table.rgMasterTable tr.rgSelectedRow td.weekStart {border-left-style: solid; border-left-width: 3px; border-left-color: #355A99;}

table.rgMasterTable tr.rgMultiHeaderRow th.WHITE {background-color: #FFF; background-image: none;border-right-color: #FFF;}

table.rgMasterTable td.dayGrey, table.rgMasterTable tr.rgFooter td.dayGrey, table.rgMasterTable tr.rgEditRow td.dayGrey {background-color: #E5E5E5;border-right-color: #E5E5E5;}
table.rgMasterTable tr td.bdB-dark {border-bottom-color:#829cbf;}
table.rgMasterTable tr td.txtBold {font-weight: bold;}
table.rgMasterTable tr.GREY td {background-color: #E5E5E5;border-right-color: #E5E5E5;}

table.rgMasterTable tfoot tr.rgFooter td {border-top-color: #355A99;border-top-width: 2px;border-bottom-color: #355A99;border-bottom-width: 1px}

table.rgMasterTable tr.rgFooter td.rgGroupCol, /*colgroup border problem */
table.rgMasterTable tr.rgEditRow td.rgGroupCol,
table.rgMasterTable tr.rgSelectedRow td.rgGroupCol {border-color: #859BBC; background-color: #859BBC }

table.rgMasterTable .rgSelectedRow td, 
table.rgMasterTable .rgActiveRow td, 
table.rgMasterTable .rgHoveredRow td, 
table.rgMasterTable .rgEditRow td,
table.rgMasterTable .rgRow td,
table.rgMasterTable .rgAltRow td {border-left-width: 1px;border-right-width: 1px;padding-left: 2px;padding-right: 2px;}

table.rgMasterTable .rgSelectedCell, /*green background for selected row*/
table.rgMasterTable .rgSelectedRow td {background-color: #CDFFB1; border-right-color: #CDFFB1;}

table.rgMasterTable .rgEditRow .riSingle .RadInput .RadInput_Default .riTextBox,
table.rgMasterTable .rgRow .riSingle .RadInput .RadInput_Default .riTextBox,
table.rgMasterTable .rgAltRow .riSingle .RadInput .RadInput_Default .riTextBox {padding:2px; text-align:center;}
table.rgMasterTable .riSingle .riTextBox[type="text"],
table.rgMasterTable tr.rgEditRow input[type="text"] {padding:2px; text-align:center;}
/*#gridWrapper {overflow:auto; width: 700px; height: 600px;}*/

table.rgMasterTable tr.rgRow td.bgRed, 
table.rgMasterTable tr.rgAltRow td.bgRed { background-color: red;border-right-color: red; color:White; }
table.rgMasterTable tr.rgFilterRow .rgFilterBox { text-align:center; } 

table.rgMasterTable :first-child.rgHeader, 
table.rgMasterTable th:first-child.rgResizeCol, 
table.rgMasterTable .rgFilterRow > td:first-child, 
table.rgMasterTable .rgRow > td:first-child, 
table.rgMasterTable .rgAltRow > td:first-child,
table.rgMasterTable .rgEditRow > td:first-child {border-left-width: 0px;padding-left: 2px;}

.bWeek{border: 1px solid #4E75B3;padding:10px;margin-bottom:20px;padding-top:0;}
.italic {font-style:italic}
#cookiecontainer{display: none;}
#cookiecontainer {
    background-color: #000000;
    height: 50px;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 100%;
}
#cookiecontainer_inner {
    background-color: transparent;
    color: #FFFFFF;
    height: 100%;
    margin: 0 auto;
    width: 960px;
}
.cookiecnt {
    float: left;
    font-size: 10px;
    line-height: 13px;
    overflow: hidden;
    padding: 10px 0;
    width: 700px;
}
.cookiecnt p {
    margin: 0;
    padding: 0;
}
.cookiecnt a, .cookiecnt a:active {
    color: #FBB040;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 13px;
    margin-left: 5px;
    text-decoration: none !important;
}
.cookiecnt a:hover {
    text-decoration: underline;
}
.cookielink li {
    float: left;
    font-size: 10px;
    padding-left: 20px;
    margin-left:10px;
}
.cookielink ul {
    float: right;
    height: 20px;
    line-height: 13px;
    list-style-type: none;
    padding:0;
}
.cookielink a {
    color: #FFFFFF;
    line-height: 17px;
    text-decoration: none;
    vertical-align: middle;
}
#cookiecontainer_accept {
    background: url("../images/cookie-thumb.png") no-repeat scroll 0 0 transparent;
    font-size: 14px; 
    background-position : left center;   
}
#cookiecontainer_findoutmore {
    background: url("../images/cookie-cross.png") no-repeat scroll 10% 50% transparent;
    font-size: 14px;
    background-position : left center;   
}
.cookielink a:hover {
    color: #FBB040;
}
.cookielink img {
    padding-right: 6px;
    padding-top: 1px;
    vertical-align: middle;
}