﻿body 
{
	font-family: Arial;
	font-size: .70em;
	margin-bottom: 100px;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.IntroHeader
{
	color: #006699;
	font-weight: bold;
}

#SelectDeviceSection
{
	margin-bottom: 0px;
}

 
#MainSection
{
}

.DeviceName
{
	font-size: 1.5em;
	margin-left: 60px;
}

.TabsDiv
{
	border-bottom: solid 1px #68a065;
	margin-left: 60px;
}

.CurrentTab
{
	background-color: #68a065;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-size: 1.15em;
}

.Tab
{
	background-color: #a0c07c;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-size: 1.15em;
}

.TabBody
{
	margin-left: 60px;
	padding-top: 0px;
	background: url('images/greenline.gif') no-repeat top left;
}
 
#ProductLinksLine
{
	border-top: solid 1px #ffa64d;
	text-align: right;
	margin-left: 30px;
	font-size: 80%;
}
 
#ProductLinks 
{ 
	background-color: #fff;
	padding-left: 3px;
	position: relative;
	top: -0.75em;
	float:right;
}  
 
#ProductLinks a 
{ 
	color: #FFF; 
	padding-left: 5px; 
	padding-right: 5px; 
	margin-left: 0px;
	text-decoration: none;
	font-size: 1.1em;
}  
 
.ProductLink 
{ 
	background-color: #ffa64d; 
} 
 
.ProductLinkDark
{
	background-color: #ff7f00;
}

 

 

.SubSectionHeader
{
	font-size: 1.3em;	
	font-family: Arial;
	font-weight: bold;
	 
}

.SubSectionIcon
{
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	top: 10px;
}

.SubSection
{
	margin-left: 53px;
	 
}

.ExpandIcon
{
	border: none 0px white;
}

.ExpandHeader
{
	font-size: 1.2em;
	background: url('images/expand.gif') no-repeat left;
	padding-left: 18px;
	color: Black;
	text-decoration: none;
	clear:both;
	cursor:pointer;
}



.ExpandHeaderExpanded
{
	font-size: 1.2em;
	background: url('images/collapse.gif') no-repeat left;
	padding-left: 18px;
	color: Black;
	text-decoration: none;
	clear:both;
	cursor:pointer;
}

.ExpandDiv
{
	padding-left: 25px;
	padding-top: 10px;
	display: none;
	padding-bottom: 10px;
}
 

.DeviceNote
{
	display:block;
	margin-bottom: 10px;
}
 

.DocsDiv a
{
	color: #185aa7;
	padding-right: 23px;
	text-decoration: none;
}

.DownloadDesc
{
	font-weight:bold;
}

 

.DownloadLinks a
{
	color: #32a12b;
	background: #ffffff url('images/download_small.gif') no-repeat center left;
	height: 22px;
	padding-left: 24px;
	margin-right: 20px;
	display: block;
	float: left;
	line-height: 22px;
	text-decoration: none;
	white-space:nowrap;
	 
}

.version
{
	float:right;
}

.fver
{
	float:right;
	width: 60px;
	text-align:right;
}

.fdate
{
	float:right;
}

.size
{
	color: #555;
}

.Line
{
	height: 10px; 
	font-size: 10px; 
	border-top: solid 1px gray; 
	clear: both
}

.SubGroup
{
	color: #006699;
	font-size: 1.2em;
	font-weight: bold;
	display:block;
	padding-bottom: 15px;
	padding-top: 5px;
}

/* Need a seperate CSS Class for each Deployment type */
.DownloadLinks .Notes, .DownloadLinks .Issues, .DownloadLinks .Limitations
{
	color: #185aa7;
	background: #ffffff url('images/releasenotes_sml_icon.gif') no-repeat center left;
}

.DownloadLinks .Matrix
{
	color: #185aa7;
	background: #ffffff url('images/enablermatrix_sml_icon.gif') no-repeat center left;
}

.DownloadLinks .Skin
{
	background: #ffffff url('images/rcSkin_sml_icon.gif') no-repeat center left;
}

 
 
.ClickToX
{
	font-size: 0.8em;
	padding-left: 10px;
}

.DownloadNote
{
	clear:both;
	color: #e00;
}

.DownloadNote a
{
	color: Blue;
	text-decoration: underline;
}
 


ol
{
	padding-top:5px;
	margin-top:5px;
}

iframe
{
	DISPLAY: block; 
	LEFT: -1px; 
	POSITION: absolute; 
	TOP: 1px; 
	z-index:-1; 
	height: 300px; 
	width: 102%; 
	FILTER:alpha(opacity:0);
}