﻿/*

dark-blue 056492
red e0400a
orange fcb441
blue 418cf0

deep blue 3264b4
green 32b464


*/
.dark-blue {color:#056492;}
.red {color:#e0400a;}
.orange {color:#fcb441;}
.blue {color:#418cf0;}

.deep-blue {color:#3264b4;}
.green {color:#32b464;}

span.big-text-1 {
    display: block;
    float: left;
    color:#444;
    font-weight: bold;
    text-align: right;
}
span.small-text-1 {
    font-size: 11px;
    font-weight: normal;
    padding-left: 3px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------------
The base color for this template is #3067b0. If you'd like
to use a different color start by replacing all instances of
#3067b0 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #3067b0;
    font-size: 75%;
    font-family: "Myriad", Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    word-wrap:break-word; white-space:normal;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
strong 
{
    font-weight:bold;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2.2em;
    padding-bottom: 0;
    margin-bottom: 30px;
    color:#3067b0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    min-width: 960px;
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #fff;
    border: none;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #3067b0 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

/*
input[type="text"] 
{
    border: 1px solid #CCC;
}
*/

input[type="password"] 
{
    border: 1px solid #CCC;
}

input[type="checkbox"] 
{
    
    margin:0;
}

.c-dropdown label, 
.common-input label 
{
    display:block;
    float:left;
    width:100px;
    padding-top:4px;
}

.common-flag input[type="checkbox"] 
{
    margin-right:8px;
}


div.c-dropdown, 
div.common-input,
div.common-flag
{
    margin-bottom:10px;
}

div.common-input-alt 
{
    margin-bottom:3px;
}


.full-width 
{
    width:100%;
}

.TabStrip-wrap 
{
    margin-top:30px;
}

#bnSubmit 
{
    padding:5px 30px;
}


/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table.no-border td,
table.no-border
{
    border:0;
    vertical-align:top;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

table#overall 
{
    border:0;
    border-collapse:collapse;
    font-size:10pt;
    color:black;
    margin-top:20px;
    margin-right:20px;
}

#overall td, #overall th 
{
    border:0;
    border-bottom:1px solid #000;
    background:white;
}


table#countries 
{
    border:0;
    border-collapse:collapse;
    font-size:10pt;
    color:black;
}

#countries td
{
    border:0;
    border-bottom:1px solid #000;
    background:white;
}
#countries th 
{
    border:0;
    border-bottom:2px solid #000;
    border-top:1px solid #000;
    background:white;
    color:black;
    font-weight:bold;
}




table#clicks 
{
    border:0;
    border-collapse:collapse;
    font-size:10pt;
    color:black;
    width:597px;
}

#clicks td
{
    border:0;
    border-bottom:1px solid #000;
    background:white;
}
#clicks th 
{
    border:0;
    border-bottom:2px solid #000;
    border-top:1px solid #000;
    background:white;
    color:black;
    font-weight:bold;
}


#clicks a 
{
    text-decoration:none;
}


table.short-info, table.short-info td
{
    border:0;
}





.round-wrapper 
{
    border-radius:5px;
    border:1px solid #A7BAC5;
}
    

/* MISC  
----------------------------------------------------------*/
.padding-5 {padding:5px;}
#Countries-wrapper 
{
    margin-left:5px;
    display:block;
    width:281px;
}
.clear
{
    clear: both;
}

#urls h3, #urls h4, #urls h5 
{
    padding:0;
    color:#3067B0;
}
#urls h3 
{
    font-size:16px;
}
#urls h4 
{
    font-size:14px;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

#IsReportReady-message 
{
    background-color:#ffffe1;
    padding:3px;
    font-size:90%;
    border:1px solid #A7BAC5;
}

.allign-center 
{
    text-align:center;
}
.align-right 
{
    text-align:right;
}
.bold-text 
{
    font-weight:bold;
}

.padding-button 
{
    padding:10px;
}

.float-left 
{
    float:left;
}

.float-right 
{
    float:right;
}

.block-300 
{
    display:block;
    width:230px;
}


#title-text 
{
    font-size:14pt;
    display:block;
    width:100%;
    margin-bottom:10px;
}

#title-text p 
{
    font-size:9pt;
    line-height:10pt;
    margin:5px 15px 0 0;
}

.short-info 
{
    text-align:center;
    font-size:7pt;
    margin-top:10px;
}


table#platforms 
{
    margin-top:10px;
}
#platforms h2 
{
    padding:5px;
}

span.big-text 
{
    display:block;
    float:left;
    width:50px;
    font-weight:bold;
    font-size:11pt;
    text-align:right;
}
span.small-text 
{
    font-weight:normal;
    font-size:8pt;
    line-height:16pt;
    padding-left:3px;
}

#print-page body 
{
    color:Black;
}

h1, h2, h3 
{
    color:#3067b0;
}

h1 
{
    font-size:20pt;
    margin:0 0 10px 0;
}

h2 
{
    font-size:18pt;
    font-weight:bold;
}
h3
{
    font-size:16pt;
    padding:5px;
    font-weight:bold;
}

.print-only 
{
    display:none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

@media print 
{
    body {color:Black;}
    tr, td, th, .short-info {page-break-inside:avoid}
    thead {display:table-header-group}
    .NoPrint {visibility:hidden; display:none}    
    #main {margin:0; padding:0;}
    .round-wrapper 
    {
        border:1px solid black;
    }    
    a {color:#000000}
    a:link
    {
        color: #000;
        text-decoration: none;
    }
    a:visited
    {
        color: #000;
    }
    a:hover
    {
        color: #000;
        text-decoration: none;
    }
    a:active
    {
        color: #000;
    }  
    
    #print-page h1, #print-page h2, #print-page h3 
    {
        color:#3067b0;
    }
    
    .print-only 
    {
        display:block;
    }
}

