body {
	color: #B5B5B5;
	font-size: 11px;
	margin: 0px;
	font-family: Arial;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-color: black;
}

input {
	border: none;
}

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

a:hover {
  color: white;
  text-decoration: none;
}

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h2 {
  font-size: 11px;
	margin: 0px;
	padding: 0px;
}


#main {
	width: 1020px;
	margin: 0px auto;
	min-height: 450px;
	background-image: url("../images/main.jpg");
	background-repeat: no-repeat;
	display: block;
}

#logocenter {
	float: left;
  	background-image: url(../images/logo.jpg);
	width: 800px;
	height: 153px;
	background-repeat: no-repeat;
}

/* LOGIN */
#login {
  	float: left;
  	background-image: url(../images/login.jpg);
	width: 220px;
	height: 153px;
	background-repeat: no-repeat;
	color: #fef56c;
}

#login table {
  float: right;
  margin-right: 5px;
  display: inline;
}

.small_input {
  background-color: #cccccc;
  border: 2px solid black;
  width: 78px;
  height: 12px;
  line-height: 12px;
  float: left;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 9px;
}

.login_button {
  width: 50px;
  height: 20px;
  line-height: 13px;
  background-color: #cccccc;
  border: 2px outset #262626;
  color: black;
  font-size: 9px;
}

.login_button:hover {
  width: 50px;
  height: 20px;
  line-height: 13px;
  background-color: #cccccc;
  border: 2px outset #FFDA38;
  color: black;
  font-size: 9px;
}

.logged {
	text-align: right;
	padding: 10px 10px 0px 0px;
}

.logged img {
	border: 2px outset #FFDA38;
	float: right;
	margin-left: 10px;
	display: inline;
}

#login a {
	color: #fef56c;
	font-weight: bolder;
}

#login a:hover {
	color: white;
}

/* konec LOGIN */

/* MAIN MENU*/

#mainmenu{
	float: left;
	width: 1020px;
	height: 28px;
	text-align: center;
	overflow: hidden;
}

.mainmenu_item a {
  color: white;
  width: 102px;
  height: 28px;
  float: left;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
  background-image: url(../images/top_menu_item.jpg);
}

.mainmenu_item a:hover{
  background-image: url(../images/top_menu_item_hover.jpg);
}

.mainmenu_ico {
  float: left;
  display: inline;
  margin-left: 7px;
  margin-top: 7px;
  width: 14px;
  height: 14px;
}

/* KONEC MAINMENU */


/* LEFT MENU*/
#menu_left {
  width: 167px;
  height: auto;
  float: left;
}

.menu_left_header {
  float: left;
  text-align: right;
  padding-right: 15px;
  width: 152px;
  height: 32px;
  line-height: 32px;
  background-image: url(../images/menu_left_head.jpg);
  color: #B5B5B5;
  font-weight: bolder;  
}

.margintop10 {
  margin-top: 10px;
}

.menu_left_footer {
  float: left;
  width: 167px;
  height: 2px;
  background-image: url(../images/menu_left_footer.jpg);
  background-repeat: no-repeat;  
}

.menu_left_item a{
  float: left;
  width: 132px;
  padding-left: 35px;
  height: 18px;
  line-height: 18px;
  color: #8c8c8c;
  text-decoration: none;
  background-image: url(../images/menu_left_item.jpg);
}

.menu_left_item a:hover{
  color: white;
  background-image: url(../images/menu_left_item_hover.jpg);
}

/* KONEC LEFT MENU*/

/* CENTER */
#center_body {
  display: inline;
  margin-left: 20px;
  float: left;
  width: 641px;
  height: auto;
}

.banner_head {
  float: left;
  width: 641px;
  height: 10px;
  background-image: url(../images/banner_head.jpg);
  margin-top: 10px;
}

.banner_body {
  float: left;
  width: 635px;
  background-image: url(../images/banner_body.jpg);
  padding-left: 3px;
  padding-right: 3px;
}

.banner_footer {
  float: left;
  width: 641px;
  height: 6px;
  background-image: url(../images/banner_footer.jpg);
}

#content_head {
  margin-top: 10px;
  float: left;
  width: 641px;
  height: 24px;
  background-image: url(../images/center_head.jpg);
}

#content_footer{
  float: left;
  width: 641px;
  height: 14px;
  background-image: url(../images/center_footer.jpg);
}

#content_center{
  float: left;
  width: 641px;
  height: auto;
  text-align: justify;
  background-image: url(../images/center_body.jpg);
  background-repeat: y-repeat;
}

.content_text{
  float: left;
  display: inline;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 621px;
  height: auto;
}

.content_text a{
  color: #DBC539;
}

