﻿/* DEFAULTS
----------------------------------------------------------*/
body {
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Segoe UI", "Helvetica Neue", "Arial", "Verdana", "Lucida Sans","Helvetica", "sans-serif";
    margin: 0px;
    padding: 0px;
}

.main
{
    padding: 0px;
    margin: 0px 0px 8px 10px;
    min-height: 420px;
}

* { _noFocusLine: expression(this.hideFocus=true); } /* ie7 */
::-moz-focus-inner {border:0;}                       /* firefox */

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #2A2A2A;
    font-weight: 200;
}

h1
{
    font-size: 1.8em;
    padding-bottom: 15px;
    margin-bottom: 0px;
    font-weight:700;
    color:navy;
}

h2 {
    font-size: 1.4em;
    font-weight: 600;
    color: navy;
}

h3
{
    font-size: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

h4
{
    font-size: 1.4em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

h5, h6 {
    font-size: x-small;
    color: #2A2A2A;
}

p
{
    color: #2A2A2A;
    font-size: 18px;
}

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;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}
.failureNotification
{
    font-size: 9pt;
    color: Red;
}

.watermarked
{
    color: #C0C0C0;
    border: 1px solid #BEBEBE;
}

.sideMenu
{
    margin: 100px 0px 0px 0px;
    border-left:solid 8px white;
    left:0%;
    z-index:1;
    position: fixed;
    width: 200px;
    height: 400px;
    background-color: white;
}

.sideMenuItem
{
    color: #666666;
    font-size: 10pt;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: 25px;
}

.sideMenuHeading {
    color: Navy;
    font-size: 12pt;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: 25px;
}


.sideMenuCell
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
}

.sideMenuItem:hover
{
    color: orange;
    font-weight: 500;
}

.sideMenuItem:active
{
    color: orange;
    font-weight: 500;
}

.mainInputPage
{
    margin-top: 100px;
    margin-left: 200px;
    padding: 4px;
    float: left;
    position: relative;
    width: 800px;
    color: #2A2A2A;
    min-height: 420px;
    margin-bottom: 8px;
}

.mainInputPageWide
{
    margin: 100px 0px 20px 150px;
    float: left;
    overflow:hidden;
    position: relative;
    min-width:900px;
    width: 91%;
    min-height: 830px;  
}

.clear
{
    clear: both;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background-color: #FFFFFF;
    margin: 0px auto 0px auto;
}

