html {
	font-size:80%;
}

*{
	margin:0;
	padding:0;
}

a img{
	border:none;
}

a{
	color:#556270;
	text-decoration:none;
}

ul{
	list-style-type:none;
}

a:hover{
	text-decoration:underline;
}

.float_left{
	float:left;
}
.clear_both{
	clear:both;
}
.blue{
	color:#4ecdc4;
}
hr{
	margin:5px 0 5px 0;
	clear:both;
 	background:none;
	border:none;
	border-top:1px dashed #ccc;
	height:1px;
}

* html hr, *+html hr{
	margin:1px 0 1px 0;   
}

#left hr, #right hr{
	width:95%;
}

.green{
	color:#92c91d;
	font-weight:bold;
}

th{
	font-size:1em;
	color:#556270;
	background:#f9fdfd;
	border-top:2px solid #00CCFF;
	border-bottom:1px solid #00CCFF;
	font-weight:bold;
	text-align:center;
}

table{
	border-bottom:1px solid #00CCFF;
}

td, th{
	padding:5px;
	margin:0;
}
td.bg_blue{
	background:#ecfbfa;
}
#box, #box_question, #box_login{
	font-weight:bold;
	position:absolute;
	top:35%;
	left:35%;
	padding:10px;
	width:398px;
	z-index:10000;
	display:none;
	text-align:center;
}

#box #top_box, #box_question #top_box, #box_login #top_box{
	background:url(../images/top_box.gif);
	width:398px;
	height:14px;
}

#box .blue, #box_question .blue{
	color:#556270;
}

#box #middle_box, #box_question #middle_box, #box_login #middle_box{
	background:#c6efed url(../images/middle_box.gif) no-repeat;
	width:398px;
}

#box #bottom_box, #box_question #bottom_box, #box_login #bottom_box{
	background:url(../images/bottom_box.gif);
	width:398px;
	height:13px;
}

#box img, #box_question img, #box_login img{
	margin: 10px 0 0 0;
}

#box .close, #box_question .close, #box_login .close{
	float:right;
	margin: 0 10px 0 0;
	cursor:pointer;
}
.error{
	display:block;
	color:red;
	font-weight:bold;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background:url(../images/attention.png) no-repeat;
}

.gravatar{
	margin: 0 10px 10px 0;
}

.ajax-loading {
	height:20px;
	background: url(../images/loader/ajax-loader-bar.gif) no-repeat center;
}

#city{
	float:left;
	margin: 3px 0 0 0;
	font-weight:bold;
	font-size:0.95em;
}
tr{
	border-bottom:2px dotted #ccc;
}
tr:hover{
	background:#fbfac6;
	border-bottom:2px dotted #ccc;
}
.red{
	font-weight:bold;
	color:red;
}

#left_home p{
	margin: 0 0 0 5px;
	width:90%;
	text-align:justify;
}

p.more{
	float:right;
	font-size:0.9em;
	margin: 0 10px 0 0;
	text-align:right;
	width:auto;
}

p.more a{
	text-decoration:underline;
}
