/* CSS dokument - Copyright macrostudio - www.macro.si */

* {
	margin: 0px;
	padding: 0px;

}

html,body,#wrapper {
	height: 100%;
}

#wrapper {
	background-color: #ffffff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body {
	background-color: #83c231;
	font: normal 11px verdana,Tahoma, Arial, Helvetica, Sans-serif;
	color: #3f3f3f;
}

table {
	border-collapse: collapse; 
	border: 0px;
}

table td {
	padding: 0px;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

input, textarea, select {
	font-family: verdana, Tahoma, Arial;
	font-size: 11px;
	padding: 2px;
	letter-spacing: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: solid 1px #7b7b7b;
}

.button {
	padding: 3px;
	border: 0px;
	color: #fff;
	background-color: #404143;
}

.button:hover {
	background-color: #ffc600;
	color: #000
}

.form_table, .info_table {
	width: 100%;
	border: solid 0px;
	margin-bottom: 8px;
}

.form_table td, .info_table td {
	border-bottom: solid 1px #4b4b4b;
}

.info_table td {
	padding: 3px;
}

#header {
	height: 80px;
	width: 100%;
	background-color: #91cd49;
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
	padding-bottom: 3px;
	border-bottom: solid 7px #b2ee69;
}

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

#header a:hover {
	text-decoration: underline;
}

#menu {
	background-image: url(img/topmenu_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 35px;
	height: 30px;
	padding-bottom: 15px;
	width: 700px;
	background-color: #fff;
	margin-top: 4px;

}

#menu td {
	height: 30px;
	width: 1px;
}

#menu a {
	font: normal 13px verdana,Tahoma, Arial, Helvetica, Sans-serif;
	color: #3f3f3f;
	margin-top: 10px;
	padding-bottom: 6px;
	padding-right: 24px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

.content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.content a {
	color: #3f3f3f;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-top: 20px;
	padding-bottom: 30px;
	background-image: url(img/title_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 35px;
}

.error_msg, .info_msg, .confirm_msg, .quote {
	padding: 8px;
	margin-bottom: 20px;
}

.error_msg {
	color: #fc3e3e;
	background-color: #ffc1c1;
}

.info_msg {
	color: #3e86fc;
	background-color: #b2cefc;
}

.confirm_msg {
	color: #539711;
	background-color: #bbe691;
}

.quote {
	border: solid 1px #737373;
	line-height: 18px;
}

.collum_name {
	font-weight: bold;
	color: #ffb400;
}

#footer {
	width: 680px;
	padding:10px;
	background-color: #dddddd;
	color: #7f7e7e;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer a {
	color: #7f7e7e;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* only for this project */
.game_preview  {
	width: 130px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	padding-bottom: 15px; 
}

.game_preview img {
	border: solid 5px #d7d6d6;
	margin-bottom: 7px;
}

.game_preview img:hover {
	border-color: #bcbbbb;
}

.game_preview ._title a {
	font-weight: bold;
	text-decoration: underline;
	color: #0da7ff;
}

.game_preview ._title {
	margin-bottom: 5px;
	margin-left: 6px;
}

.game_preview ._title a:hover {
	text-decoration: none;
}

.game_preview ._played {
	margin-left: 6px;
}

.game ._canvas {
	background-color: #d7d6d6;
	padding: 5px;
}

.game ._top {
	background-color: #d7d6d6;
}

.game_info td {
	padding-right: 20px;
	height: 30px;
}

.news {
	margin-bottom: 20px;
}

.news ._title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #ffa200;
}

.more_link a {
	font: normal 11px verdana,Tahoma, Arial, Helvetica, Sans-serif;
	color: #f13bd1;
	margin-right: 20px;
}

.comment {
	margin-bottom: 12px;
}

.comment a {
	font-weight: bold;
}

.comment ._top {
	margin-bottom: 3px;
}

.top_links {
	margin-right: 30px;
}


#pageLinks {
	margin-top: 8px;
	margin-bottom: 3px;
}

#pageLinks span, #pageLinks a {
	margin-right: -2px;
	border: solid 1px #dbd9d9;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	margin-right: 1px;
}

#pageLinks span { border-color: #d2d2d2; background-color: #e1e1e1;}