.content_text a:hover{
  color: white;
}

.content_head {
  width: 618px;
  height: 18px;
  line-height: 18px;
  display: inline;
  margin-left: 4px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #FFDA38;
  font-weight: bolder;
  background-color: #151515;
  float: left;
  padding-left: 15px;
}

.content_head a {
	color: #FFDA38;
	text-decoration: none;
}

/* KONEC CENTER*/

/* NEWS */
.news_picture {
  float: left;
  width: 100px;
  margin-right: 15px;
  display: inline;
  margin-bottom: 15px;
  border: 1px dotted black;
}

.news_ico {
  float: left;
  margin-top: 2px;
  width: 14px;
  height: 14px;
  padding-right: 10px;  
}

.news_author {
  color: #41c4a4;
  font-weight: bolder;
}

.news_titles {
  float: left;
  text-align: left;
  width: 504px;
  height: 60px;
}

.news_left_titles {
  width: 50px;
  float: left;
}

.news_bottom {
	width: 621px;
	float: left;
}

.news_details {
	float: right;
	text-align: right;
}

/* KONEC NEWS */

/* RIGHT MENU */
#menu_right {
  width: 168px;
  height: auto;
  float: right;
}

.menu_right_header {
  float: left;
  text-align: right;
  padding-right: 30px;
  width: 138px;
  height: 32px;
  line-height: 32px;
  background-image: url(../images/menu_right_head.jpg);
  color: #B5B5B5;
  font-weight: bolder;  
}

.menu_right_footer {
  float: left;
  width: 168px;
  height: 3px;
  background-image: url(../images/menu_right_footer.jpg);
  background-repeat: no-repeat;  
}

.menu_right_body {
  float: left;
  width: 148px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 18px;
  text-align: center;
  color: #8c8c8c;
  text-decoration: none;
  background-image: url(../images/menu_right_body.jpg);
}

/* KONEC RIGHT MENU*/

/* last wars content*/

.last_war_game_ico {
  float: left;
  width: 13px;
  height: 13px;
}

.last_news_game_ico {
  float: left;
  width: 13px;
  height: 13px;
  display: inline;
  margin-right: 10px;
}

.last_war_flag {
  float: left;
  width: 16px;
  height: 11px;
  margin-right: 5px;
  display: inline;
}

.result_win {
  float: right;
  text-align: right;
  color: #32a200;
}

.result_lost {
  float: right;
  text-align: right;
  color: #c40000;
}

.result_draw {
  float: right;
  text-align: right;
  color: #d9b31c;
}

/* page footer*/

#page_footer {
  width: 1020px;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  margin-top: 10px;
}

#page_footer a{
  color: white;
}

/* small news*/
.small_news_item {
  float: left;
  width: 317px;
  height: auto;
  margin-left: 2px;
  margin-top: 10px;
  display: inline;
}

.small_news_head {
  float: left;
  width: 317px;
  height: 28px;
}

.small_news_body {
  float: left;
  width: 317px;
  height: auto;
  background-image: url(../images/small_news_body.jpg);
}

.small_news_content {
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 297px;
  height: auto;
  overflow: hidden;
}

.small_news_white_a a{
  line-height: 18px;
  height: 18px;
  color: #B5B5B5;
  text-decoration: none;
}

.small_news_white_a a:hover{
  color: white;
  text-decoration: none;
}


.small_news_footer {
  float: left;
  width: 317px;
  height: 17px;
  background-image: url(../images/small_news_footer.jpg);
}

