.banner_firma {
        color: 333399; /* text color */
        font-family: Verdana; /* font name */
        font-size: 35px; /* font size */
        font-weight:bold
}

.banner_slogan {
        color: 333399; /* text color */
        font-family: Verdana; /* font name */
        font-size: 15px; /* font size */
		font-style: italic; 
}

.banner_firma2 {
        color: ffffff; /* text color */
        font-family: Verdana; /* font name */
        font-size: 16px; /* font size */
        font-weight:bold
}

.banner_slogan2 {
        color: ffffff; /* text color */
        font-family: Verdana; /* font name */
        font-size: 12px; /* font size */
		font-style: italic; 
}

.anasayfa_basliklar {
        color: 000066; /* text color */
        font-family: Verdana; /* font name */
        font-size: 12px; /* 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}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

.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: ffffff; /* text color */
        font-family: Verdana; /* font name */
        font-size: 11px; /* font size */
}

.altsayfa_on_yazilar {
        color: 8080c0; /* 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 */
}

a:active {
        color: #414141; /* active link color */
}

a:link {
        color: #000066; /* link color */
        text-decoration:none;
}



a:visited {
        color: #003366; /* visited link color */
        text-decoration:none;

}
a:hover {
        color: #000000; /* active link color */
        text-decoration:underline;
}

.kurumsal {COLOR: #cccccc;TEXT-DECORATION: none}
.kurumsal:link {COLOR: #cccccc;TEXT-DECORATION: none}
.kurumsal:visited {COLOR: #cccccc;TEXT-DECORATION: none}
.kurumsal:hover {COLOR: #cccccc;TEXT-DECORATION: underline}

/* 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: #006699; /* 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;
}