﻿body
{
   background-color: #cbccd0; 
   font-family: verdana;
   z-index: -10;
}

.popupMenu
{
	position:absolute;
	visibility:hidden;
	background-color: #cbccd0;
	border-color:Black;
	border-width:0.12em;
	border-style:solid;
	z-index:200;	
}

.textArea
{
    padding-top: 8.5em;
    padding-left: 12em;
    padding-right: 12em;
    
    font-size: 0.9em;
}

.header
{
    position: fixed;
    left:0;
    top:0; 
    background-image:url('Images/blue_lines.png');
    background-position: 0 1.9em;
    background-repeat: no-repeat;
    background-color: White;
    width: 100%;
    height:6.65em;
    padding-top: 2.6em;
    z-index:0;
}

.devider
{
    width:9.13em;
}

.subHeadder
{
    font-size: 1.4em;
    font-family: myriad pro;
}

.twentyten
{
    font-size: 2.4em;
    font-family: myriad pro;
    color:#0c9bd3;
}

.innovate
{
    font-size: 2.4em;
    font-family: verdana;
}

img
{
    border-style: none;
	border-color: inherit;
	border-width: 0;
}

.sponsorDiv
{
    top:0;
    right:0;
    position: fixed;
    float:right;
    background-image: url('Images/sponsors_slice.png');
    background-repeat: repeat-y;
    width: 10.06em;
    height:100%;
    z-index:1;
    padding-top: 1em;
}

.menuTop
{
    position:fixed;
    top: 10.3em;
    left:0;
    background-image: url('Images/Menu_top.png');
    background-repeat: no-repeat;
    width: 10.25em;
    height: 1.13em;
    z-index:1;
    padding-left: 1em;
    z-index:0;
}

.menuDiv
{
    position:fixed;
    bottom:0;
    top: 11.4em;
    height: 100%;
    background-image: url('Images/menu_slice.png');
    background-repeat: repeat-y;
    left:0;
    width: 10.25em;
    padding-left: 1em;
}

.banner
{
    position:fixed;
    right:10.25em;
    top:0;
   /* z-index:1;*/
}

a
{
    color: #0c9bd3;
}

h3
{
    /*color: #0c9bd3;*/
}

table
{
    z-index:3;
}

.validatorCalloutHighlight
{
	background-color:#0c9bd3;
}

/*for the popup*/
.modalProgressGreyBackground 
{
    background:#cccccc;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index: 2;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    padding-top: 1.25em; 
    padding-bottom: 0.63em;
    border-style:solid; 
    border-width:0.06em; 
    background-color:#292929;
    width:18.75em; 
    height:6.25em;
    z-index: 3;
}

p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	text-align : left;
}

.zIndex
{
	z-index:100;
}
