@charset "utf-8";
/* v:2010-01-14 */

body {
	background-color:#fff;
	color:#000;
	font-family:Verdana,Geneva,sans-serif;
	font-size:14px;
	text-align: center;
}

/* colors */
.orange_iq {background-color:#fff; color:#f1a933}
.grey_iq {background-color:#fff; color:#777}

img {border: none}

p, div, ol {color:#000; font-size:1em}
td, th {font-size:1em}
th {font-weight:bold}

h1 {color:#f1a933; font-size:1.4em; font-weight:bold; margin-bottom:1em;}
h2 {color:#f1a933; font-size:1.2em; font-weight:bold;}
h3 {font-size:1.2em; font-weight:bold;}
h4 {font-size:1em; font-weight:bold; font-style:italic;}

table.w740 {width:740px; border-style:none; border-collapse:collapse; margin:0px; padding:0px;}

p.justify {text-align:justify}

ul {font-size:1em; margin-left:20pt; list-style-type:disc;}

a:link { color:rgb(0,0,153); text-decoration:none;}
a:visited { color:rgb(121,26,121); text-decoration:none;}
a:active { color:rgb(0,103,153); text-decoration:none;}

div#outer {
	width: 740px;
	margin: 0 auto;	/* center page horizontally */
	text-align: left;
	background-color:#fff;
	padding: 0px;
	border: none;
}

div#header {
	padding-top: 18px;
	padding-bottom: 18px;
	margin: 0px;
	text-align: center;
	background-image: url(../images/iq-page-top.png);
	background-repeat: no-repeat;
}

div#footer {
	clear:both;
	padding-top: 10px;
	margin: 0px;
	text-align: right;
	height: 112px;
	background-image: url(../images/iq-page-bottom.png);
	background-repeat: no-repeat;
}

/* Entry page*/
a.lang {
	color:white;
	font-size:13px;
	font-weight: bold;
	display : block;
	line-height:26px;
	width:125px;
	text-align : center;
	background-color:#f1b546; 
	border:outset 2px;
	text-decoration:none;
}  
a.lang:first-letter {
	color:white;
	font-size: 133%;
}
a.lang:hover {
	color:white;
	font-size:14px;
	background-color:#f0ac30; 
	border :inset 2px;
}
a.lang:visited {
	color:white;
	text-decoration:none;
}

a.button {
	font-size:12px;
	height: 28px;
	background-image: url(bt_arrow.gif);
	background-color:#f1b546; 
}

/* Alerts */
div.alert {
 font-weight: bold;
 vertical-align: middle;
 font-size: 110%;
 margin: 0em 1em 1.5em 1em;
 padding: 4px 4px 4px 48px;
 min-height:32px;	/* not yet supported by IE6 */
}

div.info {color:blue; background:url(images/alert-info.gif) no-repeat left center;}
div.warning {color:green; background:url(images/alert-warning.gif) no-repeat left center;}
div.error {color:red; background:url(images/alert-error.gif) no-repeat left center;}

/* Questions format */
div.item {width:190px; font-size:12px; padding:10px;}
div.question {font-size:17px; font-weight:bold; font-variant:small-caps;}
div.number {font:bold 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;}

/* Items presentation */
div.item_name {color:#f1b546; font:italic small-caps bold 1.125em Verdana,Geneva,sans-serif;}
div.item_desc {color:black; margin:5px 150px 18px 10px; font:italic 0.9em Verdana,Geneva,sans-serif;}
/* Debug info */
div#debug-info {font-size:0.75em;}
pre#debug-detail {background-color:#ffb; white-space:pre-wrap}

/* Prevent super-/subscripts from affecting line-height */
sub,sup {vertical-align:baseline; position:relative}
sub {top:0.4em}
sup {top:-0.4em}
