@CHARSET "UTF-8";
*{
	margin:0px;
	padding:0px;
}

body{
	font-family: Verdana, sans-serif;
	color: #10203A;
	font-size:13px;
}

#header{
	height: 70px;
	color: #0093DD;
	
}

#header #logo{
	float: left;
}

#header #sitename{
	height:40px;
	margin-left:20px;
	padding-top:20px;
}

#header h1{
	font-size: 30px;
	letter-spacing: 5px;
}

#footer{
margin-bottom:30px;
text-align: center;
font-size:  9pt;
color:      #0093DD;
border-top:1px #0093DD solid;
}

#menu{
font-size:  12px;
border-bottom:1px #0093DD solid;
height:25px;

}

#menu a{
	font-size:14px;
	color: #0093DD;
	text-decoration: none;
	margin-left:20px;
	font-weight:bold;
}

#menu a:hover{
	color: #DA251D;
}

#panel-left{
	float: left;
	width:75%;
}

#panel-right{
	float: right;
	right:0px;
	width:25%;
	
}

#content{
	font-size:13px;
	padding:10px;
	min-height: 520px;
	border-right:1px #0093DD solid;
}

#feedbox{
	margin:10px;
	font-size:11px;
}
#feedbox div{
	margin-top:20px;
	padding-bottom:5px;
	border-bottom:1px #0093DD dotted;
}
#feedbox a{
	color: #DA251D;
	text-decoration: none;
}
#feedbox a:hover{
	color: #DA251D;
	text-decoration: underline;
}

#feedbox .feedlink{
	color: #0093DD;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
#feedbox .feedlink:hover{
	text-decoration: underline;
	color: #0093DD;
}

.input{
	width:250px;
	border:1px #C8C8C8 solid;
	height: 20px;
	font-size:14px;
	padding:2px 2px 2px 2px;
	color: #666666;
}
.button{
	background-color: #FFFFFF;
	color: #0093DD;
	border:1px #C8C8C8 solid;
	font-size:14px;
	height: 26px;
	padding:2px 10px 2px 10px;
}

.note{
	font-style: italic;
	color: #666666;
	font-size: 12px;
	
}

.grid a{
	color: #3366D1;
	text-decoration: none;
}
.grid a:hover{
	text-decoration: underline;
}
.grid{
	font-size:12px;
	color: #0093DD;
	border:1px #E0E0E0 solid;
	padding-top:3px;
}
.grid td{
	font-size:12px;
	padding:3px;
	border-bottom:1px #E0E0E0 solid;
}

.grid th{
	background-color: #E0E0E0;
	height:26px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	padding-left:15px;
	border-top: 1px #CCCCCC solid;
	border-bottom:2px #CCCCCC inset;
}
.favicon {
	width:16px;
	height:16px;
	margin-right:4px;
	position:relative;
	top:4px;	
}
#footer a{
    font-size:12px;
    color: #0093DD;
    text-decoration: none;
    font-weight:bold;
}
#footer a:hover{
    text-decoration: underline;
}