.body
{
    padding: 0px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.pageWorkArea
{
    padding: 0px 0px 10px 0px;
    margin: 0px;
    position: relative;
    width: 100%;
    color: #2A2A2A;
    top: 0px;
    left: 0px;
}

.sectionPanel
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

.pageTitle
{
    font-size: 2.6em;
    font-weight: 700;
    width: 100%;
    color: navy;
}

.informationBox
{
    margin: 0px auto 0px auto;
    border: medium solid #808080;
    padding: 0px 10px 0px 10px;
    width: 300px;
    background-color: #EEEEEE;
}

.popupMessage {
    padding:0px 10px 10px 10px; 
    border-style:solid; 
    border-color:silver; 
    border-width:1px; 
    background-color:white;
}

.rectPopupPanel
{
    background-color: White;
    padding: 20px;
    border: 1px solid #2A2A2A;
    color: #2A2A2A;
    font-size: 9pt;
}

.innerPopupPanel
{
    background-color: White;
    padding: 20px;
    border: 1px solid #2A2A2A;
    color: #2A2A2A;
    font-size: 9pt;
}

.textbox
{
    border: thin solid #C0C0C0;
    font-family: "Segoe UI", "Helvetica Neue", "Arial", "Verdana", "Lucida Sans","Helvetica", "sans-serif";
}

.textboxRequired
{
    border: thin solid #C0C0C0;
    font-family: "Segoe UI", "Helvetica Neue", "Arial", "Verdana", "Lucida Sans","Helvetica", "sans-serif";
    background-color:aliceblue;
}

.tbLogin {
    height: 20px;
    width:300px;
    position: relative;
    border-radius: 8px;
    border: 2px solid #cdcdcd;
    border-color: rgba(0, 0, 0, .14);
    background-color: white;
    font-size: 16px;
    padding: 10px;
    font-family: "Segoe UI", "Helvetica Neue", "Arial", "Verdana", "Lucida Sans","Helvetica", "sans-serif";
}

.modal 
{
    height:100%;
    position:fixed;
    background-color:white;
    filter:alpha(opacity=50);
    opacity:0.5 !important;
}       
.hiddencol
{
    display: none;
    width: 0px;
}

.hideGridColumn
{
    display: none;
    width: 0px;
}

.buttonBar
{
    width: 100%;
    text-align: right;
    height: 50px;
}

.buttonNavigate {
    border-radius: 3px;
    border-width: 0px;
    border-color: Silver;
    background-color: navy;
    color: white;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.buttonNavigate:hover {
   color: orange;
   background-color: navy;
}

    .buttonNavigate:active {
        color: orange;
        background-color: darkgray;
    }


.buttonEnquire {
    border-radius: 3px;
    border-width: 0px;
    border-color: Silver;
    background-color: Silver;
    color: Black;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

    .buttonEnquire:hover {
        color: orangered;
    }

    .buttonEnquire:active {
        color: orangered;
        background-color: lightgray;
    }


.tooltip {
    padding: 5px;
    border: 2px solid navy;
    background-color: aliceblue;
    color: black;
    font-size: 9pt;
    font-family: sans-serif;
    text-align: justify;
    text-justify: inter-word;
    display: none;
}

.twoPanelLeftWorkArea
{
    float: left;
    position: relative;
    width: 380px;
    min-height: 420px;
}

.twoPanelRightWorkArea
{
    float: left;
    position: relative;
    width: 400px;
    min-height: 420px;
    padding-left: 10px;
    border-left: 1px dotted #CCCCCC;
}

/* Header
----------------------------------------------------------*/
#logo {
	background-image: url(/images/logo.png);
	width: 149px;
	height: 76px;
	float: left;
	margin: 10px 0 0 10px;
}

#logo span {
	display: none;
}

header {
    width: 100%; 
    min-width: 850px;
	margin: auto;
    position: fixed;
    top: 0%;
    background-color: Navy;
    z-index:1;
}

header p, header ul {
    margin: 0px 0px 1em 0px;
    padding: 0;
}

header li {
    margin-left: 1.5em;
    margin-bottom: 0.3em;
}

header a {
	text-decoration: none;
	outline: 0 !important;
	font-family: 'Arial Narrow', sans-serif;
    font-size: 11px;
}

header a:focus, header a:active, *:focus {
	outline: none !important;
}

nav {
	padding-top: 55px;
}

nav a {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

#main-menu {
	float: left;
	list-style: none;
}

#main-menu span {
	border-top: 5px solid #FFF;
	padding-top: 5px;
}

#main-menu a {
	padding-top: 10px;
	display: block;
}

#main-menu a.active span {
	border-top: 5px solid #0952b5;
}

#main-menu a:hover {
	color: #0952b5;
}

#main-menu li {
	float: left;
	text-align: center;
	width: 108px;
}

.buttons {
	padding-top: 13px;
	float:right;
	text-align:right;
}

.buttons a {
	margin: 0 10px;
	color: #4d98ff;
}

.HeaderBar {
    width: 100%;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-color: Black;
}


