* {
	margin: 0px;
	padding: 0px;
}

html, body {
	min-height: 100%;
	font-size: 10pt;
	font-family: verdana, sans-serif;
	text-align: center;
	background-image: url(../gfx/body_bg.png);
	background-color: #CCCCCC;
	cursor: default;
}

.no-css-only {
	display: none;
}

a:link, a:active, a:visited {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #7F0000 !important;
	text-decoration: none;
}

a img {
	border: 0px;
}

acronym {
	border-bottom: 1px dashed silver;
	cursor: help;
	font-style: normal;
}

a acronym {
	cursor: pointer;
}

em, em.underline em, em em.underline {
	font-style: italic;
}

em.underline {
	text-decoration: underline;
	font-style: normal;
}

input {
	font-family: verdana, sans-serif !important;
}

input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"], select, option, label {
	cursor: pointer;
}

select option {
	padding: 0px 5px 0px 0px;
}

optgroup option {
	padding: 0 10px 0 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small, .small {
	font-size: 8pt;
}

form {
	margin: 0px;
	padding: 0px;
}

code {
	font-size: 9pt;
}

#pagebox-bg {
	text-align: left;
	width: 680px;
	background-image: url(../gfx/pagebox_bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
}
#shadow-left {
	background-image: url(../gfx/pageshadow_left.png);
	background-repeat: repeat-y;
	background-position: left;
}
#shadow-right {
	padding: 20px 30px 15px 30px;
	background-image: url(../gfx/pageshadow_right.png);
	background-repeat: repeat-y;
	background-position: right;
}

#site-logo {
	float: left;
}

#tagline {
	text-align: right;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #7F7F7F;
	height: 60px !important;
	line-height: 60px !important;
}

#topmenu * {
	font-size: 8pt;
}

#topmenu {
	float: left;
	width: 618px;
	margin: 7px 0px 0px 0px;
	background-image: url(../gfx/topmenu_bg.png);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
	border: 1px solid #336699;
	padding: 3px 0px 3px 0px;
}

#topmenu ul {
	list-style: none;
}

#topmenu ul li {
	display: inline;
}

#topmenu ul li a:link, #topmenu ul li a:visited, #topmenu ul li a:hover {
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	border-right: 1px solid #336699;
}

#topmenu ul li a:link, #topmenu ul li a:visited {
	color: #336699;
}

#topmenu ul li a:active, #topmenu ul li a:hover, #topmenu ul li a#current:link, #topmenu ul li a#current:active, #topmenu ul li a#current:visited, #topmenu ul li a#current:hover {
	color: #7F0000;
	background-image: url(../gfx/topmenu_bg_reverse.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#topmenu-shadow {
	clear: both;
	height: 5px;
	background-image: url(../gfx/topmenu_shadow.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	line-height: 100%;
	overflow: hidden;
	width: 100%;
}

#content {
	padding-top: 10px;
	text-align: left;
}

#content a:visited {
	color: #555555;
}

#content h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content h2, #content h3 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#content h1.newstitle, #content h2.newstitle, #content h3.newstitle {
	background-image: url(../gfx/newstitle_bg.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #EFEFEF;
	border-left: 3px solid #336699;
}

#content h1.newstitle a, #content h2.newstitle a, #content h3.newstitle a {
	padding: 3px 3px 3px 7px;
	text-decoration: none;
	display: block;
	color: #1e364d;
}

#content h1 {
	color: #369;
	font-size: 15pt;
	font-weight: bold;
	letter-spacing: -0.015em;
}

#content h2 {
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid silver;
}

#content h3 {
	font-size: 10pt;
	font-weight: bold;
}

#content h1.latestnews a {
	font-weight: normal;
	text-decoration: none;
}

#content p {
	margin: 0px 0px 15px 0px;
	line-height: 150%;
}

#content p.noindent {
}

#content p.important {
	background-color: #FFFFE5;
	border: 1px solid #D8D800;
	padding: 5px;
	font-size: 8pt;
}

#content p.screenshot {
	text-align: center;
}

#content p.screenshot img {
	-moz-box-shadow: 2px 2px 5px #222;
	-webkit-box-shadow: 2px 2px 5px #222;
	box-shadow: 2px 2px 5px #222;
}

#content .block {
	float: left;
	margin-right: 12px;
	margin-top: 5px;
	padding: 6px;
	min-height: 75px;
	font-size: 9pt;
}

#content .block.last {
	margin: 0;
}

#content .block#intro {
	width: 312px;
	background-color: #EBECEC;
	border-radius: 10px;
}

#content .block#download {
	width: 150px;
	text-align: center;
	background-color: #EFDFBF;
	border-radius: 10px;
}

#content .block#buttons {
	width: 110px;
	text-align: center;
	padding: 0;
}

#content .block#buttons img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	margin-bottom: 5px;
}

#content blockquote {
	margin: 0px 0px 15px 15px;
	line-height: 150%;
	font-style: italic;
}

#content .newscontent {
	font-size: 9pt;
}

#content .newsinfo {
	font-size: 8pt;
	text-align: right;
	color: #333333;
}

#content img.float {
	float: right;
	margin: 0px 0px 10px 10px;
}

#content img.rss {
	margin-left: 2px;
	margin-right: 2px;
}

#content ul, #content ol {
	margin: 0px 0px 15px 30px;
}

#content ul li, #content ol li {
	line-height: 150%;
}

#content ul#aboutmenu {
	margin: 0px 0px 0px 30px;
}

#content ul#aboutmenu li {
	margin: 0px 0px 15px 0px;
	font-size: 11pt;
	font-weight: bold;
}

#content ul#sysreq li {
	font-size: 8pt;
}

#content dt {
	line-height: 150%;
	font-weight: bold;
	color: #333333;
}

#content dd {
	line-height: 150%;
	padding: 0px 0px 0px 5px;
	border-left: 1px solid silver;
	margin: 0px 0px 15px 10px;
}

#content pre {
	width: 475px;
	height: auto;
	margin: 0px 15px 15px 15px;
	padding: 5px;
	font-size: 8pt;
	font-family: monospace;
	color: #7F0000;
	line-height: 150%;
	background-color: #EFEFEF;
	border: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	overflow: auto;
}

#content pre#license {
	width: 505px;
	height: 250px;
	margin: 0px 0px 15px 0px;
}

#content #downloadsbox {
	background-image: url(../gfx/box-button.png);
	background-repeat: no-repeat;
	background-position: 265px center;	
border: 2px solid #336699;
	border-radius: 8px;
	padding: 10px;
	padding-bottom: 1px;
}

#content #downloadsboxwrap {
	border: 7px solid #EFDFBF;
	padding: 1px;
	border-radius: 15px;
	margin-bottom: 15px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

/* IE 6 fix */

#content #ie6fix {
	float: left;
	overflow: hidden;
	height: 1px;
	font-size: 0pt;
}

/* /IE 6 fix */

#bottom {
	clear: both;
	float: left;
	width: 600px;
	padding: 3px 9px 3px 9px;
	background-image: url(../gfx/topmenu_bg.png);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
	border: 1px solid #336699;
	font-size: 8pt;
	font-style: normal;
	text-align: right;
	color: #333333;
}

#bottom a:link, #bottom a:hover, #bottom a:active, #bottom a:visited {
	text-decoration: none;
}

#bottom #sflogo {
	float: left;
	font-size: 0;
}

#bottom-shadow {
	clear: both;
	height: 5px;
	background-image: url(../gfx/topmenu_shadow.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	line-height: 100%;
	overflow: hidden;
	width: 100%;
}

