/* Standart Fontlar ve Renkleri ve LOGO alt border rengi */
body,td,th,p,div,ul,li {
	padding:0;
	color:#333;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px ;
}

/*Fix image borders*/
a img{
border:none;
}
bigger {
font-size:14px;
}

/*--------------------------*/
/*	Links	*/
/*--------------------------*/
a.bigger {
font-size:14px;
font-weight:bold;
}

a:link {
text-decoration: none;
color:#F58B1C;
}
a:visited {
text-decoration: none;
color:#F58B1C;
}
a:hover {
text-decoration: underline;
}
table.sortable a.sortheader {
background-color:#eee;
color:#666666;
font-weight: bold;
text-decoration: none;
display: block;
}
table.sortable span.sortarrow {
color: black;
text-decoration: none;
}
table.sortable tr.selected td {
background-color: #3d80df;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #346DBE;
border-bottom: 1px solid #7DAAEA;
cursor: hand;
}
tr.selected td {
background-color: #3d80df;
color: #ffffff;
font-weight: bold;
border-left: 1px solid #346DBE;
border-bottom: 1px solid #7DAAEA;
cursor: hand;
}
.row1
{
background: #edf3fe; 
border: none;
}
.row2
{
background: #ffffff; 
border: none;
}

input.btn {
color:#3a79aa;text-align:center;
padding-top:5px;
padding-bottom:20px;
width:132;
height:100;
border-top:1px solid #3a79aa;
border-bottom:1px solid #3a79aa;
border-left:1px solid #3a79aa;
border-right:1px solid #3a79aa;
cursor:hand;
background-image: url("/content/uploads5/1/btn.gif");
font-size:13px;
font-weight:bold;
HEIGHT: 30px;
}





input.btn0 {
background=#A0A0A0;
color:#fff;text-align:center;
padding:0px;
padding-left:10px;
padding-right:10px;
border-top:1px solid #cccccc;
border-bottom:1px solid #000000;
border-left:1px solid #cccccc;
border-right:1px solid #000000;
cursor:hand;
font-size:11px;
}
.se {
FONT-SIZE: 9px; BACKGROUND: #ebebeb; WIDTH: 108px; COLOR: #737373
}
.se2 {
BORDER-RIGHT: #be822b 1px solid; BORDER-TOP: #be822b 1px solid; FONT-SIZE: 9px; BORDER-LEFT: #be822b 1px solid; WIDTH: 82px; HEIGHT: 21px; COLOR: #737373; BORDER-BOTTOM: #be822b 1px solid
}

.se3{
BORDER-RIGHT: #009ee5 1px solid; BORDER-TOP: #009ee5 1px solid; FONT-SIZE: 9px; BORDER-LEFT: #009ee5 1px solid; WIDTH: 82px; HEIGHT: 21px; COLOR: #737373; BORDER-BOTTOM: #009ee5 1px solid
}


.select {
      padding:5px;
      border-color:#dddddd;
      border: 1px solid;
      width: 220px; 
      visibility: visible;
}

select:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus
				{ background-color:  #ffffcc; }



tdlist1 {
      padding:10px;
      background-color:#fef8dd;
}

tdlist2 {
      padding:10px;
      background-color:#fffdf2;
}
.haberkategoritd {
border: 2px solid #EAEAEA;
}



#container {
    width: 1200px;
    height: 800px;
    margin:0 auto;
    position:relative;
	background-color:#eeeeee;
}

#left-container, 
#right-container, 
#center-container {
    height:800px;
    position:absolute;
    top:0;
}

#left-container, #right-container {
    width:200px;
    color:#686c70;
    text-align: left;
    overflow: auto;
    background-color:#fff;
    background-repeat:no-repeat;
    border-bottom:1px solid #ddd;
}

#left-container {
    left:0;
    background-image:url('/lib/js/Jit/css/col2.png');
    background-position:center right;
    border-left:1px solid #ddd;
    
}

#right-container {
    right:0;
    background-image:url('/lib/js/Jit/css/col1.png');
    background-position:center left;
    border-right:1px solid #ddd;
}

#right-container h4{
    text-indent:8px;
}

#center-container {
    width:1000px;
    left:0px;
    background-color:#ffffff;
    color:#ffffff;
}

.text {
    margin: 7px;
}

#inner-details {
    font-size:12px;
    list-style:none;
    margin:7px;
}

#log {
    position:absolute;
    top:10px;
    font-size:1.0em;
    font-weight:bold;
    color:#23A4FF;
}


#xnetworkgraph{
    position:relative;
    width:550px;
    height:550px;
    margin:23px;
    overflow:hidden;
border:1px solid #cccccc;
}
#xnetworkgraph_full{
    position:relative;
    width:1000px;
    height:700px;
    margin:23px;
    overflow:hidden;
border:1px solid #cccccc;
}

/*TOOLTIPS*/
.tip {
    color: #111;
    width: 139px;
    background-color: white;
    border:1px solid #ccc;
    -moz-box-shadow:#555 2px 2px 8px;
    -webkit-box-shadow:#555 2px 2px 8px;
    -o-box-shadow:#555 2px 2px 8px;
    box-shadow:#555 2px 2px 8px;
    opacity:0.9;
    filter:alpha(opacity=90);
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding:7px;
}

