body {
	background-color: #E5E5E5;
	background-image: url(img/background.gif);
	font-family: georgia, tahoma, sans-serif;
	font-size: 11pt;
	text-align: center;
	color: #404040;
	margin: 0;
	padding: 0;
     }

a { color: #4865dc; text-decoration: none;}
a:hover { text-decoration: underline; }

.shadow {
  -webkit-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.6);
  box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.3);
}

#page { 
	margin: 0px auto;
	padding: 0;
	width: 920px;
	text-align: left;
	background-color: white;
        border-right: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
	}

#pagecontents { padding: 20px; font-size: 10pt; color: #707060;}

h2 { font-size: 16pt; color: #ad5f0d; font-weight: normal;}
h3 { font-size: 14pt; color: #ad5f0d; font-weight: normal;}
b, th { color: #454035; }

#pagecontents ul { list-style-image: url(img/liimg.gif); }

#ratitle {padding: 20px 0 0 20px; float: left;
	font-size: 20pt; color: #707060; font-family: tahoma, sans-serif;
	}
#langswitch {
	text-align: right;
	padding: 5px;
	padding-top: 50px;
	font-family: verdana, sans-serif; font-size: 8pt;
	}
#langswitch a {color: black; text-decoration: underline;}

#headermenu { 
	width: 900px; height: 25px;
	background-image: url(img/menu_grad.png);
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 20px;
	}

	
#headermenu a { padding: 4px 15px 4px 15px; text-decoration: none; color: white;}
#headermenu a:hover { text-decoration: underline; background-color: rgba(255,255,255,0.1);}
#headermenu a.sel { text-decoration: none; background-color: #849ece; }

#dowloadscreen {
	position: relative; left: 0; top: 0;	/* defines new coordines origin */
	width: 920; height: 280px;
	margin-bottom: 30px;
	background-image: url(img/dlbkg.png);
	}
 
#dlbox { 
	position: absolute; left: 584px; top: 98px;
	width: 243px; height: 103px;
	border: 3px solid #ff9624;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background-image: url(img/downloadbox_grad.png);
	font-family: tahoma, arial, sans-serif;
	color: #693601;
	line-height: 80%; 
	}
#dlbox a { color: #693601; text-decoration: underline; }
#dlbox a:hover { color: black; }
#dlbox_dl { position: relative; top: 20px; font-size: 17pt;}
#dlbox_dl a { text-decoration: none; padding: 11px;}
#dlbox_dl a:hover { color: #693601; text-decoration: underline; }
#dlbox_ver { font-size: 14pt; color: #bf2401; }
#dlbox_verno { font-size: 16pt; color: #bf2401; }
#dlbox_note { position: relative; left: 13px; top: 28px; font-size: 7.5pt; font-family: verdana, sans-serif;}
#dlbox_alt { position: relative; left: 13px; top: 40px; font-size: 11pt;}

#dl_title {
	position: absolute; left: 300px; top: 30px;
	font-size: 28pt; color: #656565; font-family: tahoma, sans-serif;
	}
#dl_ralogo { position: absolute; left: 235px; top: 35px; }
#dl_subtitle { position: absolute; left: 300px; top: 85px; font-size: 12pt; color: #808080;}
#dl_note {
	position: absolute; left: 595px; top: 220px;
	font-size: 7.5pt; color: #8995b5; font-family: tahoma, sans-serif;
	}

#tabctl { margin: 7px 0 7px 0;}	/* to compensate padding */
#tabctl a { color: #787878; font-family: tahoma, sans-serif; font-size: 11pt; text-decoration: none; font-weight: bold;
	padding: 7px 12px 7px 12px; border: 1px solid #e6e6e6;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	}
#tabctl a:hover { text-decoration: underline; }

#tabctl #overview_a { color: #404040; background-color: #f0f0f0;}

.tabpane { background-color: #f0f0f0;
	border: 1px solid #e6e6e6;
	display: none; padding: 20px 3px 10px 20px
	}
#overview_tab {display: block; background: #f0f0f0 url(img/mainscreen.png) no-repeat top right;}
#whatsnew_tab {background: #f0f0f0 url(img/newscreen.png) no-repeat top right; height: 325px;}

.tabpane img {margin: 10px; }

#newscolumn { background-color: #f0f0f0;
	font-size: 9pt;
	padding: 10px; margin: 0 2px 0 4px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}
	
#newscolumn h3 { margin-top: 2px; color: #454035; }

.smallbox_img {	float: left; margin-left: 22px; }
.smallbox {
	background-color: #f0f0f0;
	font-size: 9pt;
	height: 95px;
	padding: 10px 20px 10px 20px; margin-left: 20px;
	float: left; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}

#footer { text-align: center; font-family: tahoma; font-size: 8pt; background-color: #f6f6fa;
	margin-top: 20px; padding: 10px 0 20px 0; border-top: 1px solid #d0d0d0;
	}

.separator { background-image: url(img/hrshade.gif); height: 7px; margin-top: 30px; }

table.shadetable {
	padding: 3px;
	background-color: #f0f0f0;
	border: 2px solid #d0d0d0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.6);
	box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.3);
	}
table.shadetable th { background-color: #ebd6b3; padding: 4px; }
table.shadetable td { border-top: 1px solid #d0d0d0; padding: 2px;}

#shortcuts table.shadetable { font-family: tahoma; font-size: 10pt; }

table.gallery {
	padding: 3px;
	background-color: #f0f0f0;
	border: 2px solid #d0d0d0;
	margin-top: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.6);
	box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.3);
	font-family: tahoma;
	font-size: 10pt;
	}
table.gallery th { background-color: #white; }
table.gallery td { padding: 8px; }
table.gallery td br { margin-bottom: 2px; }

table.awards { padding: 15px; border: 0px; }
table.awards td { text-align: center; vertical-align: bottom; font: 11px Tahoma;}
table.awards td img {border: 0px; padding-bottom: 8px;}

.column1of2 {
	float: left;
	width: 400px;
	padding: 10px;
	}
