﻿body 
{
	font-family:"Verdana", "Arial", sans-serif;
}

table
{
    width:100%;   
}

a, a:visited, a:hover
{
    color:#000000;   
}

#container
{
    border:1px solid #000000;
    margin:15px auto;
    width:93%;
}

img
{
    
}

h1
{
    margin: 10px 0 10px 0;
}


#header
{
    background-color: #710b0b;
    color: #ffffff;
}

#header #headerImg
{
    display:block;
    float:left;
    margin: 20px 25px 20px 25px;
    width:70px;
    background-color: #ffffff;
    border: solid 2px #ffffff;
}

#header #headerText 
{
    float:left;
    margin-top: 20px;
}
#header #headerText #headerTitle
{
    font-size:2em;
}

#header #headerText .headerSub
{
    color: #ea2c2c;
    text-align:right;
    font-size:1.25em;
}

#header #headerText #headerAuthors
{
    clear:both;
    position:relative;
    top:10px;
}

#nav
{
    border:solid 1px black;
    border-left:0;
    border-right:0;
    height: 2em;
    line-height: 2em;
}

#nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li
{
    border-right:solid 1px black;
    border-left:solid 1px black;
    float: left;
    margin-left:-1px;
}

#nav li a
{
    color: #000000;
    display: block;
    float: left;
    font-weight:bold;
    height: 2em;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    width: 7em;   
}

#nav li a:hover
{
    text-decoration:underline;
}

#content
{
	margin: 0 25px 10px 25px;
	padding-bottom:2em;
}

/* 2 columnn layout */
#content .leftCol
{
    width:47%;
    float:left;
}

#content .rightCol
{
    width:47%;
    float:left;
    margin-left:30px;
}

/*3 column layout*/
#content .leftCol3
{
    width:31%;
    float:left;
}

#content .middleCol3
{
    width:31%;
    float:left;
    padding: 0 3%;
}

#content .rightCol3
{
    width:31%;
    float:left;
}

#footer
{
	border-top:1px solid #000000;
	clear:both;
	font-size:x-small;
	padding-left:25px;
	height:40px;
}

.clear
{
    clear:both;
}

.Upgrade
{
    border: solid 1px black;
}

#progress
{
    color: #EA2C2C;
    font-weight:bold;
    border: solid 1px #EA2C2C;
    position:fixed;
    top: 40%;
    left:40%;
    text-align:center;
    padding:2px;
    background-color: White;
}

.lnkBack
{
    float:left;
}
.lnkNext
{
    float:right;
}



.pnlItem a, .pnlCase a
{
    background-color:#EA2C2C;
    color:#ffffff;
    height:2em;
    line-height:2em;
    width:95px;
    border: solid 2px #000000;
    padding:2px;
    display:block;
    text-decoration:none;
    font-weight:bold;
    font-size:1.2em;
    text-align:center;
    margin-top:5px;
}

.pnlItem a:hover, .pnlCase a:hover
{
    background-color:#ffffff;
    color:#EA2C2C;
    border-color: #EA2C2C;
}

.error
{
    color:Red;
    font-weight:bold;
}