/* 
------------------------------------------------
  Styles for admin.php
------------------------------------------------
 */
 

 #admin_base {
    /*margin: 0 auto;*/
    width: 710px;
    border-top: 0;
    text-align: left; /* reset it all b/c of ie5 */
    background-color: transparent;
    float:left;
    /*margin-bottom:30px;*/
}

#admin_user_panel {
    background-color: transparent
    /* border: 1px solid #222; */
    height: 60px;
    clear: both;
    font-size: 90%;
    width: 350px;
    float: right;
    text-align:right;
    position:relative;
    right:10px;
}
#admin_user_panel table#admin_UPanel_table {
	  float:right;
	  font-size:95%;
	  text-align:right;
}

#admin_header {
	  position:relative;
    top:-27px;
    left:20px;
    background-color: transparent;
    z-index:2;
    width:500px;
    
    clear: both;
    font-size: 90%;
    float: top;
    /* border: 1px solid #222; */
}

#admin_header table#admin_header_table {
	  width: 500px;
	  font-size:95%;
}


#admin_header a {
    color: black;
    border-bottom-color: #999;
}
#admin_header a:hover {
    color: #999;
}

#admin_bottom_space{
    width: 650px;
    height:50px;
    background-color: transparent;
    border-top: 0;
    clear: both; 
    font-size: 90%;
    position : relative;
    left:20px;
}


#tx_code {
	  border: 1px solid #222;
	  width: 600px;
	  background-color: #E6EDEE;
	  font-size:90%;
}
#tx_code_title {
	  border-bottom: 1px solid #222;
	  color:white;
	  width: 600px;
	  background-color: #34383C;
}

#tx_code_title img#db_img {
	  width:20px;
	  height:20px;
	  position:relative;
	  top:5px;
	 
	  
}

#db_logo {
	  float:right;
	  background: transparent url(images/db.png) no-repeat;
    height: 80px;
    width:80px;
    clear: both;
    position : relative;
    z-index:2;
    text-align:right;
    right:10px;
}


#admin_subheader {
	  position:relative;
    top:-27px;
    left:20px;
    background-color: transparent;
    z-index:2;
    width:500px;
    
    clear: both;
    font-size: 90%;
    float: top;
    /* border: 1px solid #222; */
}

#admin_subheader table#admin_subheader_table {
	  width: 500px;
	  font-size:95%;
}


#admin_subheader a {
    color: black;
    border-bottom-color: #999;
}
#admin_subheader a:hover {
    color: #999;
}