/* - - - - - - - - - - - - - - - - - - */
/* Language School Manager Application */ 
/* 2008-01-28                          */
/* goersch@bytebetrieb.com             */
/*                                     */
/* Bildschirm-Stylesheets              */
/* - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - */
/* A L L G E M E I N E S */
/* - - - - - - - - - - - */

* {
	margin:			0;
	padding:		0;
} 

html {
	width:			100%;
	height:			100%;
}

body {
	padding:		0;
	margin:			0;
	width:			100%;
	height:			100%;
	
	background:		#fff;
	color:			#000;
	font-family:	Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size:		100%;
	line-height:	1.25em;

}

.tabellenkopf p {
	margin:			0.5em 0 0 0;
}

a:link 		{ color:#000; text-decoration:underline; }
a:visited 	{ color:#000; text-decoration:underline; }
a:hover 	{ color:#d70; text-decoration:none; }
a:active 	{ color:#d70; text-decoration:none; }
a:focus 	{ color:#d70; text-decoration:none; }

a img, img 	{ border:none; }
a.bildlink 	{ border:none; }

a.printview 	{ border:none; }
a.printview:link 	{ text-decoration:none; }
a.printview:visited 	{ text-decoration:none; }
a.printview:hover 	{ text-decoration:none; }
a.printview:active 	{ text-decoration:none; }
a.printview:focus 	{ text-decoration:none; }

.c { clear:both; float:none; }


/* Der die komplette Seite (ausser dem Fuss) umfassende Hilfscontainer */
#seitenblock {
	width:			100%;
	min-width:		960px;
}

/* - - - - */
/* K O P F */
/* - - - - */

#kopf {
	width:			100%;
	height:			80px;
	position:		relative;
	font-size:		0.7125em;
	background:		#8b8b8b url(/images/_p/bg-kopf.png) 0 0 repeat-x;
}

#logo {
	width:			240px;
	height:			15px;
	position:		absolute;
	top:			11px;
	left:			20px;
	color:			#fff;
	font-size:		9px;
	line-height:	18px;
	text-align:		right;
	background:		transparent url(/images/_p/logo.png) 0 1px no-repeat;
	margin-top:		0px;
}
#logo img { display:none; }
#logo a {
	text-decoration:none;
	color:			#fff;
	font-weight:	normal;
}

#datum {
	width:			180px;
	height:			30px;
	position:		absolute;
	top:			36px;
	left:			20px;
	padding:		10px 0 0;
	overflow:		hidden;
	font-weight:	bold;
	line-height:	12px;
}

div#sessiontrigger {
	position:		absolute;
	top:			15px;
	right:			20px;
	color:			AntiqueWhite;
	font-size:		9px;
}

#metanavigation {
	list-style-type:none;
	height:			25px;
	position:		absolute;
	top:			0px;
	right:			0px;
}
#metanavigation span {
	display:		block;
	float:			left;
	height:			25px;
	overflow:		hidden;
}
#metanavigation a {
	display:		block;
	float:			left;
	height:			25px;
	overflow:		hidden;
	padding:		0 21px 0 19px;
	color:			#fc6;
	text-decoration:none;
	text-transform:	uppercase;
	background:		transparent url(/images/_p/icn-inbox.png) 0 4px no-repeat;
}
#metanavigation a:hover,
#metanavigation a:active,
#metanavigation a:focus { color:#fff; text-decoration:underline;}
#metanavigation #metanavi-1 a { background-image:url(/images/_p/icn-inbox.png); }
#metanavigation #metanavi-2 a { background-image:url(/images/_p/icn-changepassword.png); background-position:0 3px; }
#metanavigation #metanavi-3 a { background-image:url(/images/_p/icn-logout.png); background-position:0 2px; }
#metanavigation #metanavi-4 a { background-image:url(/images/_p/icn-login.png); background-position:0 2px; }

