/* -------------------------------------------------------------------- 
basic style
--------------------------------------------------------------------*/

body{
    background: #556993;
    margin: 0;
    padding: 0;
    font-family: tahoma,helvetica, arial, sans;
    font-size: 14px;
    color: #333333;
}
img {
	border:none;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#556993;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
}
div#siteWrapper{
    width: 850px;
    position: relative;
    left: 50%;
    margin-left: -425px;
	overflow:hidden;
	background-color:#FFFFFF;
}
div#content{
    background: white;
    width: 570px;
	overflow:hidden;
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
    min-height: 400px;
	border-right:1px solid #556993;
    /*height: 400px;*/
}
div#sideBar{
    width: 270px;
    float: left;
    
}
div#menu{
    width: 270px;
    float: left;
    margin-bottom: 10px;
}
div#menu ul {
	margin:0;
	padding:10px;
}
div#menu ul li {
	list-style:disc;
}
div#menu ul li.selected {
	list-style:circle;
}
div#languages{
    background: white;
    width: 280px;
    float: left;
    margin-bottom: 10px;	
}
div#header{
    width: 850px;
    background: #E2E9F3;
    clear: both;
    font-size: 10px;
}
div#footer{
    width: 850px;
    background: #E2E9F3;
    clear: both;
    font-size: 10px;
	text-align:right;
	color:#556993;
	font-weight:bold;
}
div.hackBox {
	padding:20px;
}
div#content img {
	border:1px solid #F0F0F0;
	margin:5px;
}
.data_table {
	border-collapse:collapse;
	font-size:smaller;
}
.data_table td {
	border:1px solid black;
	margin:none;
	padding:2px;
}

