body{
	font-size: 12px;
	font-family: Tahoma, Arial;
	margin: 0px;
	padding: 0px;
	background-color: #E8E7E3;
}
table{
	font-size: 12px;
	font-family: Tahoma, Arial;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a:link,
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color:#0000FF;
}
p a:link,visited {
	text-decoration: none;
	color: #000066;
}
p a:hover {
	text-decoration: underline;
	color:#0000FF;
}

img{
	vertical-align: middle;
	border: 0px none;
}
ul{
	padding: 0px;
	margin: 12px;
}
li{
	padding: 0px;
	margin: 0px;
	list-style: url('images/list_dot.gif') outside;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}
h3{
	padding: 5px;
	padding-left: 10px;
	font-size: 16px;
	color: #333333;
	background-color: #F0F0F0;
	border-left: 4px solid #E0E0E0;
}

/****** main container ******/
.wrapper {
	margin: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

/****** header ******/
.header {
	background-image: url(images/header_bg.png);
	background-color: Blue;
	height: 80px;
}
.header-left {
	background-image: url(images/header_bg_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 80px;
}
.header-right {
	background-image: url(images/header_bg_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 80px;	
}
.sponsor {
	float: right;
  padding-top: 10px;
  padding-right: 10px;
}
.navmenu {
	color: #6996cc;
	padding-top: 60px;
	padding-left: 40px;
}
.navmenu a{
	color: #FFFFFF;
	text-decoration: none;
}
.navmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navmenu a:hover {
	color: #EE0000;
	text-decoration: underline;
}

/****** content ******/
.content {
	margin-top: 10px;
	width: 100%;
}
.inner-content {
	float: left;
	width: 100%;
}
.inner-sidebar {
	float: right;
	padding-top: 4px;
	width: 200px;	
}

/****** footer ******/
.footer {
	padding: 10px;
	margin-bottom: 50px;
	font-size: 11px;
	text-align: center;
}
.footerLinks {
	padding: 10px;
	color: #999999;
}
.copyright{
	color: #666666;
}

/****** textbox ******/
.textbox {
	background: #FFFFFF;
	margin-bottom: 10px;
}
.textbox-header {
	background: url("images/box_top_left.gif") no-repeat top left;
}
.textbox-inner-header {
	background: url("images/box_top_right.gif") no-repeat top right;	
}
.textbox-title {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px;
	margin: 5px;
}
.textbox-title h2{
	display: inline;
	font-size: 18px;
	color: #666666;
}
.textbox-content {
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.textbox-bottom {
	margin-top: 20px;
	height: 20px;
	background: url("images/box_bottom_left.gif") no-repeat bottom left;
}
.textbox-inner-bottom {
	height: 20px;
	background: url("images/box_bottom_right.gif") no-repeat bottom right;
}
.textbox-go-top{
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}
.textbox-go-top a{
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 16px;
	background: url("images/go_top.gif") no-repeat top right;	
}
.textbox-go-top a:visited{
	color: #999999;
}

/****** panel ******/
.panel {
	background: #E8E7E3;
	margin-bottom: 10px;
}
.panel-title{
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
}
.panel-title h4{
	display: inline;
	font-size: 12px;
	color: #000000;
}
.panel-content{
	padding: 10px;
	padding-bottom: 0px;
}
.panel-content a,a:visited{
	color: #000066;
	text-decoration: none;
}
.panel-content a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: url('images/list_dot.gif') outside;
}
/*** normal panel ***/
.npanel-header {
	background: url(images/npanel_top.png) no-repeat top left;
	height: 25px;
}
.npanel-middle {
	background: url(images/npanel_middle.png) repeat-y top left;
}
.npanel-bottom {
	background: url(images/npanel_bottom.png) no-repeat top left;
	height: 6px;
}
/*** yellow panel ***/
.ypanel-header {
	background: url(images/ypanel_top.png) no-repeat top left;
	height: 25px;
}
.ypanel-middle {
	background: url(images/ypanel_middle.png) repeat-y top left;
}
.ypanel-bottom {
	background: url(images/ypanel_bottom.png) no-repeat top left;
	height: 6px;
}
/*** green panel ***/
.gpanel-header {
	background: url(images/gpanel_top.png) no-repeat top left;
	height: 25px;
}
.gpanel-middle {
	background: url(images/gpanel_middle.png) repeat-y top left;
}
.gpanel-bottom {
	background: url(images/gpanel_bottom.png) no-repeat top left;
	height: 6px;
}
/*** red panel ***/
.rpanel-header {
	background: url(images/rpanel_top.png) no-repeat top left;
	height: 25px;
}
.rpanel-middle {
	background: url(images/rpanel_middle.png) repeat-y top left;
}
.rpanel-bottom {
	background: url(images/rpanel_bottom.png) no-repeat top left;
	height: 6px;
}
/*** Vista like panel ***/
.wvpanel-header {
	background: url(images/wvpanel_top.png) no-repeat top left;
	height: 25px;
}
.wvpanel-middle {
	background: url(images/wvpanel_middle.png) repeat-y top left;
}
.wvpanel-bottom {
	background: url(images/wvpanel_bottom.png) no-repeat top left;
	height: 6px;
}
/*** Vista like panel ***/
.wvlpanel-header {
	background: url(images/wvlpanel_top.png) no-repeat top left;
	height: 25px;
}
.wvlpanel-middle {
	background: url(images/wvlpanel_middle.png) repeat-y top left;
}
.wvlpanel-bottom {
	background: url(images/wvlpanel_bottom.png) no-repeat top left;
	height: 6px;
}


/****** other elements ******/
.img-title {
	margin-right: 10px;
}
.comment{
	color: #666666;
}
.table-inner{
	background-color: #FFFFFF;
}
.table-main{
	background-color: #E8E7E3;
	width: 100%;
}
.spacer{
	padding-left: 30px;
	padding-top: 10px;
}
.spacer-download{
	padding-left: 10px;
	padding-top: 10px;
}
.spacer-download a:link,visited {
	text-decoration: none;
	color: #000066;
}
.spacer-download a:hover {
	text-decoration: underline;
	color:#0000FF;
}
.download-stable{
	border: 1px solid #229900;
	width: 90%;
	background-color: #FFFFFF;
	font-size: 20px;
}
.download-unstable{
	border: 1px solid #ECBB00;
	width: 50%;
	background-color: #FFFFFF;
	font-size: 20px;
}
