/*
Title:         Foxit Software styles for screen media
Author:        Levis, Foxit Software
LastUpdated:   09 Oct 2006
*/

body {
	padding:0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-color:#666666;
	text-align: center;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }

/* --[ links ]--------------------------------------------------- */
a:link {
  	color: #369;
	font-size:11px;
  	text-decoration: none;
  	}
a:visited {
	color: #369;
	font-size:11px;
	text-decoration: none;
	}
a:hover {
	color: #1795ef;
	text-decoration: none;
	border: none;
	}
a.withline {
    font-size: 11px;
   text-decoration: underline;
    }
a.withline:visited {
     font-size: 11px;
   text-decoration: underline;   
	}
a.withline:hover {
	 font-size: 11px;
	 color: #1795ef;
   text-decoration: none; 
    }
a.footterm:link {
    color: #333;
    font-size: 11px;
    border-bottom: 1px dotted #333;
    }
a.footterm:visited {
    color: #333;
   font-size: 11px;
    border-bottom: 1px dotted #333;    
	}
a.footterm:hover {
    color: #ec6300;
    border-bottom: 1px solid #ec6300;
    }
a.dotgrey:link {
    color: #333;
    font-size: 11px;
    border-bottom: 1px dotted #d6d6d6;
    }
a.dotgrey:visited {
    color: #333;
     font-size: 11px;
    border-bottom: 1px dotted #d6d6d6;    
	}
a.dotgrey:hover {
    color: #000;
    border-bottom: 1px solid #999;
    }
a.boldlink {
    font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #416671;
	}
a.boldlink:hover {
    color: #333;
	border-bottom: 1px solid #333;
	}

/* --[ layout structure ]----------------------------------------- */

#wrap {
    position: relative;
    width: 940px;
	margin: 0 auto;
	text-align: left;
	border-top: 10px solid;
	border-bottom: 1px solid;
	background: #fff url("../img/bg_leftcolumn.gif") repeat-y top left;
    }
#logobar {
    width: 930px;
    height: 80px;
	margin: 0;
	padding: 13px 0 0px 10px;
    background: #fff url("../img/bg_logobar2.gif") repeat-x top left;
	border-bottom: 0px solid #fff;
	}
#navbar {
    clear: both;
    width: 938px;
	margin: 0;
	padding: 0 0 10px 0;
	background: #fff url("../img/bg_topnavbar.gif") repeat-x top left;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	}
html>body #navbar {
	border-bottom: 1px solid #eaeaea;    
	}
#postxt {
    width: 940px;
	height: 20px;
	margin: 0;
	padding: 5px 0;
	background-color: #fff;
	}
html>body #postxt {
	border-top: 1px solid #eaeaea;    
	}
#posimg {
    position: relative;
	left: 0;
    width: 665px;
	height: 172px;
	background-color: #727272;
	}
#posimg2 {
    position: relative;
	left: 0;
    width: 665px;
	height: 172px;
	background-color: #727272;
	}
#content {
    float: left;
	margin: 0;
	padding: 0 0 25px 0;
    width: 665px;
	font-size: 90%;
	line-height: 1.5em;
	background-color: #fff;
    }
#sidebar {
    float: right;
	width: 265px;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 90%;
	color: #fff;
	line-height: 1.5em;
	}
#footer {
	clear: both;
    //width: 940px;
	font-size: 10px;
line-height: 1.5em;
	}

/* added layout styles for subpages */


#leftnav {
    float: left;
	margin: 0 0 5px 0;
	padding: 15px 0 30px 0;
    width: 175px;
	font-size: 10px;
	line-height: 1.4em;
	background: url("../img/bg_logobar.gif") repeat-x top left;
    }
#content_sub {
    float: left;
	//width: 766px;
	margin: 10;
    padding: 100px 70 50px 0;
	font-size: 90%;
		line-height: 1.5em;
	background: #fff url("../img/bg_logobar.gif") repeat-x top left;
	}
#eula_body {
    margin: 1em;
    padding: 35px 20px 65px 20px;
    width: 65%;
    text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	}

/* --[ common elements ]----------------------------------- */

ul.linelist {
    margin: 10px 0 0 0;
	padding: 0;
	}
ul.linelist li {
    display: inline;
	}
ul.normallist {
    margin: 15px 20px 20px 15px;
	padding: 0;
	}
html>body ul.normallist {
    margin: 15px 20px 17px 15px;
	padding: 0;
	}
