body {
 margin: 0 auto 0 auto;
 padding: 0;
 background-color: #D3E2E9;
 background-image: url(../images/bg-block.jpg);
 background-repeat: repeat;
 background-position: center 0;   
 font-size: 75%; 
 text-align: left;
 color: #FFFDEC;
}

body, input, select, textarea {
 font-family: arial, verdana, sans-serif;
}

input, select, textarea {
 font-size: 95%; 
}

:focus { /* FF1.5 bug */
 -moz-outline-style: none;
}

* {
	margin:0;
	padding:0;
}

img {
 border: 0;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
 font-size: 1%;
}

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
	line-height:0;
}

.toRight {
 float: right;
}

.marginBottom {
 margin-bottom: 15px !important;
}

.padTop {
 padding-top: 15px !important;
}

.pageMain {
 text-align: center;
}



/* Fonts */

h1,h2,h3,h4,h5,h6 {
 font-family: arial, verdana, sans-serif;
}

h1, h6 {
 margin-bottom: 10px;
 padding-bottom: 10px;
 background-image: url(../images/h.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;  
 font-size: 140%;
 font-weight: normal;
}

h2 {
 font-size: 140%;
 font-weight: normal;
}

h3, h4 {
 font-size: 100%;
}

h4 {
 margin-top: 15px;
}

h5 {
 margin: 0 0 15px 0;
 padding: 0; 
 font-size: 110%;
 font-weight: normal; 
}

h6.extended {
 margin-bottom: 13px;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}

a {
 color: #FEC753;
 text-decoration: none;
}

a:hover {
 color: #fff;
 text-decoration: none;
}

a.spanLink {
 color: #FEC753;
 cursor: pointer;
 text-decoration: none;
}

a.spanLink:hover {
 color: #FEC753;
 text-decoration: none;
}

a.button {
 padding: 1px 3px 1px 3px;
 color: #000;
 background-image: url(../images/button.gif);
 background-repeat: repeat-x;
 background-position: 0 center; 
 border: 1px solid #8EADB3; 
}

a.noColor {
 color: #FFFDEC;
}

a.noColor:hover {
 color: #FEC753;
}

a.topicDeleteLink {
 color: #f55;
}

a.topicDeleteLink:hover {
 color: #f33;
}

.inactiveButton {
 padding: 1px 3px 1px 3px;
 color: #777 !important;
 border: 1px solid #8EADB3;
 background-color: #E0EAEC; 
 background-image: none !important; 
}

.important {
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button-important.gif) !important; 
 border: 1px solid #FFAB00 !important;
}
 
.statusText {
 color: #444;
 font-weight: bold;
}

.error {
 color: #fbb;
 font-weight: bold;
}

.ok {
 color: #6f6;
 font-weight: bold;
}

hr {
 height: 1px;
 padding: 0;
 margin: 0 0 15px 0;
 border: 0;
 background-image: url(../images/h.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;  
}



/* Inline font formats, decorations */

span.color1 {
  font-color: #ffcc33;
}

span.color2 {
  font-color: #631111;
}



/* Forms */

input.text {
 height: 14px;
 background-image: url(../images/input.gif);
 background-repeat: repeat-x;
 background-position: 0 0; 
 border: 1px solid #376533; 
}

input.submit {
 font-size: 100%;
 color: #000;
 background-image: url(../images/button.gif);
 background-repeat: repeat-x;
 background-position: 0 center; 
 border: 1px solid #376533;
 cursor: pointer;   
}

.submitImportant {
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button-important.gif) !important;
 border: 1px solid #FFAB00 !important;
}

textarea, select {
 background-color: #EDEFF0;
 border: 1px solid #065F85;
}

fieldset {
 width: 96%;
 margin-top: 5px;
 padding: 15px 10px 10px 10px;
 background-color: #044A1F;
 border: 1px #376533 solid;
}

legend {
 margin: 0;
 padding: 0 3px;
 color: #FFFDEC;
}

.sheet .formClear {
 clear: both;
 height: 30px;
}

.sheet {
 width: 390px;
}

.sheet label {
 display: block;
 float: left;
 width: 120px;
 margin-bottom: 9px;
 text-align: right;
}

.sheet .text, .sheet .select, .sheet .textarea {
 display: block;
 width: 170px;
 height: 16px; 
 margin: 0 10px 6px 10px;
 float: left;
}

.sheet .textarea {
 width: 210px;
 height: 100px; 
}

.sheet .select {
 height: 17px;
}

.sheet .file {
 display: block;
 width: 200px;
 height: 16px; 
 margin: 0 10px 6px 10px;
 float: left;
}

.sheet span {
 position: relative;
 display: block;
 width: 70px;
 font-weight: bold;
 background-image: none !important;
 float: left;
}

.sheet input.submit {
 margin: 15px 0 15px 140px;
}

.sheet img {
 margin: 0 0 20px 160px;
 padding: 4px;
 background-color: #EEF8FD;
 border: 1px solid #ABCAC4; 
}



/* Content */

#wrapper {
 width: 100%;
 background-image: url(../images/bg.jpg);
 background-repeat: repeat-y;
 background-position: center 0;
}

