﻿/************* Support Master Page Global [begin] ****************/
#divPageArea
{
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	margin-bottom: 30px;
	margin-top: -311px;
	width:960px;
}
/* MasterPage Style */
#SupportMain
{
	width: 760px;
	float: left;
	clear: right;
	background-color: White;
	font-size: 8px;
	color: #686868;
	margin-left: auto;
	margin-right: auto;
}
/* Child page Style */
#BodyContent
{
	font: tahoma 12px #ff9900;
	width: 740px;
}

#SupportMain A
{
	text-decoration: none;
	font-size: 11px;
	color: #1585C7;
}

#SupportMain A:hover
{
	text-decoration: underline;
}

#SupportMain #VideoHeaderText
{
	border: 1px solid red;
}
#ClearFlag
{
}

ol
{
	margin-left: 0px;
	margin-right: 0px;
}

li
{
	list-style: none none outside;
}


/************* Support Master Page Global [end] ****************/

/************* Support Left Nav Wrapper [Start] ***************/
#SupportLeftNavWrap
{
	width: 200px;
	background-color: #FEFDFF;
	margin-left: auto;
	margin-right: auto;
	float: left;
	clear: left;
}

/************* Support Left Nav Wrapper [End] ***************/



/************* Support Main Section [Start] *****************/
.SectionHeaderText
{
	font-family: Tahoma;
	font-weight: bold;
	height: 25px;
	color: #5f5f5f;
	width: 680px;
	font-size: 14px;
	background-color: #ECECEC;
	background-image: url(/images/support/top_round_bg.gif);
	background-repeat: no-repeat;
}

.SectionServiceHeaderText
{
	font-family: Tahoma;
	font-weight: bold;
	height: 25px;
	color: #efefef;
	width: 760px;
	font-size: 14px;
	padding-top: 2px;
	padding-left: 5px;
	background-color: #ECECEC;
	background-image: url(/images/support/lblue_tab_top_760.png);
	background-repeat: no-repeat;
}



/************* Support Page ************************/

#SupportMain .VSplitTop
{
	height: 220px;
	width: 1px;
	background-image: url(/images/vertline_top.gif);
	float: left;
	margin-top: auto;
	margin-bottom: auto;
}
#SupportMain .VSplitBottom
{
	height: 200px;
	width: 1px;
	background-image: url(/images/vertline_bottom.gif);
	float: left;
}
#SupportMain .HSplitLeft
{
	height: 1px;
	width: 365px;
	background-image: url(/images/horizontal_line_left.gif);
	float: left;
	line-height: 1px;
	overflow: hidden;
}
#SupportMain .HSplitRight
{
	height: 1px;
	width: 365px;
	background-image: url(/images/horizontalline_right.gif);
	float: left;
	line-height: 1px;
	overflow: hidden;
}

#SupportMain .Title
{
	color: #495667;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

#SupportMain .Block
{
	width: 365px;
	height: 300px;
	float: left;
}

#SupportMain .Block .Icon
{
	width: 80px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 50px;
}
#SupportMain .Block .item
{
	margin-top: 20px;
	font-size: 11px;
}

#SupportMain .Block .item h2
{
	color: #4E5571;
	font-size: 14px;
	font-weight: normal;
}

#SupportMain .Block .item a
{
	text-decoration: none;
}
#SupportMain .Block .item ul
{
	margin-left: 115px;
}
#SupportMain .Block .item li
{
	list-style-image: url(/images/ListItem_Icon.gif);
	padding-bottom: 5px;
}
#SupportMain .Block .item a:hover
{
	text-decoration: underline;
}






/************* Tutorial Page ************************/

#Tutorial
{
	width: 680px;
	background-color: #3E424B;
	color: #ccc;
}

#Tutorial #Header
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	color: #555;
	background-color: #E7EBF2;
}

#Tutorial #VideoContent
{
	width: 635px;
	height: 100px;
	margin: 0px 0px 5px 10px;
	background-color: #3E424B;
	font: Verdana 12px bold;
	color: #ccc;
	float: left;
	clear: both;
}


#Tutorial #TextContent
{
	width: 630px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #F6F7F8;
	border: 1px solid #DBDFE7;
}


#Tutorial #TextDetails
{
	width: 600px;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #F6F7F8;
	border: 1px solid #DBDFE7;
	display: none;
}

