* { margin: 0;	padding: 0; }



.bodyTable{
    min-height: 500px;
}

table.liste
{
    border-width: 0px;
    border-spacing: 0px;
    border-collapse:collapse;
    background-color: #E6E6E6;
    width:100%;
}

table.liste th {
    border-width: 1px;
    border-style: solid;
    border-color: #a7a3a5;
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #263248;
    padding:5px;
}

table.liste th.sub {

    background-color:  #ff6213;

}


table.liste td
{
    border-width: 1px;
    border-style: solid;
    border-color: #a7a3a5;
    border-spacing: 0px;
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    padding:5px;
}

table.liste td.odd
{
    background-color: #cac7c9;
}


table.liste tr.hovered{
    background-color:#ffe0b2;
}

table.liste tr.odd{
    background-color:#fff;
}

table.liste tr.even{
    background-color:#eee;
}



table.dosyaliste
{
    border-width: 0px;
    border-spacing: 0px;
    border-collapse:collapse;
    background-color: #E6E6E6;

}

table.dosyaliste th {
    border-width: 1px;
    border-style: solid;
    border-color:  #a7a3a5;
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #333377;
    padding:5px;
}

table.dosyaliste th.sub {

    background-color:  #26a241;

}


table.dosyaliste td
{
    border-width: 1px;
    border-style: solid;
    border-color: #a7a3a5;
    border-spacing: 0px;
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    padding:5px;
}

table.dosyaliste td.odd
{
    background-color: #a7a3a5;
}


table.dosyaliste tr.hovered{
    background-color:#ffe0b2;
}

table.dosyaliste tr.odd{
    background-color:#fff;
}

table.dosyaliste tr.even{
    background-color:#eee;
}
table.listeProje
{
    border-width: 0px;
    border-spacing: 0px;
    border-collapse:collapse;
    background-color: #ffffff;
    width:100%;
}

table.listeProje th {
    border-width: 1px;
    border-style: solid;
    border-color: #a7a3a5;
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #606c84;
    padding:5px;
}
table.listeProje th.sub {

    background-color:  #ff6213;

}


table.listeProje td
{
    border-width: 1px;
    border-style: solid;
    border-color: #a7a3a5;
    border-spacing: 0px;
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    padding:5px;
}

table.listeProje td.odd
{
    background-color: #cac7c9;
}


table.listeProje tr.hovered{
    background-color:#ffe0b2;
}

table.listeProje tr.odd{
    background-color:#fff;
}

table.listeProje tr.even{
    background-color:#eee;
}






p{
    font: 11px Tahoma;
    color:#000000;
}

p.big{
    font:bold 14 px Tahoma;
    color:#ff9801;
}

p.middle{
    font: bold 12 px  Tahoma;
    color:#ff9801;
}


p.small{
    font: 11px Tahoma;
    color:#000000;
}



p.smaller{
    font: 11px Tahoma;
    color:#000000;
}

label{
    font: 11px Tahoma;
    color:#000000;
}
label.black{
    font: 11px Tahoma;
    color:#000000;
}

label.small{
    font: 11px Tahoma;
    color:#000000;
}
label.warning{
    font: 12px  Tahoma;
    color:#0000CC;
}
label.warningBold{
    font: bold 12px  Tahoma;
    color:#0000CC;
}
label.smallBold{
    font:bold 11px Tahoma;
    color:#000000;
}
label.linkBaslik {
    font-family:Tahoma;
    font-size:14px;
    color:grey;
    text-decoration: none;
    border-bottom: 1px dashed;

}

label.linkBig {
    font-family:Tahoma;
    font-size:24px;
    font-weight: bold;
    color:grey;
    text-decoration: none;
    border-bottom: 1px dashed;

}

label.middleBold{
    font:bold 14px Tahoma;
    color:#000000;
}

label.middleWithoutColor{
    font: 14px Tahoma;
    color:#000000;
}

label.middle{
    font:bold 12px strong Tahoma;
    color:#ff9801;
}

label.middleBlue{
    font: 12px Tahoma;
    color:blue;
}

label.middleRed{
    font: 12px Tahoma;
    color:red;
}

label.bigRed{
    font: 13px  Tahoma;
    font-weight:bold;
    color:red;
}

label.bigBlue{
    font: 13px Tahoma;
    font-weight:bold;
    color:blue;
}


label.middleGray{
    font:bold 11px  Tahoma;
    color:black;
}

