/*  ------------- Entire Web Site ------------- */
body
{
	font-family: Arial, Tohama, sans-serif;
	line-height: 1.8;
	font-size: 13px;
	background-image: url(../../Masters/Backgrounds/BlueGradient2007.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	padding: 0px;
	background-color: #215f99;
}

.smallFont  /* Menu, Homepage ... */
{
	font-family: Verdana, Arial, Tohama, sans-serif;
	font-size: 9px;
}

/*b
{
	font-family: Arial,Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}*/

blockquote
{
	font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin: 5px 0;
}
h1
{
	font-size: 1.8em;
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.21em;
}
h4
{
	font-size: 1.1em;
}
h5
{
	font-size: 1.1em;
}
h6
{
	font-size: 1.0em;
}

.TopSectionTitle
{
	
	font-size: 1.8em;
	font-weight:bold;
	font-family:  Arial,Verdana, Arial, Helvetica, sans-serif;
	color: #e39718;
	border-bottom: solid 1px #a0a0a0;
	width: 500px;
	margin-bottom: 15px;
	
}

img
{  border-style: none;
}

.SectionTitle, .TSectionTitle
{
	font-size: 18px;
	font-family: Arial,Verdana, Arial, Helvetica, sans-serif;
	color: #202020;
	border-bottom: solid 1px #a0a0a0;
	width: 400px;
	margin-bottom: 15px;
	margin-top: 26px;
}
.TSectionTitle
{
	margin-bottom: 15px;
}


a.More
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	color: #990000;
}

.ClipViewer a
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	color: #999900;
}

/* ------------- Lists ------------- */

/*.CheckList
{
	background-image: url(../../Images/Checkmark.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 20px;
	padding: 4px 0px 4px 30px;
}

.BulletedList
{
	background-image: url(../../Images/Bullets/list-bullet-02.gif);
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: text-top;
	margin-left: 25px;
	padding: 4px 0px 4px 15px;
}

.CheckList a
{
	color: #000000;
	text-decoration: none;
}
.CheckList a:hover
{
	text-decoration: underline;
}*/


/* ------------- Top Menu ------------- */

.TopStaticMenu
{
	position:absolute;
	left:15px;
	top:124px;
}

.TopStaticMenuItem
{
	/*margin: 0px 10px 0px 10px;*/
	/*padding: 3px 0px 3px 0px;*/
	/*vertical-align: bottom;*/
	padding: 0px 10px 0px 10px;
	vertical-align:middle;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #194D8E;
	height:27px;
}

.TopDynamicMenu
{
	z-index:100;
	background-color:#f0f0f0;
	border: solid 1px #cccccc;
}

.TopDynamicMenuItem
{
	padding: 0px 10px 0px 10px;
	vertical-align:middle;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #194D8E;
	height:27px;
}

/* ------------- Home page ------------- */

.MainPageFeatures td
{
	height:60px;
	background-image: url( '../../Images/Backgrounds/FeatureButtonBackground.jpg' );
	background-repeat:repeat-x;
	vertical-align:middle;
}

