body {
    margin: 0px;
    color: #000000;
    font-family: arial, sans-serif;
    background-color: #ffffff;
    font-size: 13px;
    background-image: URL('../images/background.png');
	background-repeat:repeat-x;
}

A:link {
    text-decoration: none;
    color: #026AFF;
    font-weight: bold;
    font-size: 13px;
}

A:visited {
    text-decoration: none;
    color: #026AFF;
    font-weight: bold;
    font-size: 13px;
}

A:hover {
    text-decoration: underline;
    color: #ff0000;
    font-weight: bold;
    font-size: 13px;
}

A.menul:link {
    text-decoration: none;
    color: #026AFF;
    font-weight: bold;
    font-size: 13px;
}

A.menul:visited {
    text-decoration: none;
    color: #026AFF;
    font-weight: bold;
    font-size: 13px;
}

A.menul:hover {
    text-decoration: none;
    color: #ff0000;
    font-size: 13px;
}

.info {
    display: none;
    text-decoration: none;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0px;
}

.info_active {
    display: none;
}

.tableh {
    margin: 0px;
}

.tableh2 {
    margin: 0px;
    background-color: #80A4C4;
}

.tableb {
    background-color: #103D87;
    border-top: 1px solid black;
    margin: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

.adminbox {
    font-size: 12px;
    border: #aaaaaa 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    margin: 14px;
    color: #000000;
    background-color: #dddddd;
}

.news_table {
    font-size: 14px;
    border: #7F9DB9 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    margin: 14px;
    color: #000000;
    background-color: #EEF3FD;
    text-align: center;
}

.admin_table {
    font-size: 14px;
    border: #7F9DB9 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    margin: 14px;
    color: #000000;
    background-color: #EEF3FD;
}

.news_table_head {
    background-color: #ffffff;
}

.comment_table {
    font-size: 14px;
    border: #aaaaaa 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    margin: 14px;
    color: #000000;
    background-color: #eeeeee;
    text-align: center;
}

.comment_table_head {
    background-color: #ffffff;
}

.add_table {
    font-size: 14px;
    border: #7F9DB9 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    color: #000000;
    background-color: #EEF3FD;
    text-align: center;
}

.order_table {
    font-size: 14px;
    border: #7F9DB9 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    color: #000000;
    background-color: #EEF3FD;
    text-align: left;
}

.gb_table {
    font-size: 14px;
    border: #7F9DB9 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    color: #000000;
    background-color: #EEF3FD;
    text-align: center;
}

.wiki_list_table {
    font-size: 14px;
    border: #7F9DB9 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    color: #000000;
    background-color: #EEF3FD;
    text-align: left;
}

#box {
    position: absolute;
    right: 5px;
    z-index: 3;
}

#box a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 3px;
}

#box a:hover {
    color: black;
    background: #C4DEFF;
    width: 230px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    background-color: #EEF3FD;
}

#box a span {
    display: none;
}

#box a:hover span {
    color: black;
    background-color: #EEF3FD;
    font-size: 14px;
    border: 0px solid #aaaaaa;
    display: block;
    padding: 4px;
}

.cur1 {
    cursor: pointer;
}

.cur1 {
    cursor: nw-resize;
}

.cur2 {
    cursor: n-resize;
}

.cur3 {
    cursor: sw-resize;
}

.cur4 {
    cursor: s-resize;
}

.backlink {
    font-size: 15px;
}

.help_top {
    font-size: 24px;
    font-weight: bold;
    background-image: url(../images/help/help_top.jpg);
    background-repeat: no-repeat;
}

.content {
    width: 80%;
}

* html img{
    behavior: url('./script/iepngfix.htc')
}

#menutable{
	border-spacing: 0px; 
	margin-left:auto;
	margin-right:auto;
}

#menutable td {
    text-indent: 5px;
	padding: 0px;
    line-height: 38px;
    background-image: URL('/home/refluxa/template/refluxa_default/images/menubar.png');
    background-repeat: repeat-x;
    font-weight: bold;
	overflow:hidden;
}

#menutable td a{
	display: block;
	text-decoration: none;
	color:#777777;
	height:38px;
	padding-left:5px;
	padding-right:10px;
}

#menutable td a:hover{
	background-image:URL('/home/refluxa/template/refluxa_default/images/menuselect.png');
	background-repeat: repeat-x;
}
