/* 
Document   : adminStyle
Created on : Sep 25, 2009, 10:59:42 AM
Author     : darbazn
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
  background:#0e1329;
  margin: 10px auto;
  font: 12px Verdana,Arial, Helvetica, sans-serif;
  color:white;
    SCROLLBAR-ARROW-COLOR: #4c6f97;
    SCROLLBAR-TRACK-COLOR: #4c6f97;
    SCROLLBAR-BASE-COLOR: #0e1329;

}
.menu_list {
	width: 200px;
	font: 12px Verdana,Arial, Helvetica, sans-serif;
}
.menu_head {
	padding: 5px 40px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font: 11px Verdana,Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-transform:uppercase;
        color:#ffffff;
        background: transparent url(../images/yildiz.png) left no-repeat;
        border-bottom: dashed 1px #a9b7cc;
}
.menu_body {
	display:none;
         
}
.menu_body a{
  display:block;
  color:#ffffff;
  background: transparent url(../images/kyildiz.png);
  padding:5px 50px;
  border-bottom: dashed 1px #a9b7cc;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }

.mainContent{
 
   width:800px;
   float:left;
   height:100%;
   padding:0 10px;
   margin:10px;
}


.a2{ color:white; font: 12px Verdana,Arial, Helvetica, sans-serif; }
