/* GENERAL */
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
}
body {
	color: #000000;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:1px;
	padding: 0px;
	text-align:center;
	height:100%;
}
a:link  {
	color: #009;	
	text-decoration: underline;
}
a:active {
	color: #ffffff;
}

a:visited {
	color: #009;
	text-decoration: underline;
}	
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding: 15px 0px 10px 0px;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #bf2c37;
	margin: 0px 0px 10px 0px;
}

textarea {
	padding: 2px; 
	font-size: 11px;
	border: solid 1px #000000;
}


/* PAGE */
#Page {
	background-color: #ffffff;
	border-left: 1px solid #039ded;
	border-right: 1px solid #039ded;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	width: 920px;
	min-height:100%;
	height:100%;
}

#Form1 {
	height: 100%;
}
/* HEADER */
#Head {
	border-top: 5px solid #039ded;
	border-bottom: 1px solid #ffffff;
	background-color: #003466;
	height: 115px;
	/*height: px;*/
	text-align: left;
	width: 100%;
}
#Logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 291px;
	height: 115px;
	border: none;
}
#Credential {
	display: none;
}







/* SUB NAV SLIDE */
#SuggestLink {
	display: none;
	width: 100%;
	height: 235px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
}
body.clsModal, .clsModal {
	background-color: #ffffff;
	background-image: url(../images/modal_bkg2.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 5px;
	padding-bottom: none;
}
div.clsModal {
	background-color: #ffffff;
	background-image: url(../images/modal_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
}
#Modal {
	width: 100%;
}


/* COLUMN WRAPPER */
#ColumnWrapper {
	padding: 10px;
}


/* LEFT COLUMN */
#LeftCol {
	float:left;
	margin: 0px 0px 0px 10px;
	width: 200px;
}
#SubscrList {
	padding: 3px 3px 3px 0px;
}
#SubscrList div {
	/* N/A */
}
#SubscrList_Head {
	font-size: 9pt;
	font-weight: bold;
}
#SubscrList_HeadWrapper {
	display: none;
}
#SubscrList_Foot {
	background: #ffffff url(../images/SubscrList_ColBot.gif) no-repeat;
	height: 19px;
}
#SubscrList_Title {
	color: #0c2abe;
	font-size: 15px;
	font-weight: bold;
}


/* RIGHT COLUMN */
#MCol {
	margin-top: 0px;
	display: block;
	margin-left: 230px;
	width: 600px;
}
.clsFaqH,.clsPointH {
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}
div.clsFaqH, .clsPointH {
	padding: 3px 0px 0px 35px;
}

#CatNavSpacer {
	display: none;
}






/* ID'S */
#CategoryTabStrip #Help {
	left: 20px;
	position: relative;
}
#Head_Install {
	text-align: left;
	height: 114px;
	width: 100%;
}
#CatNav {
	background-image: url(../images/rptSubCCats_bkg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #555555;
	display: block;
	min-height: 177px;
	margin-top: -2px;
	padding: 20px;
	padding-top: 12px;
	padding-bottom: 20px;
}
#LCatNav {
	background-image: url(../images/rptSubCCats_bkg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #555555;
	display: block;
	min-height: 177px;
	margin-top: -2px;
	padding: 20px;
	padding-top: 12px;
	padding-bottom: 20px;
}
#PageBody 
{
	background-color: #ffffff;
	margin: auto;
	text-align: left;
	width: 900px;
	padding:10px;
}
#TypeSelect {
	cursor: pointer;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: -1.1pt;
	margin-bottom: 10px;
	position: relative;
	width: 198px;
}
#WCol {
	display: block;
	margin-left: 20px;
	width: 100%;
}




