/* GENERAL */
body, html {
	height: 100%;
	background-color: #ffffff;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link  {
	color: #278418;	
	text-decoration: none;
}
a:active {
	color: #e76a01;
	text-decoration: underline;
}
a:visited {
	color: #278418;
	text-decoration: none;
}	
a:hover {
	color: #e76a01;
	text-decoration: underline;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding: 15px 0px 10px 0px;
}
h2 {
	color: #278418;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
li {
	/* N/A */
}
textarea {
	border: solid 1px #333333;
	font-size: 11px;
	padding: 2px; 
}

/* PAGE */
#Form1 {
	height: 100%;
}
#Page {
	padding: 0px;
	margin: 0px;
	width: 930px;

/*	background-image: url(../images/bg_bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;*/
}

#foot{
	background-image: url(../images/bg_bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width: 915px;	
	height:100px;
}

/* COLUMN WRAPPER */
#ColumnWrapper, #faq
{
	position: absolute;
	top: 133px;
	background-color: #ffffff;
	margin-left: 15px;
	padding-top: 10px;
	text-align: left;
	width: 850px;
}
#PageBody 
{
	position: relative;
	text-align: left;
	top: 28px;
	left: 0px;
	margin-left:15px;
	margin-top:10px;
	width: 100%;


}


/* HEADER */
#Head {
	background-color: #00951c;
	background-image: url(../images/head-bkg.gif);
	background-repeat: repeat-x;
	background-position: top right;
	height: 73px;
	margin-bottom: 1px;
	text-align: left;
	width: 915px;
	margin-top: 30px;
}
#Logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border: none;
	cursor: pointer;
	height: 73px;
	width: 375px;
	float: right;
}
#Credential {
	position: absolute;
	top: 126px;
	left: 0px;
	background-color: #006428;
	width: 915px;
	height: 5px;
	margin-bottom: 1px;
}
/* SUB NAV */
#SubLinkTabStrip {
	position: absolute;
	top: 104px;
	left: 0px;
	background-image: url('../images/CategoryTabStrip-bkg.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	height: 21px;
	width: 915px;
	margin-bottom: 1px;
}
#SubLinkTabStrip ul {
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	margin-right: 15px;
	padding: 0px 0px 0px 0px;
	height: 21px;
}
#SubLinkTabStrip li {
	background: url(../images/left.gif) no-repeat left top;
	float: left;
	margin: 0px;
	margin-right: 4px;
	padding: 0px 0px 0px 10px;
	height: 21px;
}
#SubLinkTabStrip a {
	background: url(../images/right.gif) no-repeat right top;
	color: #ffffff;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 11px 5px 0px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#SubLinkTabStrip a {
	float: none;
}
/* End IE5-Mac hack */
#SubLinkTabStrip a:hover {
	color: #ffffff;
}

/* SPECIFIC: INSTALLED PAGE */
#Left 
{
	float: left;
	margin-top: 0px;
	width: 550px;
	height: auto;
}
#LeftCol
{
	float:left;
	margin: 0px 0px 0px 10px;
	width: 220px;

}
#Right {
	margin-left: 560px;
	margin-top: 50px;
	width: 275px;
	height: auto;
}
#MCol 
{
	margin-top: 0px;
	display: block;
	margin-left: 260px;
	width: 600px;

}
/* MAIN NAV */
#CategoryTabStrip {
	position: absolute;
	top: 0px;
	left:0px;
	width: 915px;
	color: #ffffff;
	background-image: url('../images/SubLinkTabStrip-bkg.gif');
	height: 28px;
	margin-bottom: 2px;
}
#CategoryTabStrip ul {
	float: right;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	list-style: none;
}
#CategoryTabStrip li {
	background: url(../images/left2.gif) no-repeat left top;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 25px;
}
#CategoryTabStrip.CategoryTabStripHome li {
	background: url(../images/left2.gif) no-repeat left top;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 25px;
}
#CategoryTabStrip a {
	background: url(../images/right2.gif) no-repeat right top;
	color: #ffffff;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 11px 7px 0px;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
li#CategoryIcon, .CategoryTabStripHome li#CategoryIcon {
	background-image: url('../images/nav-left-icon.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 25px;
	width: 42px;
	margin: 0px;
	padding: 0px;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#CategoryTabStrip a {
	float: none;
}
/* End IE5-Mac hack */
#CategoryTabStrip a:hover {
	color: #ffffff;
}

/* SUB NAV SLIDE */
#SuggestLink {
	display: none;
	height: 235px;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	width: 885px;
	margin-left: 0px;
	margin-right: 15px;
}
body.clsModal, .clsModal {
	background: none;
	background-color: #ffffff;
	margin: 0px;
	padding: 5px;
	padding-bottom: none;
}
div.clsModal {
	position: absolute;
	top: 131;
	left: 15px;
	background-color: #ffffff;
	border: 2px solid #d6e3cf;
	padding: 0px;
	padding-bottom: 7px;
	z-index: 100;
}
#Modal {
	width: 100%;
}




