﻿

td.menum A:hover
{
    background-color: #ff0000;
    color: white;
}

.linkim
{
    text-decoration: none;
    color: black;
    font-family: 'Book Antiqua' , Arial;
    font-size: small;
}



.myTable
{
    width: 145px;
    vertical-align: top;
    background-color: #d3e3e7;
}

.myRow
{
 BORDER-BOTTOM: aqua outset;
 background-color: #99ff66;   
}

#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}

#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}

.tooltip_text
{
    color: #3366cc;
    text-decoration: underline overline;
    cursor: hand;
}
/* ajax control tool modalbox */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
}


/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;

}

div#mb_center, div#mb_bottom
{
    position:absolute;
    left: 50%;
    overflow: hidden;
    background-color: #D3E3E7;
    margin-top:240px;
    
       
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents
{
    width: 400px;
    height: 400px;
    border: 1px solid #D3E3E7;
    overflow: auto;
    background-color: #D3E3E7;
    visibility: hidden;
    font-size: 24px;
    font-family: Arial, 'Times New Roman';
}

.mb_loading {
background: #DDD url(../images/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 1px solid #D3E3E7;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/closelblR.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}

.tdNotlarDrs
{
    text-align:left;
}

.tdNotlar
{
    text-align:center;
}

/*mezunlar*/
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;	
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
}

/*adminMezunlar*/
.lnkAdmin:hover
{
    background-color: #3399ff;
    color: #ffffff;
    text-decoration: none;
}

.lnkAdmin
{
  text-decoration: none;
}

