body, td, th {
        font-family:Verdana; /* font name */
        font-size: xx-small; /* font size */
        margin-top: 0px; /* top right bottom left */
}

.pngtrk {
        color: ; /* text color */
        font-family: Verdana; /* font name */
        font-size: 11px; /* font size */
                font-weight:bold
}

.pngtrk2 {
        color: ; /* text color */
        font-family: Verdana; /* font name */
        font-size: 11px; /* font size */
}

input, textarea, select {
        font-family: Verdana; /* font name */
        font-size: xx-small; /* font size */
}

a:active {
        color: #ffffff; /* active link color */
}

a:link {
        color: #ffffff; /* link color */
        text-decoration:none;
}
a:visited {
        color: #ffffff; /* visited link color */
        text-decoration:none;

}
a:hover {
        color: #ffffff; /* active link color */
        text-decoration:underline;
}

.w_w {COLOR: #000000;TEXT-DECORATION: none}
.w_w:link {COLOR: #000000;TEXT-DECORATION: none}
.w_w:visited {COLOR: #000000;TEXT-DECORATION: none}
.w_w:hover {COLOR: #000000;TEXT-DECORATION: underline}

/* main table */
.ewTable {
        width: ; /* table width */
        color: ; /* 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: xx-small; /* font size */
        color: #000000;
        font-weight: strong;
        text-align: left;
}