#container {
 width: 770px;
 margin: 0 auto 0 auto;
 background-image: url(../images/content.gif); 
 background-repeat: repeat-y;
 background-position: 0 0;
}

#content {
 width: 770px;
 margin: 0 auto 0 auto;
}

#content .main {
 width: 398px;
 min-height: 450px;  
 padding: 15px 15px 10px 15px;
 float: left;
}

#content .side {
 width: 140px;
 padding: 15px 15px 10px 15px;
 float: left; 
}



/* Hierarchal menu */

#content .side ul {
 margin: 0;
 padding: 0;
}

#content .side ul.parent {
 margin-bottom: 15px;
}

#content .side li {
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}

#content .side ul.sub li {
 font-weight: normal;
}



/* Header */

#header {
 position: relative;
 width: 770px;
 height: 128px; 
 margin: 0 auto 0 auto; 
 background-image: url(../images/header.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;   
}

#header img.logo {
 position: absolute;
 left: 220px;
 top: 26px;
 width: 326px;
 height: 61px;
 border: 0;
}

#header p.info {
 position: relative;
 top: 120px;
 padding: 0 10px 0 10px;
 text-align: right;
}

#header .menu {
 position: absolute;
 left: 170px; /* 170 */
 top: 110px;
 width: 430px;
 font-size: 80%;
 text-transform: uppercase;
 text-align: center;
}

#header a {
 padding: 2px 4px 3px 4px;
 color: #FFD706;
 background-image: url(../images/menu.gif);
 background-repeat: repeat-x;
 background-position: 0 0;   
 border-left: 1px solid #92181F;
}

#header a:hover {
 color: #fff;
}

#header a.last {
 border-right: 1px solid #92181F;
}



/* Footer */

#footer {
 position: relative;
 width: 755px;
 height: 26px; 
 margin: 0 auto 0 auto;
 padding: 14px 0 0 15px; 
 background-image: url(../images/footer.gif);
 background-repeat: repeat-x;
 background-position: 0 0;  
 font-size: 90%;
 color: #FFF5C2;  
}

#footer img.logo {
 position: absolute;
 left: 720px;
 top: 12px;
 width: 39px;
 height: 20px;
 border: 0; 
}



/* Content */

#content ul {
 margin-bottom: 15px;
}

#content li {
 margin-bottom: 4px;
 padding: 0 0 0 12px;
 background-image: url(../images/li.gif);
 background-repeat: no-repeat;
 background-position: 0 4px;  
}

#content .main p {
 margin-bottom: 8px;
}

#content .main .lead {
 font-weight: bold;
}  

#content .main .back {
 clear: both;
 font-weight: bold;
 text-align: right;
}  

#content .main .article {
 clear: both;
}  

#content .main .article li {
 margin-bottom: 0;
}  

#content .main ul.chipText {
 margin-bottom: 10px;
} 



/* Login */

.borderedBox {
 margin-bottom: 15px;
}

.loginContent {
 padding: 15px 15px 15px 15px;
 background-color: #0C5D2A;
 border: 1px solid #117336; 
}

.loginContent p {
 margin-bottom: 15px;
}

.owns {
 margin-bottom: 15px;
 padding: 5px 0 5px 0;
 text-align: center;
 font-size: 12px !important;
 background-color: #761D1D;
}

.owns .chip {
 width: 65px;
 margin-bottom: 15px;
 padding: 0 2px 0 2px;
 float: left;
 border-right: 1px solid #C45E5E;
}

.owns .rank {
 width: 65px;
 margin-bottom: 15px; 
 padding: 0 2px 0 2px;
 float: left; 
}

.owns .chip span {
 display: block;
 margin: 13px 0 14px 0 !important;
 font-weight: bold;
 font-size: 18px;
 color: #73FF16;
}

.owns .point span {
 font-weight: bold;
 font-size: 14px;
 color: #73FF16;
}

.owns .rank img {
 width: 41px;
 height: 41px;
 margin: 5px 0 5px 0 !important;
}



#login label {
 display: block;
 width: 30px;
 margin-right: 10px;
 text-align: right;
 float: left;
}

#login input.text {
 width: 53px;
 margin-bottom: 10px;
 float: left; 
}

#login input.submit {
 margin: 0 0 15px 40px;
}

#login div {
 clear: both;
}



/* Guests */

.gustsTitle {

}

.guestList {
 margin-bottom: 15px;
}




/* Pictures */

.imgBorder {
 padding: 4px;
 background-color: #0C5D2A;
 border: 1px solid #117336;
}

.imgLeft {
 margin: 2px 10px 4px 0;
 float: left;
}  

.imgRight {
 margin: 2px 0 4px 10px;
 float: right;
}  



/* Publication page */

#content .main .info {
 margin-bottom: 5px;
 padding-bottom: 10px; 
}

#content .main .info span {
 background-image: none;
}

#content .main .info img {
 margin-left: 5px;
}

#content .main .info .date {
 display: block;
 width: 270px;
 margin: 0 5px 15px 0;
 padding-top: 2px;
 float: left;
}

#content .main .info .date a {
 font-weight: bold;
}

