
/*-----------------------------------------------------*/
/* Document:       popup.css                           */
/* Version:        1.0                                 */
/* Authors:        Annette                             */
/* Creation-Date:  10.24.2006                          */
/* Last-Edit:      10.27.2006                          */
/*-----------------------------------------------------*/

/***********************************************/
/* HTML STYLES                                 */
/***********************************************/ 

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}

body, div, table, td, th, li, p {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #474747;
	}

a {
	color: #458EBF;
	text-decoration: none;
	}

a:link {
	color: #458EBF;
	text-decoration: none;
	}

a:visited {
	color: #458EBF;
	text-decoration: none;
	}

a:hover {
	color: #82bFEA;
	text-decoration: underline;
	}

h1 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 125%;
	font-weight: normal;
	color: #5a5a5a;
	margin: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B2D78A;
	}

h2 {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #5AA140;
	margin: 20px 0px 0px 0px;
	}

/***********************************************/
/* LAYOUT CLASSES                              */
/***********************************************/

#master {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 100%;
	background-color: #FFFFFF;
	}
	
.logo {
	position: absolute;
	top: 0px; left: 24px;
	}
	
#globalHeader {
	height: 63px;
	background-color: #FFFFFF;
	}

#mainTable {
	width: 550px;
	margin-left: 20px;
	}

#mainTable td {
	vertical-align: top;
	}

#mainTop {
	width: 542px; height: 20px;
	background-image: url("../images/structure/popmainT.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	}

#mainSide {
	width: 542px;
	background-image: url("../images/structure/popmainS.gif");
	background-repeat: repeat-y;
	}

#mainInterior {
	background-image: url("../images/structure/popmainGadient.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
	margin: 0px 6px 0px 6px;
	padding: 1px 0px 50px 20px;
	}
	
#mainInterior td {
	vertical-align: top;
	}
	
#mainBottom {
	width: 542px; height: 10px;
	background-image: url("../images/structure/popmainB.gif");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	}
	
#mainWidth490 {
	width: 490px;
	}
	
#mainInterior p {
	padding-right: 25px;
	}

/***********************************************/
/* GLOBAL NAVIGATION STYLES                    */
/***********************************************/

.globalNav {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-align: right;
	color: #AFAFAF;
	position: absolute; 
	top: 12px; right: 25px;
	}

/***********************************************/
/* FOOTER STYLES                               */
/***********************************************/

#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%; height: 42px;
	background-color: #FFFFFF;
	}
	
#footer td {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #7d7d7d;
	padding-left: 25px;
	padding-right: 25px;
	}

#footerNav {
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #7d7d7d;
	text-align: right;
	}

#footerNav a:link {
	color: #317FB9;
	text-decoration: none;
	}

#footerNav a:visited {
	color: #317FB9;
	text-decoration: none;
	}

#footerNav a:active {
	color: #317FB9;
	text-decoration: none;
	}

#footerNav a:hover {
	color: #317FB9;
	text-decoration: underline;
	}

/***********************************************/
/* BACK LINK                                   */
/***********************************************/

#backLinkTable {
	margin: 10px 0px 5px 0px;
	padding: 0px 5px 0px 0px;
	}
	
td.backTo {
	font-size: 85%;
	font-weight: normal;
	color: #458EBF;
	text-decoration: none;
	vertical-align: bottom;
	background-image: url("../images/buttons/arrowBack.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	text-align: right;
	}