/*  
Theme Name: Sunway
Description: Sunway Theme
Version: 1.0
Author: go2guys.com 

*/

html, body { height: 100%; }
body {
	font:	11pt Verdana, Arial, Helvetica, sans-serif;
	background: #bbb;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bggradient.jpg);
	background-repeat: repeat;
	background-position: center;
	}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px auto;
	width: 700px;
	background-color: white;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #666;
}
#footer {
        height: 39px;
        margin: 0 auto 0 auto;
        width: 700px;
        background-color: white;
        border-style: dashed solid solid solid;
        border-width: 1px 1px 0px 1px;
        border-color: #888 #666 #666 #666;
	font-size: 9pt;
	color: #888;
	text-align: center;

}
#push {
        height: 40px;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#00c;
	}
a:hover {
	text-decoration: underline;
}

#nav {
	list-style: none;
	margin: 0px;
}
#nav li:hover {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background-color: #ffbf00;
	text-decoration:none;
}
#nav a {font-weight: normal; color: black; padding-left: 10px; padding-right: 10px;}
#nav a:hover { text-decoration: none; }
#nav li { line-height: 19px; float: left; margin: 0px; border-top: 1px solid #999; height: 20px; }


#head {
	padding: 5px 10px 5px 10px;
}

#bar {
	height: 22px;
	background-image: url(/images/bargradient.png);
	background-repeat:repeat;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 1px;
}

#contents {
	padding-left: 1em;
	padding-right: 1em;
}
#footer a{
	color: #888;
	font-weight: normal;
}



h2 {
	font-family: Times;
	border-bottom: 1px solid #ffbf00;

}

h1 {
	border-width: 0px 0px 0px 10px;
	border-color: #ffbf00 #888 #888 #ffbf00;
	border-style: solid;
	padding-left: 30px;
	background-color: #eee;
}
#contents table {
	font-size: 7pt;
}
#contents th {
	background-color: #eee;
}
#contents td {
	background-color: #fe8;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
}
#contents td.tot {
	font-weight: bold;
}
#contents td.tots {
	font-size: 7pt;
	font-weight: bold;
}
#contents a {
	color: #33a;
}
li {
	margin-bottom: .5em;
}
