﻿body
{
    font-size: 10.5pt;
}

#background
{
    background-image: url('/Resources/images/img_sitebackground_filler.jpg');
    background-repeat: repeat-y;
    border: 0px solid black;
    background-position:top center;
    position: absolute;
    top: 0px;
    height: 0px;
    width: 100%;
}

p
{
    font-size: 10.5pt;
    text-align: left;
    line-height: 14pt;
}

ul, li, ul li
{
    text-align: left;
}

span
{
    text-align: left;    
}

h1
{
    color: #FF6700;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 16pt;
}

h1, h2, h3, h4, h5, h6
{
    font-variant: normal;
    text-align: left;
 }

h2
{
    margin-top: 0px;
    font-size: 14pt
}

h3
{
    font-size: 12pt;
}

.right_button
{
    border: 0px solid black;
    background-color: #666666;
    height: 20px;
    color: White;
    text-align: center;
    margin-bottom: 5px;
    padding: 2px;
    margin-left: 20px;
}

.right_button a
{
    color: White;
}

td
{
    padding: 0px;
    font-size: 10.5pt;
}

.title
{
    color: #ff6700;
    font-weight: bold;
    margin-bottom: 3px;
}

.center
{
    text-align: center;
    float: none;
}

.productInfo .name
{
    background-color: #ff6700;
    color: White;
    font-weight: bold;
    padding: 3px;
    font-size: 11pt;
}

.productInfo .icon
{
    padding: 10px;
}

.productInfo .shortDesc
{
    font-weight: bold;
    background-color: #cccccc;
    font-size: 10pt;
    padding: 2px;
}

.productInfo .longDesc
{
    font-size: 10pt;
}

.productInfoLinkBold
{
    font-weight: bold;
}

.productInfo table
{
    border: 0px solid black;
    text-align: center;
}

.productInfo table tr td
{
    text-align:center;
    padding:3px;
    margin:0;
    border: 0px solid black;
    width: 100px;
    vertical-align: top;
    font-size: 10pt;
    background-color: #dddddd;
}


.newsletter 
{
    padding-right: 10px;
}
.newsletter .nltitle
{
    background-color: #ff6700;
    color: White;
    font-weight: bold;
    padding: 2px;
    font-size: 11pt;
}

.newsletter .nlcontent
{
    background-color: #dddddd;
    
}

.watermark
{
    color: Gray;
    font-style: italic;
}

.contact
{
    padding-right: 10px;
}

.contact .ctitle
{
    background-color: #ff6700;
    color: White;
    font-weight: bold;
    padding: 2px;
    font-size: 11pt;
}

.contact .ccontent
{
    background-color: #dddddd;
}

.breadcrumb
{
    position: absolute;
    top: -30px;
}

.enrollmentForm
{
    width: 100%;
}

.enrollmentForm .efheader
{
    background-color: #ff6700;
    color: White;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.enrollmentForm .effieldlabel
{
    background-color: #dddddd;
    vertical-align: top;
    padding: 2px;
    font-weight: bold;
    width: 35%;
    text-align: left;
}

.enrollmentForm .efheader a
{
    color:White;
}

.enrollmentForm .effield
{
    vertical-align: top;
    padding: 2px;
    width: 65%;
    text-align: left;
}

.betaAdminLogin
{
    border: 0px solid black;
}

.betaAdminLogin .batitle
{
    background-color: #FF6700;
    color : white;
    padding: 3px;
    width: 100%;
    font-weight: bold;
}

.betaAdminLogin .bacontent
{
    padding: 2px;
}

.betaAdminLogin .baforgotlogin
{
    font-size: 8pt;
}

.betaAdminShowGroupsGrid td
{
    padding: 2px;
}

.emailtext 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height: 10px;
	color: #000000;
	background-color: #FFFFCC;
	border: 1px dotted #FF3300;
	margin: 0px;
	padding: 4px;
	width: 90%;
}

.grid
{
    width: 100%;
    
}
.gridHeader
{
    background-color: #ff6700;
}