#content .main .info .icons {
 width: 270px; 
 margin-bottom: 0;
 text-align: left;
}

#content .main .info .icons img {
 width: 16px;
 height: 11px;
 margin: 0 3px 0 0;
 padding: 3px;
 background-image: url(../images/icon-bg.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
}

#content .main .info .icons #tools {
 position: relative;
 top: -4px;
}



/* Picture list */

.pictureList .item {
 width: 114px;
 height: 93px;
 margin: 0 7px 7px 0;
 padding: 4px 5px 0 5px;
 background-color: #11602f;
 border: 1px solid #083f1d;  
 text-align: center;
 float: left;
}



/* Side list */

.sideList .sideItem {
 margin-bottom: 10px;
}

.sideList .sideItem .image {
 width: 70px;
 margin-right: 5px;
 padding-top: 2px;
 float: left;
}

.sideList .sideItem h4 {
 margin-bottom: 6px;
}

.sideList .sideItem span {
 color: #444;
 font-weight: bold;
}



/* Lapozó */

#pager {
 clear: both;
 width: 190px;
 height: 35px;
 margin: 20px 0 0 105px;
 padding: 0;
 text-align: center;
 font-weight: bold;
 font-size: 11px;
}

#pager a {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #000;
 background: #EAEBEE;
 border: 1px solid #888;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager a:hover {
 color: #FFA800;
 background: #EEF0F4;
 text-decoration: none;
} 

#pager span.inactive {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #c3bebe;
 background: #EAEBEE;
 border: 1px solid #888;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager span.left {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0;
 float: left;
 text-align: right;
}

#pager span.middle {
 display: block;
 width: 90px;
 padding: 2px 0 3px 0; 
 float: left;
 text-align: center;
}

#pager span.right {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0; 
 float: left;
 text-align: left;
}

#pager select {
 position: relative;
 top: -1px;
 width: 80px;
 height: 16px;
 font-family: tahoma, arial, verdana, sans-serif;
 font-size: 11px;
 font-weight: normal;
 background-color: #EAEBEE;
 border: 1px solid #888;
}



/* Rooms */

.roomInfo {
 margin-bottom: 15px;
 padding: 6px 10px 6px 10px;
 border: 1px solid #237742;
 background-color: #0a5f2a;
}

.roomInfo ul {
 margin-bottom: 0 !important;
}



/* Ranglista */

.listTable {
 width: 400px;
 margin: 3px 0 0 0;
 background-color: #12562b; 
 border: 1px solid #1b743c;
}

.listTable td {
 margin: 0;
 padding: 3px 0 3px 0;
}

.listTable tr.head {
 background-color: #631111;
}

.listTable tr.light {
 background-color: #135a2e;
}

.listTable tr.head td {
 height: 16px;
 padding: 3px 3px 3px 3px;
 font-weight: bold;
 color: #fff;
}

.listTable td.name {
 width: 150px;
 padding: 0 0 0 5px;
}

.listTable td.results {
 width: 100px;
 text-align: center;
}

.listTable td.apne {
 width: 25px;
 text-align: center;
}

.listTable td.number {
 width: 50px;
 text-align: center; 
}

.listTable td.rank {
 width: 150px;
 text-align: center; 
}

.listTable tr.head td a {
 color: #fff !important;
}

.listTable tr.head td a:hover {
 color: #aaf !important;
}

.listTable td.cim {
 padding: 0 5px 0 5px;
}

.listTable td.cim a {
 font-weight: bold; 
}

.listTable td span {
 font-size: 9px;
 font-weight: normal;
 color: #877F6F;
}

.points {
 margin-bottom: 15px;
 padding: 5px 10px 0 10px;
 background-color: #12562b; 
 border: 1px solid #1b743c;
}

.userSearch {
 margin-bottom: 15px;
}

h3.nickName {
 margin-bottom: 10px;
}



/* Comments */

.commentTitle {
 padding-top: 15px;
 font-weight: bold;
 background-image: url(../images/h.gif);
 background-repeat: repeat-x;
 background-position: 0 0;     
}

.newComment textarea {
 width: 300px;
 margin-bottom: 15px;
}



/* Quiz rooms */

.quizRooms {
 width: 400px;
 margin: 3px 0 0 0;
 background-color: #12562b; 
 border: 1px solid #1b743c;
}

.quizRooms td {
 margin: 0;
 padding: 3px 3px 3px 3px;
}

.quizRooms tr.tableHead td {
 background-color: #631111;
 font-weight: bold;
}

.quizRooms tr.highLight td {
 background-color: #135a2e;
}

.quizRooms td.td1 {
 padding: 0 0 0 5px;
}

.quizRooms td.td2 {
 width: 80px;
 text-align: center; 
}

.quizRooms td.td3 {
 width: 100px;
 text-align: center;
}



/* Quotes */

.quotes {
 padding: 5px;
 background-color: #761d1d;
 border: 1px solid #b07e00;
 /* font-style: italic; */
 text-align: center;
}



/* User Info */

.userInfo .pictureBlock {
 width: 90px;
 float: left;
}

.userInfo .textBlock {
 width: 308px;
 float: left;
}