/* 
------------------------------------------------
  Styles for Pastebin.php
------------------------------------------------
 */
 

 #pastebin_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;*/
}

#pastebin_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;
}
#pastebin_user_panel table#PBUPanel_table {
	  float:right;
	  font-size:95%;
	  text-align:right;
}

#pastebin_header {
	  position:relative;
    top:-27px;
    left:20px;
    background-color: transparent;
    z-index:2;
    width:350px;
    
    clear: both;
    font-size: 90%;
    float: top;
    /* border: 1px solid #222; */
}

#pastebin_header table#pbheader_table {
	  width: 350px;
	  font-size:95%;
}


#pastebin_header a {
    color: black;
    border-bottom-color: #999;
}
#pastebin_header a:hover {
    color: #999;
}

#pastebin_list {
    width: 650px;
    background-color: transparent;
    border-top: 0;
    clear: both; 
    font-size: 90%;
    position : relative;
    top:-20px;
    left:20px;
}

#pastebin_list table#pastebin_table {
	  width: 600px;
	  font-size:95%;
	  border: 1px solid #222;
}

#pastebin_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;
    top:-10px;
}
#pastebin_info table#pbinfo_table {
	  font-size:95%;
}
#pastebin_info table#pbinfo_table2 {
	  font-size:95%;
}

#pastebin_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;
}
#pastebin_create table#pbcreate_table {
	  font-size:95%;
}
#pastebin_create table#pbpaste_table {
	  font-size:95%;
}

#pastebin_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;
}
#pastebin_edit table#pbedit_table {
	  font-size:95%;
}
#pastebin_edit table#pbedit2_table {
	  font-size:95%;
}

#pastebin_delete{
	  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;
}
#pastebin_delete table#pbdelete_table {
	  font-size:95%;
}


#pastebin_bottom_space{
    width: 650px;
    height:50px;
    background-color: transparent;
    border-top: 0;
    clear: both; 
    font-size: 90%;
    position : relative;
    left:20px;
}

#paste_code {
	  border: 1px solid #222;
	  width: 600px;
	  background-color: #E6EDEE;
	  font-size:110%;
}
#paste_code_title {
	  border-bottom: 1px solid #222;
	  width: 600px;
	  background-color: #AFBAC9;
}

#td40 {
	  width:40px;
}
#td60 {
	  width:60px;
}