﻿/* DEFAULTS
----------------------------------------------------------*/
body
{
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #ffa200;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #ffa200;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
.titre
{ 
    padding-left:3px;
    padding-bottom:10px;
    
    text-transform:uppercase;
    border-color: red;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    font-variant:small-caps;
    text-align:left;
    vertical-align:top;
}

.titreApp
{
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    font-variant: small-caps;
}

.titre2
{
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    font-variant: small-caps;
}

.titre2plus
{
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    font-variant: small-caps;
}
.titre3
{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    
}
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   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #bdd0e5;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
  /*  min-height: 420px;*/
}

.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:#fff;
    width:100%;
}

div.menu
{
    padding: 1px 0px 1px 2px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background: transparent background-color: #FFFFFF;
    border: 0px #4e667d solid;
    color: #ffa200;
    display: block;
    line-height: 1.00em;
    padding: 6px 12px;
    text-decoration: none;
    white-space: nowrap;
    top: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background-color: #FFFFFF;
}

div.menu ul li a:hover
{
    background-color: #bdd0e5;
    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;
}
.capitalize
{
    text-transform: capitalize;
}

.bold
{
    font-weight: bold;
}

.error
{
    font-weight: bold;
    color: red;
}
.warning
{
    font-weight: lighter;
    color: #993300;
    font-style: italic;
    font-size: 11px;
}
.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.banner 
{
	background-color:Transparent;	
	background-repeat:no-repeat;
	background-position:left top;
	height:44px;
	border-bottom: solid 2px white;
	margin-left:80;
}

.grA
{
    background-color: #FFFF99 ;
}
.grB
{
    background-color: #FFFFCC ;
}
.tag
{
    border: thin solid #FFFF00;
    font-family: 'Arial Rounded MT Bold';
    font-size: 11px;
    color: #FFFFFF;
    background-color: #FF9933;
    font-variant: small-caps;
    font-weight: bold;
    
}
.tag2
{
    border: thin none #FFFFFF; /*font-family: 'Arial Rounded MT Bold';*/
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    font-family: 'Arial Narrow';
    font-variant: normal;
}
.hyper
{
    /*background-color: #FF00FF;*/
    color: #008000;
}

.dynamic
{ width: 100%;}

.clear
{
    clear: both;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
div.hideSkiplink
{ background-color: #3a4f63; }
    
.menu ul li ul
{   display: none;  }
.menu ul li
{position: relative;float: left;list-style: none;}
div.menu ul.level3 li.dynamic
{left: 40px;}
div.menu ul.level3 li.dynamic
{right: 40px;}


table.Confirmation, td.Confirmation
{
    border-style: groove;
    border-width: thin;
    border-color: inherit;
    background-color: #FFCC99;
}

table.Information, td.Information
{
    border-style: groove;
    border-width: thin;
    border-color: inherit;
   /* background-color: #77A230;*/
    font-size: 18px;
    font-weight: bolder;
}


  .RadGrid_Office2010Blue .rgMasterTable,
.RadGrid_Office2010Blue .rgDetailTable
{
	background:#fff;
	border-collapse:collapse !important;
	/*border-collapse:separate;*/
}


#embedContainer {
    min-width: 1580px;
    min-height: 768px;
    height: calc(0.5625 * 64vw); /* 16:9 aspect ratio */
    width: 95%;
    overflow: hidden;
}
 
body, html, form {
    height: 100%;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1333.33px) {
    #embedContainer {
        height: calc(0.5625 * 870px); /* 16:9 aspect ratio */
    }
}


iframe {
    border: none;
}