@charset "utf-8";

/* RegistryGreat.com
 * Basic Web Makdeup (accessories)
 * Optimize for 1024x768 with a rang between 800x600 and 1280x1024
 * Based on Framework Ver.01
 * Modified by Lucas 2007-10-01
 * lucaszhong@gmail.com
 */
 
/* accessibility access (nav without css) */
#header hr,
#nav-access {
	display: none;
}
/*h1 title*/
.title{
    margin-top:20px;
    font-size: 18px; 
	font-weight: bold; 
	color: #444444; 
	line-height: 20px;
  }
/*table border*/
.border{
    border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;

  }
.border2{
    border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
  }
 /*table-right side*/
.ta_right {
	text-transform: capitalize;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	}
/* Footer */
#footer{
    clear: both;
	position:relative;
    font-family: Tahoma;
    font-size: 11px;
	line-height:20px;
	color: #333333;
	}
#copyright{
    text-align:center;
    float: left;
    width:100%;
    }
#copyright a:visited,#copyright a:hover,#copyright a:active,#copyright a:link{
	font: 12px Tahoma;
	color: #333333;
    }
#copyright a:visited,#copyright a:active,#copyright a:link{
    text-decoration:none;
}

#copyright a:hover {
    text-decoration:underline;
}

#hacker_safe{
    display:block;
    float:right;
    width:15%;
    margin-bottom:20px;
	margin-top:20px;
    }

/*accessibility tweaks*/

    .clear{
      clear:both;
    }
    hr.hide{
	  visibility: hidden;
	  clear:both;
	}
    .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
   .clearfix {display: block;}
    /* End hide from IE-mac */
