﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background: white; /*#accfe5 url(images/bg-gradient.jpg) repeat-x; background-color: #5c87b2;*/
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

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;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    /*width: 90%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;*/
    background-color: White;
    /*border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;*/
}

header, #header {
    /*position: relative;
    margin-bottom: 0px;
    color: #000;
    background-color: #5c87b2;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;*/
}

header h1, #header h1 {
    /*font-weight: bold;
    padding: 5px 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    line-height: 1.2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;*/
}

#main {
    /*padding: 15px 30px 15px 30px;*/
    background-color: #fff;
    /*
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    */
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    /*border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;*/
}

.banner-background {
    width: auto;
    min-height: 20vw;
    margin-bottom: 10px;
    padding: 15px 30px 15px 30px;
    border: 0;
}

@media (max-width: 767px) {
    .banner-background {background-image: none!important;}

    .LogonContainer,
    .SearchCriteriaContainer,
    .ImportScoresContainer,
    .GroupingsCriteriaContainer,
    .RespondentCriteriaContainer {
        width: 90% !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        overflow-x: hidden !important;
    }

    .questionCompanyLogo {width: 250px;}
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    /* border-bottom: 1px #5C87B2 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;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

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 #ccc;
    padding: 0 1.4em 1.4em 1.4em;
    /*margin: 0 0 1.5em 0;*/
    margin: 1.5em 1.5em 1.5em 1.5em;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    color: #231f20;
}

.legend-icons {
    font-size: 18px;
    color: #231f20;
    margin-left: 2px;
}

textarea {
    min-height: 75px;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #231f20;
    padding: 2px;
    /*font-size: 1.2em;*/
    color: #231f20;
    width: 250px;
}

input[type="file"]
{
    width: 250px;
}

input::placeholder {
    color: #231f20;
    opacity: 1;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    /*font-size: 1.2em;
    padding: 3px;*/
    background-color: #231f20;
    color: white;
    border: 0 none;
}

input[type="reset"] {
    /*font-size: 1.2em;
    padding: 3px;*/
    background-color: #231f20;
    color: white;
    border: 0 none;
}

/* TABLE
----------------------------------------------------------*/

table {
    /* border: solid 1px #e8eef4;*/
    border-collapse: collapse;
}

table td {
    padding: 5px;
    /* border: solid 1px #e8eef4; */
}

table th {
    padding: 6px 5px;
    text-align: left;
    /* background-color: #e8eef4; */
    /* border: solid 1px #e8eef4;*/
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    text-align: center;
}

.headerLogo
{
    margin-left: auto;
    margin-right: auto;
}

#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;
}

/* 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;
}

.required-indicator { color: red; font-size: 1em; font-weight: bold; }

/* Styles for editor and display helpers
----------------------------------------------------------*/

.display
{
    margin-top: 1em;
}

.displayLabel
{
    float: left;
    min-width: 175px;
    font-weight: bold;
}

.display-label, .editor-label {
    margin: 1em 0 0 0;
}

.editorLabel
{
    margin-top: 1em;
    float: left;
    min-width: 150px;
}

.editorLabelWide
{
    margin-top: 1em;
    float: left;
    min-width: 250px;
}

.editorLabelNarrow {
    margin-top: 1em;
    float: left;
    min-width: 100px;
}

.displayField
{
    float: left;
    min-width: 150px;
}

.display-field, .editor-field, .editorRow 
{
    margin: 0.5em 0 0 0;
}

.editorField
{
    float: left;
    margin-top: 0.5em;
    min-width: 150px;
}

.editorFieldWide
{
    float: left;
    margin-top: 0.5em;
    min-width: 250px;
}

.editorValidationMessage
{
    display: block;
}

.editor-row-center {
    margin-top: 0.5em;
    margin-left: auto !important;
    margin-right: auto !important;
}

.editor-row-left {
    margin-top: 0.5em;
    /*margin-left: auto !important;
    margin-right: auto !important;*/
}


.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


.profileWelcomeMessage
{
    text-align: center;
    font-weight: bold;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    /*background-color: #efefef;
    border: 1px solid #c9cacc;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;*/
    font-size: 1.2em;
    padding: 10px;
    /*-moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;*/
}

fieldset#respondentContactInfo {
    /*border: 1px solid #ddd;*/
    border: 0 none !important;
    padding: 0 1.4em 1.4em 1.4em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 85%;
    /*border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;*/
}

#progress{
	padding:0px;
	border:none;
	width:216px;
	height:55px;
	margin-left: auto;
	margin-right: auto;
	background-image: images/progress-background.jpg;
	background-repeat: repeat;
	text-align: center;
}

.progress-title 
{
    margin: 2px auto 4px auto;
	font-family:Arial;
    font-weight: bold;
	color:#5c87b2;
}

