a.Weak
{
	color: #444444;
	font-style:normal;
	text-decoration: none;
	border-bottom: 1px dashed #444444;
}
a.Weak:hover
{
	/* font-style: italic; */
	color: #663300;
}
a.Strong
{
	color: #444444;
	font-weight: bold;
	font-style:normal;
	text-decoration: none;
}
a.Strong:hover
{
	color: #663300;
	font-style: italic;
}
a.HighLight
{
	color: #336666;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a.HighLight:hover
{
	color: #003366;
	font-style: italic;
}
a.PowerPoint
{
	padding-left:20px; 
	background: url(PowerPoint.jpg) no-repeat;
	color: #333333;
}

#Container
{
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}

/* Header */
#Header
{
	position: relative;
	height: 90px;
	margin: 0;
	padding: 0; 
	text-align: justify;
}

/* Header Logo */
#HeaderLogo
{
	position: absolute;
	cursor: hand; 
}

/* Head Navigator */
#HeaderNav
{
	position: absolute;
	top: 55px;
	right: 0px;
	width: 570px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
	background: url(HeaderNavBkgnd.gif) left no-repeat;
}
#HeaderNav a
{
	overflow: hidden;
	float: left;
	width: 80px;
	height: 20px;
	padding-top: 5px;
	color: gray;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
}
#HeaderNav a:hover
{
	color: #cc9900;
	background-color: Transparent;
}
#HeaderNav a:active
{
	color: #cc9900;
	background-color: Transparent;
}


/* Main Box */
#MainBox
{
	float: left;
	text-align: left;
	width: 650px;
	font-size: 12px;
}
#MainBox h2 
{
	color: Gray;
	font-size: 16px;
}

#Banner
{
	position: relative;
	margin: 15px 10px 0px 3px;
	width: 640px;
	height: 240px;
	background: url(Banner.jpg) no-repeat left;
}
#Banner #Download
{
	position: absolute;
	left: 426px;
	top: 184px;
	width: 189px;
	height: 33px;
}
#Banner #Download:hover
{
	background: url(DownloadOn.jpg);
}

#MainContent
{
	margin: 3px 10px 10px 0px;
}

.Section
{
	background: url(TitleBkgnd.gif) no-repeat top left;
	padding: 1px 0 0 30px;
}

/* Getting Started Is Simple */
#Startup a
{
	font-size: 14px;
	color: #333333;
}
#Startup a:hover
{
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

.Feature 
{
	position: relative;
	width: auto;
	padding: 50px 0px 10px 50px;
}
.Feature .detail
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 50px;
}
.Feature .detail:hover
{
	border-left border-bottom: 1px dashed #669933;
}
.Feature#Accurate 
{
	left: 60px;
	width: 500px;
	background: url(Accurate.jpg) no-repeat; 
}
.Feature#Pauseless 
{
	left: 180px;
	width: 380px;
	background: url(Pauseless.jpg) no-repeat; 
}
.Feature#Deterministic 
{
	top: -10px; 
	left: 0px;
	width: 560px;
	background: url(Deterministic.jpg) no-repeat; 
}
.Feature#Efficient 
{
	top: -10px;
	left: 120px;
	width: 440px;
	background: url(Efficient.jpg) no-repeat; 
}
.Feature#MorePowerful 
{
	top: -10px;
	left: 30px;
	width: 530px;
	background: url(MorePowerful.jpg) no-repeat; 
}

span.Friendly
{
	padding-left: 5px;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
}





#RightBox
{
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 230px;
	font-size: 12px;
}

#SignIn
{
	font-size: 12px;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #777777;
}
#SignIn #Heading
{
	font-weight: bold;
	font-size: 18px;
	font-family: arial, verdana, helvetica, sans-serif;
}
#SignIn #username, #password
{
	float: right;
	width: 135px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#SignOut
{
	width: 0;
	display: none;
	margin-left: auto;
	margin-right: 0;
}

span.HighLight
{
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #993300;
}

#Software
{
	position: relative;
	left: -5px;
	width: 110px;
	padding-left: 115px;
	height: 160px;
	background: url(SoftwareBox.jpg) no-repeat;
}
#Software #Desc
{
	position: absolute;
	text-align: center;
	margin-top: 40px;
}

#DownloadSm
{
	overflow: hidden;
	float: right;
	padding-top: 8px;
/*	width: 130px;
	height: 50px;
	padding-top: 12px;
	padding-left: 50px;
	border: 1px solid red;
	background: url(DownloadSm.jpg) no-repeat; */
}
/*
a.More, a.More:hover, a.More:active
{
	color: #cc9900;
	font-weight: bolder;
	text-decoration: none;
}
*/

#BottomBox
{
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: dashed 1px #cccccc;
}
#BottomBox a
{
	color: #444444;
}


/*

span.SubTitle
{
	font-size: 14px;
	font-weight: normal;
	padding-top: 0;
}

.Title
{
	display: block;
	position: relative;
	text-align: right;
	vertical-align: middle;
	width: 200px;
	height: 50px;
	padding-left: 300px;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #666666;
	border: solid 1px red;
}


div#headingNav li
{
	float: right;
	padding-right: 1px;
}
div#headingNav a
{
	text-decoration: none;
	display:block;
	padding: 2px 8px 5px 2px;
	width: 2em;
	color: #77bb77;
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='dark30.png');
}
div#headingNav a:hover
{
	cursor: hand;
	color: #00ff00;;
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='button_light.png');
}
*/








div#sidebar a.menu:hover
{
	text-decoration: none;
	font-weight: bold;
}

#content
{
	font: 95%/1.3 TrebuchetMS,Arial,sans-serif;
	margin: 0 auto;
	padding: 1em;
	background: #fff;
}

#right
{
	width: 100%;
	padding: 1em;
	margin-bottom: 1.2em;
	background: #eee;
	text-align: justify;
}

div#sidebar
{
	float: right;
	width: 20%;
	margin-left: 1em;
}

div#sidebar .box
{
	padding: 0.8em 1em 0.5em;
	margin: 0 0 1em 0;
	background: #FFF6BF;
}

div#sidebar .box a:hover
{
	color: #000;
	text-decoration: underline;
}

div#sidebar ul
{
	padding: 0;
	margin: 0;
}

div#sidebar li
{
	list-style-type: none;
}

div#sidebar ul .submenu
{
	padding-left: 1.5em;
	display: block;
}

#footer
{
	margin: 0px 0px 0em;
	font-size: 0.8em;
	padding: 1em;
	text-align: center;
}

/* Comment of article */
#ViewComments
{
	color: #000;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-weight: bold;
}

.commentsubtitle
{
	font-family: Verdana,sans-serif;
	font-size: 12pt;
	color: #C00;
	border-bottom: 1px dotted #000;
	margin-top: 20px;
	font-weight: bold;
}

.commentdate
{
	font-size: 15pt;
	color: #666;
	font-size: 10px;
}

.commentinput
{
	width: 750px;
	height: 200px;
	font-size: x-small;
}

/* Login Window */
#divLogin
{
	position: absolute;
	width: 20em;
	height: 5px;
	left: 200px;
	top: 150px;
	background: #E7F1F8;
	border-right: navy thin outset;
	border-top: navy thin outset;
	border-left: navy thin outset;
	border-bottom: navy thin outset;
}

.subsection
{
	margin-top: 2em;
	margin-bottom: 0.5em; /*	text-transform: uppercase; */
	color: brown;
	font-style: italic;
	font-weight: bolder;
}

.progb_code
{
	font-size: 90%;
	margin: 1em;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: white;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	padding-top: 1em;
	width: 80ex;
}

.progb_sec1
{
	margin-top: 2em;
	margin-bottom: 0.5em;
	color: brown;
	font-weight: bolder;
}

.progb_sec2
{
	margin-top: 2em;
	margin-bottom: 0.5em;
	color: brown;
	font-style: italic;
}

.apilist_table
{
	border: 1px solid black;
	background-color: white;
}

.apilist_table td
{
	background-color: aliceblue;
	vertical-align: top;
}

.apilist_table th
{
	background-color: skyblue;
	vertical-align: top;
	color: white;
}

.apilist_code
{
	font-size: 90%;
	margin: 1em;
	border: 1px solid black;
	background-color: white;
	padding-right: 1ex;
	padding-left: 1ex;
	padding-bottom: 0.5ex;
	padding-top: 0.5ex;
}

.perfcmp_table
{
	border: 1px solid black;
	background-color: white;
}

.perfcmp_table td
{
	background-color: aliceblue;
	vertical-align: top;
	text-align: center;
}

.perfcmp_table th
{
	background-color: skyblue;
	vertical-align: top;
	color: white;
	text-align: center;
}



