/* MAIN LAYOUT */

body {
	margin: 0;
	padding: 0;
	background: #fff url('/static/images/user/topbg.jpg') repeat-x;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
	color: #595853;
}

.normtext{
	font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
	color: #595853;
}

input[type=text], input[type=password], select{
	border: 1px solid #5b5a58;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
	color: #595853;
	padding: 2px;
		
}

.dotline{
	background-image:url('/static/images/user/dotline_x.jpg');
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	/* font-family: Arial; */
	font-weight: 400;
	font-family: Georgia,"Times New Roman",Times,serif;
}

h1 {
	font-size: 29px;
	border-bottom: solid 1px #444;
	margin-bottom: 10px;
}

h2{
	text-transform: uppercase;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	padding: 8px 0px;
}

#wrapper {
	width: 991px;
	margin: auto;
	height: 1px;
}

#header {
	height: 138px;
	/*float:left;*/
}

#logo {
	margin-top: 43px;
}

#middle_bar {
	color: #fff;
	font: bold 12px Arial;
	/*padding: 32px;*/
	position: relative;
	top: -175px;
	height: 1px;
}

#middle_bar a {
	color: #fff;
}

#left_column {
	float: left;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.boxbg{
	background-color: #f5f2e9;
	background-image: url('/static/images/user/square_bottom.gif'); 
	background-repeat: no-repeat;
	background-position:bottom right;	
}

#left_column:hover {
	background-color: 	#ddf1e4;
}


#content{
	/* border: 1px solid black;	 */
	margin-top: 10px;
	/*position: relative;
	top: -100px;*/
}

#right_column {
	float: left;
	width: 761px;
	margin-left: 15px;
	padding-top: 8px;
	/* border: solid 1px #444;*/
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f5f2e9;
	
}

ul#navi {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	width: 150px;
}

#navi li.active a {
	
}

#navi li.active a:hover {
	
}

#navi li{
	padding: 3px 0px;
	margin: 0px 10px;
	
}

#navi li a {
	color: #444;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	font-weight: normal;
	
}

#navi li a:hover {
	color: #0093da;
	text-decoration: none;
	
}

#lang_bar {
	float: right;
	margin-top: 8px;
	/* position: absolute;
	right: 0;
	top: 32px;
	padding-right: 25px; */
}
#lang_bar a {
	color: #565553;
}
#lang_bar a.activelang {
	color: #9b9a98;
}

/* DEBUG ELEMENTS */

pre {
	font:					12px "Courier New";
	}
#sessionDebug {
	position:				absolute;
	top:					10px;
	left:					10px;
	padding:				10px;
	white-space:			nowrap;
	border-style:			solid;
	border-color:			black;
	border-width:			1px;
	cursor:					pointer;
	background-color:		white;
	opacity:				0.9;
	text-align:				left;
	}
#sessionDebug.collapsed {
	width:					115px;
	height:					15px;
	overflow:				hidden;
	opacity:				0.1;
	}
#sessionDebug.collapsed:hover {
	opacity:				0.2;
	}
	
/* COMMON ELEMENTS */

a {
	font-weight:			bold;
	/* color:					#007CB3; */
	color: 					#565553;
	text-decoration:		none;
	}
a:hover {
	text-decoration:		underline;
	}
	
/* MISCELLANEOUS */

.wide {
	width:				98%;	/* IE can't handle 100% :/ */
	}
.half {
	width:				50%;
	}
.gray {
	color:				gray;
	}
.center {
	text-align:			center;
	}
div.scrollArea {
	height:				100px;
	overflow:			auto;
	}
ul.scrollArea {
	height:				100px;
	overflow:			auto;
	margin:				0;
	padding:			0;
	}
ul.scrollArea li {
	margin:				0 0 0 20px;
	}
table.borders div.auto table tr th,
table.borders div.auto table tr td {
	border-style:		none;
	padding:			0;
	}
.alternatingRow1 {
	background-color:	white;
	}
.alternatingRow0 {
	background-color:	#ededed;
	}
	
input.error,
select.error,
textarea.error {
	border-style:		solid;
	border-width:		2px;
	border-color:		red;
	}
td.error,
th.error {
	color:				red;
	}
.extendedDeadline {
	font-weight:		bold;
	color:				red;
	}
	
/* TABLES */

table {
	border-collapse:	collapse;
	/* font-size:			9pt;
	font-family:		Verdana; */

	}
table .minimal {
	white-space:		nowrap;
	width:				1%;
	}
table .right {
	text-align:			right;
	}
table .top {
	vertical-align:		top;
	}
table.borders tr th {
	background-color:	rgb(240,240,240);
	/* font:				bold 11px Tahoma; */
	text-align:			left;
	padding:			6px 6px 3px 6px;
	border-style:		solid;
	border-color:		gray;
	border-width:		1px 1px 1px 1px;
	}
table.borders tr td {
	border-style:		solid;
	border-color:		gray;
	border-width:		1px;
	padding:			3px 6px 3px 6px;
	}
table.borders ul {
	margin:				5px 0 5px 0;
	padding:			0;
	}
table.borders li {
	margin:				0 0 0 17px;
	padding:			0;	}
table tr.empty td {
	color:				gray;
	text-align:			center;
	}
table.noBorders tr,
table.noBorders tr td,
table.noBorders tr th,
table.noBorders {
	border-style:		none;
	background-color:	transparent;
	background-image:	none;
	padding:			0;
	margin:				0;
	}
	
	
.clearing{
	clear: both;	
}
