/*=========*/
/* GENERAL */
/*=========*/
body, div, span, img, form, p, h1, h2, h3, h4, h5, h6, table, tr, td {
    margin: 0px;
    padding: 0px;
    border:none;
}
body {
    min-width: 990px;
    font: 12px Arial, Helvetica, Sans-Serif;
    color: #000000;
    background: #000000 url('background.gif') repeat-x top left;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	text-align: justify;
	color: #333333;
}
h1 {
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
}
h2 {
	font-size: 18px;
	margin-top: 9px;
	margin-bottom: 9px;
	color: #111111;
}
h3 {
	font-size: 17px;
	margin-top: 8px;
	margin-bottom: 8px;
    color: #222222;
}
h4 {
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #333333;
}
h5 {
	font-size: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #444444;
}
h6 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #555555;
}
strong {
	color: #EC7D0E;
}
a, a:hover, a:visited {
	color: #EC7D0E;
}
a:active
{
    outline: none;
}
a:focus
{
    -moz-outline-style: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
}
input, textarea, select {
    background-color:#DDDDDD;
    font: normal 13px Arial, Helvetica, sans-serif;
    color: #444444;
    padding: 2px;
    margin: 0px;
    border: 1px solid #999999;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #F1E8E6;
	border: 1px solid #C24733;
}

/*========*/
/* LAYOUT */
/*========*/
#main {
	width: 990px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 7px;
    background: #FFFFFF;
	border: 1px solid #000000;
}
#header {
	float: left;
	width: 100%;
	height: 145px;
	border-bottom: 1px solid #000;
	background: #000000;
	z-index: 3;
}
#banner {
    clear: both;
    width: 100%;
    height: 110px;
    background: transparent url(banner-background.gif) repeat-x top left;
}
#banner h1 {
    clear: both;
    width: 600px;
    height: 83px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
    padding-top: 17px;
    padding-bottom: 10px;
    padding-left: 190px;
    text-align: left;
    background: transparent url(banner-logo.jpg) no-repeat top left;
}
#menu {
    clear: both;
    width: 100%;
    height: 26px;
    border-top: 2px solid #EE6902;
    border-bottom: 1px solid #cccccc;
    background: #BEBEBE;
}
#content {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	background: #FFFFFF;
	border-bottom: 5px solid #EE6902;
	z-index: 2;
}
#content td {
    vertical-align: top;
    padding-bottom: 10px;
}
#content-left {
	width:210px;
}
#content-right {
	width:200px;
}
#content-left-border, #content-right-border {
    margin: 10px;
}
#content-middle-border {
    margin-left: 10px;
    margin-right: 20px;
}
#footer {
	clear: both;
	width: 100%;
	margin-top: 20px;
	text-align: center;
    color: #FFFFFF;
	background: #000000 url(footer.jpg) top right no-repeat;
	overflow: auto;
	z-index: 1;
}

/*================*/
/* content-middle */
/*================*/
#content-middle h1 {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 6px;
	border-bottom: 1px dotted #EEEEEE;
	color: #D25910;
	background: transparent url('h1.gif') no-repeat center left;
}
#content-middle h2 {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
	background: transparent url('h2.gif') no-repeat center left;
}
#content-middle h3 {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
	background: transparent url('h3.gif') no-repeat center left;
}
#content-middle h4 {
    padding-left: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
	background: transparent url('h4.gif') no-repeat center left;
}
#content-middle table {
    width: 100%;
	border: 1px solid #E0E0E0;
}
#content-middle table th {
	margin: 0px;
	padding: 6px;
	height: 25px;
	font-size: 11px;
	line-height: bold;
	color: #FF9C08;
	text-align:center;
	vertical-align:middle;
	background: #EEEEEE url(lcol1-table-th.gif) top left repeat-x;
}
#content-middle table th div.sort {
    padding-top: 4px;
}
#content-middle table td {
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #ffffff;
	margin: 0px;
	padding: 4px;
	vertical-align:middle;
    text-align: center;
}
#content-middle table td a:link {
	color: #c64934;
	text-decoration: none;
}
#content-middle table td a:visited {
	color: #c64934;
	text-decoration: none;
}
#content-middle table td a:hover {
	text-decoration: underline;
}
#section-content ul, #article-content ul {
	margin-top: 10px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}
#section-content ul li, #article-content ul li {
	background-image: url(li.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 0px 5px 0px 15px;
	background-position: left top;
	font-size: 12px;
}
#content-middle div.alist-buttons {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
#content-middle div.alist-buttons div {
    width: 100%;
}
#content-middle div.alist-buttons div a {
    display: block;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #0281C4;
	text-align: left;
    text-decoration: none;
}
#content-middle div.alist-buttons div a:hover {
	color: #EC7D0E;
}
#content-middle div.alist-buttons div.post a {
    background: transparent url('post.gif') no-repeat center left;
}

