#page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 10px;
}
#banner h1 {
font:normal 22pt Arial;
 color:#FFF;
text-shadow: 1px 1px 2px #CCC;
}
#header {
	background-color: #004566;
	margin-right: auto;
	margin-left: auto;
}
#ust_menu { 
	height: 24px;
}
#content {
}
#left_content {
	padding: 15px;
	float: left;
	width: 260px;
}
#clear {
	clear: both;
}
#right_content {
	float: left;
	width: 650px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footer {
	padding: 10px;
	background-color: #004566;
	color: #FFF;
}
#banner {
	padding: 10px;
}
#left_menu {
	padding: 5px;
        padding-top: 15px;
}
#announcement {
	padding: 5px;
}
body {
	background-image: url(../../img/beige_paper.png);
}

h3 
{
color: #900;
}


.ca-menu{
    padding:0;
    margin:0px auto;
    width: 240px;
}
.ca-menu li{
    width: 240px;
    height: 70px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.ca-content{
	position: absolute;
	width: 240px;
	top: 6px;
	 text-align: left;
	 font-size: 13px;
}
.ca-main{
    font-size: 13px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-sub{
    font-size: 13px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:hover{
    background: #E9E9E9;
}
.ca-menu li:hover .ca-icon{
    font-size: 40px;
    color: #FFF;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
}
.ca-menu li:hover .ca-main{
    opacity: 1;
    color:black;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}
.ca-menu li:hover .ca-sub{
    opacity: 1;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
}
@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

#icerik_goster
{
background: #edf6ff;
border-top: solid 1px #60c2e6;
}
#icerik_goster2
{
background: #edf6ff;
border-top: solid 1px #60c2e6;
color:#069;
}
#icerik_goster #td_icerik
{
border-top: solid 1px #60c2e6;
background: #ffffff;
}

#menu {
    width:960px;
    display:inline-block;
    padding:0px;
    margin:-18px;
    text-align:right;
}
.hmenu {
    font: normal 14px Arial;
    display:inline-block;
    padding:0px;
    padding-right: 50px;
    list-style:none;
}
.hmenu li{
    
	margin:8px;
  text-decoration : none;
  padding : 13px;
  padding-left : 20px;
  padding-right : 20px;
  cursor:pointer;
  font-size:14px;
-webkit-box-shadow: inset 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    inset 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
box-shadow:         inset 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
color: #FFF;
}
ul.hmenu>li {
    float:left;
    position:relative;
    display:block;
    color: #FFF;
   
    padding-right: 13px;
    padding-left: 13px;
    padding-bottom:8px;
    padding-top:8px;
    min-height:30px;
    margin-right: 5px;
}

ul.hmenu li a {
    color: #FFF;
    text-decoration: none;
    display:block;
}
ul.hmenu ul {
    position:absolute;
    list-style:none;
    display:none;
    min-width:150px;
    margin-top:3px;
    left:-1px;
}
ul.hmenu ul li {
    background-color: #E9E9E9;
    margin:2px;
    text-align: left;
    padding:3px;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    inset 0px 0px 0px 0px rgba(50, 50, 50, 0.3);
box-shadow:         inset 0px 0px 0px 0px rgba(50, 50, 50, 0.3);
color: #8d8a8a;
}
ul.hmenu ul li a {
    color: #504d4d;
    text-decoration: none;
    display:block;
}
ul.hmenu li:hover>ul {
    position:absolute;
    display:block;
    padding:0px;
   color: #FFF;
     
}
ul.hmenu li:hover {
    color: #FFF;
    background-color:#4e4e4e; 
}
ul.hmenu li ul li:hover {
    color: #FFF;
    background-color:#FFF; 
}
.urbangreymenu{
width: 240px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: normal 14px Arial;
color: white;
background: #4e4e4e; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: -13px; /*bottom spacing between header and rest of content*/
padding: 10px 6px 10px 10px; /*10px is left indentation of header text*/
}



.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 15px;
margin-bottom: -13px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 13px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: black;
background: #d1d4d1;
}

#regist_table{

border-top: double 1px #60c2e6;
border-bottom: double 1px #60c2e6;
border-left:none;
border-right:none;
width: 500px;
padding: 5px;
}
#regist_uyar{

border-top: double 1px #990000;
border-bottom: double 1px #FFC1C1;
border-left:none;
border-right:none;
width: 500px;
color:#900;
}
#regist_onay{

border-top: double 1px #00CC00;
border-bottom: double 1px #CEF2D0;
border-left:none;
border-right:none;
width: 500px;
color:#22B03A;
}
#regist_onay2{

border-top: double 1px #60c2e6;
border-bottom: double 1px #60c2e6;
border-left:none;
border-right:none;
width: 500px;
color:#0066CC;

}
#regist_onay3{

border-top: double 1px #60c2e6;
border-bottom: double 1px #60c2e6;
border-left:none;
border-right:none;
width: 100%;
color:#0066CC;

}

#regist_tr1{
color:#60c2e6;
background-color:#E0F3FE;
padding: 5px;
}
#regist_tr2{
color:#60c2e6;
background-color: #edf6ff;
padding: 5px;
}
#regist_th{
color:#60c2e6;
background-color: #edf6ff;
border-bottom:double 2px #60c2e6;
padding: 5px;
}
#regist_th2{
color:#60c2e6;
background-color: #edf6ff;
border-top:double 2px #60c2e6;
padding: 5px;
}
#regist_td1{
text-align:right;
color:#009;
}
#regist_td2{
text-align:left;

}


.rotate {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
}