﻿body {
}

.maintext
{
	color: #3b3b3b;
	font-family: 'Trebuchet MS' , 'Microsoft Sans Serif' , 'Lucida Sans' , Verdana, 'Arial Narrow' , Arial;
	font-size: small;
	list-style-position: outside;
	list-style-image: url(../Images/Text/dot.jpg);
}

.maintopborder
{
	background-position: left top;
	background-image: url(../Images/Borders/TopInner.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 40px;
	width:600px;
	
}

.maintopbordernarrow
{
	background-position: left top;
	background-image: url(../Images/Borders/TopInnerNarrow.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 40px;
	width:435px;
	
}

.maintext ul
{
	color: #505050;
}

.maintext a:hover
{
	color: #ffA800;
}

.maintext a:link
{
	color: #0082BA;
}

.maintext a:visited
{
	color: #094E79;
}

.maintext h1
{
	color: #0082BA;
}

.maintext h2
{
	color: #ffA800;
}

.maintext h3
{
	color: #ffA800;
}

.maintext h3 a:link
{
	color: #ffA800;
}

.maintext h3 a:visited
{
	color: #ffA800;
}

.maintext h3 a:hover
{
	color: #0082BA;
}


.maintext h4
{
	color: #ffA800;
}

.maintext h5
{
	color: #ffA800;
}

.maintext h6
{
	color: #ffA800;
}

.supportarticlestext
{
	color: #3b3b3b;
	font-family: 'Trebuchet MS' , 'Microsoft Sans Serif' , 'Lucida Sans' , Verdana, 'Arial Narrow' , Arial;
	font-size: small;
	list-style-position: outside;
	list-style-image: url(../Images/Icons/SupportListItem.jpg);
}

.outlineborder
{
	border-right: #ebebeb 1px solid;
	border-top: #ebebeb 1px solid;
	border-left: #ebebeb 1px solid;
	border-bottom: #ebebeb 1px solid;
}

.indented
{
	margin-left:40px;
}

.popup
{
	font-family: 'Trebuchet MS' , 'Microsoft Sans Serif' , 'Lucida Sans' , Verdana, 'Arial Narrow' , Arial;
	font-size: small;
	position: absolute;
	left: 350px;
	width: 304px;
	background-color:White;

}
.popup table
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-width:0;
}


.popup table tr th
{
	color: #0082ba;
	text-align: center;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	font-weight: bold;
}

.popup table tr td
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-left:20px;
	padding-right:20px;

}

.sideborder300
{
	background-image: url(../Images/Borders/SideBorder300.gif);
	background-repeat: repeat-y;
	background-position:center top;
}

.topcurvedborder300
{
	background-position: center top;
	background-image: url(../Images/Borders/TopCurvedBorder300.gif);
	background-repeat: no-repeat;
}

.bottomcurvedborder300
{
	background-position: center bottom;
	background-image: url(../Images/Borders/BottomCurvedBorder300.gif);
	background-repeat: no-repeat;
}

.hiddenClass
{
	visibility: hidden;
	display:none;
}

.sourcecodeouter
{
	background-color: #CCE1Ff;
}
.sourceinner
{
	background-color: #FFFFFF;
	margin:25px 15px 25px 15px;
	overflow:scroll;
	width: 600px;
	display:none;
}

.sourcesnippet
{
	overflow:scroll;
	padding: 15px 0px 15px 0px;
}

.sourcetitle
{
	background-color: #0082ba;
	font-weight: bold;
	font-size: larger;
	color: white;
	padding: 5px 10px 5px 10px;
}