/*========*/
/* MODULE */
/*========*/
div.module {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CBD1DA;
	background-color: #F1F4F6;
	text-align: center;
}
div.module h1 {
    margin: 0px;
    padding: 4px;
    padding-top: 10px;
    font-size: 15px;
}
div.module div.division {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*===========*/
/* SHORTCUTS */
/*===========*/
#shortcuts {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#shortcuts a, #shortcuts a:visited {
	position: relative;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
}
#shortcuts a:hover {
	color: #FF0000;
}
#shortcuts a img {
	border: none;
}
#shortcuts a div {
	padding: 4px;
	margin-top: 10px;
	border: #AAAAAA 1px solid;
}

/*======*/
/* PATH */
/*======*/
#content-middle div.path {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
	overflow: auto;
}
#content-middle div.path ul {
	list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#content-middle div.path ul li {
    float: left;
    margin: 0px;
    padding: 0px;
	background-image: url('path-ul-li.gif');
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 15px;
	padding-left: 15px;
	background-position: left center;
	font-size: 12px;
}
#content-middle div.path ul li a {
    color: #777777;
    font-size: 12px;
    text-decoration: none;
}

/*======*/
/* FORM */
/*======*/
div.form-fieldset {
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #DDDDDD;
}
div.form-fieldset-legend {
    padding: 5px;
    margin: 10px;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #DDE1E6;
    color: #333333;
    background: #F1F3F5;
}
div.form-fieldset-legend a {
    font-size: 13px;
    font-weight: bold;
    color: #777777;
}
div.form-field {
    margin-top: 10px;
    padding-bottom: 10px;
    overflow:auto;
}
div.form-field-label {
    float:left;
    width: 150px;
    margin-top: 3px;
    font-weight: bold;
    font-size: 11px;
    color: #555555;
    text-align: right;
}
div.form-field-content {
    margin-left: 170px;
    text-align: left;
}
div.form-field-content div.imagesrc {
    margin-top: 5px;
    margin-bottom: 5px;
}
div.form-field-content img {
    border: 1px solid #ABABAB;
}
div.captcha {
    text-align: left;
}
div.captcha img {
    border: 1px solid #999999;
    cursor: pointer;
}
div.captcha-input {
    padding-top: 10px;
}
div.captcha-help {
    padding-top: 10px;
    color: #999999;
    font-size: 11px;
}

/*======*/
/* LIST */
/*======*/
div.list-container {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #DDE1E6;
	text-align: center;
	padding: 10px;
}
div.list-title, div.list-empty {
    margin-top: 20px;
    margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #0281C4;
	background: #FEFEFE;
	border: 1px solid #DDDDDD;
	padding: 5px;
}
div.list-navigator {
    height: 21px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
	border: 1px solid #DCDCDC;
	background: #F1F4F6;
}
div.list-navigator span.info {
    text-align: left;
    margin-left: 10px;
    color: #8C8C8C;
}
div.list-navigator span.pages {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    color: #333333;
}
div.list-navigator span.gotopage {
}
div.list-navigator span.gotopage input {
    margin-right: 10px;
}
div.list-navigator a:link, div.list-navigator a:visited {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    border: 1px solid #CBD1DA;
    color: #000000;
    background-color: #FFFFFF;
}
div.list-navigator a:hover {
    text-decoration: none;
    background-color: #FBF2C7;
}
#content-middle table.list div.download a {
    display: block;
    width: 35px;
    padding-top: 40px;
    margin-left: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
    text-decoration: none;
    text-align: center;
    background: transparent url('download.gif') no-repeat top right;
}
#content-middle table.list div.link a {
    display: block;
    width: 35px;
    padding-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
    text-decoration: none;
    background: transparent url('link.gif') no-repeat top right;
}

/*=========*/
/* COMMENT */
/*=========*/
#content-middle table.comment {
    width: 100%;
    border: none;
    margin: 0;
}
#content-middle table.comment td {
    text-align: left;
    vertical-align: top;
    border: none;
}
#content-middle table.comment td.comment-username,
#content-middle table.comment td.comment-userinfo,
#content-middle table.comment td.comment-button-top {
    width: 160px;
}
#content-middle table.comment td.comment-username {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: #F7ECB7;
}
#content-middle td.comment-userinfo {
    font-size: 11px;
    color: #8C8C8C;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #F1F4F6;
}
#content-middle td.comment-button-top {
}
#content-middle td.comment-title {
    background: #FBF2C7;
    color: #8C8C8C;
}
#content-middle td.comment-content {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
#content-middle td.comment-buttons div {
    float: left;
}
#content-middle td.comment-buttons div a {
    margin-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #F7ECB7;
    background: #F7ECB7;
    text-decoration: none;
    display: block;
}
#content-middle td.comment-buttons div a:hover {
    border: 1px solid #E9C82F;
}
#content-middle td.comment-userinfo div {
    margin-left: auto;
    margin-right: auto;
}
#content-middle td.comment-userinfo div.title {
    float: left;
    width: 70px;
    height: 14px;
    padding-top: 5px;
    margin-left: 5px;
    font-weight: bold;
}
#content-middle td.comment-userinfo div.value {
    height: 14px;
    padding-top: 5px;
    margin-left: 80px;
}
#content-middle td.comment-userinfo div.rankname {
    margin-left: 5px;
    color: #404040;
    padding-bottom: 5px;
}

