body {
	font-size: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/beige_bg.gif);
	background-repeat: repeat-y;
	font-family: verdana, geneva, arial, "sans serif";
}
h1 {
	font-size: 1.4em;
}

a {
	cursor: pointer;
}
#masterhead {
	margin: 0px;
	height: 77px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #295928;
}
#masterhead img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.adsTop {
	top: 0px;
	position: absolute;
	padding-top: 7px; 
}

.logoBox {
	height: 67px; 
	color: rgb(34,51,0); 
	background-color: white; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding-top: 10px; 
}

.logoBox .logoUpperRow {
	font-size: 26px; 
	font-weight:bold; 
	text-align: center; 
	letter-spacing: -2px; 
	word-spacing: -2px;	
}

.logoBox .logoBottomRow {
	font-size: 15px; 
	font-weight: normal; 
	text-align:center; 
	letter-spacing: -1px; 
	word-spacing: -2px;
}

.logoBox .logoColoredText
{
	color: rgb(247,102,43);
}


.byteQuizBox {
    font-family:Verdana, Geneva, sans-serif;
    font-size:18px; 
    position: absolute; 
    left:18px; 
    top: 14px; 
    font-weight:bold;
    letter-spacing:-1px
}

.byteQuizColor {
	color:#55ab26;
}

#globalNav {
	position: absolute;
	top: 82px;
	left: 0px;
	margin: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	border-bottom: 20px solid #FFF;
	list-style: none;
	font-size: 11px;
	background-color:#55ab26;
	text-transform: lowercase;
	overflow:hidden;
	width: 100%;
	min-width: 760px;
	height: 21px;
}

#globalNav li {
	list-style: none;
	float: left;
	width: auto;
}


#globalNav a {
	height: 18px;
	padding-top: 3px;
	background-image: url(../images/tabs.png);
	display: block;
	text-align: center;
	text-decoration: none;
}


#globalNavLink1 a {
	background-position: 0 0;
	width: 100px;
	margin-left: 210px;
}

#globalNavLink1.active a  {
	background-position: 0 22px;
}

#globalNavLink1 a:hover {
	background-position: 0 44px;
}

#globalNavLink2 a {
	background-position: -100px 0px;
	width: 100px;
}

#globalNavLink2.active a {
	background-position: -100px 22px;
}

#globalNavLink2 a:hover {
	background-position: -100px 44px;
}

#globalNavLink3 a {
	background-position: -200px 0px;
	width: 100px;
}

#globalNavLink3.active a {
	background-position: -200px 22px;
}

#globalNavLink3 a:hover {
	background-position: -200px 44px;
}

#globalNavLink4 a {
	background-position: -300px 0px;
	width: 100px;
}

#globalNavLink4.active a {
	background-position: -300px 22px;
}

#globalNavLink4 a:hover {
	background-position: -300px 44px;
}


#userLogin {
	position: absolute;
	top: 88px;
	left: 600px;
	width: 325px;
	text-align: right;
	overflow: hidden; 
	color: white;
	font-size: 12px;
}
#userLogin a
{
	text-decoration: none;
	color: white;
}

#leftbar {
	position: absolute;
	top: 120px;
	left: 0px;
}

#sortNav {
	font-size: 11px;
	
	width: 180px;
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	background-image: url(../images/beige_rounded.gif);
	background-repeat: no-repeat;
	list-style: none;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sortNav a {
	text-decoration: none;
}

#sortNav li {
	height: 26px;
	width: 185px;
	margin-left: 0px;
}
#sortNav li a {
	display: block;
	width: 163px;
	padding-left: 18px;
	padding-top: 6px;
	background-color: #F1EFE2;
	background-image: url(../images/sidebar_bg.gif);
	background-position: 0px 52px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 19px;
}
#sortNav li a:hover {
	background-position: 0 26px;
}

#sortNav li.active {
	margin-right: -5px;
}
#sortNav li.active a,
#sortNav li.active a:hover {
	background-color: #FFF;
	background-position: 0px 0px;
	padding-right: 5px;
}

#flags {
	position: relative;
	margin-top: 10px;
	width: 180px;
	height: 52px;
	padding-left: 10px;
}

#flags .flag {
	width: 32px;
	height: 21px;
    position: relative;
	float: left;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#flags .flag_it_IT {
	background-image: url(../images/flags/it_IT.png);
}
#flags .flag_en_GB {
	background-image: url(../images/flags/en_GB.png);
}
#flags .flag_fr_FR {
	background-image: url(../images/flags/fr_FR.png);
}
#flags .flag_de_DE {
	background-image: url(../images/flags/de_DE.png);
}
#flags .flag_zh_CN {
	background-image: url(../images/flags/zh_CN.png);
}
#flags .flag_ru_RU {
	background-image: url(../images/flags/ru_RU.png);
}
#flags .flag_es_ES {
	background-image: url(../images/flags/es_ES.png);
}
#flags .flag_ar_MA {
	background-image: url(../images/flags/ar_MA.png);
}

.rightToLeft {
	direction: rtl;
}

.hints
{
	position: relative;
	width: 166px;
	padding:2px 8px;
	font-size: 10px;
	margin-top: 10px;
}

.hints div {
	margin-bottom: 6px;
}

.hints a{
	text-decoration: none;
}

.hints .header
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


a:link {
	color: #223300;
}
a:visited {
	color: #223300;
}

#content {
	margin: 0;
	padding: 0;
	position:absolute;
	left:184px;
	top:115px;
	width:761px;
	font-family:Arial, Helvetica, sans-serif;
}

#contentTop {
	background-image: url(../images/bgcontenttop.png); 
	background-repeat: no-repeat; 
    height: 30px;
}

#contentMid {
	background-repeat: repeat-y;
	background-image: url(../images/bgcontentmid.png);
	padding-left: 33px;
	padding-right: 35px;
	padding-bottom: 5px;
}

#contentBot {
	background-image: url(../images/bgcontentbottom.png); 
	background-repeat: no-repeat; 
	height: 30px;
}

.red
{
	color: red;
}

.green
{
	color: green;
}

.orange
{
	color: orange;	
}

.loadingCont
{
	background-color: #FFF;
	border: 1px solid gray;
	padding: 10px;
}

.loadingMsg
{
	font-size: 16px;
	font-weight: bold;
	color: #FFB916;
	margin-left: 8px;
}

.footer {
	text-align:center; 
	font-size:11px; 
	color: rgb(247,102,43);
}

.footer a {
	color: rgb(247,102,43);;
	cursor: pointer;
	text-decoration: none;
	
}



button::-moz-focus-inner
{border: 1px dotted transparent ! important; }


#contentMid .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contentMid .header {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contentMid .text {
	font-size: 14px;
	margin-bottom: 7px;
	text-align:justify;
}

#contentMid .subtext {
	font-size: 12px;
	margin-bottom: 5px;
	text-align:justify;
}
