body {
    font-family: arial, helvetica;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #f9f8ee;
}
#header {
    padding: 2px;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    overflow:hidden;
}
#header_container #header .main_menu {
    list-style-type: none;
    display: block;
    float:right;
    padding-left:0;
    overflow:hidden;
}
#header_container #header .main_menu li {
    display: block;
    float:left;
    width:110px;
}
#mid_container {
    background-image: url(../images/mid_bg.gif);
    background-repeat: repeat-x;
    height: 352px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #80a5b6;
    background-color: #00A7D7;
}
#mid_container .mid {
    width: 980px;
    height: 343px;
    border-collapse:collapse;
    border:0 none;
    margin-left:auto;
    margin-right:auto;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/isik.png');
}
#content_container #footer {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top:60px;
    text-align: center;
    padding: 15px;
    border-top:1px dotted #ccc;
    color: #666;
}
#footer a {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    color: #069;
    font-size: 12px;
}
#footer a:hover {
    border-bottom-color: #69c;
}

.vr {
    color: #CCCCCC;
    margin-right: 10px;
    margin-left: 10px;
}

#mid_container .mid[class] {
    background-repeat: no-repeat;
    background-image: url(../images/isik.png);
}
#mid_container .mid h1 {
    font-family: arial, helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #082b55;
    margin-top: 20px;
    margin-bottom: 10px;
}
#mid_container .mid a {
    color: #006699;
}
#mid_container .mid p {
    font-family: arial, helvetica;
    font-size: 15px;
    color: #0b3d54;
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#mid_container.subpage_header {
    height: 97px;
    border-bottom:1px solid #526974 !important;
}
#mid_container.subpage_header .mid{
    height: 97px;
}


#content_container {
    padding-bottom: 150px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #fff;
}
#content {
    width:950px;
    margin-left:auto;
    margin-right:auto;
    padding:15px;
}
#content a {
    color: #0066cc;
}
#content a:hover {
    background-color: #cfe2f5;
}
#content a.nohover:hover {
    background-color: transparent;
}
#header_container #header .main_menu li a {
    display: block;
    color: #e8ebf0;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    letter-spacing:0.03em;
    margin-top: 16px;
}
#header_container #header .main_menu li a:hover {
    color: #fff;
}
#header_container {
    background-color: #163265;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #4eaeda;
    overflow:hidden;
}
#logo {
    float:left;
    margin-top: 6px;
}
td {
    font-family: arial, helvetica;
    font-size: 12px;
}
input {
    font-family: arial, helvetica;
    font-size: 12px;
}
select {
    font-family: arial, helvetica;
    font-size: 12px;
}
textarea {
    font-family: arial, helvetica;
    font-size: 12px;
    padding:3px;
}
form {
    margin:0;
    padding:0;
}
ul {
    margin:0;
    padding:0;
    padding-left:15px;
    list-style-type:square;
}
ol {
    margin:0;
    padding:0;
    padding-left:15px;
}
a img {
    border:0;
}
.welcome_banner {
    width:516px;
    height:127px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/header.png');
}
.welcome_banner span {
    position:absolute;
    left:-500px;
}
.welcome_banner[class] {
    background-image:url(../images/header.png);
    background-repeat:no-repeat;
}
a.register {
    display:block;
    width:384px;
    height:66px;
    cursor:pointer;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/anket_btn.png');
}
a.register[class] {
    background-image:url(../images/anket_btn.png);
    background-repeat:no-repeat;
}
a.register span {
    position:absolute;
    left:-500px;
}
#notification {
    background-color:#ffc;
    border:1px solid #cccc33;
    padding:8px;
    font-weight:bold;
    font-size:14px;
    width:300px;
    text-align:center;
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
}
#email {
    font-size:16px;
    width:250px;
}

/***
batur ekledi...panel css den kopyaladım
**/
.box {
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border:1px solid #94D7ED;
    padding:10px;
    margin-bottom:10px;
    background-color:#eaf7fc;
}

.box hr {
    border: 0;
    width: 85%;
    color: #94D7ED;
    background-color: #94D7ED;
    height: 1px;
    margin-top:10px;
    margin-bottom:10px;
}

#content a.critical {
    color: #cc0000;
}
#content a.critical:hover {
    background-color: #f5cccc;
    color: #cc0000 !important;
}
#content .list_content {
    width:517px;
    padding:15px;
    background-image:url(../images/list_content_bg.gif);
    background-repeat:no-repeat;
    padding-bottom:100px;
}
#content .list_content ul {
    list-style-type:none;
    padding: 0;
    margin: 0;
    overflow:hidden;
}
#content .list_content ul li {
    overflow:hidden;
    padding:10px;
    background-repeat:no-repeat;
    border-bottom:1px dotted #ccc;
}
#content .list_content ul li a {
    text-decoration:none;
}
#content .list_content ul li .avatar_wrapper {
    width:40px;
    height: 40px;
    float:left;
    margin-right: 5px;
}
#content .list_content ul li .question_wrapper {
     margin-left:45px;
}
#content .list_content ul li .question {
     font-size:14px;
     margin-bottom:3px;
}
#content .list_content ul li .summary a {
    text-decoration: underline;
    color:#036;
}
#content .list_content ul li .extra {
    font-size:11px;
    margin-top:4px;
    color:#666;
}
#content .list_content ul li .add-info {
    color:#666;
}
#content .list_content ul li .add-info em {
    color:#333;
    font-style: normal;
}
#content .list_content ul li .add-info a {
    color:#036;
    text-decoration: underline;
}
#content .list_content ul li .desc {
    margin-top:3px;
    font-size:11px;
}

.avatar {
    padding:1px;
    border: 1px solid #666;
}
#content .right_col {
    float:right;
    width:370px;
    margin-top:40px;
}

#content .right_col ul {
    list-style-type:none;
    padding: 0;
    margin: 0;
    overflow:hidden;
}
#content .right_col ul li {
    overflow:hidden;
    padding:10px;
/*    background-image:url(../images/list_avatar_bg.gif);*/
    background-repeat:no-repeat;
}
#content .right_col ul li .avatar_wrapper {
    width:40px;
    height: 40px;
    float:left;
    margin-right: 5px;
}
#content .right_col ul li .avatar_wrapper .avatar {
    padding:1px;
    border: 1px solid #666;
}
#content .right_col ul li a {
    text-decoration:none;
}


#easyTooltip{
	padding:5px;
	border:1px solid #ccc;
	background:#f1f1f1;
}

label.error {
    display:none;
    color:red;
}

#profile-title {
    font-family:monospace;
    font-size: 36px;
    font-weight:bold;
    font-style:italic;
    color:#ffa;
    margin-top: 15px;
    margin-bottom: 5px;
}
#content h2 {
    font-size:16px;
    display:block;
    margin-top:25px;
    margin-bottom:10px;
    border-bottom: 1px solid #ccc;
    color:#006699;
}
#content p.sub-header {
    font-size:16px;
    color:#555;
    line-height:150%;
    font-weight: normal;
    margin: 8px 0;
}
#content h1 {
    font-size:28px;
    font-weight:normal;
    margin-bottom:12px;
    margin-top: 5px;
}