/*****************************************
	Begin Setup Classes
******************************************/
.clsBigLink {
	background-color: #ffcc33;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #333333;
	border-right: solid 1px #333333;
	color: #004EB5;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
.clsSmallLink {
	background-color: #ffcc33; 
	border-top: solid 1px #cccccc; 
	border-left: solid 1px #cccccc; 
	border-bottom: solid 1px #333333; 
	border-right: solid 1px #333333; 
	color: #004EB5; 
	cursor: pointer; 
	font-size: 8pt; 
	font-weight: bold; 
	padding: 1px; 
	text-align: center;
}
.clsBody {
	font-size: 10pt; 
	letter-spacing: -.01pt;
	padding-top: 10px;
}
.clsBodyB {
	font-size: 10pt; 
	font-weight:bold; 
	letter-spacing: -.01pt;
	color: #cc0000;
}
.clsBold {
	display: inline;
	font-size: 9pt;
	font-weight: bold;
}
.clsCaption {
	font-size: .67em;
	color: #7A7A7A;
}
div.clsCategoryTabStripOn {
	background: url(../images/bgTabStripOn.gif) repeat-x; 
	color:#0045B5;
}
div.clsCategoryTabStripOn a:link, div.clsCategoryTabStripOn a:visited {
	color: #00234B; 
	text-decoration:none;
}
.clsContent {
	padding:10px;
}
.clsFaqQ, .clsItemHead {
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: -.2pt;
	padding: 10px 0px 0px 0px;
	color: #003466;
}
.clsFaqA, clsListItem {	
	font-size: 11px;
	padding: 2px 0px 10px 10px;
}
.clsFormHead {
	font-size:13pt; 
	font-weight:bold;
	padding-bottom:10px;
}
.clsGreen {
	color:green;
}
.clsRed {
	color:red;
}
.clsHilight {
	color:#ffcc33;
	display: inline;
	font-size: 8pt;
	font-weight: bold;
}
.clsListHead {
	font-size: 13pt;
	font-weight: bold;
}
.clsListItemHead {
	font-weight: bold;
}
.clsMessageBox
{
	border:solid 1px #efefef;
	padding:10px;
	margin-bottom:15px;
}
.clsMessageBox .clsMessage
{
	font-size:14pt; 
	font-weight:bold; 
	letter-spacing:-1pt; 
}
.clsMessageBox .clsMessage A
{
	color:blue;
	text-decoration:none;
}

table.clsPageBody {
	padding-left: 15px;
}
.clsSmall {
	font-size: 10px;
}
.clsSmallB {
	font-size: 10px;
	font-weight: bold;
}
.clsSmallW {
	color: #ffffff;
	font-size: 8pt;
}
div.clsSmallW {
	padding: 0px 10px 0px 10px;
	text-align: left;
}
.clsSubTab a:link, .clsSubTab a:visited {
	font-size: 8pt;
}
.clsSubTab a:hover {
	/* N/A */
}
.clsTag	{
	color: #003466; 
	font-size: 17pt; 
	font-weight: bold; 
	letter-spacing: -1.2pt; 
	text-align: center;
}
.clsTitle {
	color: #003466; 
	font-size: 18px; 
	font-weight: bold; 
}

#icoWindows.clsListItem {
	margin-top: 2px;
	background-image: url(../images/icon-windows-24x24.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 37px;
}
#icoInternetExplorer.clsListItem {
	background-image: url(../images/icon-internetexplorer-24x24.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 37px;
}
#icoFirefox.clsListItem {
	background-image: url(../images/icon-firefox-24x24.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 37px;
}

/* End Setup Classes */


/* SPECIFIC: INSTALL PAGE */
.paddLeft {
	padding-left: 10px;
}


/* SPECIFIC: INSTALLED PAGE */
#Left {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 555px;
}
#Right {
	margin-left: 575px;
	margin-top: 50px;
	width: 220px;
}










/*URL: http://www.dynamicdrive.com/style/ */

.bullets{
list-style-type: disc;
list-style-position: outside; margin-left: 0px; padding-left: 30px; vertical-align: middle; 
}


.bullets li{
padding-top: 10px;
color:#595959;
font-weight:bold;
font-size:12px;
margin: 0px;
}


/* step carousel */

.stepcarousel{
position: relative; /*leave this value alone*/
border: 3px solid #c3c3c3;
overflow: scroll; /*leave this value alone*/
width: 880px; /*Width of Carousel Viewer itself*/
height: 340px; /*Height should enough to fit largest content's height*/
background-color:#f6f6f6;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 20px; /*margin around each panel*/
width: 860px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


