@charset "UTF-8";
/* Main CSS */

html, body, div, p, h1, h2, h3, h4, h5, h6, p,  a, img, ol, ul, li, form, table, tr, th, td, article, aside, header, footer, nav, section
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section
{
	display: block;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: repeat-x;
	color: #3c3c3c;
	font-size: 11pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	line-height: 1.5;
}

a
{
	color: #05c;
	text-decoration: none;
}

a:hover
{
	color: #096;
	text-decoration: underline;
}

a:active
{
	color: #000;
}

p
{
	margin-bottom: 0.9em;
}

h1
{
	font-size: 42px;
	font-weight: normal;
	text-shadow: 2px 2px 3px #ccc;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 38px;
	font-weight: normal;	
	text-shadow: 1px 1px 2px #ccc;
	padding-top: 0px;
}

h3
{
	font-size: 22px;
	font-weight: normal;
}

h4
{
	font-size: 20px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 6px;
}

h5
{
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

h6
{
	font-size: 14px;
	font-weight: bold;
}

#head
{  
width: 100%;
height:70px;
background-color: #05c;
background-image:url(/images/main/header-fade.png);
text-align: left;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 3px 4px #aaa;
	-webkit-box-shadow: 0px 3px 4px #aaa;
	box-shadow: 0px 3px 4px #aaa;
}

header
{  float: left;
	height: 70px;
	width: 300px;

	
}

.menu
{
width: 800px;
float:right;
	font-size: 14px;
	text-align: left;

}

.menu li
{float: left;
width:150px;
height:20px;
font-size: 16px;
color:#fff;
padding: 30px 0 0 0;

}
.menu li a {color:#fff;}

nav
{
	float: left;
	width: 190px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

article
{
	min-width: 890px;
	text-align: justify;
	background-color: #f9f9f9;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 16px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
}

article p:nth-last-child(1)
{
	margin-bottom: 0px;
}

article h4
{
	margin-bottom: 10px;
}

article ul, article ol
{
	margin-top: 10px;
	margin-bottom: 10px;
}

article ul li, article li
{
	margin-top: 5px;
	margin-bottom: 5px;
}

section
{
	margin-bottom: 20px;
}

footer
{

	width: 100%;
	height: 28px;
	background-color: #05c;
	background-image: url(/images/main/footer-fade.png);
	padding-bottom: 2px;
	font-size: 12px;
	color: #efefef;
	text-decoration: none;
	text-align: center;
	line-height: 1.9;
	-moz-box-shadow: 0px -1px 3px #999;
	-webkit-box-shadow: 0px -1px 3px #999;
	box-shadow: 0px -1px 3px #999;
}

footer a
{
	color: #efefef;
	text-decoration: none;
}

footer a:hover
{
	color: #fff;
	text-decoration: underline;
}

#main
{
	position: relative;
	margin: 0px auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 990px;
	overflow: hidden;
}

#sidebar
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 100%;
	background-color: #e3e3e3;
	background-image: url(/images/main/sidebar-fade.png);
	background-repeat: repeat-x;
	border-right: 1px solid #aaa;
	-moz-box-shadow: 1px 0px 3px #ccc;
	-webkit-box-shadow: 1px 0px 3px #ccc;
	box-shadow: 1px 0px 3px #ccc;
	z-index: -1;
}

#content
{    width:1100px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	padding-right: 0px;
	margin: 0px;
}

#content ul, #content ol
{
	margin-left: 30px;
}

#content dt {font-size:20px;}


#searchbox
{
	height: 72px;
	width: 160px;
	text-align: center;
	color: #f9f9f9;
	font-size: 12px;
	background-image: url(/images/main/search-fade.png);
	background-color: #0c5;
	margin-top: 2px;
	margin-bottom: 18px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	border: 1px solid #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 2px 4px #aaa;
	-webkit-box-shadow: 1px 2px 4px #aaa;
	box-shadow: 1px 2px 4px #aaa;
}

#searchbox a
{
	color: #f9f9f9;
	font-size: 10px;
	text-decoration: underline;
}

#searchbox a:hover
{
	color: #f3f3f3;
	font-size: 10px;
	text-decoration: none;
}

#searchbox #extension
{
	display: block;
	text-align: center;
	height: 22px;
	width: 120px;
	font-size: 14pt;
	color: #333;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
}

#browse
{
	display: block;
	font-size: 14px;
	text-align: center;
	margin-bottom: 16px;
}

#alpha
{
	word-spacing: 12px;
	margin-bottom: 10px;
}

#alpha a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #05c;
	margin-left: -3px;
	margin-right: -3px;
	margin-top: -1px;
	margin-bottom: -1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 2px 4px #aaa;
	-webkit-box-shadow: 1px 2px 4px #aaa;
	box-shadow: 1px 2px 4px #aaa;
}

#linkunits
{
	display: block;
	width: 164px;
	height: 94px;
	text-align: center;
	padding-top: 1px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
}



.navbar
{
	width: 164px;
	font-size: 12px;
	text-align: left;
	list-style-type: none;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
}

.navbar li
{
	background-image: url(/images/main/file.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.navbar a
{
	display: block;
	width: 140px;
	color: #05c;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 24px;
	padding-right: 0px;
	border-top: 1px solid #ddd;
	margin: 0;
}

.navbar a:link,
.navbar a:active,
.navbar a:visited
{
	color: #05c;
}

.navbar li:nth-child(even)
{
	background-color: #f9f9f9;
}

.navbar li:nth-last-child(1)
{
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.navbar a:hover
{
	background-color: rgba(230,230,230,0.5);
	color: #096;
}

.navbar li.first a
{
	font-weight: bold;
	border-top: 0px;
}

.navbar li#swinfo
{
	background-image: url(/images/main/disc.png);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}

.navbar li#swinfo a
{
	border-top: 0px;
}

.navbar li#helpcenter
{
	background-image: url(/images/main/helpcenter.png);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}

#navspace
{
	height: 15px;
}

#tlbspace
{
	display: block;
	width: 728px;
	height: 90px;
	margin-top: 3px;
	margin-bottom: 4px;
}

#tlb
{
	position: absolute;
	top: 84px;
	left: 232px;
}

#title
{
	height: 107px;
}

#title img
{
	float: left;
	margin-left: -5px;
	margin-right: 15px;
}

#title h1
{
	padding-top: 3px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: -4px;
}

#title h3
{
	font-size: 22px;
	font-weight: normal;
}

#title2
{
	height: 115px;
	margin-top: 35px;
	margin-bottom: -20px;
}

#title2 img
{
	float: left;
	margin-top: -20px;
	margin-left: -5px;
	margin-right: 15px;
}

#title3
{
	margin-bottom: 10px;
}

#alert
{
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 35px;
}

#alert img
{
	margin-bottom: -40px;
	margin-right: 5px;
}

header img.hover
{
	border: 0;
	display: none;
}

header a:hover img.hover
{
	display: inline;
}

header a:hover img.nohover
{
	display: none;
}

.clearfloat
{
	clear: both;
	height: 0;
}

.break
{
	margin-top: 15px;
}

.floatright
{
	float: right;
}

.summary
{
	width: 720px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.logotext
{
	margin-top: 24px;
}

.listbox
{
	width: 726px;
	background-color: #f3f3f3;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	margin-top: 10px;
	margin-bottom: 20px;
}

.list
{
	width: 100%;
	border-collapse: collapse;
}

.list tr:nth-child(odd) td
{
	background-color: #f9f9f9;
}

.list tr:nth-last-child(1) td:nth-child(1)
{	
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.list tr:nth-last-child(1) td:nth-last-child(1)
{
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.list th
{
	color: #f3f3f3;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	background-image: url(/images/main/list-fade.png);
	background-color: #0c5;
	padding: 4px;
}

.list th:nth-child(1)
{	
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}

.list th:nth-last-child(1)
{	
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

.list td
{
	min-width: 100px;
	padding: 5px;
}

.list td:nth-child(1)
{
	padding-left: 10px;
	font-weight: bold;
}

.list td.left
{
	width: 100px;
	padding-right: 20px;
}

.list td img
{
	margin-top: 2px;
	margin-bottom: -2px;
}

.headline
{
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: -5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.headline img
{
	margin-bottom: -4px;
}

.companylogo
{
	margin-top: 10px;
	margin-bottom: 18px;
}

img.software
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	margin-bottom: -15px;
}

p.software
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

img.osicon
{
	margin-top: 4px;
	margin-bottom: -4px;
	margin-left: 4px;
}

.question
{
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.menu
{
	color: #096;
}

.directory
{
	color: #565;
	font-family: "Courier New", Courier, Monaco;
}

.filename
{
	font-weight: bold;
}

.command
{
	font-family: "Courier New", Courier, Monaco;
}

.button
{
	color: #096;
	background-image: url(/images/main/ext-fade.png);
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.smallicon
{
	float: left;
	padding-top: 0px;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 10px;
}

.icon20
{
	margin-bottom: -4px;
	margin-right: 5px;
}

.icon24
{
	margin-bottom: -6px;
	margin-right: 5px;
}

.icon32
{
	margin-bottom: -10px;
	margin-right: 5px;
}

.icon48
{
	padding-top: 6px;
	margin-bottom: -10px;
	margin-left: 2px;
	margin-right: 12px;
}

th.center, td.center, .center
{
	text-align: center;
}

.normal
{
	font-weight: normal;
}

.download
{
	margin-top: 15px;
	margin-bottom: 20px;
}

.download a:hover
{
	text-decoration: none;
}

.download img
{
	padding-right: 8px;
	margin-bottom: -18px;
}

img.border
{
	background-color: #fff;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

#googlesearch
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 14px;
	margin-right: 0px;
}

#sm
{
	float: right;
	margin-right: 2px;
}

ul#smm li
{	
	display: inline;
	list-style: none;
}

#plus-one
{
	display: inline-block;
}

#fb-root
{
	display: inline-block;
}

#fb-like
{
	display: inline-block;
	position: relative;
	top: -3px;
	margin-left: -24px;
	margin-right: -6px;
}

#tweet
{
	display: inline-block;
}

.new
{
	margin-bottom: 20px;
}