ul.normallist li {
    padding-left: 8px;
    list-style: none;
	background: url("../img/blt_orange.gif") no-repeat 0 9px;
    }
ul.nonebullet {
    margin: 0 0 2em 0;
	padding: 0;
    }
ul.nonebullet li {
    list-style: none;
	margin-left: 30px;
	}
code {
    font-family: Verdana, sans-serif;
    color: #ec6300;
	/*text-decoration: italic;*/
	}
code.parahead {
    font-family: Verdana, sans-serif;
    color: #1795ef;
	font-weight: bold;
	}
code.through {
    margin: 0 6px 0 0;
	text-decoration: line-through;
	color: #333;
	}
code.xmasred {
	color: #ff5113;
	}
cite {
    color: #f00;
    font-weight: bold;
	}
cite.emcite {
    color: #797e84;
    font-weight: bold;
	font-size: 110%;
    }
cite.saying {
    color: #333;
	font-weight: normal;
	font-size: 110%;
    }
cite.blockcite {
    color: #797e84;
    font-weight: bold;
    }
img.iconimg {
    margin: 1em;
	border: 1px solid #000;
    }
img.withborder {
    margin: 20px;
    padding: 2px;
    border: 1px solid #ccc;
	}
.midimg {
    margin: 18px 50px 30px 0;
    text-align: center;
	}
.with_tophr {
    border-top: 1px dotted #ccc;
	background-color: #f0f0f0;
	}
.with_tophr code {
    margin: 2px 5px;
	}
.para_linehr {
    margin: 25px 0;
	padding: 0 0 3px 0;
    width: 98%;
    border-bottom: 1px solid #ffd16b;
	background: url("../img/bg_review.gif") repeat-x bottom left;
	font-size: 90%;
	}
.para_linehr code {
    font-family: "Trebuchet MS",sans-serif; 
	font-size: 200%; 
	color: #ffd16b; 
	font-weight: bold;
	}
.para_linehr .move_right {
    width: 98%;
    text-align: left;
	}
.para_linehr .move_right strong {
    color: #293e6b;
	}

/* em with bgcolor */
.withbgcolor {
    margin-bottom: 8px;
	padding: 2px;
    font-size: 110%;
	font-weight: bold;
	color: #f93;
	}

/* --[ logobar styles ]----------------------------------- */

#logobar h1 {
	float: left;
	width: 263px;
	height: 45px;
	margin: 0;
	padding: 13px 26px 3px 20px;
	}
#topnav {
	float: right;
	margin: 0;
	padding: 5px 10px 10px 36px;
	font-family: Verdana;
	font-size: 75%;
	color: #56616a;
	}
#logobar h1 a {
    border: 0;
	background: none;
	}
#topnav li {
    list-style: none;
	float: left;
	margin: 0 3px 0 0;
	padding: 0 0 0 0;
	}
#topnav a {
	padding: 5px 3px;
	text-decoration: none;
	color: #333;
	border:none;
	}
#topnav a:hover { 
	color: #ec6300;
	background: none;
	}

/* Drop-down Menu of Page Top */
#pageHeaderNav {font:normal 11px Verdana, Arial, Helvetica, sans-serif; clear:both; margin: 4px 0; }
#pageHeaderNav ul {list-style:none; margin:0; padding:0;}
#pageHeaderNav ul li {float:left; margin: 0; padding: 0; background:none; position:relative; z-index:1000; background: url("../img/bg_decollator1.gif") no-repeat top right;}
#pageHeaderNav ul li.active {color:white; background-color: #fff; padding: 0 4px 0 0;}
#pageHeaderNav ul li a {text-decoration:none; display:block; text-align:center; padding:2px 15px; text-transform: uppercase;}
#pageHeaderNav ul li a:link {color:#333;}
#pageHeaderNav ul li a:visited {color:#333;}
#pageHeaderNav ul li a:hover {color:#ec6300; background: #fff;}
#pageHeaderNav ul li a:active {color:#333;}
#pageHeaderNav ul li.active a.toppernav {color: #ec6300; background-color: #fff; font-weight: bold;}
#pageHeaderNav ul li.active a.toppernav:hover {color: #ec6300; background-color: #fff;}
#pageHeaderNav ul li:hover ul {display:block;}
#pageHeaderNav ul li.last {margin-right:0;}
#pageHeaderNav ul li ul {display:none; position:absolute; border:1px solid #d6d6d6; border-width:0 1px; width:153px; text-transform:none; z-index:1000;}
html>body #pageHeaderNav ul li ul {display:none; position:absolute; border:none; width:153px; text-transform:none; z-index:1000;}
#pageHeaderNav ul li ul.products, #pageHeaderNav ul li ul.products li {width:230px;}
#pageHeaderNav ul li.last ul {width:150px;}
#pageHeaderNav ul li ul li {background:none #fff; margin:0; clear:both; width:153px; z-index:1000; border: none;}
html>body #pageHeaderNav ul li ul li {background:none #f5f5f5; margin:0; clear:both; width:153px; z-index:1000; border-left: 1px solid #d6d6d6; border-right: 1px solid #d6d6d6;}
#pageHeaderNav ul li.last ul li {width:150px;}
#pageHeaderNav ul li ul li a {padding:5px 10px; color:#333; font-weight:normal; text-align:left; border-bottom:1px solid #d6d6d6; font-size:11px; text-transform: none;}
#pageHeaderNav ul li ul li a:link {color:#333;}
#pageHeaderNav ul li ul li a:visited {color:#333;}
#pageHeaderNav ul li ul li a:hover {color:#ec6300; background-color:#f0f0f0;}
#pageHeaderNav ul li ul li a:active {color:#333;}

