@charset "utf-8";
/* CSS Document */
html {
	background:url(../images/bg.gif) top;	
}
body {
	background:url(../images/body-soc.png);
	margin:0;
	line-height:1.5;
	font-size:0.9em;
	font-family:"Segoe UI",Helvetica,sans-serif;
	color:#444;
}

div.clear {
	width:100%;
	height:1px;
	clear:both!important;
}

div.man {
	background: url("../images/top-photo-man.png") right bottom no-repeat;
}
#logo{
	color:#f0f0f0;	
	text-shadow:0 1px 2px #333;
	padding:20px 0 0;
}
#logo h1 {
	text-transform:uppercase;
	font-size:180%;
}

#logo h3 {
	font-size:130%;	
}
#logo h1, #logo h3 {
	margin:0px 10px 0px 180px;	
}

div#temp_foot {
	text-shadow:0 1px 1px #333;
	font-size: 1.05em;
}

div.customTipCcontent-tip, div.tool-tip {
	background:#fff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5), 0 0 0 6px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5), 0 0 0 6px rgba(0, 0, 0, 0.065);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5), 0 0 0 6px rgba(0, 0, 0, 0.065);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: #bbb!important;
	width: 500px;
}

div.customTipCcontent-tip table td {
	padding: 5px 10px;
	text-align: left;
}

div.customTipCcontent-tip table td.key {
	width: 80px;
}
div.customTipCcontent-tip table.diem td {
	text-align: center;
	padding-bottom:20px;
}

div.customTipCcontent-tip table.diem th {
	font-weight: normal;
	
}
div.customTipCcontent-tip table.diem thead {
	background: url(../images/header.gif);
	color: #fff;
	text-shadow: 0 1px 1px #333;
}
div.customTipCcontent-tip table td.hightlight {
	text-shadow:0px 0px 1px #999;	
}

#component table.blog td.contentheading a
{
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #444;
}

#component table.blog td.contentheading a:hover
{
	color: #23527c;
}

span.article_separator
{
	margin: 20px 0 10px;
    display: block;
}