/*
		SÜDSTADT KATALOG
*/

.appMSG {
	color:midnightblue;	
	font-weight:bold;
	font-size:9pt;
}




.orderMSG {
	font-family:Verdana,Univers,Arial;
	font-size:10pt;
	color:midnightblue;
	background-color:#FFFAF0;
	
}

/* CATALOGUE */



.catDisp {
	vertical-align:top;
	font-family:Verdana,Univers,Arial;
	font-size:8pt;
}


#dep {
	font-weight:bold;
	color:#ffffff;
	background-color:midnightblue ;
	
	font-size:8pt;
}

#dep {
	font-weight:bold;
	color:#ffffff;
	background-color:#999999;
	/*#009933 ;*/
	font-size:8pt;
	padding-left:3pt;
}


#bookDescription {
	font-size:7pt;
}

.orderText
{
	vertical-align:top;
	font-family:Verdana;
	font-size:9pt;
}

.catList {
	width:590px;
	border:1px solid lightgrey;
	
}
.catLister, .catList { width:590px ; }
/* .catLister table { table-layout:auto; }  table-layout:auto */

.catOrderSuccess {
	font-family:Verdana;
	font-size:12pt;
	font-weight:bold;
	color:midnightblue;
}

.booksSuppInfo {
	margin-top:0pt;
	line-height:30% ;
}
.rowSpacer {
	margin-top:5pt;
	margin-bottom:5pt;
	margin-left:55pt;
	margin-right:55pt;
	background-color:midnightblue;
	color:lightgrey;
	height:2pt;
}
.booksIntSep {
	margin-top:0pt;
	margin-bottom:0pt;
	margin-left:0pt;
	margin-right:55pt;
	color:#000000;
	height:0.5pt;
	border-color:#000000;
}


/* ORDERS */

.orderDisplay {
	width:800px;
	border:1px solid lightgrey;

}


/* Forms */




.formsHeaderText {
	border-style:none;background-color:#FAEBD7;font-weight:bold;
}
.formsText {
	border-style:none;background-color:rgb(245,245,245);font-family:Verdana;
}

.formsTextArea {
	border-style:none;
	background-color:rgb(250,250,250);
	font-family:Verdana;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:midnightblue;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color:lightgrey;
	scrollbar-face-color:midnightblue;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color:#ffffff;
	
}

.formsTextAreaSubmitOrder {
	border-style:solid;
	background-color:rgb(250,250,250);
	font-family:Verdana;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:midnightblue;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color:lightgrey;
	scrollbar-face-color:midnightblue;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color:#ffffff;

}


/* MYALERT */

.alertTbl
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:500;
	top:0;
	left:0;
}
.alertTblBody
{
	width:100%;
	height:100%;
}
.alertMSG
{
	width:20%;
	height:20%;
	background-color:bisque;
	vertical-align:middle;
	text-align:center;
	border:3pt solid midnightblue;
	padding:5pt;
	font-weight:bold;
}
.alertCell
{
	width:33%;
	height:33%;
}
.msgSPAN
{
	font-weight:bold;
	font-family:Verdana,Univers,Arial;
	font-size:11pt;
	
	white-space:nowrap;
}
.alertBtn
{
	background-color:#FFFFFF;
	font-weight:bold;
	width:50pt;
	font-family:Univers,Arial;
	border-width:2pt;
}


#alertBackground
{
	background-color:gray;
	filter:
		progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-moz-opacity:0.5;
}