.contain:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.contain {display: inline-table;}

/* Hides from IE-mac \*/
* html .contain {height:1%;}
.contain {display:block;}

/* --[ postxt styles ]----------------------------------- */

#postxt ul {
    margin: 0;
	padding: 0;
	color: #f93;
	font-size: 80%;
	}
#postxt li {
    list-style:none;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	}
#postxt ul a {
    color: #666;
	font-weight: bold;
	border: none;
	}
#postxt ul a:hover {
    color: #f93;
	}

/* --[ posimg styles ]----------------------------------- */

#posimg img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 665px;
	height: 172px;
    border: none;
	}
#posimg2 img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 665px;
	height: 172px;
    border: none;
	}
#posimg a#adtxt {
	position: absolute;
	top: 90px;
	left: 30px;
	display: block;
	color: #369;
	z-index: 50;    
	}
img#getreader {
	position: absolute;
	top: 33px;
	left: 99px;
	color: #5c2e00;
	z-index: 30;
	width: 88px;
	height: 31px;
    }
#posimg a strong {
    color: #fff;
	font-size: 120%;
    font-family: "Trebuchet MS", sans-serif;
	}

/* /--[ content styles ]---------------------------------------------/ */
.contentarea {
    clear: both;
    padding: 0 6px 0 15px;
    }
.contentbox {
    clear: both;
	width: 665px;
    padding: 2px 1px 1px 1px;
	margin: 10px 0 10px 0;
	background: url("../img/bg_boxtop.gif") repeat-x top left;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
    }
.contentbox table td {
    padding: 6px 20px 6px 0;
    }
.contentbox table td strong {
    color: #0094ff;
	font-weight: bold;
    }
.contentbox table td.reader {
    background: url('/img/bg_guidereader.gif') no-repeat 20% right;
    }
html>body .contentbox table td.reader {
    background: url('/img/bg_guidereader.gif') no-repeat top right;
    }
.contentbox table td.creator {
    background: url('/img/bg_guidecreator.gif') no-repeat 20% right;
	padding: 6px 20px 6px 25px;
    }
html>body .contentbox table td.creator {
    background: url('/img/bg_guidecreator.gif') no-repeat top right;
	padding: 6px 20px 6px 25px;
    }
.contentbox table td.formdesigner {
    background: url('/img/bg_guideformdesigner.gif') no-repeat 20% right;
    }
html>body .contentbox table td.formdesigner {
    background: url('/img/bg_guideformdesigner.gif') no-repeat top right;
    }
.contentbox table td.editor {
    background: url('/img/bg_guideeditor.gif') no-repeat 20% right;
	padding: 6px 20px 6px 25px;
    }
html>body .contentbox table td.editor {
    background: url('/img/bg_guideeditor.gif') no-repeat top right;
	padding: 6px 20px 6px 25px;
    }
.contentbox table td.ifilter {
    background: url('/img/bg_guideifilter.gif') no-repeat 20% right;
    }
html>body .contentbox table td.ifilter {
    background: url('/img/bg_guideifilter.gif') no-repeat top right;
    }
.contentbox table td.ppo {
    background: url('/img/bg_guideppo.gif') no-repeat 20% right;
	padding: 6px 20px 6px 25px;
    }
html>body .contentbox table td.ppo {
    background: url('/img/bg_guideppo.gif') no-repeat top right;
	padding: 6px 20px 6px 25px;
    }
