@charset "iso-8859-9";
body {
 background-image:url(images/back.jpg);
 background-repeat: repeat-x;
 background-position: 0 0;
 background-color: #346A93;
 font-family: Tahoma, Arial, Geneva, sans-serif;
 font-size: 12px;
 color: #737373;
 }
#leftColumn {
 background-image:url(images/leftShadow.png);
 background-position:right top;
 background-repeat:no-repeat;
 }
#contentContainer {
 background: url(images/shadowPageBottom.jpg) bottom right no-repeat #FFF;
 }
#rightShadow {
 background-image:url(images/rightShadow.png);
 background-position:top left;
 background-repeat:no-repeat;
 }
#rightColumn {}
#footer {}
#footerImage {
 background-image:url(images/bottomShadow.jpg);
 background-position:499px 0;
 background-repeat:no-repeat;
 }
.registerButton {
 border-right: 1px solid #1F405A;
 border-bottom: 1px solid #1F405A;
 border-left: 1px solid #FFF;
 border-top: 1px solid #FFF;
 background-color: #40698A;
 color: #FFF;
 font-size: 9px;
 padding: 1px 3px;
 }
.registerInput {
 border-top: 1px solid #1F405A;
 border-left: 1px solid #1F405A;
 border-bottom: 1px solid #FFF;
 border-right: 1px solid #FFF;
 font-size:smaller;
 padding: 3px 2px;
 height: 18px;
 }
.rightColumnSep {
 background-image:url(images/rightColumnSep.gif);
 background-repeat:repeat-x;
 background-position: 0 10px;
 }
a.haberLink {
 color: #FFF;
 text-decoration: none;
 }
a.anaLink {
 color: #666;
 text-decoration: none;
 }
a.makaleLink {
 text-decoration: none;
 color: #333;
 }
a.makaleLink:hover {
 color: #0099ff;
 text-decoration: underline;
 }
