﻿body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    background-color: #E0E0E0;
    font-size: 14px;
}

a {
    color: #0099FF;
    text-decoration : none;
}
img{
    border-width: 0;
}

.baslik {
    font-size: 32px;
    padding: 0 0 20px 0;
}

input[type="button"], input[type="submit"], .button {
    background: url("../images/master/header.png") repeat-x;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
    font-size: 14px;
    border-width: 0;
    }







input[type="button"]:hover, input[type="submit"]:hover, .button:hover {
    background-color: #9E42DD;
    background-image: none;
}

input[type="button"]:disabled, input[type="submit"]:disabled, .button:disabled {
    color: #000000;

input[type="text"], input[type="password"] {
    border: #8496BA solid 1px;
    padding-left: 5px;
    font-family: voces, verdana, arial, helvetica, sans-serif;
    margin-top: 0px;
    text-align: left;
    margin-left: 0px;
}



.ok 
{
    margin-bottom : -4px;
}

.aktifmenulink 
{
    text-decoration : underline;
    color:Purple;
}

.warning, .error, .info, .success {
    padding: 20px 20px 20px 40px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
}
 
.warning {
    background-color: #f8fad5;
    background-image: url(../images/warning.png);
    border-color: #e5d35b;
}
 
.error {
    background-color: #f5dfdf;
    background-image: url(../images/error.png);
    border-color: #ce9e9e;
}
 
.info {
    background-color: #dfeff5;
    background-image: url(../images/info.png);
    border-color: #9ebcce;
}
 
.success {
    background-color: #e8f5df;
    background-image: url(images/success.png);
    border-color: #9ece9e;
}