@charset "utf-8";
/* CSS Document */
body
{
	margin: 0 auto;
	padding: 0;
	/* background-color: #C6DBEC; */
	/* background-image: url(images/Page-BgTexture.jpg); */
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

.page{

}
	
.content  {
	min-height:400px;
	border: 1px solid #dddddd;
	
	/* background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; 
	color: #333333;
	*/
}


.post
{
	background:#99FF33;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width:thin;
	border-color:#0066FF;
	font-size:14px;
}

.image_container {
	width:900px;
	height:auto;
	border:double;


} 

.h-menu {
	width:auto;
	background-color:#FFFFCC;
	color:#666666;

}

.h-menu-over:hover {
	border: 1px solid #fbcb09;
	background-color:#0066FF;
	font-weight: bold;
	color: #FFFFFF;
}





/*  LINKS  */
a:link, a:visited, a:active 
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #00CCFF;
}


a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #0000FF;
}


.link-preview 
{
	vertical-align:middle;
	height:350px;
	
}

/*  Table format*/
#box-table
{
max-width:800px;
}
#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width:inherit;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}

#tooltip {
    padding: 5px 10px;
    background: #cad7e0;
    border: 1px solid #b2bdc3;
    opacity: 0.90;
}