@charset "utf-8";
/* CSS Document */
body
{
	background-image:url(../../../image/bg.png);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	font-family:Tahoma;
	color:#000000;
	font-size:83%;
}
a
{
	font-weight: bold;
	color:#333333;
}

a:hover
{
	color:#000000;
}

#tabledata
{
	background-image:url(../../../image/bgdata.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding-left:2%;
	padding-top:2%;
	padding-bottom:2%;
	padding-right:2%;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
}

#chromemenu{
width: 99%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background:url(../../../image/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background:url(../../../image/chromebg2.gif) center center repeat-x;
}

.latest_img {
	border: 1px solid #575757;
	margin-left: 12px;
}


#images {
	/*border: 1px solid #363636;/*
	/*float: left;*/
	background-color: #2d2d2d;
	margin-top: 7px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
}