.contentbox table td.sdk {
    background: url('/img/bg_guideeditor.gif') no-repeat 20% right;
    }
html>body .contentbox table td.sdk {
    background: url('/img/bg_guideeditor.gif') no-repeat top right;
    }

#endlistprod {
    clear: both;
	}
#content h2 {
    margin: 0 0 1em 0;
	padding: 0;
    color: #e97e00;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 160%;
	}
#content h3 {
    clear: both;
    height: 18px;
    margin: 0;
	padding: 4px 15px;
    color: #666;
	font-size: 100%;
	background-color: #eaeaea;
	border-top: 1px solid #fff;
	}
#content h4 {
    margin: 0;
    font-size: 85%;
	color: #ec6300;
	}
html>body #content p {
    margin: 19px 0;
	}
#sidebar ul.listnews {
    margin: 0 0 10px 0;
	padding: 6px;
	color: #ccc;
	line-height: 1.2em;
	background-color: #f6f6f6;
	}
#content em.date, #sidebar em.date {
    color: #777;
	font-size: 90%;
	}
#sidebar ul.listnews li {
    margin: 8px 0;
	padding-left: 12px;
    list-style: none;
	background: url("../img/bullet_list.gif") no-repeat 0 5px;
	}
.listprods_half {
    float: left;
	width: 132px;
	margin: 0 0 5px 0;
	padding: 5px 5px 0 10px;
	text-align: left;
	line-height: 1.3em;
 	}
.listprods_half#pdftools {
	width: 234px;
	}
html>body .listprods_half {
    margin: 0 0 12px 15px;
	}

.listprods_half h4 {
    margin: 0;
    padding: 0;
	}
.listprods_half ul {
    margin: 10px 0 0 0;
	padding: 0;
	}
html>body .listprods_half ul {
    margin: 11px 0 0 0;
	padding: 0;
	}
.listprods_half li {
    list-style: none;
    margin: 0;
	padding: 0 0 2px 0;
	}

/* /--[ sidebar styles ]---------------------------------------------/ */
#sidebarbody {
	}
#sidebar h3 {
    clear: both;
    height: 18px;
    margin: 0;
	padding: 4px 10px;
    color: #666;
	font-size: 90%;
	background-color: #eaeaea;
	border-top: 1px solid #999;
	}
#sidebar h3#sidefirst {
    margin: 0 0 0 0;
	}
.nullholder {
    height: 13px;
	}

/* -- [ added the posimg style, leftnav style, content style for subpages ]------------------------------- */


#leftnav h3 {
    clear: both;
    margin: 15px 0 0 0;
	padding: 5px 5px 7px 5px;
    font-size: 90%;
	font-weight: bold;
	color: #ec6300;
    background: url("../img/bg_leftnav_h.gif") repeat-x bottom left;
	border-right: 1px solid #e4e4e4;
	}
#leftnav h3 strong {
    padding: 0 0 3px 25px;
    background: url("../img/yl_bullet.gif") no-repeat 0 20%;
	}
#leftnav h3 a{
    color: #ec6300;
	}
#leftnav ul.leftlist {
    float: right;
    margin: 0;
	padding: 0;
    width: 158px;
    background: #939495;
	border-top: 4px solid #fff;
	border-right: 1px solid #e4e4e4;
	}
#leftnav ul.leftlist li {
    list-style: none;
    padding: 3px 15px;
    border-bottom: 1px solid #fff;    
	}
#leftnav ul.leftlist a {
    color: #fff;
	}
#leftnav ul.leftlist#prodlist1, #leftnav ul.leftlist#prodlist2 a {
    font-weight: bold;
	}

/* style for normal item list of left-column  */
#leftnav ul.leftlist li.itemfocus {
    background: #fff url("../img/bg_itemfocus.gif") no-repeat top left;
	}
#leftnav ul.leftlist li.itemfocus1 {
    background: #fff url("../img/bg_itemfocus1.gif") no-repeat top left;
	}	
#leftnav ul.leftlist li.itemfocus1 a {
    color: #333;
	}	
#leftnav ul.leftlist li.itemfocus a {
    color: #ec6300;
	}
#leftnav ul.leftlist li.itemfocus1 a:hover {
    color: #ec6300;
	}	
#leftnav ul.leftlist li.itemfocus a:hover {
    color: #ec6300;
	}

#leftnav ul.leftfocusprod {
    float: right;
    margin: 0;
	padding: 0;
    width: 158px;
    background: #fff;
	border-top: 4px solid #fff;
	border-right: 1px solid #e4e4e4;
    }