.progressbar {
    position: relative;
    border: 2px solid #C9CACC;
    text-align: center;
    width: 200px;
    height: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

.progressbar-background {
    height: 18px;
    padding-top: 2px;
    font-size: 1em;
    color: #000000;
	width: 200px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: White;
}

.progressbar-foreground {
    height: 18px;
    padding-top: 2px;
    font-size: 1em;
    color: #000000;
	background: #65c423 url(images/progress-bar-gradient.jpg) repeat-x;
	width: 200px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.progressbar-foreground-progress {
    width: 0%;
    overflow: hidden;
    position: absolute;
    top: 0; left: 0;
	-moz-border-top-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.profileQuestionInstructions
{
    text-align: center;
    font-weight: bold;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    /*background-color: #efefef;
    border: 1px solid #c9cacc;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;*/
    font-size: 1.2em;
    padding: 10px;
    /*-moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;*/
}

.profileThankYou
{
    display: none;
    text-align: center;
    font-weight: bold;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    /*background-color: #efefef;
    border: 1px solid #c9cacc;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;*/
    font-size: 1.2em;
    padding: 10px;
    /*-moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;*/
}

.QuestionContainer
{
    margin: 0px auto 0px auto;
    border: 2px solid #5c87b2;
    background-color: White;
    font-family: Arial;
   	/*-moz-border-radius: 10px;
    border-radius: 10px;*/
    position: relative;
    width: 60%;
    min-width: 250px;
    max-width: 600px;
}

.QuestionContainerWords 
{
    border: 1px solid #d3d3d3;
    background: #ffffff;
    font-weight: normal;
    color: #555555;
}

.ClientQuestionContainer {
    margin: 25px auto 0px auto;
    position: relative;
    width: 60%;
    min-width: 250px;
    max-width: 600px;
}

.ClientProfileQuestion
{
    font-weight: bold;
    font-size: 11pt;
    color: Black;
    margin-bottom: 10px;
}

.ClientQuestionTextEditor
{
    font-size: 11pt;
    width: 100%;
    height: 3em;
    margin: 0px 10px 0px 10px;
}

.QuestionContainerHeader
{
    width: 100%;
    height: 28px;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #5c87b2;
    font-size: 18pt;
    font-weight: bold;
    color: White;
    text-align: center;
   	/*-moz-border-top-left-radius: 5px;
   	-moz-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

.QuestionContainerFooter
{
    width: 100%;
    height: 28px;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #5c87b2;
    vertical-align: bottom;
    font-size: 18pt;
    font-weight: bold;
    color: White;
    text-align: center;
   	/*-moz-border-bottom-left-radius: 5px;
   	-moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
}

.ProfileBottomButtonBar
{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


table a {
	color: #007ca2;
	text-decoration: none;
}
table a:hover {
	text-decoration: underline;
}

.form-scroll {
    overflow-x: scroll;
}

.grid-container {
    overflow-x: scroll;
    /*border-color: #231f20;
    border-style: solid;
    border-width: 2px;*/
}

.grid-search-box {
    text-align: center;
    width: 500px;
    border-color: #231f20;
    outline-width: 1px;
}

.grid-icons {
    font-size: 24px;
    color: #231f20;
    margin-left: 10px;
    margin-right: 10px;
}

.grid-results-icons {
    font-size: 20px;
    color: #231f20;
    margin-left: 5px;
    margin-right: 5px;
}

.grid-results-column {
    text-align: center;
    width: 50px;
}

.results_table {
    width: 100%;
    color: #231f20;
}

.results_table td, .results_table th {
	padding: 5px;
}

.results_table th {
	text-align: center;
	/*background-color: #5C87B2;*/
    background-color: #231f20;
	color: #fff;
}

.results_table_left th {
    text-align: left;
    /*background-color: #5C87B2;*/
    background-color: #231f20;
    color: #fff;
}

.results_table  th a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
}
.results_table tr{
	height: 1em;
	font-size: 1em;
}
.results_table_row {
	background: #fff;
}
.results_table_row_alt {
	background-color: #e7e6e7;
}

.results_table td 
{
    vertical-align: top;
}

.results_table th a:hover {
    text-decoration: underline;
    /*color: #231f20;*/
    color: #eee;
}

#profile_results_pager {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center !important;
    color: #231f20;
    font-size: 18px;
}

.results_table_pager > td {
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center !important;
    color: #231f20;
    font-size: 18px;
}

.results_table_pager > td > a, #profile_results_pager > a {
    color: #231f20;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
}

.results_table_pager > td > a:hover, #profile_results_pager > a:hover {
    color: #777777;
}

.results_long {
/*	width: 130px;*/
}
.results_med {
/*	width: 80px;*/
}
.results_short {
	max-width: 60px;
	width: 60px;
}
.results_split {
	width: 50%;
}

