﻿body
{
    margin: 0px;
    text-align: center;
    background-color: #dbdbdb;
    font-family: Tahoma, Sans-Serif;
}


img{border: 0px;}

h1,h2,h3,h4{font-family: Arial;}

.wrapper 
{
	margin: 0px auto;
	width: 1024px;
	background-color: #ffffff;
	text-align: left;
    position: relative;
}

a:link{color: #2b5b73; text-decoration: none;}
a:visited{color: #2b5b73; text-decoration: none;}
a:active{color: #2b5b73; text-decoration: none;}
a:hover{color: #2b5b73; text-decoration: underline;}

.button {background:#fff; border:solid 1px #bbb; color:#4c4c4c; font-weight:bold; font-size:11px; text-align:center; height: 22px; }
.button:hover {border-color: #4c4c4c; background: #edf1f5; cursor: pointer;}
.button:focus {border-color: red; background: #edf1f5; cursor: pointer;}

sup 
{
	font-size: 10px;
	}

/* header */
#header
{
	width: 1024px;
	height: 79px;
	text-align: right;
	margin: 0 auto;
	background: transparent url(../Images/Interface/Header.gif) center no-repeat;
}

#headerContactTab
{
    float: right;
    width: 217px;
    height: 24px;
	background: transparent url(../Images/Interface/ContactUsTab.png) center no-repeat;
	display:block;
	cursor:pointer;
}

#ContactFormContainer
{   
	position:absolute;
	left:615px;
	float:right;
	z-index: 999;
	width: 350px;
	text-align: left;
	top: 0px;
	height: 26px;
}

#ContactForm
{
	float: right;
	width:197px;
	padding: 10px;
	background: #3f6d84;
	display:none;    
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#ContactForm td{padding-bottom: 8px;}

/* content container */
#content
{
	width: 1024px;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../Images/Interface/Body.gif) center repeat-y;	
}

#content .inside
{
    margin: 0 auto;
    text-align: left;
    width: 910px;
}

#content .inside p
{
	font-size: 14px;
	color: #4c4c4c;
	margin: 0px;
	padding:0;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 40px;
    line-height: 22px;
}

#content .inside h2
{
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    margin-right: 40px;
    padding-top: 20px;
    color: #023750;
    font-size: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #d7d7d7;
}

#content .inside h3
{
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 40px;
    color: #023750;
    font-size: 16px;
    padding-bottom: 3px;
    border-bottom: 1px solid #d7d7d7;
}

#content .inside h4
{
    padding: 3px;
    padding-left: 0px;
    margin-left: 0px;
    margin: 0px;
    margin-top: 20px;
    color: #023750;
    font-size: 14px;
}

.ModulesOverview
{
    margin-left: 25px; margin-right: 30px; font-size: 12px; color: Black;
}

.ModulesOverview a:link{text-decoration: none; font-size: 14px; font-weight: bold}
.ModulesOverview a:visited{text-decoration: none;}
.ModulesOverview a:active{text-decoration: none;}
.ModulesOverview a:hover{text-decoration: none;}

.ModulesOverview ul
{
    margin: 0px;
}

.ModulesOverview li
{
    color: Silver;
    margin: 10px;
    padding: 0px;
}

.ModulesOverview li:hover
{
    color: Black;
}

.ModuleDescription 
{
	font-size: 9px;
	color: #4c4c4c;
	margin: 0px;
	padding:0;
	padding-top: 5px;
	margin-left: 40px;
	margin-right: 40px;
    line-height: 20px;    
}

.ModulePreview
{
    color: #fff;
    margin: 10px;
    font-size: 12px;
    line-height: 19px;
    
}

.ModulePreview h2
{
    color: #fff;
    border-bottom: 2px solid #efefef;
    font-size: 16px;
    
}

.ModulePreview img
{
    float: left;
    margin-right: 15px;
}

.ModulePreview p
{
}

.ModuleClickToLearnMore
{
    margin-left: 20px;
    padding-left: 15px;
    color: silver; 
    display: none; 
    background: #fff url(../Images/AboutIcon.gif) left no-repeat;	
}


.FAQ ul
{
    padding: 0px;
    margin: 0px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 0px;
    color: #4c4c4c;
    text-align: justify;
    font-size: 13px;
    padding-bottom: 3px;
}

#content .inside li
{
    padding-top: 20px;
}

#content .inside ol
{
    padding: 0px;
    margin: 0px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 0px;
    color: #4c4c4c;
    text-align: justify;
    font-size: 13px;
    padding-bottom: 3px;
}

#content .inside strong
{
	color:#2b5b73;
}
#content .inside center
{
	font-family: Arial;
	font-size: 15px;
	color: #4c4c4c;
	margin: 0px;
	padding:0;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 40px;
    line-height: 22px;
}

/* footer */
#footerDivider
{
	width: 1024px;
	height: 67px;
	background: transparent url(../Images/Interface/FooterDivider.gif) center no-repeat;
}

#footerHeader
{
	width: 1024px;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../Images/Interface/Body.gif) center repeat-y;	
}

#footerHeader .inside
{
    margin: 0 auto;
    text-align: left;
    width: 910px;
}


#footerHeader .inside p
{
	font-size: 12px;
	color: #4c4c4c;
	text-align: center;
	margin: 0px;
	padding:0;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 40px;
    line-height: 22px;
}

#footerHeader .inside h2
{
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    margin-right: 40px;
    padding-top: 20px;
    color: #023750;
    font-size: 16px;
    padding-bottom: 3px;
    border-bottom: 1px solid #d7d7d7;
}


#footer
{
	clear:both;
	float:left;
	width:100%;
	height: 72px;
	background: transparent url(../Images/Interface/Footer.gif) center no-repeat;
}

#footer p
{
	clear: both;
	margin:0;
	padding:0px;
}

#footerContent
{
	text-align: left;
    width: 910px;
    height: 102px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    background: transparent url(../Images/Interface/FooterContent.gif) bottom right no-repeat;
}

/* main page splash container */
#slides
{
    margin: 0px;
    margin-left: -1px;
    width: 908px;
    height: 248px;
    background: transparent url(../Images/Splash.gif) left no-repeat;
}

#slides .slideImage
{
    float: left;
    width: 429px;
    height: 219px;
    border: 1px solid #4c4c4c;
    margin-left: 10px;
    margin-top: 10px;
}

#slides .slideContent
{
    margin-top: 10px;
    margin-left: 450px;
    width: 455px;
    height: 215px;
    background: transparent;
}

#slides .slideContent h1
{
    margin-top: 3px;
    margin-left: 5px;
    color: #02364f;
    font-size: 24px;
    font-weight: bold;
}

#slides .slideContent p
{
    padding:0px;
    margin: 0px;
    width: 425px;
    font-size: 11px;
    margin-left: 5px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: normal;
}

#slideNav {font-size: 11px; margin-top: 10px;}
#slideNav a { margin: 2; margin-right: 5px; padding: 4px; border: 1px solid #dedede; background: #f2f2f2; text-decoration: none; }
#slideNav a.activeSlide { background: #fff; color: #2b5b73; font-weight: bold; margin: 2; padding: 4px; border: 1px solid #dedede; }
#slideNav a:hover { margin: 2; margin-right: 5px; padding: 4px; border: 1px solid #c1c1c1; background: #f2f2f2; text-decoration: none; color: #2b5b73  }
#slideNav a:focus { outline: none; }


/* navbar and links */
#navbar
{
	clear:both;
	margin: 0px;
	width:100%;
	height: 43px;
	text-align: center;
	background: #fff url(../Images/Interface/NavBar.gif) center no-repeat;
}

#navbar .navbarInside
{
    margin: 0 auto;
    width: 950px;
    text-align: left;
    padding: 0px;
}

#navbar .navLinks 
{
    position: relative;
    height: 30px;
    overflow: hidden;
    color: white;
    font-size: 12px;
    padding:0px;
    margin: 0px;
    padding-left: 24px;
	_padding-left: 0px;  /* IE 6*/
    padding-top: 4px;
}
            
#navbar .navLinks ul
{
    margin: 0px;
}
#navbar .navLinks li
{
    float: left;
    list-style: none;
	height: 29px;
	width: 87px;
}
#navbar .navLinks li a 
{
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 0px;
    z-index: 10;
    display: block;
    float: left;
    height: 21px;
    position: relative;
    overflow: hidden;
    margin: auto 25px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 12px;
	_margin-right: -20px;
	_padding-right: -20px; /* IE 6 */
	left: -24px;
	width: 70px;
	padding-bottom: 4px;
}
#navbar .navLinks li label
{
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 0px;
    z-index: 10;
    display: block;
    float: left;
    height: 21px;
    position: relative;
    overflow: hidden;
    margin: auto 25px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 12px;
	_margin-right: -20px;
	_padding-right: -20px; /* IE 6 */
	left: -24px;
	width: 70px;
	padding-bottom: 4px;
}

#navbar .navLinks li a:hover
{
    text-decoration: underline;
}
#navbar .navLinks li a:hover, .navLinks li a:active, .navLinks li a:visited 
{
    border: none;
}

#Features
{
    margin-top: 20px;
}

#Features a:link{color: #4c4c4c; text-decoration: none; font-size: 12px; font-weight: normal;}
#Features a:visited{color: #4c4c4c; text-decoration: none; font-size: 12px; font-weight: normal;}
#Features a:active{color: #4c4c4c; text-decoration: none; font-size: 12px; font-weight: normal;}
#Features a:hover{color: #4c4c4c; text-decoration: none; font-size: 12px; font-weight: normal;}

#Features td
{
    border: 1px solid white;
}

#Features .iconSummary
{
    cursor: pointer;
    color: #4c4c4c;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 35px;
}

#Features .iconSummary h4
{
    font-family: Tahoma;
    padding: 0 0 0 0;
    margin: 0 0 4px 0;
    color: #023750;
    font-size: 13px;
    border-bottom: 0px;
}

#Features .ActiveFeature
{
    cursor: pointer;
    border: 1px solid #eee;
    background: #fff url(../Images/iconSummaryBack.gif) repeat-x bottom;
}

/* Report Parameters */

.Parameters, .ParamsSummary 
{
	margin-bottom:0; font-size:11px; font-family:Tahoma; background-color:#f0f0f0; 
    border:1px solid #bbb; border-bottom:0; color:#373737; padding: 5px; 
    text-align: left;
}
.Parameters {border-bottom: 0px;}
.Parameters .Inline li {font-weight: bold;margin-right: 20px; display:inline; border-bottom: 0px;}

.Login
{
	font-family:Tahoma; 	
}
