/* 
------------------------------------------------
  Styles for Home.php
------------------------------------------------
 */
 

 #home_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;*/
}

#home_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;
}
#home_user_panel table#home_UPanel_table {
	  float:right;
	  font-size:95%;
	  text-align:right;
}

#home_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; */
}

#home_header table#home_header_table {
	  width: 500px;
	  font-size:95%;
}


#home_header a {
    color: black;
    border-bottom-color: #999;
}
#home_header a:hover {
    color: #999;
}

#home_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;
	  vertical-align:center;
	  text-align:center;
	  padding-bottom:4px;
	  color:white;
	  width: 600px;
	  height: 20px;
	  background-image:url('images/news_header.png');
    background-repeat:repeat-x;
}

#tx_code_title img#db_img {
	  width:20px;
	  height:20px;

	 
	  
}

#db_logo_news {
	  float:right;
	  background: transparent; 
    height: 80px;
    width:80px;
    clear: both;
    position : relative;
    z-index:2;
    text-align:right;
    right:10px;
}

#news_pre {
	width:400px;
	font: normal 100.01%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}