.lt-ie8 .results_short {
	padding: 2px;
	width: 60px !important;
}

.text-align-center {
	text-align: center!important;
}
.text-align-left {
    text-align: left !important;
}
.text-align-right {
    text-align: right !important;
}
.text-nowrap 
{
    white-space: nowrap;
}

.navigation-icons {
    /*font-size: 24px;*/
    color: #231f20;
    margin-left: 5px;
    margin-right: 5px;
}

.SearchCriteriaTable {
    border: 0 none;
    width: 350px;
    text-align: center;
    color: #231f20;
}

.SearchCriteriaTable td { border: 0 none; }

.infoBoxLogo {
    margin-top: 20px;
    width: 180px;
    height: auto;
}

.questionCompanyLogo {
    width: 350px;
}

.questionCompanyLogoDiv {
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    text-align:center; 
    padding-top: 50px;
}

.SearchCriteriaContainer {
    margin-top: 10px !important;
    text-align: center;
    /*border: 1px solid #cccccc;*/
    border: 0 none;
    -webkit-box-shadow: 0px 0px 20px #777777;
    -moz-box-shadow: 0px 0px 20px #777777;
    box-shadow: 0px 0px 20px #777777;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 10px;
    color: #231f20;
    background-color: white;
    background-position:center;
}

.ImportScoresContainer {
    margin-top: 10px !important;
    text-align: center;
    /*border: 1px solid #cccccc;*/
    border: 0 none;
    -webkit-box-shadow: 0px 0px 20px #777777;
    -moz-box-shadow: 0px 0px 20px #777777;
    box-shadow: 0px 0px 20px #777777;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px !important;
    margin-bottom: 100px;
    color: #231f20;
    background-color: white;
    background-position: center;
}

.GroupingsCriteriaContainer {
    margin-top: 10px !important;
    text-align: center;
    /*border: 1px solid #cccccc;*/
    border: 0 none;
    -webkit-box-shadow: 0px 0px 20px #777777;
    -moz-box-shadow: 0px 0px 20px #777777;
    box-shadow: 0px 0px 20px #777777;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px !important;
    margin-bottom: 50px;
    color: #231f20;
    background-color: white;
    background-position: center;
}

.RespondentCriteriaContainer {
    text-align: left;
    border: 0 none;
    -webkit-box-shadow: 0px 0px 20px #777777;
    -moz-box-shadow: 0px 0px 20px #777777;
    box-shadow: 0px 0px 20px #777777;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #231f20;
    background-color: white;
    background-position: center;
    /*overflow-x: scroll;*/
}

.LogonContainer {
    text-align: center;
    border: 0 none;
    -webkit-box-shadow: 0px 0px 20px #777777;
    -moz-box-shadow: 0px 0px 20px #777777;
    box-shadow: 0px 0px 20px #777777;
    max-width: 350px;
    margin-top: 100px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    color: #231f20;
    background-color: white;

}

.RespondentDivider {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 20px;"
}

body.Report {
    background: white;
    font-size: 10pt;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #231f20;
}


.SummaryReport {
    font-size: 10pt;
    color: #231f20;
}

.SummaryReport ul
{
    line-height: 1.2em;    
}

.SummaryReport .title
{
    font-size: 14pt;
    font-weight: bold;
    width: 95%;
    text-align: center; 
    margin-left: auto;
    margin-right: auto;
}

.SummaryReport .subtitle
{
    font-size: 12pt;
    width: 100%; 
    text-align: center; 
    margin-left: auto;
    margin-right: auto;
}

.SummaryReport .introduction
{
    font-size: 11pt;
    width: 100%; 
    text-align: left;
}

.SummaryReport .section
{
    width: 70%; min-width: 435px; margin: 30px auto 0 auto;
}

.SummaryReport .graph
{
    width: 100%; min-width: 435px; margin: 30px auto 0 auto;
}

.SummaryReport .open-guarded-direct-indirect td
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
    padding-left: 2px;
}

.left-red 
{
    border-left: 5px solid #CE3128;
}

.left-yellow
{
    border-left: 5px solid #F2CC14;
}

.left-blue
{
    border-left: 5px solid #035185;
}

.left-green
{
    border-left: 5px solid #307539;
}

.SummaryReport .padding-bottom
{
    padding-bottom: 8px;
}

.SummaryReport .padding-top
{
    padding-top: 8px;
}

.SummaryReport .margin-top
{
    margin-top: 10px;
}

.SummaryReport .big-margin-top
{
    margin-top: 20px;
}

.SummaryReport .margin-bottom
{
    margin-bottom: 10px;
}

.SummaryReport .big-margin-bottom
{
    margin-bottom: 20px;
}

