html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrapper{width: 900px; margin: 0 auto;}

body{background: #d5cecb;}

#logo{width: 900px; height: 450px; background: url('../img/logo.png')}

#loginForm{text-align: center; padding-left: 215px;}
.IndexAccordionButton{
    border-radius: 25px 25px 0px 0px;
    color: #000;
    font-weight: bold;
    font-size: 25px;
    padding: 25px 135px; 
    background: #699660;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#699660), to(#c2bcb9));
    background: -webkit-linear-gradient(#a3be9d, #c2bcb9);
    background: -moz-linear-gradient(#699660, #c2bcb9);
    background: -ms-linear-gradient(#699660, #c2bcb9);
    background: -o-linear-gradient(#699660, #c2bcb9);
    background: linear-gradient(#699660, #c2bcb9);
}

.IndexAccordionButton:hover{
    background: #699660;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c2bcb9), to(#699660));
    background: -webkit-linear-gradient(#c2bcb9, #a3be9d);
    background: -moz-linear-gradient(#c2bcb9, #699660);
    background: -ms-linear-gradient(#c2bcb9, #699660);
    background: -o-linear-gradient(#c2bcb9, #699660);
    background: linear-gradient(#c2bcb9, #699660);
    cursor: pointer;
}

.IndexAccordionForm{display: none;border: 1px solid #fff; width: 328px; margin: 0 auto; padding-top: 10px; line-height: 15px;}
.IndexAccordionForm h1{font-size: 20px;}


#user_top{text-align: center; padding: 30px 0px 10px;; font-size: 50px; color: #494745; border-bottom: 1px solid #494745; margin-bottom: 10px;}
#user_project_number{border-bottom: 1px solid #494745; float: right; padding: 0px 0px 5px 10px;}
#user_info_table table tr{border-bottom: 1px solid #494745;}
#user_info_table table tr td{padding: 5px 0px;}
#user_info_table a{text-decoration: none; color: #292827;}
#user_info_table a:hover{text-decoration: underline;}

.bilgibankasi{position: fixed; right: 20px; top: 0px; text-decoration: none; color: #ddd; padding: 20px; background: #699660; font-weight: bold; border-bottom: 1px solid #000; border-right: 1px solid #000; border-left: 1px solid #000;}
.bilgibankasi:hover{color: #fff; border-color: #fff;}

#admin_project_menu{float: left; padding-bottom: 5px; border-bottom: 1px solid #494745;}
#admin_project_menu li{float: left;}
#admin_project_menu li a{padding-left: 35px; padding-right: 35px; text-decoration: none; color: #494745;}
#admin_project_menu li a:hover{color: #918e8b;}
.project_edit_form input{width: 300px; height: 20px; border-radius: 7px;}

.user_exit{position: fixed; right: 20px; bottom: 0px; text-decoration: none; color: #ddd; padding: 20px; background: #699660; font-weight: bold; border-top: 1px solid #000; border-right: 1px solid #000; border-left: 1px solid #000;}
.user_exit:hover{color: #fff; border-color: #fff;}


.tab{float: left; margin-right: 20px;}
.tab .tab_header{cursor: pointer; margin-bottom: 10px; padding: 20px 40px; background: #080808; color: #D5CECB; font-weight: bold; border-radius: 20px 0px 20px 0px;}
.tab .tab_content{display: none;}
.tab .tab_content li{text-align: left;}
.tab .active{display: block;}
.tab_input{width: 200px; padding: 5px; border-radius: 5px;}
.tab_button{width: 100px; padding: 7px 0px; background: #ddd; border-radius: 5px; border: 1px solid #dcdc; font-weight: bold;}