#leftnav ul.leftfocusprod li {
    list-style: none;
    border-bottom: 1px solid #c4c4c4;    
	}
#leftnav ul.leftfocusprod a {
    display: block;
	padding: 2px 15px;
	color: #333;
	}
#leftnav ul.leftfocusprod a:hover {
    color: #ec6300;
	background-color: #f0f0f0;
	}
#leftnav ul.leftlist a:hover {
    color: #ddd;
	}

/* style for detail item info of focused product */
#leftnav ul.leftfocusprod li.prodfocus a {
    color: #ec6300;
    }
#leftnav ul.leftfocusprod li.prodfocus a:hover {
    color: #ec6300;
	background-color: #f0f0f0;
    }
#leftnav ul li.prodfocus {
    background: #fff url("../img/bg_prodfocus.gif") no-repeat top left;
	}

.contsubarea {
    clear: both;
    padding: 1em 10px 30px 10px;
    }
#content_sub h2 {
    margin: 9px 0 0 0;
	padding: 20px 20px 8px 15px;
    color: #1795ef;
	font-size: 175%;
	font-family: "Trebuchet MS", sans-serif;
	background: url("../img/bg_conbodyhead.gif") repeat-x top left;
	}
html>body #content_sub h2 {
    margin: 6px 0 0 0;
	}
#content_sub h3 {
    height: 7px;
    margin: 0;
	padding: 0;
    color: #75593e;
	font-size: 90%;
	background: url("../img/bg_em_separate.gif") repeat-x bottom left;
	}
#content_sub h4 {
    margin: 0;
	padding: 8px 0;
    color: #ec6300;
	font-size: 110%;
	}
#content_sub h4.addsize {
	font-size: 120%;
	}
#content_sub p {
    clear: both;
    margin: 3px 0 10px 0;
	padding: 0;
	}
#content_sub dl.dllist {
    margin: 0 5px 20px 0;
	padding: 5px;
	border: 1px solid #cbd3d5;
	background: url("../img/bg_featureblk.gif") repeat-x bottom left;
	}
#content_sub dl.dllist dt{
    margin: 0;
	padding: 0;
	color: #666;
	font-weight: bold;
	}
#content_sub dl.dllist dd{
    margin: 0;
	padding: 0;
	}
#content_sub dl.dllist dt.hotdt {
    color: #ec6300;
	font-size:11px
	}

/* style for download-PDF box */
.downpdf {
    clear: both;
    width: 95%;
	padding: 2px 18px 2px 0;
	}
.downpdf #headtxt {
    float: left;
    color: #ec6300;
	font-weight: bold;
	}
.downpdf #downpdfbox {
    float: right;
	margin: 0 0 5px 0;
	padding: 2px 18px 2px 6px;
	border: 1px solid #ccc;
	background: #fff url("/img/bg_downpdfbox.gif") repeat-x left top;
	}
.downpdf #downpdfbox code {
    color: #999;
	font-size: 90%;
    }
.downpdf #downpdfbox a {
    padding: 5px 8px 5px 18px;
	background: url("/img/ico_pdf.gif") no-repeat left 30%;
	}

/* block with border */

.blk_withborder {
    padding: 5px 10px;
    width: 453px;
    border: 1px solid #ccc;
	}
/* for default list style  */
.deftlist {
    margin: 1em 0 2em 0;
	}
.deftlist ul {
    margin: 0 0 0 40px;
	padding: 0;
    }

/* table style for features etc. */
.table09 {
    padding:4px;
	border-collapse: collapse;
	border: 1px solid #ccc;
    }
.featurestab {
    width: 739px;
    margin: 0 0 2.5em 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
    }
.featurestab caption {
    padding-bottom: 3px;
    font-weight: bold;
	color: #1795ef;
	}
.featurestab th {
    text-align: center;
	color: #414b56;
    background-color: #f4f4f4;
	}
.featurestab th.head2nd {
    background-color: #f4f4f4;
	font-weight: normal;
	}
.featurestab#logintab, .featurestab#langlist {
	margin: 30px 0 30px 58px;
    width: 379px;
    }
.featurestab#langlist th {
    padding: 0 0 0 10px;
    width: 50%;
    background-color: #f4f4f4;
	text-align: left;
	font-weight: normal;
	line-height: 1.65em;
	}
.featurestab tr.greybg {
    background-color: #f6f6f6;
	}
.featurestab th, .featurestab td {
    padding-left: 4px;
	line-height: 2em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-align: center;
	}
