﻿/*----------------------------------------------------------
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-color: #999999;*/
    font-size: .75em;
    font-family: Verdana, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: none;
}
a:visited
{
    color: #505abc;
    text-decoration: none;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
    text-decoration: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

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;
}

p.small {
    font-size: x-small;
}

/* 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;
}


/* TAB MENU   
----------------------------------------------------------*/
.submenu 
{
    background-color: #d0d19f;
    padding: 5px;
    margin: 0;
}

.submenulink
{
    display: block;
    width: 135px;
    padding: 1px 0px 0px 10px;
    text-decoration: none;
    color: #000;
}


ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px 10px;
    position: relative;
    margin: 0;
    text-align: left;
    background-color: #cc6600;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.9em;
    /*background-color: #e8eef4;*/
    color: #ffffff;
    text-transform: uppercase;
}

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;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

td
{
    vertical-align: top;
}

td.header
{
	font-weight: bold;
	background-color: #a2a340;
	color: White;
	padding: 5px;
}

td.fieldname
{
	/*background-color: #FFFBD6;*/
	font-weight: bold;
}

td.altrow
{
	background-color: white;
}

td.footer
{
	background-color: #a2a340;
	color: #333333;
}

hr
{
    color: #b45d16;
}

/* LAYOUT STYLES
----------------------------------------------------------*/
div#banner
{
    color: #fff;
    background-color: #333;
    border-bottom: 1px solid #000;
    
    background-color: #a2a340;
}

div#banner h1
{
    margin: 0;
    padding: .3em 0 .3em .5em;
    font-size: 2.2em;
    font-weight: normal;
    
}

#banner2
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

    background-image: url(images/Header.jpg);
    background-repeat: no-repeat;
}

div#container
{
    /*background-color: #818689;*/
}

div#container2
{
    background-color: #bcbfc0;
    
}

div#navigation
{
    background-color: #d0d19f;
    padding: 5px;
    margin: 0;
}

div#navigation ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div#navigation ul li 
{
    margin-top: 4px;
}

#navigation ul li a
{
    display: block;
    width: 135px;
    padding: 1px 0px 0px 10px;
    text-decoration: none;
    color: #000;
}

#navigation ul li a:hover
{
    color: #fff;
}

div#extra
{
    margin: 0;
    padding: 5px;
    color: #fff;
    background-color: #FFCC99;
}

div#extra h3
{
    margin-top: 0;
    color: #fff;
    padding: 0;
}

div#content
{
    line-height: 150%;
    background-color: White;
    padding: 5px;
}

div#content h2
{
    font-size: 2em;
    color: #036;
    margin: 0;
    padding-top: .5em;
    font-weight: normal;
}

#cleardiv
{
    clear: both;
}

div#footer
{
    clear: both;
    padding: 0px;
    margin: 0px;
    text-align: center;
    
    background-color: #a2a340;
}

div#footer ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

div#footer li
{
    display: inline;
    margin-right: 0em;
}

/** Grids **/
.gvHeader {
    color:White;
    background-color:#A2A340;
    font-weight:bold;
}

.CssDomainNameRow {
    /*background-color: #B5C7DE;*/
    background-color: #d0d19f;
}

.CssDescriptionRow 
{
	 background-color: #FFFBD6;
}
.CssItemNameRow 
{
	 background-color: #FB9C6C;
}
.CssItemOptionRow 
{
	 background-color: #FFFFFF;
}
.CssAnswerNameRow 
{
    background-color: #d0d19f;
    vertical-align:middle;
    text-align:center;
}
.CssShowResultPanel
{
	width: 200px;
    background-color: #F2D9CC; 
    border-width: 2px; 
    border-color: Black; 
    border-style: solid;
    padding: 20px;
}
.CssShowResultPanelAbs
{
	position:absolute;
	top:80px;
	left:250px;
	width: 300px;
    background-color: #F2D9CC; 
    border-width: 2px; 
    border-color: Black; 
    border-style: solid;
    padding: 20px;
}
.CssExplanationPanel {
    /* background-color: wheat;*/
}
.CssQuestionPanel {
    /* background-color: #f0f0f0;*/
    height:350px;
    overflow: scroll;
    width: 450px;
    /*overflow-y:scroll;*/
}
/* added by john */
.CssTestMenuPanel { 
    background-color:#f0f0f0;
}
.CssVignettePanel {
    /*.background-color: wheat;*/
    height: 350px;
    width: 100%;
    overflow: scroll;
    text-align: left;
    /*width: 550px;*/
}
.CssDescriptionPanel {
    /*.background-color: wheat;*/
    background-color:#B5C7DE;
    height: 350px;
    width:100%;
    /*width: 550px;*/
    /*overflow: scroll;*/
    overflow:auto;
}
.CssModalBackground {
	background-color:Gray;
	/*filter:alpha(opacity=70);
	opacity:0.7;*/
}

.CssModalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.CssItemNotAnswered {
    background-color: #FFCCFF; 
    color: #0033CC
}

.CssItemAnswered {
    background-color: #FFFFFF;
    color: #000000;
}

.CssModuleItemNotAnswered {
    background-color: #99CCFF; 
    color: #9933CC
}

.CssModuleItemAnswered {
    background-color: #FF99FF;
    color: #000000;
}

.CssModuleNameRow {
    background-color: #B5C7DE;
}

.CssModuleItemOptionRow 
{
	background-color: #FFFF99;
}

.CssItemOptionHelp
{
    background-color:#B5C7DE;
}

.CssShowAnswer
{
    width: 20px; text-align: center; background-color:#B5C7DE;
}
