@CHARSET "UTF-8";

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

img {
	border: none;
}

h4 {
	margin-top: 0px;
	margin-bottom: 2px;
	border-bottom: 1px solid #cdcdcd;
	color: #5f605f;
}

h3 {
	border-bottom: 1px solid #cdcdcd;
	color: #5f605f;
}

h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #4d4d4d;
	font-size: 17px;
}

div.code {
	border: 1px dashed #cdcdcd;
	background-color: #fbfbfb;
	padding: 4px;
}

a {
	color: #7e7d7c;
	text-decoration: none;
}

a:hover {
	color: #565655;
	text-decoration: underline;
}

div#apps {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

div#header div.pub {
	float: right;
	width: 245px;
	text-align: center;
}

div#header div.pub p {
	margin: 0px;
}

div.cleared {
	clear: both;
}

input.button {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ffffff;
	background-image: url(../images/button.png);
	font-weight: bold;
}

input.button:hover {
	border: 2px solid #dcdcdc;

}

#navigator {
	border-bottom: 1px solid #cdcdcd;
	height: 31px;
}

#navigator ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 720px;
	margin-left: auto;
	margin-right: auto;*/
	text-align: center;
}

#navigator ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}

#navigator ul li a {
	border:1px solid #dcdcdc;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:block;
	float:left;
	height: 25px;
	width: 140px;
	text-decoration: none;
	text-align: center;
	color: #a1a1a1;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	background-image: url(../images/tabs.png);
	margin-right: 4px;
}

#navigator ul li a:hover {
	background-image: url(../images/tabs-active.png);
}

#navigator ul li a.active {
	border:1px solid #cdcdcd;
	color: #7e7e7e;
	border-bottom-color: transparent;
	background-image: url(../images/tabs-active.png);
}

#form {
	margin-top: 15px;
	margin-bottom: 15px;
	border:1px solid #6a6a6a;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	background-image: url(../images/form-bg.png);
	text-align: center;
}

#form input#url {
	width: 400px;
}

input.url {
	background-image: url(../images/input-bg.png);
	border: 1px solid #979797;
}

#form input.error {
	background-image: url(../images/input-bg-error.png);
	border: 1px solid #dc1600;
}

div#content {
	float: left;
	width: 610px;
}

div.thumb {
	float: left;
	width: 140px;
	height: 100px;
	margin-left: 0px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #979797;
}

div.thumbHover {
	border: 1px solid #737373;
	background-color: #eeefec;
}

div.thumb img {
	padding: 5px 10px 5px 10px;
}

div#right {
	float: left;
	width: 340px;
	padding-left: 20px;
}

div#right h4 {
	border-bottom: 1px solid #cdcdcd;
	color: #5f605f;
}

div#waitingList ul {
	list-style-type: none;
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
}

div#footer {
	clear: both;
	height: 66px;
	border:1px solid #dcdcdc;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;

	
	background-image: url(../images/footer-bg.png);
	text-align: center;
	
	padding: 2px;
	
}

div#footer span.copyright {
	font-size: 8px;
}

div.link {
	margin-top: 4px;
	height: 25px;
	font-size: 10px;
	
}

div.link ul {
	bottom: 0px;
	list-style-type: none;
	list-style: none;
	margin:0;
	padding:0;
}

div.link ul li {
	display: inline;
	margin-left: 2px;
}

div.powered {
	height: 25px;
}

div.powered ul {
	bottom: 0px;
	list-style-type: none;
	list-style: none;
	margin:0;
	padding:0;
}

div.powered ul li {
	display: inline;
}





div#message, div.message-box
{
	-moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    margin-bottom: 10px;
    display: block;
    padding: 0.5em 1em 0.5em 1em;
    position: relative; /* IE6 */
    text-align: center;
}


div.valid
{
	background: #c4ffad;
    color: #178701;
    border: 1px solid #75de82;
}

div.info
{
	background: #ffffcb;
    color: #9b7601;
    border: 1px solid #fec30d;
}

div.error
{
	background: #ffeae7;
    color: #fe0000;
    border: 1px solid #fe0000;
}


/**** detail *****/
div.detail-site {

}

div.detail-site div.info-left {
	float: left; 
	text-align: center; 
	width: 150px;
}

div.detail-site div.info-content {
	float: left; 
	width: 460px;
}

div.info-content h2 {
	font-size:12px;
	margin-bottom:0;
	margin-top:0;
}

div.info-content p.description {
	margin-top: 4px; 
	margin-bottom: 2px;
}

div.info-content img.flag {
	position:relative;
	top:2px;
}

div.info-content ul {
	list-style-type:square;
	padding-left: 20px; 
	margin-top: 0px; 
	margin-bottom: 0px;
}

hr {
	border-style: dashed; 
	border-width: 0px 0px 2px;
	margin-top: 15px; margin-bottom: 13px;
}



dl {
	margin:0;
	padding:0;
}

dl dt {
	clear:left;
	display:block;
	float:left;
	margin:8px 0;
	padding:0 5px 0 0;
	text-align:right;
	width:150px;
	font-weight:bold;
	margin-top:0;
}

dl dd {
	float:left;
	margin:8px 0;
	padding:0;
	width:305px;
	margin-top:0;
}

dl.zend_form {
	margin:0;
	padding:0;
}

dl.zend_form dt {
	display:none;
	margin:0;
	padding:0;
}

dl.zend_form dd {
	margin:0;
	padding:0;
	width:650px;
}

dl.zend_form dd fieldset {
	border:medium none;
	margin:0;
	padding:0;
	width:650px;
}

dl.zend_form dd fieldset#fieldset-hidden {
	display:none;
}

dl.zend_form dd fieldset#fieldset-submit {
	text-align: left;
}


dl.zend_form dd fieldset dl dt {
	clear:left;
	display:block;
	float:left;
	margin:8px 0;
	padding:2px 5px 0 0;
	text-align:right;
	width:140px;
}

dl.zend_form dd fieldset dl dd {
	float:left;
	margin:8px 0;
	padding:0;
	width:505px;
}

div.list-pagerank {
	margin-top: 15px;
}

div.list-pagerank ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	list-style: none;
}

div.list-pagerank ul li {
	float: left;
	width: 300px;
	padding-right: 5px;
	margin-bottom:2px;
}

div.list-pagerank ul li img {
	position:relative;
	top:2px;
}


#tabs {
	border-bottom: 1px solid #cdcdcd;
	height: 24px;
	margin-bottom: 10px;
}

#tabs ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 720px;
	margin-left: auto;
	margin-right: auto;*/
	text-align: center;
}

#tabs ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}

#tabs ul li a {
	border:1px solid #dcdcdc;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px;
	
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	display:block;
	float:left;
	height: 18px;
	width: 80px;
	text-decoration: none;
	text-align: center;
	color: #a1a1a1;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	background-image: url(../images/tabs.png);
	margin-right: 4px;
}

#tabs ul li a:hover {
	background-image: url(../images/tabs-active.png);
}

#tabs ul li a.active {
	border:1px solid #cdcdcd;
	color: #7e7e7e;
	border-bottom-color: transparent;
	background-image: url(../images/tabs-active.png);
}
