﻿body
{
	background-color:White;
	background-image:url(../images/ap_dark_stripes.gif);
   	padding:12px;
   	border: 12px;
   	margin:12px;
   	font-family:Cambria;
   	font-size:12pt;
   	color:Black;
}

.normal
{
   	font-family:Cambria;
   	font-size:11pt;
   	color:Black;
}

.textHeader
{
    font-family:Cambria;
   	font-size:22pt;
   	color: #C2D1E0;
   	font-weight:800;
}

.textSubHeader
{
    font-family:Verdana;
    font-size:10pt;
    color:#003366;
    position:absolute;
    top: 5px;
    left: 270px;
    width: 295px;
    height: 20px;
}

.textNormal
{
    font-family:Verdana;
   	font-size:12px;
   	color: #333333;
}

.buttonStyle
{
	cursor:pointer;
	margin-bottom: 3px;
	/*margin-right: 3px;*/
	background-color:#C2D1E0;
	color:#003366;
	width:105px;
	padding:4px;
	text-align:center;
	font-weight:bold;
	border:1px solid #003366;
	/*border-bottom: 1px solid #003366;
	border-top: 1px solid #003366;*/

}

.imageButton
{
     border: solid 1px #C2D1E0;
     border-left: solid 1px #C2D1E0;
}

.toolButton
{
     border-left: solid 1px #C2D1E0;
}

.divStyle
{
    border: solid 2px AliceBlue;
    margin: 5px 5px 5px 5px;
}

a img
{
  border-style:none;
}

.thumbGold
{
     border: solid 1px Gold;
}

.thumbPlain
{
     border: solid 1px Black;
}

.questionMark 
{
    position:absolute;
    height:13px; /*dimensions of our image*/
    width:14px;
    cursor:pointer;
}

.toolTip 
{
    position:relative;
    left:508px; /*Moves it to the right beside the question mark*/
    top:500px;
    width:430px;
    height:60px;
    display:none;
    font-family:Verdana;
   	font-size:10pt;
   	color: #003366;
    padding:5px;
    border:1px solid #003366;
    background-color:#F0F8FF;
    z-index:200;
    vertical-align:middle;
}

.backgroundStyle
{
    z-index: -1;
}
