/* CSS Document */
div#box{width:99% !important;width /**/:200px;
    height:400px !important;height /**/: 200px;
    overflow:auto;padding: 1px;
    border:0px solid #EEE;border-right:0 solid;
    background:url(img/gradient.png) repeat-x fixed top left;}

div#box p{margin-top:0;}
div#linkbar
{
font-size:x-small;
    margin:0%;
    width:100%;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #B6DDEE;
    color: #16284E;
	height:2em;
	line-height:2em;
    border:none;
    float:left;
	clear:both;
	display: inline-table;
	overflow: hidden;
}
div#linkarea 
{
font-size:x-small;
	color:#16284E;
	float:left;
	margin:0px;
	padding:0px;
	height:2em;
	line-height:2em;
    width:40%;
	white-space:nowrap;
	display: table-cell;
	vertical-align: middle;	
}

div#linkarea a
{
font-size:x-small;
    background-color:#B6DDEE;
    color:#003399;
	margin:0px;
	padding:0px;
	height:2em;
	line-height:2em;
	display:inline;
	text-decoration:none;
}
div#linkarea a:hover
{
font-size:x-small;
	background-color:#B6DDEE;
    color:#16284E;
	margin:0px;
	padding:0px;
	height:2em;
	line-height:2em;
	display:inline;
	text-decoration:none;
}
div#linkarea img
{
font-size:x-small;
	border:none;
	margin:0px;
	padding:0px;
}