.featurestab td strong {
    font-size: 90%;
	color: #414b56;
	}
.featurestab td.locksize {
    font-size: 9pt;
	}
.featurestab td.txtcenter {
    text-align: center;
	}
.featurestab td.txtleft, .featurestab th.thleft {
    text-align: left;
	}
.featurestab td.dotdecr, .featurestab th.dotdec {
    border-right: 1px dotted #d6d6d6;
	}
.featurestab td.leftdotborder {
    padding: 12px 3px;
	width: 399px;
    border-right: 1px dotted #d6d6d6;
	text-align: left;
	font-size: 100%;
	line-height: 1.3em;
	}
.featurestab td.leftdotborder a {
    font-size: 100%;
	}
.featurestab td.noborder {
    border-right: 1px dotted #f6f6f6;
	}
.featurestab#addons1 td, .featurestab#addons2 td {
    padding: 5px;
    line-height: 1.5em;
	text-align: center;
	}
.featurestab#addons1 td.intro, .featurestab#addons2 td.intro {
    text-align: left;
	color: #666;
	}
.featurestab#addons2 td.morewide {
    width: 88px;
	}

/* table style for download . */
.downtable {
    width: 100%;
	margin: 1em 0 2em 0; 
	border-collapse: collapse;
	text-align: center;
 	}
.downtable th {
	font-weight: normal;
	color: #414b56;
	font-size: 90%;
	background: #e7e7e7 url("../img/bg_thseparate.gif") repeat-y top right;
	}
.downtable th.thlast {
    background: #e7e7e7 none;
	}
.downtable th.firstcol {
    width: 45%;
    text-align: left;
	padding-left: 10px;
	}
.downtable td a, .downtable td a:visited {
    font-size: 100%;
	}
.downtable td a.redlink {
    color: #f30;
	}
.downtable td {
    padding: 2px 0;
	font-size: 90%;
    border-bottom: 1px solid #e7e7e7;
	}
.downtable td.firsttd {
    text-align: left;
	padding-left: 10px;
	}
.downtable td.emfont2 {
    color: #8b7a6f;
	}
.downtable td.smfont {
    font-size: 90%;
	}
.downtable td.md5 {
    color: #ec6300;
    font-size: 80%;
	}
.downtable td.md5v {
    padding: 0 6px;
    color: #666;
    font-size: 80%;
	text-align: left;
	background-color: #f5f5f5;
	}
.downtable td.crc {
    padding: 0 2px;
    color: #666;
    font-size: 80%;
	}

/* download-box style */
.down_box {
    padding: 5px;
    background-color: #f6f4f2;
    }

/* --[ footer ]---------------------------------------------------------------- */

#footer {
    margin:0;
    padding:0;
	text-align: center;
	background:#eaeaea url("../img/bg_footer.gif") repeat-x top left;
	}
#footer p {
    margin:0 20px;
	padding:20px;
	line-height:1em;
	}

/* --[ misc ]------------------------------------------------------------------- */
.hide {
    display:none;
    }
a img {
    border: 0;
	}

/* --[ generic forms ]------------------------------------------------------------------- */
form {
  background: #eee;
  margin: 5px 10px 5px 0 ;
  padding: 5px 10px 8px;
  }
form table {
  color: #444;
  }
form > table {
  width: 100%;
  }
form th {
  white-space: nowrap;
  font-weight: normal;
  }
input.text {
  background: #fff;
  border: 1px solid #ccc;
  border-color: #aaa #eee #eee #aaa;
  color: #333;
  }
form table td {
  width:100%;
  }
form table td, form table th {
  padding:5px 5px 5px 0;
  border-bottom:1px dotted #ccc6bb;
  font-weight:normal;
  font-size:11px
  }
form textarea {
  background:#fff;
  display:block;
  clear:left;
  width:97%;
  border:1px solid #ccc;
  border-color:#ccc #fff #fff #ccc;
  color:#333;
  }
form input.button {
  padding: 2px;
  border: 1px solid #555;
  background: #ddd;
  color: #111;
  font: bold 100% Verdana,Sans-serif;
  }
form td.button {
  border-width: 0;
  text-align: right;
  } 
div#nifty{ margin: 0 10%;background: #eee;}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #eee}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}  

.Item1 {height:8px;}
html* .Item1{height:5px;}
* html .Item1{height:8px;*height:5px;} 
* html .Item1{height:5px;}

.redtext {
	color: #FF0000;
}
select{
	font-size:12px;
}
