/*Ana*/
#ana-durum 
{
	background-color: #1111DD;	
}

#ana-durum div 
{
	color:White;
	padding:5px;
	padding-left:13px;
	font-weight:bold;
}


/*Genel*/

ul 
{
	list-style:none;
	list-style-type:none;	
}

li 
{
	margin-left:10px;
}

fieldset p label 
{
	font-size:10px;
}

fieldset p 
{
	margin-bottom:6px;
}


button, .button
{
    width: 80px;
    height:2em;    
}

/*table*********************************************************/
table.sut {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
th.sut, td.sut {
	padding:.2em 1em;
	text-align:left;
}
thead th.sut {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th.sut,
tbody td.sut {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}

tbody tr.odd th.sut,
tbody tr.odd td.sut {
	background:#fff;
}
tfoot th.sut,
tfoot td.sut {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th.sut,
tfoot tr.total td.sut {
	border-top:6px double #666;
}
tfoot tr.total th.sut {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}



/* liste */

.search-caption .searchfield 
{
	width:350px;
}

/* kart -------------------------------------------------------------------------- */
.context-menu 
{
	
	line-height: 2.5em;
}

.kart-field.readonly 
{
	
}


#gridContainer
{
    padding-bottom:10px;
}

/* ----------------------------- */



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