/*=========*/
/* footer */
/*=========*/
#footer-container {
	height: 90px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	text-align: center;
    color: #FFFFFF;
}
#footer-container a, #footer-container a:visited {
	display: block;
	font-size: 11px;
	bottom: 10px;
	text-align: center;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
}
#footer-container a:hover {
	color: #FFFFFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#footer-container a img {
	border: none;
}
#footer-container a span {
	clear: both;
}
#footer-sysinfo {
	float: right;
	font-size: 10px;
	color: #777777;
    text-align: right;
}
#footer-sysinfo-language {
    padding-top: 10px;
}
#footer-sysinfo-ip {
    padding-top: 10px;
}
#footer-sysinfo-gt {
    padding-top: 5px;
}


/*=======*/
/* HMENU */
/*=======*/
#hmenu, #hmenu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	z-index: 100;
}
#hmenu {
	line-height: 1.0;
}
#hmenu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
}
#hmenu ul li {
	width: 100%;
}
#hmenu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#hmenu li {
	float: left;
	position: relative;
}
#hmenu a {
	display: block;
	position: relative;
}
#hmenu li:hover ul,
#hmenu li.mouseover ul {
	left: 0;
	top: 27px; /* match top ul list item height */
}
#hmenu li:hover li ul,
#hmenu li.mouseover li ul {
	top: -999em;
}
#hmenu li li:hover ul,
#hmenu li li.mouseover ul {
	left: 200px; /* match ul width */
	top: 0;
}
#hmenu li li:hover li ul,
#hmenu li li.mouseover li ul {
	top: -999em;
}
#hmenu li li li:hover ul,
#hmenu li li li.mouseover ul {
	left: 200px; /* match ul width */
	top: 0;
}
/* SKIN */
#hmenu {
	float: left;
}
#hmenu ul {
	border: 1px solid #000000;
}
#hmenu > ul {
    border: none;
}
#hmenu a {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;
	font-size: 13px;
}
#hmenu a, #hmenu a:visited  {
    color: #000000;
}
#hmenu li {
	background:	#BEBEBE;
}
#hmenu li li {
	border-top:	1px solid #FFFFFF;
	background:	#BEBEBE;
}
#hmenu li li li {
	background:	#BEBEBE;
}
#hmenu li:hover, #hmenu li.mouseover,
#hmenu a:focus, #hmenu a:hover, #hmenu a:active {
	background:	#EEEEEE;
	outline: 0;
}
/* arrows */
#hmenu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
#hmenu .sf-sub-indicator {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url('arrows.gif') no-repeat top center;
}

/*=======*/
/* VMENU */
/*=======*/
#vmenu {
	list-style-type: none;
	text-align: left;
}
#vmenu li {
    display: inline;
    background: transparent url('module-li.gif') no-repeat top left;
}
#vmenu li a {
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 10px;
    vertical-align: top;
    border-bottom: 1px solid #CBD1DA;
}
#vmenu li a:hover {
    color: #000000;
    background-color: #FFFFFF;
}
#vmenu a.current {
    color: #EC7D0E;
    background-color: #FFFFFF;
}

/*=========*/
/* ARTICLE */
/*=========*/
#article {
    width: 100%;
}
#article h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	color: #EC7D0E;
}
#article-info {
    float: right;
    width: 270px;
    margin-left: 20px;
    margin-bottom: 5px;
	border: 1px solid #DDDDDD;
	background: #FEFEFE;
}
#article-image {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
#article-stats {
    margin: 5px;
	border: 1px solid #CBD1DA;
	background: #F1F4F6;
}
#article-stats div.title {
    float: left;
    width: 120px;
    height: 20px;
    margin-left: 5px;
    padding-top: 5px;
    font-weight: bold;
}
#article-stats div.value {
    height: 20px;
    padding-top: 5px;
    margin-left: 125px;
    color: #353535;
}
#article-content {
    padding-top: 10px;
}
#article-links {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
#article-links a {
    display: block;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #0281C4;
    text-decoration: none;
}
#article-links a:hover {
	color: #EC7D0E;
}
#article-link a {
    background: transparent url('article-link.gif') no-repeat center left;
}
#article-file a {
    background: transparent url('article-file.gif') no-repeat center left;
}
#article-comment a {
    background: transparent url('article-comment.gif') no-repeat center left;
}
#article-login a {
    background: transparent url('article-login.gif') no-repeat center left;
}

/*=============*/
/* ADVERTISING */
/*=============*/
#content-right div.advertising {
    text-align: center;
}

/*========*/
/* OTHERS */
/*========*/
div.example {
    border: 1px solid #F1CA85;
    background: #FCF3E4;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
div.example-title {
    font-size: 15px;
    font-weight: bold;
    color: #EA6211;
}
div.example-description {
    padding-top: 10px;
}

