/** Css for general settings of Diyalogo site ***/ 

/***** Body and main container *****/

body {
	margin:0 auto;
	padding:0;
	background-color:white;
	color:#404040;
	z-index: 0;
}

#container {
	width: 800px;
	margin:0 auto;
	color: #333;
	font: 12px Arial;
	text-align:left;
	background-color:#f8f8f8;
}

/* Header */
#diyalogo_top{
	height: 26px;
	padding: 0 ;
	background: url("/images/main/bant.png") no-repeat;
	background-color: #f7f9fd;
}

#advertisement{	
	height: 74px;	
	text-align: right;
}

#breadcrumb {
	height: 24px;
	width:800px;
	background: url("../images/trans.gif") repeat;
}

#breadcrumb p.date{
	float:right;
	text-align:right;
	color: #999999;
}

/*Zul include*/
	
#zul_main {
	margin:auto;
	text-align:left; /* leave unchanged */
	width:800px;
	min-width:750px;/* optional but recommended */
}
#admin_main{
	margin:auto;
 	        text-align:left; /* leave unchanged */
 	        width:800px;
	        height: 50.04em; /* IE */
 	        min-width:750px;/* optional but recommended */
}

/* Content - Search */
#purpleHeader{
	position: relative;
	height: 20px;
	padding: 3px 0 0 30px;
	background-color: #921e78;
	text-align: left;
	font: 14px Arial;
	font-weight: bold;
	color: white;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}

#searchResultsHeader{
	position: relative;
	height: 17px;
	padding: 3px 0 0 30px;
	background-color: #e9e1e8;
	text-align: left;
	font: 12px Arial;
	font-weight: bold;
}

#pagesOnSearchHeader{
	position: absolute;
	right: 5px;
	top: 2px;
}

a {	
	color: #333333;
	text-decoration: none;
}

a.linkWithPadding {	
	padding: 0 5px 0 5px;
	font: 13px Arial;
	color: #333333;	
	text-decoration: underline;
}

img{ 
	border: 0;
}

td.searchResultsRow {
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
}

.burgundyText{
	margin: 0px;
	padding: 0px;
	color: #921e35;
}
.burgundyLink{
	color: #921e35;
	font-weight: bold;
	text-decoration: underline;
}