.headerBlock
{
    width: 100%;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

/* Footer
----------------------------------------------------------*/
footer {
	color: #888888;
    background-color: white;
	margin: auto;
	height: 15px;
	line-height: 15px;
	position: fixed;
    bottom: 0%;
    width: 100%;
    font-size: 11px;
}

footer a {
	text-decoration: none;
	outline: 0 !important;
	font-family: 'Arial Narrow', sans-serif;
    color: #888;
	padding-left: 10px;
    font-size: 11px;
}


/* Tables
----------------------------------------------------------*/

.table
{
    margin: 1px 0px 1px 1px;
    padding: 2px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #2A2A2A;
    vertical-align: bottom;
    border-collapse: collapse;
}

.tableResultsOuter 
{
    margin-top:5px;
    border-width:1px;
    border-color:#669999; 
    border-style:solid;
    padding:2px;
}

.tableResultsOuterSelected
{
    margin-top:5px;
    border-width:3px;
    border-color:Blue; 
    border-style:solid;
    padding:0px;
}


.tableResultsInnerProduct 
{
    text-align:center;
    vertical-align:middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    min-width:100px;
    max-width:100px

}

.tableResultsInnerProductSimple 
{
    text-align:center;
    vertical-align:middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    min-width:100px;
    max-width:100px;
    padding-left:10px;
    padding-right:10px;
}

.tableResultsInner
{
    text-align:right;
    vertical-align:middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.tableResultsImage {
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.tableResultsFamilyLinking {
    vertical-align: middle;
    text-align: center;
    min-width: 30px;
    max-width: 30px;
}

.tableResultsPlatinum {
    vertical-align: middle;
    text-align: right;
    min-width: 80px;
    max-width: 80px;
}

.tableResultsButton {
    background-color: navy;
    color: white;
    border-radius: 3px;
    border-width: 1px;
    border-color: Silver;
    width: 45px;
    Height: 30px;
    Font-Size: x-small;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.tableResultsSelect 
{
    margin-top:5px;
    border-width:1px;
    border-color:#669999; 
    border-style:solid;
    padding:2px;
    vertical-align:middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}


.tableQuestionnaire
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    color: navy;
    text-align: left;
    padding: 2px;
    vertical-align: bottom;
    border-collapse: collapse;
}

.tablePlatformUsage
{
    border-collapse: collapse;
}

.tcBoldSolidLeft
{
    font-size: 9pt;
    color: #808080;
    font-weight: Bold;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcBoldDottedLeft
{
    font-size: 9pt;
    color: #808080;
    font-weight: Bold;
    text-align: left;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcBoldSolidRight
{
    font-size: 9pt;
    color: #808080;
    font-weight: Bold;
    text-align: right;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcBoldDottedRight
{
    font-size: 9pt;
    color: #808080;
    font-weight: Bold;
    text-align: right;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcNormalSolidLeft
{
    font-size: 9pt;
    font-weight: 100;
    color: #2A2A2A;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcNormalDottedLeft
{
    font-size: 9pt;
    font-weight: 100;
    color: #2A2A2A;
    text-align: left;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcNormalSolidRight
{
    font-size: 9pt;
    font-weight: 100;
    color: #2A2A2A;
    text-align: right;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}

.tcNormalDottedRight
{
    font-size: 9pt;
    font-weight: 100;
    color: #2A2A2A;
    text-align: right;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    padding: 5px;
    height: 19px;
}


/* Grids
----------------------------------------------------------*/

.gridViewHeaderStyle
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    font-size: 9pt;
    color: navy;
    font-weight:200;
    text-decoration: none;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , "Arial", "Helvetica", "Verdana", "sans-serif";
}


.gridViewFooterStyle
{
    border-top-style: solid;
    border-top-width: thin;
    border-top-color:  #C0C0C0;
    height: 30px;
    font-weight: bolder;
}


.gridViewRowStyle
{
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    color: #2A2A2A;
    height: 30px;
}

.gridViewHeaderStyleFilter
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color:  #C0C0C0;
    height: 20px;
    font-size: 8pt;
    font-weight: normal;
}

.gridViewFooterStyleFilter
{
    border-top-style: solid;
    border-top-width: thin;
    border-top-color:  #C0C0C0;
}

.gridViewRowStyleFilter
{
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    height: 25px;
}

.gridViewFooterStyleCeeding
{
    border-top-style: solid;
    border-top-width: thin;
    border-top-color:  #C0C0C0;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color:  #C0C0C0;
    background-color: #F4F4F4;
    height: 30px;
    font-weight: bolder;
}

.pager 
{
    font-size: 100%;
}

.pager a
{
    font-size: 100%;
    text-decoration: none;
    border: solid 1px #15B;
    color: #2A2A2A;
}

.pager span
{
    font-size: 100%;
    text-decoration: none;
    border: solid 1px #2A2A2A;
    color: #15B;
    background-color: #CCCCCC;
}

.pager a, .pager span
{
    display: block;
    float: left;
    padding: 2px 3px 2px 3px;
    margin-right: 4px;
    margin-bottom: 4px;
}