label.small2{
    font:12px strong Tahoma;
    color:#ff9801;
}

label.smaller{
    font: 11px Tahoma;
    color:#000000;
}
label.specific{
   font-family:sans-serif;
   font-size: 11px;
   color:#000000;
}
select { font-family:Tahoma; 
         font-size: 11px;
         border: #000000;
         border-style: solid;
         border-top-width: 1px;
         border-right-width: 1px;
         border-bottom-width: 1px;
         border-left-width: 1px;

}


input.text {

    font-family: Tahoma;
    font-size: 11px;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px

}

input.textThick {

    color:#003300;
    font-family: Tahoma;
    font-size: 14px;
    font-weight:bolder;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px

}

input.textWithWidth {
    background-color:silver;
    color:black;
    width:200px;
    font-family: Tahoma;
    font-size: 11px;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px

}

input.textWithWidthWithoutColor {
    width:200px;
    font-family: Tahoma;
    font-size: 11px;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px

}

input.textWithWidthWithoutColor{
    width:400px;
    font-family: Tahoma;
    font-size: 11px;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px

}

input.text2 {

    text-transform:uppercase;
    font-family: Tahoma;
    font-size: 11px;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

input.text2WithWidth {
    background-color:silver;
    color:black;
    width:200px;
    font-family: Tahoma;
    font-size: 11px;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px

}

input.text2WithWidthWithoutColor {
    width:200px;
    font-family: Tahoma;
    font-size: 11px;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px

}

input.text2WithWidthWithoutColor2 {
    width:400px;
    font-family: Tahoma;
    font-size: 11px;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px

}

input.button {

    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    color:#003300;
    background-color:#CCCCCC;
    border-style:outset;
    border-width:2px;
    border-color:#CCCCCC;
    border-radius:5px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;

    -webkit-box-shadow: 0px 1px 0px #737272;
    -moz-box-shadow: 0px 1px 0px #737272;
    box-shadow: 0px 1px 0px #737272;
}
input.button:active{
    -webkit-box-shadow: 0px 0px 0px #737272;
    -moz-box-shadow: 0px 0px 0px #737272;
    box-shadow: 0px 0px 0px #737272;
    position:relative;
    top:2px;
}

input.buttonGiris {

    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    font-style:normal; 
    border-style:outset;
    border-width:2px;
    border-color:#CCCCCC;
    width:70px;
    height:20px;
    background:url('images/buttonGiris.gif');


}

input.teknolojiButton {
    background-color:#599bb3;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius:28px;
    border:1px solid #29668f;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Verdana;
    font-size:10px;
    padding:5px 5px;
    text-decoration:none;
}
input.teknolojiButton:hover {
    background-color:#408c99;
}
input.teknolojiButton:active {
    position:relative;
    top:1px;
}

input.customButton {
    background-color:#599bb3;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #29668f;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Verdana;
    font-size:10px;
    padding:5px 5px;
    text-decoration:none;
}
input.customButton:hover {
    background-color:#408c99;
}
input.customButton:active {
    position:relative;
    top:1px;
}

input.file {

    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: black;    
    padding:5px 5px;
    text-decoration:none;
}

input.ekleButton {


    border-width: 1px;
    border-style: solid;
    border-color: #a7a3a5;
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #263248;    
    padding:5px 5px;
    text-decoration:none;
}
input.ekleButton:hover {
    background-color:#408c99;
}
input.ekleButton:active {
    position:relative;
    top:1px;
}



.text{
    font-family: Tahoma;
    font-size: 11px;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}

.textWithWidth{
    background-color:silver;
    color:black;
    font-family: Tahoma;
    font-size: 11px;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px

}


input.button2 {

    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    color:#103300;
    background-color:#1CCCCC;
    border-style:outset;
    border-width:2px;
    border-color:#1CCCCC;

}


a.logout:link {
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    color:#ff3213;


}

a.logout:visited{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    color:#ff3213;

}

a.logout:active {
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    color:#ff3213;


}

a.logout:hover {
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    color:#ff3213;

}


a.black:link{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    color:#000000;


}

a.black:visited{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    color:#000000;

}

a.black:active{
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    color:#000000;


}

a.black:hover {
    font-family:Tahoma;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
    color:#ffffff;

}


a.linkMiddle:link {
    font-family:Tahoma;
    font-size:16px;
    color:#6a8012;
    text-decoration: none;
    border-bottom: 1px dashed;

}

a.linkMiddle:visited{
    font-family:Tahoma;
    font-size:16px;
    color:#6a8012;
    text-decoration: none;
    border-bottom: 1px dashed;

}

a.linkMiddle:active {
    font-family:Tahoma;
    font-size:16px;
    color:#6a8012;
    text-decoration: none;
    border-bottom: 1px dashed;

}

a.linkMiddle:hover {
    font-family:Tahoma;
    font-size:16px;
    font-weight: bold;
    color:#6a8012;
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.linkBaslik:link {
    font-family:Tahoma;
    font-size:14px;
    color:#6a8012;
    text-decoration: none;
    border-bottom: 1px dashed;

}

a.linkBaslik:visited{
    font-family:Tahoma;
    font-size:14px;
    color:#6a8012;
    text-decoration: none;
    border-bottom: 1px dashed;

}

a.linkBaslik:active {
    font-family:Tahoma;
    font-size:14px;
    color:#6a8012;
    text-decoration: none;
    border-bottom: 1px dashed;

}

a.linkBaslik:hover {
    font-family:Tahoma;
    font-size:14px;
    font-weight: bold;
    color:#6a8012;
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.linkBig:link {
    font-family:Tahoma;
    font-size:24px;
    font-weight: bold;
    color:#6a8012;
    text-decoration: none;
    border-bottom: 1px dashed;

}

a.linkBig:visited{
    font-family:Tahoma;
    font-size:24px;
    font-weight: bold;
    color:#6a8012;
    text-decoration: none;
    border-bottom: 1px dashed;

}

a.linkBig:active {
    font-family:Tahoma;
    font-size:24px;
    font-weight: bold;
    color:#6a8012;
    text-decoration: none;
    border-bottom: 1px dashed;

}

a.linkBig:hover {
    font-family:Tahoma;
    font-size:24px;
    font-weight: bold;
    color:#6a8012;
    text-decoration: none;
    border-bottom: 1px dashed;
}



a.link:link {
    font-family:Tahoma;
    font-size:11px;
    color:blue;
    text-decoration: none;
    font-weight: bold;


}

a.link:visited{
    font-family:Tahoma;
    font-size:11px;
    color:blue;
    text-decoration: none;
    font-weight: bold;

}

a.link:active {
    font-family:Tahoma;
    font-size:11px;
    color:blue;
    text-decoration: none;
    font-weight: bold;

}

a.link:hover {
    font-family:Tahoma;
    font-size:11px;
    color:blue;
    text-decoration: none;
    font-weight: bold;
}

a.linkBlue {
    font-family:Arial,Helvetica,sans-serif;
    font-size:22px;
    color:#4A7EB7;
    cursor:pointer;
    outline-style:none;
    outline-width:medium;
    text-decoration:underline;

}

a.linkBlue:hover {
    font-family:Arial,Helvetica,sans-serif;
    font-size:22px;
    color:#EA9617;
}



#tabHeader ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#tabHeader li {
    float: left;
    border: 1px solid #bbb;
    border-bottom-width: 0;
    margin: 0;
}
#tabHeader a {
    text-decoration: none;
    font-weight:bold;
    display: block;               padding: 0.24em 1em;
    color: #446666;               text-align: center;
}
#tabHeader a:hover {
    background: #FFFADD;
}
#tabHeader #tabSelected {
    border-color: gray;
}
#tabHeader #tabSelected a {
    position: relative;
    top: 1px;
    background: white;
    color: black;
    font-weight: bold;
}
#tabContent {
    border: 1px solid gray;
    clear: both;
    padding: 10px 10px 10px 10px;
    background: white;
    margin-top:-3px
}
div.ipucu,div.pencere{
    position: absolute;
    border: solid;
    border-width: 1px;
    background-color: white;
    margin-left: 5px;
    margin-top: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}
div.ipucu{
    background-color: #FCFFFA;
}

.headerGrayRaw{
    background-color: #EBEBEB;
}

.headerRedRaw{
    background-color: #cc0033;
}

.headerBlackRaw{
    background-color: black;

}
.aheaderBlackRaw{
    background-color: black;
    font-size: 10px;
    color:white;

}
/*.textbox,.textboxError,.select,.numberbox,.parabox,.paraboxError{
    width: 100%;         
}
.textbox,.textboxError,.select,.numberbox,.numberboxozel,.parabox,.paraboxozel,.paraboxozelerror,.paraboxError,.textboxozel,.tarihtextbox{
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #777777;       
}*/