ul#navigation {
	list-style-type:none;
	height:			43px;
	position:		absolute;
	top:			36px;
	left:			200px;
	right:			20px;
	border:			1px solid #989898;
	border-width:	1px 1px 0 1px;
	background:		#989898 url(/images/_p/bg-navi.png) 0 0 repeat-x;
}
#navigation li {
	height:			23px;
	float:			left;
	overflow:		hidden;
}
#navigation li a {
	height:			23px;
	float:			left;
	padding:		0 14px;
	overflow:		hidden;
	border-right:	1px solid #989898;
	text-decoration:none;
	color:			#000;
	font-weight:	bold;
	text-transform:	uppercase;
	line-height:	2.115em;
	
	background:		transparent url(/images/_p/bg-navi.png) 0 0 repeat-x;
}
#navigation li a:hover,
#navigation li a:active,
#navigation li a:focus {
	text-decoration:underline;
	color:			#fc6;
}
#navigation li a.aktiv {
	color:			#fc6;
	background:		#989898 url(/images/_p/bg-navi-aktiv.png) 0 0 repeat-x;
}

#navigation ul {
	height:			20px;
	position:		absolute;
	top:			23px;
	left:			0;
}
#navigation ul li { height:20px; }
#navigation ul li a {
	height:			20px;
	border:			none;
	color:			#fff;
	font-weight:	normal;
	line-height:	1.675em;
	background:		none;
}

#HTML_AJAX_LOADING { 
	z-index:		999;
}

/* simple list view */
.simplelistviewback {
	float:			right;
	padding:		10px;
	margin:			0 0 0 0;
	text-align:		right;
}

.simplelistviewback input {
	margin:			0 0 0 0;
	padding:		1px 2px;
	width:			auto;
	text-transform:	uppercase;
	font-weight:	bold;
	font-size:		12px;
}

/* - - - - */
/* F U S S */
/* - - - - */

#fuss {
	width:			100%;
	height:			60px;
	background:		#e0f2ff url(/images/_p/bg-fuss.png) 0 0 repeat-x;
	border-top:		1px solid #8b8b8b;
	font-size:		0.7125em;
}
html>body #fuss {
	height:			auto;
	min-height:		60px;
}
#fuss p {
	padding:		20px;
	text-align:		right;
	margin-bottom:	0px;
	margin-top:		0px;
}

#fuss .fussleft {
	float: left;
	text-align: center;
}

#fuss .fussleft a img {
	margin-right: 5px;
	margin-top: -4px;
	vertical-align: middle;
}

/* - - - - - - */
/* I N H A L T */
/* - - - - - - */

#inhalt { margin:	10px 20px; }

p {
	margin-top:		0px;
	margin-bottom:	0px;
	line-height:	1em;
}

h2 {
	font-weight:	bold;
	font-size:		1em;
	border-bottom:	1px solid #8b8b8b;
	text-transform:	uppercase;
	margin-top:		0px;
}

h3 h4 h5 h6 {
	font-weight:	bold;
	font-size:		1em;
	margin-top:		0px;
	margin-bottom:	0px;
}

fieldset {
	border:none;
	font-size:		0.7125em;
}

.funktionsform {
	clear:			both;
	text-align:		right;
	padding:		0 0 0;
}

.inboxtext {
	margin:			0.5em 0 0 0;
}

.dynamictextarea {
	padding:		0 0 0 180px;
}



.spalte-rechts,
.spalte-links {
	width:			50%;
	padding:		1em 0 0;
	font-size:		0.9em;
	line-height:	1.1em;
}
.spalte-links {
	float:			left;
	text-align:		left;
}
.spalte-rechts {
	float:			right;
	text-align:		right;
}


/* - - - - - - */
/* L I S T E N */
/* - - - - - - */

.tabellenkopf {
	width:			100%;
	display:		table;
	margin:			0 0 10px;
}
form.filterform {
	margin:			5px 0 0;
	padding:		0;
}
.filterform fieldset { }