.SummaryReport td.bar
{
    border: 0 none;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

.SummaryReport img.bar
{
    /* display:block; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 2px 0px 2px #888888; margin: 0px; padding: 0px; border: 0 none;
    display:block; border-top-left-radius: 0px; border-top-right-radius: 0px; box-shadow: 0px 0px 0px #ffffff; margin: 0px; padding: 0px; border: 0 none; */
    display:block;
}

.SummaryReport td.bar-caption
{
    border: 0 none; padding: 0; margin: 0px; 
}

.SummaryReport div.bar-caption
{
    width: 80px; border-top: 10px solid #666; height: 45px; font-size: 11pt; font-weight:normal; text-align: center; 
}

.SummaryReport .disclaimer
{
    margin: 20px auto 10px auto; font-size: 8pt; color: Black; width: 70%; min-width: 400px;
}

@media all {
	.page-break	{ display: none; }
}

@media print 
{
	.page-break	{ display: block; page-break-before: always; }

    .SummaryReport .disclaimer
    {
        width: 69%;
        margin-left: 3px;
    }
    
    .SummaryReport .section
    {
        width: 69%;
        margin-left: 30px;
    }
    
    .SummaryReport .graph
    {
        width: 80%;
        margin-left: 50px;
    }
    
    .noprint { display: none }
}

.gradient-gray {
    background-color: #efefef;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#cccccc'); /* for IE */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#cccccc')"; /* for IE */
    /*background: -ms-linear-gradient(top, #888888, #cccccc);
    /*background: -o-linear-gradient(top, #888888, #cccccc);
    /*background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#cccccc)); /* for webkit browsers */
    /*background: -moz-linear-gradient(top, #dddfee, #ffffff); /* for firefox 3.6+ */
    /*background: linear-gradient(top,, #aaaaaa, #cccccc);*/
}

.gradient-darkgray {
    background-color: #eeeeee;
    /*gradient-darkgrayfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); /* for IE */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000')"; /* for IE */
    /*background: -ms-linear-gradient(top, #cccccc, #000000);
    /*background: -o-linear-gradient(top, #cccccc, #000000);
    /*background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#000000)); /* for webkit browsers */
    /*background: -moz-linear-gradient(top, #cccccc, #000000); /* for firefox 3.6+ */
    /*background: linear-gradient(top,, #cccccc, #000000);*/
}

.gradient-red
{
background-color: #ce3128;
color: White;
/* background-color: #FF8080; */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#eeeeee'); /* for IE */
    /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#eeeeee')"; /* for IE */
    /* background: -ms-linear-gradient(top, #ff0000, #eeeeee);
/* background: -o-linear-gradient(top, #ff0000, #eeeeee);
/* background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#eeeeee)); /* for webkit browsers */
    /* background: -moz-linear-gradient(top,  #ff0000,  #eeeeee); /* for firefox 3.6+ */
    /* background: linear-gradient(top, , #ff0000, #eeeeee); */
}

.gradient-yellow
{
background-color: #f2cc14;
color: Black;
/* background-color: #FFFF80; */
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#eeeeee'); /* for IE */
/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#eeeeee')"; /* for IE */
/* background: -ms-linear-gradient(top, #ffff00, #eeeeee);
/* background: -o-linear-gradient(top, #ffff00, #eeeeee);
/* background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#eeeeee)); /* for webkit browsers */
/* background: -moz-linear-gradient(top,  #ffff00,  #eeeeee); /* for firefox 3.6+ */
/* background: linear-gradient(top, , #ffff00, #eeeeee);*/
}

.gradient-green
{
background-color: #307539;
color: White;
/* background-color: #80FF80; */
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b050', endColorstr='#eeeeee'); /* for IE */
/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b050', endColorstr='#eeeeee')"; /* for IE */
/* background: -ms-linear-gradient(top, #00b050, #eeeeee);
/* background: -o-linear-gradient(top, #00b050, #eeeeee);
/* background: -webkit-gradient(linear, left top, left bottom, from(#00b050), to(#eeeeee)); /* for webkit browsers */
/* background: -moz-linear-gradient(top,  #00b050,  #eeeeee); /* for firefox 3.6+ */
/* background: linear-gradient(top, , #00b050, #eeeeee); */
}

.gradient-blue
{
background-color: #035185;
color: White;
/* background-color: #8080FF; */
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070c0', endColorstr='#eeeeee'); /* for IE */
/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070c0', endColorstr='#eeeeee')"; /* for IE */
/* background: -ms-linear-gradient(top, #0070c0, #eeeeee);
/* background: -o-linear-gradient(top, #0070c0, #eeeeee);
/* background: -webkit-gradient(linear, left top, left bottom, from(#0070c0), to(#eeeeee)); /* for webkit browsers */
/* background: -moz-linear-gradient(top,  #0070c0,  #eeeeee); /* for firefox 3.6+ */
/* background: linear-gradient(top, , #0070c0, #eeeeee); */
}

img 
{
    page-break-inside: avoid;
}

