/* 
------------------------------------------------
  Styles for Projects.php
------------------------------------------------
 */
 

 #projects_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;*/
}

#projects_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;
}
#projects_user_panel table#PUPanel_table {
	  float:right;
	  font-size:95%;
	  text-align:right;
}

#projects_header {
	  position:relative;
    top:-27px;
    left:20px;
    background-color: transparent;
    z-index:2;
    width:350px;
    height: 60px;
    clear: both;
    font-size: 90%;
    float: top;
    /* border: 1px solid #222; */
}

#projects_header table#pheader_table {
	  width: 350px;
	  font-size:95%;
}


#projects_header a {
    color: black;
    border-bottom-color: #999;
}
#projects_header a:hover {
    color: #999;
}

#projects_list {
    width: 650px;
    background-color: transparent;
    border-top: 0;
    clear: both; 
    font-size: 90%;
    position : relative;
    top:-20px;
    left:20px;
}

#projects_list table#projects_table {
	  width: 600px;
	  font-size:95%;
	  border: 1px solid #222;
}

#projects_info{
	  margin: 0 auto;
    width: 650px;
    border-top: 0;
    text-align: left; /* reset it all b/c of ie5 */
    font-size: 90%;
    margin-left: 0px;
    position:relative;
    left:20px;
}
#projects_info table#pinfo_table {
	  font-size:95%;
}

#projects_timeline{
	  margin: 0 auto;
    width: 650px;
    border-top: 0;
    text-align: left; /* reset it all b/c of ie5 */
    font-size: 90%;
    margin-left: 0px;
    position:relative;
    left:20px;
}
#projects_timeline table#ptimeline_table {
	  font-size:95%;
}

#projects_download{
	  margin: 0 auto;
    width: 650px;
    border-top: 0;
    text-align: left; /* reset it all b/c of ie5 */
    font-size: 90%;
    margin-left: 0px;
    position:relative;
    left:20px;
}
#projects_download table#pdl_table {
	  font-size:95%;
	  
}
#projects_download a.dl_del,a:visited.dl_del{
    width: 16px;
    height: 16px;
    display: block;
    background-color:transparent;
    background: transparent url(images/b_deltbl.png) no-repeat 0 0;
    text-decoration: none;
    color: silver;
}
#projects_download a:hover.dl_del {
	  background-color:transparent;
	  text-decoration: none;
}

#projects_dl_del{
	  margin: 0 auto;
    width: 650px;
    border-top: 0;
    text-align: left; /* reset it all b/c of ie5 */
    font-size: 90%;
    margin-left: 0px;
    position:relative;
    left:20px;
}
#projects_dl_del table#pdl_del_table {
	  font-size:95%;
	  
}
#projects_dl_add{
	  margin: 0 auto;
    width: 650px;
    border-top: 0;
    text-align: left; /* reset it all b/c of ie5 */
    font-size: 90%;
    margin-left: 0px;
    position:relative;
    left:20px;
}
#projects_dl_add table#pdl_add_table {
	  font-size:95%;
	  
}

#projects_teaminfo{
	  margin: 0 auto;
    width: 650px;
    border-top: 0;
    text-align: left; /* reset it all b/c of ie5 */
    font-size: 90%;
    margin-left: 0px;
    position:relative;
    left:20px;
}
#projects_teaminfo table#ptinfo_table {
	  font-size:95%;
	  
}

#projects_edit{
	  margin: 0 auto;
    width: 650px;
    border-top: 0;
    text-align: left; /* reset it all b/c of ie5 */
    font-size: 90%;
    margin-left: 0px;
    position:relative;
    left:20px;
}
#projects_edit table#pedit_table {
	  font-size:95%;
	  
}

#projects_update{
	  margin: 0 auto;
    width: 650px;
    border-top: 0;
    text-align: left; /* reset it all b/c of ie5 */
    font-size: 90%;
    margin-left: 0px;
    position:relative;
    left:20px;    
}
#projects_update table#pupdate_table {
	  font-size:95%;
	  
}


#projects_bottom_space{
    width: 650px;
    height:50px;
    background-color: transparent;
    border-top: 0;
    clear: both; 
    font-size: 90%;
    position : relative;
    left:20px;
}

#projects_create{
	  margin: 0 auto;
    width: 650px;
    border-top: 0;
    text-align: left; /* reset it all b/c of ie5 */
    font-size: 90%;
    margin-left: 0px;
    position:relative;
    left:20px;
}
#projects_create table#pcreate_table {
	  font-size:95%;
	  
}

#txcode {
	  border: 1px solid #222;
	  padding: 5px 0px 5px 5px;
	  width: 500px;
	  background-color: #998 !important;
}