/*#############################################################
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.
#############################################################*/

/* standard elements */
/* * { margin: 0; padding: 0; } */
a {
	color: #F70;
}
table.dicombrowser th a { color: white; }
a:hover {
	color: #C60;
}
body {
	background: #0094D6 url(img/bg.gif) repeat-x;
	color: #466;
	font: normal 70% "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: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
}
h2 { font-size: 1.4em; }
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.gif) no-repeat;
}

.header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 28px 0 0 76px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a {
	color: #FFF;
	float: bottom;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 40px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* toolbar */

.toolbar {

    color: #FFF;
    padding: 10px;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 5px;
}

.toolbar li {
    display: inline;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.toolbar li a {
    font-weight: normal;
    color: #FFF;
    font-size: 12px;
    margin-right: 10px;
}


/* 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: 85%;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li div {
	color: #777;
	display: block;
	font-size: 85%;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav ul ul li a {
	font-size: 65%;
	padding: 3px 6px 3px 24px;
}
.sidenav li a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.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;
}

span.message { 
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid green; /* #39F; */
	display: block;
	margin-bottom: 12px;
	padding: 8px 10px;
	font-size: 1.3em; 
	color: green; 
}
span.error { 
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0; 
	border-left: 6px solid red; /* #39F; */
	display: block;
	margin-bottom: 12px;
	padding: 8px 10px;
	font-size: 1.3em; 
	color: red; 
}

.inlineerror {

    font-weight: bold;
    color: red;
}

input.dialogbutton {
	float: right;
	margin-top: 1em;
	margin-right: 1em;
}

table.portal { font-size: 80%; }

table.max {

    min-width: 650px;
    max-width: 1200px;
    width: 100%;
    border-collapse: collapse;
}

table.max th {

    font-weight: bold;
    text-align: left;
    border-bottom: 1px dashed #CCC;
    padding: 3px 10px 2px 3px;
}

table.max tfoot td {

    border-top: 1px dashed #CCC;
    padding: 5px 10px 2px 3px;

}

table.max td {

    padding: 5px 10px 3px 3px;
}

div.pager {

    width: 100%;
    text-align: center;
}

input[type=checkbox] {
    vertical-align: middle;
}


ul.form {

    list-style-type: none !important;
    padding: 0;
    margin: 0;
}


ul.form li {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
    font-size: 80%;
}

ul.form li ul li {

    list-style-type: square;
    font-size: 100%;
}

ul.form li ol li {
    list-style-type: decimal;
    font-size: 100%;
}

ul.form li label {
    font-weight: bold;
}

ul.form li ul.attachments {
    margin: 0;
    padding: 0;
}   

ul.form li ul.attachments li {
    margin: 0;
    padding: 3px 0;
    list-style-type: none;
    font-size: 90%;
}




blockquote {

    border-left: 2px solid #336699 ;
    padding: 3px;
    margin: 0;
    display: block;
}

pre {
    font-size: 12px;
    font-family: monospace;
}

ul.messages {

   padding: 0;
   margin: 0;

}

ul.messages li {

    padding: 0;
    margin-bottom: 5px;
}

iframe {
    width: 100%;
    height: 250px;
    border: 2px inset #DCDCDC; 
}

.editor_toolbar .button {
    float: left;
    margin: 2px 5px 0 0;
    border-bottom: 0 none;
    text-decoration: none;
}

.editor_toolbar .selected {
    border-color: #999;
    color: #000;
}

#error {
    font: 18px helvetica, arial, sans-serif;
    color: red;
}

#previewArea {

	background: url(img/bgcode.gif);
    padding: 10px;
    border: 1px solid #EEE;	
    width: 500px;
}


/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
    border: 1px solid #EEE;
    border-collapse: collapse;
}

div.tableContainer th,
div.tableContainer td {
    vertical-align: top;
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

div.tableContainer td h3 {

    padding:0;
    margin: 0;
}


