/* BARONET INDEX.CSS */

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
* {
    .border-radius(0) !important;
}

.container
{
    position: absolute;
    width:978px;  
    left:0;
    right:0;
    margin-top: 10px;
    margin-left:auto;
    margin-right:auto;
    padding: 10px 5px 5px 5px;
    border: dotted #f4f4f4 2px;
    box-shadow:inset 0 0 10px #c6c6c6;
    -moz-box-shadow:inset 0 0 10px #c6c6c6;
    -webkit-box-shadow:inset 0 0 10px #c6c6c6;
}
.head
{
    height: 117px;
    width: 100%;
    position: relative;
    background-image: url("../img/banner.gif");
}
.menu
{
    width: 203px; 
    height: 470px; 
    margin-top: 5px; 
    padding-top:-50px; 
    float: left; 
    position: relative;
}
.content
{
    width: 769px; 
    height: 470px; 
    margin-top: 5px; 
    margin-left: 5px; 
    padding-top:-50px; 
    float: left;
    position: relative;
    background: #e6e6e6; /* Old browsers */
}
.footer
{
    padding-top: 5px;
    width: 100%; 
    height: 15px; 
    margin-top: 5px;
    float: left; 
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;

    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

div .title li
{
    list-style: none;
    padding-top: 53px;
    padding-left: 130px;
    font-size: 19px;
}

.container .info
{
    position: absolute;
    top: 37px;
}

.container .resim
{
    position: absolute;
    top: 37px;
}

.container .resim li
{
    list-style: none;
    text-align: right;
    font-weight:bold;
    font-size: 13px;
}

.container .info li
{
    list-style: none;
    text-align: right;
    font-weight:bold;
    font-size: 13px;
}

.container .info .version
{
    color: #cf0504;
}

#tarih
{
    font-weight:normal;
}

.top_menu
{
    position: absolute;
    top: 25px;
    right: 18px;
}

.top_menu li
{
    list-style: none;
    text-align: left;
    float: right;
}

.container .sdd_logout a
{
    float: right;
    display: inline;
    padding: 4px 4px;
    color: #000;
    line-height: 10px;
    background-repeat: repeat-x;
    text-decoration: none;
    font-size: 12px;
}
.container .sdd_logout a:hover
{
    opacity: .6;
}

.expandable
{
    line-height: 15px;
}
.arrowlistmenu{
    width: 200px; /*width of accordion menu*/
    margin-left:3px;
    font-family:Verdana;
}
li{
    line-height: 15px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
    font-size:11px;
    background-color: #868B99;
    margin-bottom: 3px; /*bottom spacing between header and rest of content*/
    padding: 4px 0 4px 4px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
}
.arrowlistmenu .menuheader a{
    color:#f0f0f0;
    text-decoration:none;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
    background-color:#FF5555;
}
.arrowlistmenu .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
    color:#f0f0f0;
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 3px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
    padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
    color: #cf0504;
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    border-bottom: 1px solid #dadada;
    background: url(../img/arrowbullet.png) no-repeat center left;
}

.arrowlistmenu ul li a:visited{
    color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
    color: #A70303;
    background-color: #F3F3F3;
}

/* Preloader */
#preloader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:999; /* makes sure it stays on top */
        background-color: rgb(0, 0, 0);
        background: rgba(0, 0, 0, .5);
        cursor: wait;
}

#status, .status {
	width:300px;
	height:80px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:40%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center 10px;
	margin:-40px 0 0 -150px; /* is width and height divided by two */
        text-align: center;
        background-color: #fff;
        border: dotted 2px #ddd;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow:inset 0 0 10px #c6c6c6;
        -moz-box-shadow:inset 0 0 10px #c6c6c6;
        -webkit-box-shadow:inset 0 0 10px #c6c6c6;
        filter: Alpha(Opacity=100);
}

#status_text {
	margin-top: 50px;
        font-size: 10px;
}

table.display td.right {
    text-align: right;
}