/*#############################################################
Name: Indigo
Date: 2006-07-27
Description: A lightweight, simple and pleasant design.
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;
	font-size : 1.1em;
}
a:hover {
	color: #C60;
}

body {
	background: #0094D6 url(tpl/tpl-files/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;
}
option {
	margin: 1px;
	padding: 1px; 
	font: normal 0.8em "Lucida Sans Unicode",sans-serif;
}
td {
	font-size : 1.1em;
}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(tpl/tpl-files/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(tpl/tpl-files/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 */
.containerdesign {
	background: url(tpl/tpl-files/topleft2.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: 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;
}

/* clipboard */
.clipboard {
	float: right;
        background: white;
        height: 70px;
	width: 250px;
}

/* main */
.main {
	background: #FFF url(tpl/tpl-files/bgmain2.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	float: left;
	width: 190px;
	height: 600px;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 0.5em;
}
.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(tpl/tpl-files/nav_li.gif) no-repeat;
}

/* content */
.content {
	float: top;
	margin-right: 0%;
	margin-left: 210px;
	width: 71%;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	list-style: url(tpl/tpl-files/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(tpl/tpl-files/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;
}

#ScrollDiv {
        width: 100%;
        height: 120px;
        overflow: auto;
}


/*Listen TDB*/

.mailboxtable table {
	border-spacing: 1px;
	/* background-color:#123456;*/
	border: 0px solid #000;
	width: 100%;
}

.mailboxtable th {
	font: normal 1em Verdana,sans-serif;
	font-style: normal;
/*	text-align:left;*/
}

.mailboxtable th td a{
	font: normal 1em Verdana,sans-serif;
}

.mailboxtable tr{
	background-color:#F5F5F5;
}

/*DOJO*/
/*

.dojoMenuBar2 {
        background: none !important;
        background-color: ThreeDFace !important;
        border-bottom: 1px solid ThreeDHighlight !important; } .dojoMenuBarItem2Hover {
        background-color: Highlight !important;
        color: HighlightText !important; }
.dojoPopupMenu2 {
        border: 1px solid !important;
        background: none !important;
        border-color: ThreeDShadow ThreeDShadow ThreeDShadow ThreeDShadow !important;
        background-color: ThreeDFace !important; } .dojoMenuItem2Hover {
        background-color: Highlight !important;
        color: HighlightText;
        cursor:pointer !important;
        cursor:hand !important;
}
.dojoMenuItem2 {
        border: 1px solid !important;
        background: none !important;
        border-color: ThreeDShadow ThreeDShadow ThreeDShadow ThreeDShadow !important;
        background-color: ThreeDFace !important; } .dojoMenuItem2Hover {
        background-color: Highlight !important;
        color: HighlightText;
        cursor:pointer !important;
        cursor:hand !important;
}
*/

	
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 5px 2px 5px 2px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 6px 3px 12px;
	color: #6D929B;
}
