/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
/* div { border: 1px solid red; margin: 1px; } */

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	background: #0094D6 url(/img/bg.gif) repeat-x;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 12px;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(/img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(/img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(/img/topleft-blank.gif) no-repeat;
	width: 1400px;
}

/* special width for the home page */
.homePageContainer {
	background: url(/img/topleft-blank.gif) no-repeat;
	width: 1100px;
}

.header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 15px 0 0 30px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
	display: inline;
	padding-left: 15px;
}
/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	background: #FFF url(/img/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	float: left;
	width: 24%;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(/img/nav_li.gif) no-repeat;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
	/*width: 900px;*/
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	list-style: url(/img/li.gif);
	margin-left: 18px;
}

/* no side bar content */
.wide-content {
	float: left;
	margin-right: 4%;
	width: 90%;
}
.wide-content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.wide-content li {
	list-style: url(/img/li.gif);
	margin-left: 18px;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0094D6 url(/img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* image thumbnail */
img.thumbnail {
	width: 140px;
	height: 105px;
}

img.mediumImg {
	width: 280px;
	height: 210px;
}

/* FAQ */
.question {
	font-weight: bold;
	font-size: 1.2em;
}

.answer {
	font-size: 1.1em;
}

h2.pageTitle {
	border-bottom: 1px dashed #DDD;
}

div.pageContent {
	padding-top: 10px;
}

/* images shown as figures (i.e. see figure) */
.imageFigure {
	padding-top: 15px;
	padding-bottom: 10px;
}

/* images without borders */
.noborder {
	border: none;
}

/* contact us form */
.label { font-size: 1.2em; display: block; float: left; width: 120px; text-align: right; margin-right: 5px; }
.form-row { padding: 5px 0; clear: both; width: 700px; }
label.error { width: 250px; display: block; float: left; color: red; padding-left: 10px; }
input[type=text], textarea { width: 250px; float: left; }
textarea { height: 50px; }

/* publish form */
.publish-label { font-size: 1.2em; display: block; float: left; width: 100px; text-align: left; margin-right: 5px; font-weight: bold; }
.publish-form-row { padding: 5px 0; clear: both; width: 100px; }

/* summary pagination */
#loading { 
	padding-top: 5px;
	text-align: center;
	font-size: 2em;
	color: #C60;
	font-weight:bold 
}

#menu ul, #menu li {
	display: inline;
}

.annotations li {
	list-style: none;
	margin-left: 0;
}

/* image preview */
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/* auto complete */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	/*filter:mask();*/
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('/img/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#example ul {
        padding-left:7px;
}
#example li {
        list-style:none;
	font-size:12px;
}
#example ul.hide {
        display:none;
}
#example span {
        color:#999;
        font-family:"Courier New", Courier, monospace;
        cursor:default;
}
#example span.expanded, #example span.collapsed {
        cursor:pointer;
}

#annotationTerms li {
	list-style: none;
}

/* form layout */
.formLayout
{
	padding: 10px;
        width: 500px;
}
    
.formLayout label, .formLayout input
{
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 10px;
}
 
.formLayout label
{
	text-align: right;
	padding-right: 20px;
}
 
.formLayout br
{
	clear: left;
}