#filterform-toggle {
	padding:		0 0 0 15px;
	background:		transparent url(/images/_p/toggle.png) 0 4px no-repeat;
	cursor:			pointer;
	width:			160px;
	font-size:		0.7125em;
}
#filterform-toggle.offen { background-image:url(/images/_p/toggle-offen.png); }

.filterblock {
	width:			70%;
	float:			left;
	margin:			3px 0 3px 0;
}

#filterformfields {
	background:		#f5f5f5;
	border:			1px solid #989898;
	border-width:		1px 1px 1px 1px;
	margin:			0 0 10px;
	clear:			both;
	display:		block;
	position:		relative;
}

* html #filterformfields {
	 height: 1%;
}

.filter_clear {
	clear:			both;
	line-height:		1px;
}

#filterformfields label {
	display:		block;
	float:			left;
	width:			135px;
	line-height:		1em;
	margin:			1px 0 0;
	padding:		2px 0 0 0;
}

#filterformfields #div_search_show_done label {
	width:			250px;
}

#filterformfields #div_search_show_paid label {
	width:			250px;
}

#filterformfields #div_search_show_cancelled label {
	width:			260px;
}

#filterformfields #div_search_show_all label {
	width:			250px;
}

#filterformfields #div_search_show_leads label {
	width:			250px;
}

#filterformfields #div_search_show_confirmed label {
	width:			250px;
}

#filterformfields #div_search_is_archived label {
	width:			250px;
}

#filterformfields #div_search_inactive label {
	width:			250px;
}

#filterformfields #div_search_show_no_arrival_date label {
 	width:			250px;
}

#filterformfields #div_search_show_no_departure_date label {
	width:			250px;
}

#filterformfields #div_search_show_no_show label {
	width:			250px;
}

#filterformfields label input {
	margin:			0 6px 2px 0;
	vertical-align:		middle;
}

#filterformfields label input[type="checkbox"] {
	margin:			0 6px 2px 0;
}

.filterformfieldsets {
	width:			450px;
	float:			left;
	border:			none;
	margin:			0 0 0 0;
	padding:		5px 0 5px 10px;
	min-height:		22px;
}

.filterformfieldbuttons {
	padding:		5px;
	background:		#f5f5f5;
	position:		absolute;
	bottom:			0;
	right:			0;
}

.filterform select {
	margin:			0 0 0 0;
	font-size:		1em;
}

.filterformfieldbuttons input {
	margin:			0 0 0 0;
	padding:		1px 2px;
	width:			auto;
	text-transform:		uppercase;
	font-weight:		bold;
	font-size:		12px;
}