/* LEFT COLUMN */
#SubscrList {
	padding: 7px 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: #e76a01;
	font-size: 14px;
	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;
}


/* RIGHT COLUMN */

.clsFaqH,.clsPointH {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
div.clsFaqH, .clsPointH {
	padding: 4px 0px 0px 15px;
}


#CatNavSpacer {
	display: none;
}
/* Breadcrumbs */
ul.clsBC {
	background: #ffffff url(../images/dt-bkg.gif) repeat-x;
	border:none;
	cursor: pointer;
	cursor: hand;
    margin-top: 10px;
    height: 27px;
    padding-top: 4px;
	color: #ffffff;
	list-style: none;
    margin-top: 10px;
}
ul.clsBC li
{
	display:inline;
	padding: 4px 0px 0px 5px;
}
ul.clsBC li a:link, ul.clsBC li a:visited, ul.clsBC li a:hover
{
	color: #ffffff;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}



#CatNav 
{
	color: #333333;
	font-weight: bold;
	display: block;
	margin-top: 1px;
	margin-right: 2px;
	padding: 20px;
	padding-top: 12px;
	padding-bottom: 10px;
	border: 1px solid #c0d8c2;
	background-color: #e7f3e7;
}
#LCatNav a, #CatNav a {
	color: #278418;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#LCatNav a:hover, #CatNav a:hover {
	color: #e76a01;
	text-decoration: underline;
}

#rptSubCCatsFooter {
	width: 658px;
	height: 1px;
	background-image: url(../images/rptSubCCatsFooter_bkg.gif);
	background-repeat: no-repeat;
	padding-bottom: 22px;
}
table.clsSubCat {
	border:solid 10px #757575;
	background-color: #757575;
}
.clsSubCat, .clsSubCat td {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}
.clsSubCat a:link, .clsSubCat a:visited	{
	color: #333366; 
	text-decoration: none; 
	font-size: 11px;
	font-weight: normal;
}
.clsSubCat a:hover {
	color: #333366; 
	text-decoration: underline; 
	font-size: 11px;
	font-weight: normal;
}
#rptSubCCats {
	width: 90%;
	border-collapse: collapse;
}
#Picker {
	display: block;
	position: relative;
	top: 15px;
}
#Foot {
	clear: both;
	position: relative;
	top: 50px;
	text-align: center;
	width: 100%;
}


/* Pop Up Info Window */
#PopBody {
	padding: 10px;
}
#PopHead {
	/* N/A */
}
#PopHead h1 {
	font-size: 14pt;
	font-weight:bold;
}
dl { 
	background-color: #ffffff;
}
dt {
	background: #ffffff url(../images/dt-bkg.gif) repeat-x;
	cursor: pointer;
	cursor: hand;
	border: none;
    margin-top: 10px;
    height: 27px;
    padding-top: 0px;
}
dt.selected {
	background: #ffffff url(../images/dt-bkg.gif) repeat-x;
	cursor: pointer;
	cursor: hand;
	border: none;
    margin-top: 10px;
    height: 27px;
    padding-top: 0px;
	width:850px;
}
dd {
	color: #333333;
	display: block;
}
#clsPointDD {
	display: none;
}
#clsPointContainer {
	padding: 0px 20px 15px 40px;
	margin-top: 2px;
	margin-bottom: 10px;
	border: 1px solid #aad27a;
	background-color: #eaf4d4;
	margin-right: 2px;
}
ul.clsPoint {
	color: #333333;
	font-size: 11px;
	list-style-image: url(../images/clsPoint_bullet.gif); 
	padding-top: 10px;
}
ul.clsPoint li {
	vertical-align: top;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #efefef;
}



/* ID'S */
#CategoryTabStrip #Help {
	left: 0px;
	position: relative;
}
#Head_Install {
	text-align: left;
	height: 114px;
	width: 100%;
}
#LCatNav {
	border: solid 1px red;
	color: #333333;
	font-weight: bold;
	display: block;
	margin-top: 1px;
	margin-right: 2px;
	padding: 20px;
	padding-top: 12px;
	padding-bottom: 10px;
	border: 1px solid #c7cdc3;
	background-color: #e4f0d8;
}
#TypeSelect {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1.1pt;
	margin-bottom: 10px;
	position: relative;
	width: 198px;
}
#WCol {
	display: block;
	margin-left: 0px;
	width: 100%;
}


/* FOOTER */
#Footer {
	width: 100%;
	height: 50px;
	background-image: url(../images/footer_bkg.gif);
	background-repeat: repeat-x;
	
}
#FooterLeft {
	float: left;
	width: 1px;
	height: 50px;
	background-image: url(../images/footerleft_bkg.gif);
	background-repeat: no-repeat;
}
#FooterRight {
	float: right;
	width: 401px;
	height: 50px;
	background-image: url(../images/footerright_bkg.gif);
	background-repeat: no-repeat;
}
#FooterRightText {

}