.small_news_title_head {
  width: 299px;
  height: 14px;
  line-height: 14px;
  display: inline;
  margin-left: 4px;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #FFDA38;
  font-weight: bolder;
  background-color: #151515;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.small_news_picture {
  float: left;
  width: 16px;
  height: 16px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.small_news_author {
  color: #41c4a4;
  font-weight: bolder;
}

.small_news_titles {
  float: left;
  text-align: left;
  width: 297px;
  height: 20px;
}

.games {
  float: left;
}

.games a {
  height: 59px;
  width: 167px;
  background-position: top left;
  display: block;
}

.games a:hover {
  background-position: bottom right;
}

.games .active {
  background-position: bottom right;
}

/* SQUAD */
.squad_left {
	width: 130px;
	height: auto;
	float: left;
}

.squad_picture {
	width: 116px;
	height: 155px;
	display: inline;
	margin-left: 10px; 
	border: 2px solid black;
}

.squad_titles {
	color: white;
}

.squad_data {
	color: #B5B5B5;
	display: inline;
	margin-left: 40px;
	float: left;
	width: 451px;
}

.squad_item {
	margin-top: 20px;
	display: block;
	float: left;
	width: 621px;
}

.hidden {
	display: none;
}

.pointer_cursor {
	cursor: hand; 
	cursor: pointer;
}

/* KONEC SQUAD */

/* MATCHES + general table*/
.table_head {
	background-color: #222222;
	color: white;
	text-align: center;
	padding-left: 5px;
}

.table_data {
	text-align: center;
	padding-left: 5px;
}

.table_win {
  background-image: url(../images/icons/win.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.table_lost {
  background-image: url(../images/icons/lost.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.table_draw {
  background-image: url(../images/icons/draw.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

/* KONEC MATCHES + general table*/

/*KOMENTARE*/

.comment_head {
	width: 574px;
	height: 15px;
	line-height: 15px;
	padding-left: 15px;
	display: block;
	background-color: #151515;
	color: #FFDA38;
}

.comment_item {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	width: 589px;
	height: auto;
	display: inline;
	border: 1px dotted #151515;
}

.comment_text {
	width: 559px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	background-color: #454545;
}

.comment_date {
	float: right;
	text-align: right;
	padding-right: 15px;
}

.comment_area {
	background-color: #454545;
	width: 490px;
	float: left;
	height: 50px;
	color: #B5B5B5;
	border: black dotted 1px;
	padding:5px;
	font-size: 11px;
}

.comment_area:focus {
	background-color: #202020;
}

.small_area {
	background-color: #454545;
	width: 310px;
	height: 16px;
	line-height: 16px;
	color: #B5B5B5;
	border: black dotted 1px;
	padding: 0px 5px 0px 5px;
	display: inline;
	margin-right: 25px;
	font-size: 11px;
}

.small_area:focus {
	background-color: #202020;
}

.file_input {
	width: 100px;
}

.comment_input {
	background-color: #454545;
	width: 100px;
	height: 16px;
	line-height: 16px;
	color: #B5B5B5;
	border: black dotted 1px;
	padding: 0px 5px 0px 5px;
	display: inline;
	margin-right: 25px;
	font-size: 11px;
}

.comment_select {
	background-color: #454545;
	color: #B5B5B5;
	border: black dotted 1px;
	font-size: 11px;
	display: inline;
	margin-right: 25px;
	height: 16px;
	line-height: 16px;
}

.comment_input:focus {
	background-color: #202020;
}

.comment_button {
	width: 80px;
	float: right;
	background-color: #202020;
	color: #B5B5B5;
	border: 2px outset #FFDA38;
	font-size: 11px;
}

.comment_button:hover {
	background-color: #151515;
	color: #B1B1B1;
	border: 2px outset #151515;
}

.yellow_text {
	color: #FFDA38;
}
/*KOMENTARE KONEC */

/*DETAIL ZAPASU*/
.war_detail_item {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	width: 589px;
	height: auto;
	display: inline;
	border: 1px dotted #151515;
}

.war_detail_head {
	width: 574px;
	height: 15px;
	line-height: 15px;
	padding-left: 15px;
	display: block;
	background-color: #151515;
	color: #FFDA38;
}

.war_detail_text {
	float: left;
	width: 559px;
	padding-left: 15px;
	padding-right: 15px;
}

.war_detail_report {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	width: 589px;
	height: auto;
	display: inline;
	border: 1px dotted #151515;
}

.war_detail_title_column {
	color: white;
	padding: 5px 10px 5px 0px;
	width: 100px;
}

.war_detail_title_value {
	padding: 5px 10px 5px 10px;
}

.war_detail_title_value img {
	width: 16px;
	height: 16px;
	float: left;
	display: inline;
	margin-right: 10px;
	overflow: hidden;
}

.warmedia_pic {
	border: 1px solid black;
	display: inline;
	margin: 1px;
}
	
/*KONEC DETAILU ZAPASU*/

/* EVENT */
.event_text {
	float: left;
	width: 621px;
}
/* KONEC EVENT*/

/* AWARDS */
.awards_cup_logo {
	margin-bottom: 15px;
}
/* KONEC AWARDS */

/* AVATAR */
.avatar {
	border: 2px outset #FFDA38;
	width: 45px;
	height: 60px;
	float: left;
	display: inline;
	margin-right: 10px;
}
/* KONEC AVATAR*/

/* ALERTS */
.alert {
 	margin-top: 10px;
}

.error,.notice,.success,.information {
	margin-bottom: 1em;
	border: 1px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.information {
	background: #d0e0fb;
	color: #293242;
	border-color: #a1c2f8;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}
/* KONEC ALERTS*/

.left {
	float: left;
}

.textleft {
	text-align: left;
}

.right {
	float: right;
}

.textright {
	text-align: right;
}

.sponsor {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #252525;
}