.banner_firma {
        color: white; /* text color */
        font-family: Verdana; /* font name */
        font-size: 35px; /* font size */
        font-weight:bold
}

.banner_slogan {
        color: 000066; /* text color */
        font-family: Verdana; /* font name */
        font-size: 22px; /* font size */
		font-style: italic;
		font-weight:bold;
}

.banner_firma2 {
        color: white; /* text color */
        font-family: Verdana; /* font name */
        font-size: 26px; /* font size */
        font-weight:bold
}

.banner_slogan2 {
        color: white; /* text color */
        font-family: Verdana; /* font name */
        font-size: 16px; /* font size */
		font-style: italic;
		font-weight:bold;
}

.anasayfa_basliklar {
        color: 000066; /* text color */
        font-family: Verdana; /* font name */
        font-size: 10px; /* font size */
		font-weight:bold 
}

.altsayfa_basliklar {
        color: 000066; /* text color */
        font-family: Verdana; /* font name */
        font-size: 14px; /* font size */
		font-weight:bold 
}

A:link {text-decoration: none; color: #000066;}
A:visited {text-decoration: none; color: #000066;}
A:active {text-decoration: none; color: #000066;}
A:hover {text-decoration: underline; color: #ff0000;}

.anasayfa_yazilar {
        color: #000066; /* text color */
        font-family: Verdana; /* font name */
        font-size: 11px; /* font size */
}

.telif {
        color: #999999; /* text color */
        font-family: Verdana; /* font name */
        font-size: 11px; /* font size */
}

.anasayfa_icerik {
        color: #000066; /* text color */
        font-family: Verdana; /* font name */
        font-size: 12px; /* font size */
}

.anasayfa_kayanyazi {
        color: 000066; /* text color */
        font-family: Verdana; /* font name */
        font-size: 11px; /* font size */
}

.altsayfa_on_yazilar {
        color: 006699; /* text color */
        font-family: Verdana; /* font name */
        font-size: 12px; /* font size */
		font-style: italic; 
}

input, textarea, select {
        font-family: Verdana; /* font name */
        font-size: xx-small; /* font size */
}



/* main table */
.ewTable {
        width: ; /* table width */
        color: cccccc; /* text color */
        font-family: Verdana; /* font name */
        font-size: xx-small; /* font size */
        border-collapse: collapse;
        border: none;
}

/* main table data cells */
.ewTable td {
        padding: 1px; /* cell padding */
        border: 0px solid; /* cell spacing */
        border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
        background-color: #fe761b; /* header color */
        color: #FFFFFF; /* header font color */
        vertical-align: top;

}

.ewTableHeader a {
        color: #FFFFFF; /* header font color */
}


/* main table row color */
.ewTableRow {
        background-color: #ffffff;  /* alt row color 1 */
       /* background-image:url(tablodigergeribeyaz.jpg)*/
}

/* main table alternate row color */
.ewTableAltRow {
        background-color: #F5F5F5; /* alt row color 2 */
      /*  background-image:url(tablodigergeri.jpg)*/
}

/* main table edit mode row color */
.ewTableEditRow {
        background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
        background-color: #CCCCCC; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
        background-color: #FFCC66; /* select color */
}

/* main table footer section */
.ewTableFooter {
        background-color: #FFFFCC;
}

/* classes for report */
.ewGroupField {
        font-weight: bold;
}

.ewGroupName {
        font-weight: bold;
}

.ewGroupHeader {
        border-bottom: 3px double Gray;
        border-top: 3px double Gray;
}

.ewGroupSummary {
        border-top: 1px solid Gray;
}

.ewGroupAggregate {
        font-weight: bold;
}

.ewGrandSummary {
        border-top: 1px solid Gray;
}

/* message */
.ewmsg {
        color: red; /* message color */
        font-family: Verdana; /* font name */
        font-size: xx-small; /* font size */
}


/* message */
.required {
        color: red; /* message color */
        font-family: Verdana; /* font name */
        font-size: xx-small; /* font size */
}
.divclick {
        background-color:#FFFFCC;

        padding-left:6;
        font-family: Verdana; /* font name */
    font-size: xx-small; /* font size */
}

.divout {
        background-color: #9966FF;;
}
.floatright{float: right;}
.floatleft{float: left;}

.bread_crumbs {

font-family: Verdana; /* font name */
        font-size: x-small; /* font size */
        color: #696969;
        font-weight: strong;
        text-align: left;
}