@CHARSET "UTF-8";

body {
	background: white;
	color: #4A4A4A;
	margin: 0 0 40px 0;
	padding: 0;
	
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}

a {
	text-decoration: none;
	color: #4A4A4A;
}

h1 {
	text-indent: 20px;
	font-size: 1.2em;
}

:focus {
    outline: none !important;
}

div#header {
	background-color: black;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #ffcc33;
	height: 37px;
}

div#header a#linkSING {
	font-size: 12px;
	float: right;
	line-height: 38px;
	vertical-align: middle;
	color: white;
	padding-right: 10px;
}
div#header a#linkSING:hover {
	text-decoration: underline;
}

div#footer {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}

div#version {
	position: absolute;
	right: 10px;
	top: 6px;
	font-family: Arial Black, Arial, sans-serif;
	font-weight: bold;
}

div#header-image {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	height: 120px;
	position: relative;
	
	margin-top: 10px;
	border: 1px solid #999999;
}

#main_container {
	width: 960px;
	margin: auto;
	/*min-height: 600px;*/
	background: white;
	
	/*padding-left: 32px;
	padding-right: 32px;
	padding-top: 4px;*/
	margin-top: 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 0 0 8px #999999;
	-webkit-box-shadow: 0 0 8px #999999;
	box-shadow: 0 0 8px #999999;
}

.email {
	unicode-bidi: bidi-override;
	direction: rtl;
}

.code {
	font-family: Courier New, monospace;
}

.tool-description {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}

/*pre.codebox {
	margin: 0px;
	padding: 5px;
	border: 1px inset;*/
	/*width: 750px;
	height: 130px;*/
/*	background-color: #FFFFFF;
	text-align: left;
	overflow: auto;
}*/

div#image-div {
  padding-top: 24px;
}

div.centered {
	text-align: center;
}

div.menu-item {
	text-align: center;
	padding-top: 24px;
}

div.menu-item a {
	text-decoration: none;
	font-size: 1.5em;
	color: #4A4A4A;
	font-variant: small-caps;
}

div.selected-menu-item a {
	font-weight: bold;
	color: #4A4A4A;
}