/* 
    Document   : SerPageCSS
    Created on : 19.Eki.2009, 11:49:55
    Author     : Ö.F. Özpolat
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
    margin:0px;
    background-image:url('../images/mainpage/jpg/mainpage_pure.jpg');
    background-position:top center;
    background-repeat:no-repeat;
    cursor:default;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
#headerfixed {
    margin-left:auto;
    margin-right:auto;
    top:0px;
    width:1000px;
    height:100px;
}
#headerfixed a {
    color:white;
    font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
    font-variant:small-caps;
    text-decoration:none;
}
#headerfixed a:hover {
    text-decoration:underline;
}
#contents {
    margin-left:auto;
    margin-right:auto;
    width:1000px;
}
#right-top-menu {
    width:180px;
    top:0px;
    height:40px;
    margin-left:835px;
    position:relative;
}
#right-bottom-menu {
    width:280px;
    top:0px;
    height:20px;
    left:790px;
    position:relative;
}
#right-bottom-menu-button {
    text-align:center;
    color:white;
    font-size:0.8em;
    font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
    font-variant:small-caps;
    cursor:pointer;
}
#right-bottom-menu-line {
    color:white;
    font-weight:bolder;
}
#quick-select {
    width:200px;
    top:0px;
    height:40px;
    left:780px;
    position:relative;
}
#quick-select select {
    width:200px;
    font-family:'Trebuchet MS';
    font-size:0.9em;
    border:1px solid gray;
    padding:2px;
}
.searchbox {
    width:170px;
    font-family:'Trebuchet MS';
    font-size:0.7em;
    color:gray;
    font-style:italic;
    border:1px solid gray;
    padding:2px;
    height:15px;
    margin-right:10px;
}
#mask {
    background-color:#003366;
    background-image:url('../images/mainpage/png/aramaaciklama.png');
    background-position:center center;
    background-repeat:no-repeat;
    overflow: hidden;
}
.searchbutton {
    font-family:'Trebuchet MS';
    font-size:0.8em;
    border:1px solid gray;
    cursor:pointer;
    width:50px;
    height:21px;
    margin-right:5px;
    font-variant:small-caps;
    
}
#SearchDiv {
    margin-top:10px;
    margin-left:-5px;
    width:245px;
    text-align:left;
    height:40px;
    float:left;
}
#right-top-menu-button {
    text-align:center;
    color:white;
    font-family:Arial;
    font-size:0.7em;
    font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
    font-variant:small-caps;
    margin-left:10px;
    cursor:pointer;
    float:left;
}

#ExchangeZone {
    margin-top:-56px;
    
}
#UniversityConnections {
    width:600px;
    height:50px;
    text-align:left;
    margin-left:auto;
}
.UniversityConnection {
    cursor:pointer;
    border:0px;
}
#DepartmentsList {
    width:950px;
    height:365px;
    margin-left:auto;
    margin-right:auto;
}
#DepartmentsListTop {
    height:40px;
}
#DepartmentsListContent {
    height:280px;
    font-size:70%;
    background:white;
    background-image:url('../images/mainpage/jpg/BlackAndWhiteLogo.jpg');
    background-position:right bottom;
    background-repeat:no-repeat;
}
#newsandflash {
    width:1000px;
    height:365px;
    margin-left:auto;
    margin-right:auto;
}
#news {
    width:225px;
    height:365px;
    z-index:-5;
    float:left;
}
#flashobject {
    margin-right:30px;
    width:720px;
    height:365px;
    float:right;
    text-align:right;
    
}
#newscontent {
    margin-top:55px;
    margin-left:48px;
    width:95%;
    height:auto;
    color:white;
}
*:first-child+html #newscontent { margin-top:40px; margin-left:40px; }
*:first-child+html #flashobject { margin-top:-20px; }
#news a {
    text-decoration:none;
    font-size:0.7em;
    color:white;
}
#news a:hover {
    text-decoration:underline;
}
#news a:visited {
    color:silver;
}
#newsheader {
    height:22px;
    width:100%;
    padding-left:15px;
    text-align:center;
    font-size:0.9em;
}
#newsbody {
    margin-top:10px;
    margin-left:20px;
    height:190px;
    width:90%;
    z-index:4;
}
#newsfooter{
    height:20px;
    width:100%;
    z-index:5;
    font-size:0.7em;
    text-align:right;
    cursor:pointer;
}
#newsfooter:hover{
    color:#FF7F00;
}
#MedyaButtons {
    margin-left:auto;
    margin-right:auto;
    width:900px;
    height:250px;
    top:-60px;
    position:relative;
}
#MedyaButtonsTopMenu {
    height:50px;
}
#MainPageButtons{
    list-style:none;
    text-align:left;
    color:#036;
    vertical-align:top;
    font-size: 0.8em;

}
#MainPageButtons li{
    list-style:square;
    color:black;
    margin-left:-20px;
}
#MainPageButtons span{
    display: block;
    text-align:left;
    font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
}
#MainPageButtons span:hover{
    
}
#MainPageButtons a{
    color:black;
    font-size:90%;
    text-decoration:none;
}
#MainPageButtons a:hover{
    color:#036;
    text-decoration:underline;
}
a {
    text-decoration:none;
    color:#036;
}
a:hover {
    text-decoration:underline;
    color:#00001A;
}
#FeedbackButton {
    width:100px;
    height:100px;
    bottom:0px;
    right:0px;
    margin-bottom:0px;
    margin-right:0px;
    position:fixed;
    background-image:url('../images/mainpage/png/feedback.png');
    cursor:pointer;
}
* html #FeedbackButton {
  position:absolute;
}
.BackButton {
    font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    cursor:pointer;
    color:#036;
}
.BackButton:hover {
    text-decoration:underline;
}
#haber_icerik {
    font-size:1.1em;
    font-family:Arial;
    color:black;
    visibility:visible;
    display:block;
}