/* CLASSES */
.accordion dt {
	/* activated */
    cursor: pointer;
}


/*****************************************
	Begin Buttons
******************************************/
.btnType_Toolbar_Off {
	height: 33px;
}
.btnType_News_Off {
	height: 32px;
}
.btnType_Mobile_Off {
	height: 32px;
}
.btnType_Toolbar_On {
	color: #D31F1F;
	height: 33px;
}
.btnType_News_On {
	color: #D31F1F;
	height: 32px;
}
.btnType_Mobile_On {
	color: #D31F1F;
	height: 32px;
}
.btnCat_Ent_Off {
	height: 29px;
	width: 115px;
}
.btnCat_Ent_On {
	height: 29px;
	width: 115px;
}
.btnCat_Sport_Off {
	height: 29px;
	width: 105px;
}
.btnCat_Sport_On {
	height: 29px;
	width: 105px;
}
.btnCat_Life_Off {
	height: 29px;
	width: 115px;
}
.btnCat_Life_On {
	height: 29px;
	width: 115px;
}
.btnCat_Gaming_Off {
	height: 29px;
	width: 125px;
}
.btnCat_Gaming_On {
	height: 29px;
	width: 125px;
}
.btnHelp_Off {
	height: 29px;
	width: 85px;
}
.btnHelp_On {
	height: 29px;
	width: 85px;
}
/* End Buttons */


/*****************************************
	Begin ID Tags
******************************************/
div.clsOn {
	background-color: red;
	background: url(images/bgSubLinkOn.gif) repeat-x;
}
#Head_Install {
	background: url(../images/header_install.gif) repeat-x;
}
/* End ID Tags */




/*****************************************
	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: 11px;
	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: 11px; 
	font-weight: bold; 
	padding: 1px; 
	text-align: center;
}
.clsBody {
	font-size: 11px; 
	letter-spacing: -.01pt;
	margin-top: 10px;
}
.clsBodyB {
	font-size: 11px; 
	font-weight:bold; 
	letter-spacing: -.01pt;
	color: #e76a01;
}
.clsBold {
	display: inline;
	font-size: 11px;
	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;
}
.clsItemHead {
	color: #278418;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -.2pt;
	padding: 10px 0px 0px 0px;
}

/*begin FAQ*/
.clsFaqQ{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -.2pt;
	padding: 10px 0px 0px 10px;
}
div#faq dl
{
	width: 100%;
}
div#faq dt
{
	width: 100%;
}
div#faq dd
{
	margin: 0px;
	background-color: #e4f0d8;
	margin-top: 1px;
	border: 1px solid #c7cdc3;
	width: 850px;
}
.clsFaqA, .clsListItem {	
	font-family: arial;
	font-size: 11px;
	padding: 2px 0px 3px 10px;
}
.clsFaqA p {
	margin-bottom: 10px;
}
/*end FAQ*/

.clsFormHead {
	text-size:13pt; 

}
.clsGreen {
	color:green;
}
.clsRed {
	color:red;
}
.clsListHead {
	font-size: 14px;
	font-weight: bold;
}
.clsListItemHead {
	font-weight: bold;
	font-size: 14px;
}
.clsMessageBox
{
	border:solid 1px #efefef;
	padding:10px;
	margin-bottom:15px;
}
.clsMessageBox .clsMessage
{
	font-size:14px; 
	font-weight:bold; 
	letter-spacing:-1pt; 
}
.clsMessageBox .clsMessage A
{
	color:blue;
	text-decoration:none;
}

table.clsPageBody {
 	padding-left: 0px;
}
.clsSmall {
	font-size: 11px;
}
.clsSmallB {
	font-size: 11px;
	font-weight: bold;
}
.clsSmallW {
	color: #ffffff;
	font-size: 11px;
}
div.clsSmallW {
	padding: 0px 10px 0px 10px;
	text-align: left;
}
.clsTag	{
	color: #e76a01; 
	font-size: 20px; 
	font-weight: bold; 
	text-align: center;
	font-style: italic;
}
.clsTitle {
	font-size: 14px;
	font-weight: bold;
	color: #278418;
}

.borderright
{
	border-right: dashed 1px #c4c4c4; padding: 1px;
	height:500px;
}


.img_class {
border: 1px solid #c4c4c4;
width: 108px;
height:32px;
line-height:32px;
font-size:32px;
display:table-cell;
vertical-align:middle;
padding:0px;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../images/formbg.gif) repeat-x left top;
}

.line {
height: 1px;
background-color: #eaeaea;


}
.line hr {
width:95%;
color: #eaeaea;
background-color: #eaeaea;
height: 1px;
margin: -5px;

}
/* End Setup Classes */






/* SPECIFIC: DEFAULT */
.defaultDownloadBtn {
	width: 216px;
	height: 31px;
	padding-right: 10px;
}
.defaultPgCellColor {
	background-color: #eeeeee;
}

ul {
	margin: 0px;
}

.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. */
}