.MainPageFeatures a
{
	display:block;
	width:125px;
	height:55px;
	text-decoration:none;
	text-align:center;
	color:#2070C0;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}
.MainPageFeatures a:hover
{
	color: #000000;
}

.HomePageMainText h2,.HomePageMainText h3,.HomePageMainText h4,.HomePageMainText h5,.HomePageMainText h6
{
	color:#2070C0;
	/*color:#000000;*/
}

/* ------------- NextStep-------------*/
.NextStep a 
{
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	color:#2070C0; 
}
.NextStep a:hover
{
	color: #000000;  /*#702010; */
}

.NextStepTD
{
	vertical-align:middle;
	 padding-top:3px;
	  width:30px; 
}


/* ------------- Demos*/
.DemoItem
{
	font-size:14px;
	text-align:left;
	color:#000080; 
	/*background:blue;*/
	cursor:pointer;
	margin:0px;
/*	text-decoration:underline;*/
}
.DemoItem:hover
{
	color:Maroon; 
	text-decoration:underline;
}

.DemoItemTitle2
{
font-weight: bold; font-size: 12px; color: Maroon;
}
.DemoItem2
{
	padding-left:0px;
	padding-right:0px;
	font-size:11px;
	color:#000080; 
	cursor:pointer;
	margin:0px;
}
.DemoItem2:hover
{
	color:Maroon; 
	text-decoration:underline;
}

/*------ PopBox Styles -------Start--*/

/* Style for the pop up box to magnify the images*/
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("../../Images/PopBox/magplus.cur"), pointer;
	margin: 2px;
}
.PopBoxImageLarge
{
	border: none solid #FF0000;
	cursor: url( "../../Images/PopBox/magminus.cur" ), pointer;
}
.PopBoxImageShrink
{
	cursor: url("../../Images/PopBox/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
/*------ PopBox Styles -------End--*/

/*------ Features Section -------Start--*/

.FeatureListingDivision
{
	clear:both;
}

.FeatureListingDivision table
{
	border-top: solid 1px #C0C0C0;
	margin-bottom: 10px;
}

.FeatureListingDivision p
{
	font-size:0.9em;
	margin-bottom:20px;
}

.FeatureListingDivision img
{
	margin-right: 10px;
	border: 0px;
}


.FeatureRightContent
{
	margin-left: 10px;
	width: 270px;
	float: right;
}

.FeatureRightContent h1
{
	/*font-family: Verdana;*/
	font-size: 1.3em;
	text-align: left;
	color: #c0c0c0;
	background-image: url(../../Products/ProductSectionBgnd.png);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-left: 10px;
	margin: 0px;
	height: 24px;
}
.FeatureRightContent h2,.FeatureRightContent h3,.FeatureRightContent h4,.FeatureRightContent h5,.FeatureRightContent h6
{
	color: #c0c0c0;
}

.FeatureRightContent div
{
	/*border: #C0C0C0 1px solid;*/
	background-color: #f5f5f5;
	margin: 0px;
	padding: 5px 0px 5px 6px;
}

.FeatureRightContent a, .FeatureRightContent a:visited, .FeatureRightContent a:link, .FeatureRightContent a:active
{
	padding: 5px;
	display: block;
	text-decoration: none;
	text-align: left;
	color: #000000;
	border: 1px #f5f5f5 solid;
}

.FeatureRightContent a:hover
{
	background-color: #dcdcdc;
	border: #a9a9a9 1px dotted;
}

.FeatureRightContent a img
{
	border: 0px;
	vertical-align: middle;
	padding: 0px 0px 0px 8px;
}

/*------ Features Section -------End--*/

/*------ Products section -------Start--

#ProductHeader
{
	position: relative;
	left: 0px;
	top: 0px; 
	margin-left: 20px;
}


#ProductHeader h1
{
	position: absolute;
	left: 130px;
	top: 10px;
}
*/
.ProductContentDivision
{
	/*color:#802020;*/
	color:#e39718;
	font-size: 1.4em;
	font-weight:bold;
	border-bottom: #a0a0a0 1px solid;
}
/*
#ProductRightContent
{
	margin-left: 10px;
	width: 175px;
	float: right;
}

#ProductRightContent h1
{
	/*font-family: Verdana;
	font-size: 1.3em;
	text-align: left;
	color: #ffffff;
	background-image: url(../../Products/ProductSectionBgnd.png);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-left: 10px;
	margin: 0px;
	height: 24px;
}

#ProductRightContent div
{
	border: #C0C0C0 1px solid;
	background-color: #f5f5f5;
	margin: 0px;
	padding: 5px 6px 5px 6px;
}

#ProductRightContent a, #ProductRightContent a:visited, #ProductRightContent a:link, #ProductRightContent a:active
{
	padding: 5px;
	display: block;
	text-decoration: none;
	text-align: left;
	color: #000000;
	border: 1px #f5f5f5 solid;
}

#ProductRightContent a:hover
{
	background-color: #dcdcdc;
	border: #a9a9a9 1px dotted;
}

#ProductRightContent a img
{
	border: 0px;
	vertical-align: middle;
	padding: 0px 0px 0px 8px;
}

.ProductListingDivision
{
	clear:both;
}

.ProductListingDivision p
{
	font-size:0.9em;
	margin-bottom:20px;
}

.ProductListingDivision img
{
	margin-right: 10px;
	border: 0px;
}

.UnstructuredDataBox
{
	border: solid 1px #F6EEA3;
	padding: 8px;
	background-color: #fdfcf9;
	background-image: url(../../Images/UnstructuredDataFolder.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.UnstructuredDataBox h3
{
	padding-left: 50px;
	padding-bottom: 10px;
}

------ Products section -------End--*/

/*-------- Support -------------*/
.BoxList
{
	margin-left: 10px;
}

.BoxList a, .BoxList a:visited, .BoxList a:link, .BoxList a:active
{
	padding: 5px;
	display:block;
	width:225px;
	text-decoration: none;
	text-align: left;
	color: #000000;
	border: 0px #f5f5f5 solid;
}

.BoxList a:hover
{
	background-image:url("../../Images/Backgrounds/DataGridTitle80.jpg");
	
	border: #a9a9a9 0px dotted;
}

.BoxList a img
{
	border: 0px;
	vertical-align: middle;
	padding: 2px 16px 2px 0px;
}

.BoxList span
{
	display:block;
	Border:0px;
	background-color: #f5f5f5;
	padding:8px;
	font-size:0.9em;
}
/*-------- end Support -------------*/

/*-------- Pricing Box-------*/
.PricingBox
{
	padding: 10px; 
	border: thin solid #C0C0C0; 
	margin-right: 20px; 
	background-color: #F0F0F0; 
	width:250px
}

.PricingBox td
{
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-color: #c0c0c0;
	border-bottom-width: thin;
}
/*-------- Pricing Box End -------*/

/*-------- Tutorial videos -------*/

.TutorialTreeViewItemTitle
{
font-weight: bold; font-size: 12px; color: Maroon;
}
.TutorialTreeViewItem
{
	padding-left:0px;
	padding-right:0px;
	font-size:11px;
	color:#000080; 
	/*background:blue;*/
	cursor:pointer;
	margin:0px;
/*	text-decoration:underline;*/
}
.TutorialTreeViewItem:hover
{
	color:Maroon; 
	text-decoration:underline;
}
