* {
	margin: 0px;
	padding: 0px;
}
html, body {      								
	height: 100%;
}
body {  								
	text-align: center;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	color: #505050;
	background-color: #535353;
}
div#container {
  background: #535353 url(../img/bg.png) repeat-x left top;
}
div#content {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 843px;
	height: auto;
	background: #d1d1d1 url(../img/contentbg.png) repeat-x left top;	
}
div#header {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 843px;
	height: 138px;
	text-align: right;
}
div#footer {
  background: #535353 url(../img/footerbg.png) repeat-x left top;
  height: 40px;
}
div#footercontent {
	height: 40px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 843px;
	background: #535353 url(../img/footer.png) no-repeat;	 
	color: #e5e5e5;
}
div#menu {
	height: 47px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 800px;
	background: #ffffff url(../img/menubg.gif) repeat-x left top;
	display: block;
}
div#menuleft{
	height: 47px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 6px;
	background: #ffffff url(../img/menuleft.gif) no-repeat left top;
	font-size: 1px;
	float:left;
}
div#menuright{
	height: 47px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 8px;
	background: #ffffff url(../img/menuright.gif) no-repeat left top;
	font-size: 1px;
	float:right;
}
div.menuitem a, div.menuitem a:hover, div.menuitemSelected a, div.menuitemSelected a:hover{
	height: 36px;
	margin: 0px auto;
	padding: 11px 16px 0px 16px;
	font-size: 20px;	
	color: #000000;
	font-weight: bold;
	float: left;
	display: block;
	text-decoration: none;	
}
div.menuitem a:hover, div.menuitemSelected a, div.menuitemSelected a:hover{
	background: url(../img/menuhigh.gif) repeat-x left top;	
	color: #ffffff;
}
.floatLeft{
	float: left;
}
div#columns{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	height: auto;
	width: 788px;
	clear: both;
}
p.articleTitle{
	padding-top: 16px;
	color: #029cda;
	font-weight: normal;
	font-size: 20px;
}
p.article{
	padding-top: 16px;
	padding-bottom: 10px;	
	text-align: justify;
	font-size: 15px;	
	width: 568px;
}
ul{
	font-size: 15px;
	list-style: square;
	padding-left: 20px;
}  
ul li{
	margin-top: 4px;
}
ul.req{
	font-size: 12px;
	list-style: disc;
	padding-left: 20px;
}
ul.req li{
	margin-top: 2px;
}
.font14{ 
	font-size: 14px;	
}
.font12{ 
	font-size: 12px;	
}
div#box{
	position: absolute;
	width: 230px;
	height: 297px;
	top: 40px;
	z-index: 1;
	background: url(../img/box.png) no-repeat left top;			
}
div.boxspacer{
	height:150px;
	width:200px;
	display:block;
}
div.vistaworks{
	width:146px;
	height:65px;
	display:block;
	background: url(../img/vistaworks.png) no-repeat left top;	
}
a.footer,a.footer:hover{
	color: #e5e5e5;
	text-decoration: underline;
}
div.dotline {           				
	height: 8px;
	width: 568px;
	clear: both;
	background-image: url(../img/line.gif);
	background-position: 0px 4px;
	background-repeat: repeat-x;
	font-size: 1px;
}
div.grayboxtop{
	height: 8px;
	width: 200px;
	clear: both;
	background: url(../img/grayboxtop.gif) no-repeat left top;
	font-size: 1px;
}
div.grayboxbg{
	width: 200px;
	background: url(../img/grayboxbg.gif) repeat-y left top;
	text-align: justify;	
}
div.grayboxbg a, div.grayboxbg a:hover{
	color: #0000FF;
	text-decoration: none;
}
div.grayboxbg a:hover{
	text-decoration: underline;
}
div.grayboxbg p{
	width: 184px;
	padding-left: 8px;
	padding-right: 8px;
	color: #4d4d4d;
	font-size: 12px;	
}
div.grayboxbg p span{
	font-size: 13px;
	font-weight: bold;	
}
div.grayboxbottom{
	height: 8px;
	width: 200px;
	clear: both;
	background: url(../img/grayboxbottom.gif) no-repeat left top;
	font-size: 1px;
}
div#googletranslate{
	position: relative;
	float:right;
	z-index:2;
}
div#googletranslate img{
	border-style: none;
}
span.running{
	border-top: 1px #e3eca4 solid;
	border-left: 1px #e3eca4 solid;
	border-right: 1px #4a5311 solid;
	border-bottom: 1px #4a5311 solid;
	background-color: #95a523;
	color: #ffffff;
	padding: 1px 4px 1px 4px;
}
span.stopped{
	border-top: 1px #fbd895 solid;
	border-left: 1px #fbd895 solid;
	border-right: 1px #604004 solid;
	border-bottom: 1px #604004 solid;
	background-color: #c18107;
	color: #ffffff;
	padding: 1px 4px 1px 4px;	
}
span.queue{
	border-top: 1px #c8c8c8 solid;
	border-left: 1px #c8c8c8 solid;
	border-right: 1px #323232 solid;
	border-bottom: 1px #323232 solid;
	background-color: #a0a0a0;
	color: #ffffff;
	padding: 1px 6px 1px 6px;
}
p.gallery a img{
	border: 0;
	padding: 4px 4px 4px 4px;
}
textarea.copy{
	border: 1px #c8c8c8 solid;
	width: 560px;
	height: 60px;
	font-size: 11px;	
}
a div.submenuhigh, a:hover a div.submenuhigh, div.submenu{
	float:left;
	position: relative;
	top: -1px;
	border-bottom: 1px #919191 solid;
	border-left: 1px #b1b1b1 solid;
	border-right: 1px #919191 solid;
	border-top: 1px #f4f4f4 solid;	
	background-color: #f4f4f4;
	padding: 4px 8px 4px 8px;
	display: block;
	font-weight: bold;
	margin-left:6px;	
	color: #202020;
	text-decoration: none;	
	cursor: pointer;	
}
a div.submenu, a:hover div.submenu{
	top: 0px;	
	background-color: #e0e0e0;
	border-bottom: 1px #a1a1a1 solid;	
	border-left: 1px #d1d1d1 solid;
	border-right: 1px #a1a1a1 solid; 	
	border-top: 1px #e0e0e0 solid;	
	padding-top: 3px;
	color: #606060;
	text-decoration: none;
	cursor: pointer;
}
a:hover div.submenu{
	background-color: #a4a8a9;
	border-top: 1px #a4a8a9 solid;	
	color: #ffffff;
}  
div.submenucontainer{
	border-top: 1px #b1b1b1 solid;
	display:block;
	height:20px;
}
ul.rev li{
	list-style: none outside;
	color: #2c4354;
	font-family: Courier New;
	font-size: 12px;
}
span.lgray{
  color: #8b8f90;
}
tr.downloadheader td{
	background-color:#cccccc;
	font-size:14px;
}
tr.downloadrow0 td{
	background-color:#ffffff;
	color:#000000;
}
tr.downloadrow0Comment td{
	background-color:#ffffff;
}
tr.downloadrow1 td{
	background-color:#dde5f1;
	color:#000000;
}
tr.downloadrow1Comment td{
	background-color:#dde5f1;
}
td.downloadMD5{
	font-size:10px;
}
a.googlesignin span, a.googlesignin:hover span{
	width:200px;
	height:70px;
	background: url(../img/google_sign_in.png) no-repeat 0px 0px;
	display: block;
	outline: none;    	
}
a.googlesignin:hover span{
	background: url(../img/google_sign_in.png) no-repeat 0px -70px;
}
