* {
    margin: 0;
}
body{
   font-family: "trebuchet ms","lucida grande",tahoma, helvetica, verdana;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    background-color: #cccccc;
}

.wrapper {
    background-color: white;
    width: 980px;
    padding : 10px 10px 10px 10px;
}

.footer, .push {
    height: 4em;
    width: 980px;
    clear: both;
}



.footer td {    
    margin: 20px 0px 0px 0px; 
    padding: 5px; 
    font-family: Tahoma;
    font-size: 9px;
}
.footer a { color : white; text-decoration: none; }



.headerTable{
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
    color : white;
    border-style: solid solid solid solid;

}
.headerTable a { color : white; text-decoration: none; }

div#hoverbutton_type1a,div#hoverbutton_type1b, div#hoverbutton_type2, div#hoverbutton_type3 {
    -moz-border-radius:6px 6px 6px 6px;
    -moz-box-shadow:0 3px 6px rgba(0, 0, 0, 0.40);
    background:none repeat scroll 0 0;
    border:1px solid #AFAFAF;
    margin-bottom: 5px
}

div#hoverbutton_type1a:hover,div#hoverbutton_type1b:hover,div#hoverbutton_type2:hover, div#hoverbutton_type3:hover {
    cursor: pointer;
    background:none repeat scroll 0 0;
}
div#hoverbutton_type1a {
    background-color: #E3E2F0;
}
div#hoverbutton_type1b {
    background-color: #F0E4E2;
}
div#hoverbutton_type2 {
    background-color:  white;
}
div#hoverbutton_type3 {
    background-color:  #F8F8F8;
}
div#hoverbutton_type1a:hover {
    background-color: #F1F0FF;
}
div#hoverbutton_type1b:hover {
    background-color: #FFF2F0;
}
div#hoverbutton_type2:hover {
    background-color: #EFFFF2;
}
div#hoverbutton_type3:hover {
    background-color: white;
}

.formbaslik{
    border-width: 1px;
    border-style: solid solid solid solid;
    border-color: gray;
    font-size: 13px;
    font-weight: bold;
    color: #873939;
}

table.formgruptablo{
    border-width: 1px;
    border-style: solid solid solid solid;
    border-color: gray;
    background-color: white;
    margin-top: 1px;
    margin-bottom: 5px;
    text-align: left;
}
 table.formgruptabloGenel{
    border-width: 1px;
    border-style: solid solid solid solid;
    border-color: gray;
    background-color: white;
    margin-top: 1px;
    margin-bottom: 5px;
    text-align: left;
    font-family: sans-serif;
    font-size: 8px; 
}
a.bilgiLink:link{
    border: medium none;
    color: rgb(153, 51, 0);
    text-decoration: none;
}

a.bilgiLink:visited{
    border: medium none;
    color: rgb(153, 51, 0);
    text-decoration: none;
}

a.bilgiLink:hover{
    border: medium none;
    color: rgb(153, 51, 0);
    text-decoration: underline;
}

table.formtablo{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 8pt;
}

tr.even:hover{
    text-decoration: none;
    background-color: #F0E4E2;
}
tr.odd:hover{
    text-decoration: none;
    background-color: #F0E4E2;
}