.auswahl {
	color:#d70;
}
.auswahl .textfeld input { background-color:#fff; }
.filterblock select { /* padding:2px 3px; */ }
.filterblock input { padding:2px 3px; }

.skipblock 			{ float:right; }
.skipblock-text 	{ padding:0 10px 0 0; }
.skip-prev 			{ margin:0 10px 0 0; }
.skip-next 			{ margin:0 0 0 10px; }
.skipblock img 		{ margin:0 0 -3px; }

table.haupttabelle {
	border:			none;
	width:			100%;
	border-collapse:collapse;
	font-size:		0.7125em;
}
.haupttabelle tr,
.haupttabelle tr.zeile-0 { background:#f5f5f5; }
.haupttabelle tr.zeile-1 { background:#eee; }
.haupttabelle tr.hover,
.haupttabelle tr:hover {background-color:#fc6}

.haupttabelle th {
	height:			19px;
	overflow:		hidden;
	padding:		0 0;
	text-align:		left;
	font-weight:	normal;
	color:			#fff;
	background:		#4d5255 url(/images/_p/bg-thead.png) 0 0 repeat-x;
	border:			1px solid #8b8b8b;
	border-width:	1px 1px 0 1px;
	white-space:	nowrap;
}
.haupttabelle th.asc 			{ background-image:url(/images/_p/bg-thead-asc.png); }
.haupttabelle th.desc 		{ background-image:url(/images/_p/bg-thead-desc.png); }
.haupttabelle th a,
.haupttabelle th a:link,
.haupttabelle th a:visited 	{ color:#fff; text-decoration:none; padding:0 10px; }
.haupttabelle th a:hover,
.haupttabelle th a:active,
.haupttabelle th a:focus 		{ color:#fff; text-decoration:underline; }

.haupttabelle th .text	 { padding:0 10px; display:block; float:left; }
.haupttabelle th .text a { padding:0 0; }

.haupttabelle td {
	padding:		8px 12px;
	border:			1px solid #8b8b8b;
	border-width:	0 1px 1px 1px;
	vertical-align:	top;
	line-height:	1em;
}
.funktionen {
	/* width:			170px; */
	padding:		0 0 0 10px;
}
td.funktionen {
	padding:		8px 0 0 10px;
}
td.funktionen a {
	display:		block;
	float:			left;
	width:			20px;
	height:			15px;
	overflow:		hidden;
	padding:		0 10px 5px 0;
	margin:			-3px 0 0 0;
}
.funktionen-anzeige {
	clear:			left;
	margin:			0 10px 5px 0;
}

.funktionen .listview_documentselector {
	width:			180px;
	font-size:		12px;
	margin-top:		-3px;
}

.tool-tip {
	width:			150px;
	font-size:		0.7125em;
	color:			#8b8b8b;
	background:		#fff;
	border:			1px solid #8b8b8b;
	padding:		5px;
	z-index: 		13000;
}
.tool-title {
}
.tool-text {
}

table.rechnungstabelle {
	border:			none;
	width:			770px;
	margin-left:	185px;
	border-top:		1px solid #8b8b8b;
	border-left:	1px solid #8b8b8b;
	border-right:	1px solid #8b8b8b;
	margin-top:		15px;
	margin-bottom:	15px;
}

.rechnungstabelle tr,
.rechnungstabelle tr.zeile-0 { background:#f5f5f5; }
.rechnungstabelle tr.zeile-1 { background:#eee; }
.rechnungstabelle td {
	padding:		8px 6px;
	border-bottom:	1px solid #8b8b8b;
	vertical-align:	top;
	line-height:	1em;
}
.rechnungstabelle .titelzeile td {
	background:		#ddd;
	font-weight:	bold;
	font-size:		1em;
}
.rechnungstabelle tfoot td {
	font-weight:	bold;
}
.rechnung-total td {
	border-top:		1px solid #8b8b8b;
}

.invoice_item_headline {
	line-height:	1.5em;
}

.invoice_item_comment {
	line-height:	1.5em;
}

#_comment_block #_comment_table	{ margin:0 0 0 180px; }
#_comment_table td 		{ font-size:1em; }
#_comment_table .text1 	{ padding:5px; }

input#_add_comment {
	margin:			0 0 0 10px;
	padding:		5px 10px;
	width:			auto;
	text-transform:	uppercase;
	font-weight:	bold;
	
	float:left;
}
textarea[name=new_comment] {
	float:left;
}


/* - - - - - - - - */
/* F O R M U L A R */
/* - - - - - - - - */

.funktion 		{ text-transform:none; }
.formularkopf 	{ }
.formularkopf h2 { margin:0 0 10px; }

ul.formtabs {
	list-style-type:none;
	height:			40px;
	margin:			0;
	padding:		0 0 0 0;
	background:		none;
	border:			1px solid #8b8b8b;
	border-width:	0 0 0 0;
}
.formtabs li {
	height:			24px;
	float:			left;
	margin:			9px 0 0 0;
	background:		#dddbd3 url(/images/_p/bg-tab-r.png) right top no-repeat;
	text-transform:	uppercase;
	line-height:	1.675em;
}
.formtabs a {
	height:			24px;
	display:		block;
	float:			left;
	background:		transparent url(/images/_p/bg-tab-l.png) left top no-repeat;
	padding:		0 10px;
	font-weight:	bold;
	text-decoration:none;
	color:			#000;
}
.formtabs li.tab-selected { background-image:url(/images/_p/bg-tab-r-aktiv.png); }
.formtabs li.tab-selected a { background-image:url(/images/_p/bg-tab-l-aktiv.png); color:#fff; }
.formtabs a:hover,
.formtabs a:active,
.formtabs a:focus {
	color:			#d70;
	text-decoration:underline;
}

form.inhaltform {
	border:			1px solid #8b8b8b;
	border-width:	0 1px 1px 1px;
}
.inhaltform fieldset {
	background:		#eee;
}
.inhaltform div {
}
.inhaltform div .viewtext {
	float:		left;
	width:		490px;
}
.inhaltform h3 {
	margin:			0 0 0 0;
	padding:		0 10px;
	font-size:		1em;
	font-weight:	bold;
	text-align:		left;
	color:			#fff;
	background:		#8b8b8b url(/images/_p/bg-legend.png) 0 0 repeat-x;
	border:			1px solid #8b8b8b;
	border-width:	1px 0;
}

/*
	background:		#fff url(/images/_p/bg-fieldset.png) 0 0 repeat-x;

*/
.inhaltform .buttonfeld {
	padding:		10px 10px 10px 180px;
	background:		#989898;
	text-align:		right;
}
.inhaltform div.buttonfeld {
	margin:			-5px 0;
}
.inhaltform .buttonfeld-top {
	padding:		10px 20px 10px 180px;
	background:		#f5f5f5;
	border-bottom:	1px solid #989898;
	text-align:		right;
}

.inhaltform label {
	display:		block;
	float:			left;
	width:			170px;
	padding:		0 0 0 10px;
	margin:			0 0 0 0;
	font-weight:	bold;
	line-height:	1em;
	text-align:		left;
}

.inhaltform label.pflichtfeld { background:transparent url(/images/_p/marker-pflichtfeld.png) 162px 0 no-repeat; }
.inhaltform label.fehler { color:#e00; }

/*.feedback {
	color:			#e00;
	border:			1px solid #e00;
	background:		#eed5d5;
	padding:		10px;
	margin:			-10px 10px 0 180px;
}*/

.feedback {
	color:			#e00;
	border:			1px solid #e00;
	background:		#eed5d5;
	padding:		10px;
	margin:			5px 10px 0 180px;
	clear:			both;
}

.checkboxfeld {
	float:			left;
	margin:			0 0 0 0;
}
.inhaltform .checkboxfeld label{
	display:		inline;
	float:			none;
	width:			auto;
	padding:		0 0 0 5px;
	margin:			0 0 0 0;
	font-weight:	normal;
	text-align:		left;
}
.inhaltform .checkboxfeld input {
	margin:			0 0 2px 0;
}

.formzeile {
	clear:			both;
	float:			none;
	display:		table;
	border:			1px solid #ddd;
	border-width:	1px 0 0;
	width:			100%;
	margin:			0 0 0;
	line-height:	1em;
	padding:		5px 0;
	background:		#f5f5f5 url(/images/_p/1px_ddd.png) 174px 0 repeat-y;
}
* html .formzeile 	{  }

.formzeile.zeile-0 	{ background-color:#eee; }
.formzeile.zeile-1 	{  }
.formzeile.leer 	{ border:none; }

.translationMissing {
	border:			1px dotted #b00;
	background-color:#f66;
	color:			#000;
	padding:		5px;
}

.documentError {
	font-weight:	bold;
	color:			#000;
	background-color:	#f66;
	border:	1px dotted #b00;
	margin: 1em 0 0;
	text-align: left;
}

.errorMessage,
.warningMessage,
.infoMessage {
	margin:			1em 0 0;
	padding:		1em;
	text-align:		left;
	font-weight:	bold;
	border:			1px dotted #b00;
	background-color:#f66;
	color:			#000;
}

.errorMessage {
}

.warningMessage {
	border-color:	#fc0;
	background-color:#ff5;
	color:			#000;
}

.infoMessage {
	border-color:	#989898;
	background-color:#eee;
	color:			#000;
}

.inhaltform textarea {
	font-family:	Arial, Helvetica, Geneva, Verdana, sans-serif;
	margin:			0 0 0 0;
	font-size:		1em;
}

.inhaltform select,
.inhaltform input {
	margin:			0 0 0 0;
	font-size:		1em;
}

.textfeld input		{ padding:2px 3px; }
#loginform input 	{width:12em}
/* .inhaltform .textfeld input { width:400px; } --> breite wird ueber cusotmizing gesteuert */

.inhaltform .textfeld.schmal input { width:200px; }
.inhaltform .textfeld p {
	padding:		2px 0 10px;
	width:			400px;
}

.inhaltform textarea {
	padding:		2px 3px;
	/*
	width:			400px;
	height:			157px;
	*/
}

.inhaltform .gross textarea { width:400px; height:300px; }
.inhaltform .klein textarea { width:200px; height:100px; }

input.submitbutton,
.inhaltform .buttonfeld-top input,
.inhaltform .buttonfeld input {
	margin:			0 0 0 10px;
	padding:		5px 10px;
	width:			auto;
	text-transform:	uppercase;
	font-weight:	bold;
}

input.exportbutton {
	padding:		1px 2px;
	font-size:		12px;
	font-weight:	bold;
}

input.actionbutton {
	padding:		1px 2px;
	font-size:		12px;
	font-weight:	bold;
}

td.exportbutton {
	padding:		5px 5px;
}

/* Liveselect */

.divstyle {
    position: absolute;
    background-color: #aaa;
    z-index: 1;
    min-width: 140px;
    /*width:300px;*/
    margin: 1px 0px 2px 0px;
    left:197px;
    padding: 0px;
    float:left;
    clear:left;
    background: url(/images/livesearch/shadowAlpha.png) no-repeat bottom right !important;
    background: url(/images/livesearch/shadow.gif) no-repeat bottom right;
    margin: 30px 0 10px 10px !important;
    padding: 0px;
    display: none;
}

.ulstyle {
    list-style-type: none;
    position: relative;
    right: 0px;
    z-index: 1;
    margin: 0px;
    padding: 0px;
}

.listyle {
    text-indent: -20px;
    z-index: 1;
    padding: 0px 15px 3px 20px;
    padding-bottom: 2px;
    padding-top: 2px;
    line-height:15px;
    margin-bottom: 0px;
}

.outerUl {
    list-style-type: none;
    position: relative;
    right: 1px;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    color: inherit;
    bottom:6px;
    right: 6px;
    border: 1px solid #999999;
    padding:4px;
    margin: 0px 0px 0px 0px;
    text-indent: -20px;
    padding: 0px 15px 3px 0px;
    margin-bottom: -5px;
    margin-top: 0px;
    padding-top: 0px;
    margin: 0px;
    overflow: auto;
    overflow-x: hidden;
    max-height: 120px;
}

.outerLi {
    text-indent: -20px;
    z-index: 1;
    padding: 0px 15px 3px 24px;
    padding-bottom: 2px;
    padding-top: 2px;
    line-height:15px;
    margin-bottom: 0px;
	color: #000000;
}

a.livesearch {
	color: #222222;
	white-space: nowrap; 
}

/* --- WARENKORB --- */

.warenkorbfeld {
	padding:		0 0 0 20px;
	margin-top:		15px;
	/*font-size:		0.7125em;*/
}

table.warenkorb {
	border:			none;
	width:			630px;
	border-collapse:collapse;
	border:			1px solid #8b8b8b;
	border-width:	0 1px 1px 1px;
	/* margin:			0 12px 6px 0; */
	margin:			0 0px 6px 0;
}

.warenkorb td {
	padding:		4px 6px;
	border:			1px solid #8b8b8b;
	border-width:	0 1px 1px 1px;
	vertical-align:	top;
	line-height:	1em;
}

.warenkorb caption {
	background:		#cdcdcd;
	padding:		6px;
	/* margin:			0 12px 0 -1px; */
	margin:			0 0px 0 -1px;
	border:			1px solid #8b8b8b;
	text-align:		left;
	font-weight:	bold;
}

.warenkorb h5 {
	margin:			0 0 6px;
	font-weight:	bold;
	font-size:		1em;
}

.warenkorb	p {
	margin:			0 0 6px;
}	

.warenkorb .zaehler {
	width:			20px;
	text-align:		right;
}

.warenkorb .funktionicon {
	width:			35px;
	text-align:		center;
}

/* --- KALENDER --- */

.dateBocks {
	display:		table;
	width:			160px;
	margin:			0 0 10px 0;
}

.dateBocksMessage {
	clear: both;
}

.dateBocksMessage div {
}

.dateBocksMessage div.error { color:red; }
.dateBocks input.error { background-color: pink; }

.dateBocks ul {
	list-style:		none;
	padding:		0 5px 0 0;
	margin:			0;
}

.dateBocks ul li { display:inline; }

.dateBocks ul a {
	padding:		5px;
	display:		block;
	float:			left;
}

.dateBocks input {
	padding:		2px 3px;
	width:			100px;
	margin-top:		0;
	margin-bottom:	0;
}
.dateBocksIcon {
	
}

.reporting_overview h2 {
		font-weight:    normal;
		font-size:      1em;
		border-bottom:  1px solid #8b8b8b;
		text-transform: none;
		margin-left:	20px;
		margin-top:		20px;
		margin-bottom:	15px;
}

.reporting_overview ul li{
	 margin-left:    40px;
	 margin-top:     0px;
	 margin-bottom:  0px;
	 font-size:		 0.8em;
}

select {
	font-size: 10px;
}

/* - - - - - - - */
/* I E H A C K S */
/* - - - - - - - */

/* Mindestbreite für IE6 */
* html .minwidth {border-left:960px solid #fff; position:relative; float:left; z-index:1;}
* html .minwcontainer {margin-left:-960px; position:relative; float:left; z-index:2;}

/* adapt dojo styles */
.tundra .dijitTextBoxError {
	background-color: pink;
}

.tundra .dijitError {
	background-color: pink;
}

.tundra .dijitTextBox, .tundra .dijitComboBox, .tundra .dijitSpinner, .tundra .dijitTextArea, .tundra .dijitInlineEditor input {
	border:2px inset #B3B3B3;
	line-height:normal;
}

.tundra .dijitInputField input {
	padding:2px 3px;
	color: #000000;
}

*.dijitTooltip
{
	z-index:10000;
	background-color: #B30000;
}

.tundra .dijitTooltipContainer
{
	background: pink url(/images/popupMenuBg.gif) repeat-x scroll left bottom;
}

.student_photo
{
	padding: 5px 5px;

}

.student_photo img
{
	border: 	1px solid #8b8b8b;
}

.student_index{
	 font-size:	 0.8em;
}

.student_index ul li{
	 margin-left:    25px;
	 margin-top:     5px;
	 margin-bottom:  10px;
}

.student_index p{
	 margin-top:     5px;
	 margin-bottom:  10px;
}

/* ExtJS Grid */
.sas-grid .x-panel-body {
	border-color: #8b8b8b;
}

.sas-grid .x-toolbar {
	color: #fff;
	border-color: #8b8b8b;
	background-color: #8b8b8b;
	background-image: url();
}

.sas-grid .x-panel-header {
	color: #fff;
	border-color: #8b8b8b;
	background-color: #8a8d8f;
	background-image: url(/images/panel_head_bg.gif);
}

