html
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
}

body
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
	font-family: arial;
	font-size: 12px;

	background-image: url('../img/main_bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center; 
}

h1
{
	font-family: times;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;

	margin-top: 0px;
	margin-bottom: 14px;
}

h2
{
	font-family: times;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;

	margin-top: 24px;
	margin-bottom: 14px;
	margin-left: 26px;
}

h3
{
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;

	margin-top: 24px;
	margin-bottom: 14px;
	margin-left: 26px;
}


a
{
	font-weight: normal;
	text-decoration: none;
	color: #cccccc;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin-top: 0px;
	margin-bottom: 14px;
}

hr
{
	margin-bottom: 14px;
}

div.clear
{
	clear: both;
}

.tright
{
	text-align: right;
}
.tleft
{
	text-align: left;
}
.tcenter
{
	text-align: center;
}


/** SITE **/

#site
{
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	width: 849px;
	
	background-image: url('../img/site_bg.gif');
	background-repeat: repeat-y;
}

div.site_div,
div.site_div_nofade
{
	padding: 0px;
	margin: 0px;

	width: 849px;
	height: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;

	font-size: 1px;
	
	background-image: url('../img/site_div.jpg');
	background-repeat: repeat-x;
}

div.site_div_nofade
{
	background-image: url('../img/site_div_nofade.jpg');
}




/** SITE_FLASH **/

#site_flash
{
	width: 849px;
	height: 300px;
	background-image: url('../img/noflash.jpg');
	background-repeat: no-repeat;
}




/** SITE_MENU **/

#site_menu
{
	margin: 0px auto;
	height: 29px;
	width: 849px;
	background-image: url('../img/menu_bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#site_menu ul
{
	margin: 0px auto;
	padding: 0px;
	padding-left: 60px;
	width: 849px;
	list-style: none;
}

#site_menu ul li
{
	float: left;
	height: 29px;
	cursor: pointer;
}

#site_menu ul li a span
{
	display: none;
}

#site_menu ul li.home 		{	width: 91px; background: url('../img/bn_home.png') no-repeat; }
#site_menu ul li.game_info 	{	width: 125px; background: url('../img/bn_game_info.png') no-repeat; }
#site_menu ul li.gallery 	{	width: 103px; background: url('../img/bn_gallery.png') no-repeat; }
/*#site_menu ul li.downloads 	{	width: 114px; background: url('../img/bn_downloads.jpg') no-repeat; }*/
#site_menu ul li.forum 		{	width: 97px; background: url('../img/bn_forum.png') no-repeat; }
#site_menu ul li.press 		{	width: 87px; background: url('../img/bn_press.png') no-repeat; }
/*#site_menu ul li.multiplayer{	width: 124px; background: url('../img/bn_login.jpg') no-repeat; }*/
#site_menu ul li.buy		{	width: 75px; background: url('../img/bn_buy.png') no-repeat; }
#site_menu ul li.demo		{	width: 84px; background: url('../img/bn_demo.png') no-repeat; }

#site_menu ul li.home_on,
#site_menu ul li.home:hover 		{	width: 91px; background: url('../img/bn_home_on.png') no-repeat; }

#site_menu ul li.game_info_on,
#site_menu ul li.game_info:hover	{	width: 125px; background: url('../img/bn_game_info_on.png') no-repeat; }

#site_menu ul li.gallery_on,
#site_menu ul li.gallery:hover 		{	width: 103px; background: url('../img/bn_gallery_on.png') no-repeat; }

/*#site_menu ul li.downloads_on,
#site_menu ul li.downloads:hover	{	width: 114px; background: url('../img/bn_downloads_on.jpg') no-repeat; }*/

#site_menu ul li.forum_on,
#site_menu ul li.forum:hover 		{	width: 97px; background: url('../img/bn_forum_on.png') no-repeat; }

#site_menu ul li.press_on,
#site_menu ul li.press:hover 		{	width: 87px; background: url('../img/bn_press_on.png') no-repeat; }

/*#site_menu ul li.multiplayer_on,
#site_menu ul li.multiplayer:hover 	{	width: 124px; background: url('../img/bn_login_on.jpg') no-repeat; }*/

#site_menu ul li.buy_on,
#site_menu ul li.buy:hover			{ width: 75px; background: url('../img/bn_buy_on.png') no-repeat; }

#site_menu ul li.demo_on,
#site_menu ul li.demo:hover			{ width: 84px; background: url('../img/bn_demo_on.png') no-repeat; }

#site_menu ul li.languages
{
	width: 53px;
	margin-left: 0px;
	text-align: right;
}
#site_menu ul li.languages_nomp
{
	width: 53px;
	margin-left: 52px;
	text-align: right;
}

/* Old language stuff */

/*
#site_menu ul li.languages
{
	width: 53px;
	margin-left: 133px;
	text-align: right;
}
#site_menu ul li.languages_nomp
{
	width: 53px;
	margin-left: 257px;
	text-align: right;
}
*/

#site_menu ul li.debugs
{
	width: 60px;
	text-align: right;
	padding-top: 8px;
	height: 21px;
	margin-left: 5px;
}
#site_menu ul li.debugs:hover
{
	text-decoration: underline;
}




/** SITE_HEAD **/

#site_dlc_head
{
	height: 33px;
	background-image: url('../img/DLC/dlc_palkkitausta.jpg');
	background-repeat: no-repeat;
}
#head_dlc1
{
	height: 33px;
	width: 219px;
	background-image: url('../img/DLC/dlc_palkki_cn_a.jpg');
	background-repeat: no-repeat;
	float: right;
}
#head_dlc1:hover
{
	background-image: url('../img/DLC/dlc_palkki_cn_b.jpg');
	cursor: pointer;
}

#head_dlc2
{
	height: 33px;
	width: 280px;
	background-image: url('../img/DLC2/dlc_palkki_ptc_a.jpg');
	background-repeat: no-repeat;
	float: right;
}
#head_dlc2:hover
{
	background-image: url('../img/DLC2/dlc_palkki_ptc_b.jpg');
	cursor: pointer;
}

#site_head
{
	height: 137px;
	background-image: url('../img/header_bg.jpg');
	background-repeat: no-repeat;
}

#head_left
{
	width: 302px; /* 330px; */
	height: 135px;
	margin-top: 0px;
	float: left;
	cursor: pointer;
	
	/*border: 1px solid red;*/
}

#head_top
{
	width: 546px; /* 424px; */
	height: 14px;
	float: left;
	text-align: right;
	padding-right: 0px;
	
	/*border: 1px solid red;*/
}
#head_top img.btn_addon
{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
	cursor: pointer;
}

#head_logo
{
	width: 546px; /* 424px; */
	height: 87px;
	float: left;
	text-align: right;
	padding-right: 0px;
	
	/*border: 1px solid red;*/
}
#head_logo img.ngames
{
	padding-right: 19px;
	padding-top: 0px;
	margin-top: 1px;
	cursor: pointer;
}
#head_logo img.paradox
{
	padding-right: 13px;
	padding-top: 0px;
	cursor: pointer;
}

#head_right
{
	width: 546px;
	height: 40px; /*135px;*/
	float: left;
	text-align: right;
	
	/*border: 1px solid red;*/
}

#head_right ul
{
	margin: 0px;
	/*margin-left: 177px;*/
	margin-left: 152px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#head_right ul li
{
	float: left;
	width: 113px;
	height: 30px;
	cursor: pointer;
}

#head_right ul li.tab
{
	/*width: 74px;*/
	height: 16px;
	margin-right: 1px;
	/*margin-top: 65px;*/
	margin-top: 18px;
	padding-top: 4px;
	/*background: url('../img/tab.gif') no-repeat;*/
	
	width: 100px;
	background: url('../img/DE/tab.gif') no-repeat;	
}

#head_right ul li.tab:hover
{
	text-decoration: underline;
}

#head_right ul li.search
{
	width: 124px;
	height: 30px;
	/*margin-top: 48px;*/
	margin-top: 0px;
	margin-left: 12px;
	font-size: 10px;
	text-align: left;
}

#head_right ul li.search form
{
	padding: 0px;
	margin: 0px;
}

#head_right ul li.search input
{
	border: 1px solid #cccccc; 
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	width: 116px;
	height: 15px;
}

#head_right ul li.button
{
	width: 46px;
	height: 20px;
	margin-top: 13px;
	margin-left: 5px;
	background: url('../img/search.gif') no-repeat;
}





/** CONTENT LEFT **/

#content_left
{
	margin: 31px;
	margin-top: 0px;
	width: 225px;
	float: left;
	
	/*border: 1px solid red;*/
	
	text-align: left;
}

#content_left div.box
{
	height: 17px;
	
	margin-top: 31px;
	padding-left: 18px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 0px;
	
	font-weight: bold;
	font-style: italic;
	
	background-image: url('../img/box_top.jpg');
	background-color: #1f1e1b;
	background-repeat: no-repeat;
	background-position: top left;
}

#content_left div.hidden_box
{
	height: 17px;
	
	margin-top: 10px;
	padding-left: 18px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 0px;
	
	font-weight: bold;
	font-style: italic;
	
	background-repeat: no-repeat;
	background-position: top left;
}

#content_left div.box_content
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	background-image: url('../img/box_bottom.jpg');
	background-color: #1f1e1b;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content_left div.box_content ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content_left div.box_content ul li
{
	width: 173px;
	height: 17px;
	padding-left: 36px;
	padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 3px;
}

#content_left div.box_content ul li.on,
#content_left div.box_content ul li:hover { cursor: pointer; background: url('../img/submenu_sel.gif') no-repeat; }

#content_left div.box_content img
{
	margin: 0px auto;
	margin-top: 4px;
	display: block;
	border: 0px;
	
	width: 200px;
	height: 125px;
}

#content_left div.box_content img.blog
{
	margin: 4px;
	margin-right: 7px;
	float: left;
	
	width: 60px;
	height: 60px;
}

#content_left div.box_content b
{
	/*padding-top: 2px;*/
	padding-top: 14px;
	display: block;
	line-height: 20px;
	height: 55px;
}

#content_left div.box_content p
{
	margin: 4px;
	clear: both;
}

#content_left div.box_content a
{
	text-align: right;
	display: block;
	padding: 5px;
	padding-bottom: 3px;
}

#content_left div.box_content a.submenu
{
	text-align: left;
	display: inline;
	padding: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
#content_left div.box_content a.submenu:hover
{
	text-decoration: none;
}

#content_left div.box_content a.image
{
	margin: 0px;
	padding: 0px;
}

#content_left div.box_content span.poll
{
	text-align: right;
	display: block;
	clear: none;
	width: 32px;
	margin-right: 8px;
	float: left;
}

#content_left div.box_content form
{
	margin: 0px;
	padding: 0px;
}

#content_left div.box_content input.pf_Email
{
	color: #cccccc;
	background: transparent;
	border: 1px solid #777777;
	width: 198px;
	margin-left: 4px;
}

#content_left div.box_content input.submitLink
{
	color: #cccccc;
	background-color: transparent;
	text-decoration: none;
	border: none;
	cursor: pointer;
	margin-left: 130px;
	padding-left: 0px;
}
#content_left div.box_content input.submitLink:hover
{
	text-decoration: underline;
}



/** CONTENT RIGHT **/

#content_right
{
	margin: 31px;
	margin-right: 26px;
	margin-left: 0px;
	float: left;
	text-align: left;
	width: 470px;
}

#content_right h1
{
	width: 463px;
	height: 23px;

	margin-bottom: 20px;
	
	padding-top: 3px;
	padding-left: 26px;
	padding-right: 30px;
	
	background: url('../img/content_header_bar.jpg') no-repeat;	
}

#content_right p
{
	width: 470px;
	padding-left: 26px;
}

#content_right pre
{
	width: 470px;
	padding-left: 32px;
	margin-left: 24px;
}

#content_right table
{
	padding-left: 30px;
	margin-left: 0px;
	border: 0px;
}

#content_right td
{
	padding-left: 0px;
	margin-left: 0px;
	border: 0px;
}

#content_right form
{
	padding-left: 0px;
	margin-left: 0px;
	border: 0px;
}

#content_right a
{
	text-decoration: underline;
}

#content_right a.sitemap
{
	text-decoration: none;
}
#content_right a.sitemap:hover
{
	text-decoration: underline;
}

#content_right a.wp_dl
{
	text-decoration: none;
}
#content_right a.wp_dl:hover
{
	text-decoration: underline;
}

#content_right ul
{
	margin: 0px;
	padding: 0px;
	
	list-style: none;
}

#content_right ul li
{
	margin: 0px;
	margin-left: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
	
	padding: 0px;
	padding-left: 20px;
	
	background-image: url('../img/coin.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/* DLC PAPERBACK */

#content_right_paper_top
{
	width: 502px;
	height: 49px;
	background-image: url('../img/DLC/top_scroll.jpg');
	background-repeat: repeat-y;
}
#content_right_paper
{
	width: 502px;
	background-image: url('../img/DLC/middle_scroll.jpg');
	background-repeat: repeat-y;
}
#content_right_paper h2
{
	margin-top: 0px;
	padding-left: 20px;
	color: #000000;
	font-family: "Times New Roman", Times;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 17px;
	
}
#content_right_paper p
{
	width: 410px;
	padding-left: 46px;
	color: #000000;
	font-family: "Times New Roman", Times;
	font-size: 14px;
	font-style: italic;
	line-height: 17px;
}
#content_right_paper a
{
	color: #000000;
}
#content_right_paper img
{
	margin-top: 4px;
	margin-bottom: 18px;
	padding-left: 43px;
}
#content_right_paper_bottom
{
	width: 502px;
	height: 44px;
	background-image: url('../img/DLC/bottom_scroll.jpg');
	background-repeat: repeat-y;
	background-position: top;
}


/* MP FORMS */

#content_right form table
{
	width: 470px;
}
#content_right td.mp_form_input
{
	width: 155px;
}
#content_right td.mp_form_head
{
	width: 90px;
	height: 25px;
}
#content_right td.mp_form_third
{
	width: 200px;
}
#content_right td.spacer
{
	height: 8px;
	font-size: 1px;
}
#content_right select
{
	height: 21px;
}
#content_right select.mp_form
{
	width: 161px;
}
#content_right select.mp_form_bday
{
	width: 40px;
	margin-right: 9px;
}
#content_right select.mp_form_bmon
{
	width: 48px;
	margin-right: 9px;
}
#content_right select.mp_form_byear
{
	width: 55px;
}
#content_right input.mp_form
{
	width: 155px;
}





/* MP LADDER */

#content_right tr.ladder_row_odd
{
	background: #2d2a23;
}

#content_right td.ladder_cell
{
	border-left: 1px solid #cdcda7;
	height: 24px;
	width: 30px;
	text-align: center;
	color: #cdcda7;
}

#content_right td.ladder_cell a
{
	color: #cdcda7;
	text-decoration: none;
}

#content_right td.ladder_head
{
	border-top: 1px solid #cdcda7;
	border-bottom: 1px solid #cdcda7;
	font-weight: bold;
}

#content_right td.ladder_head a
{
	font-weight: bold;
}

#content_right td.ladder_cell_left
{
	text-align: left;
	padding-left: 8px;
}

#content_right td.ladder_cell_rightmost
{
	border-right: 1px solid #cdcda7;
}
#content_right td.ladder_cell_bottomrow
{
	border-bottom: none;
	padding-bottom: 5px;
	height: 16px;
	padding-top: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #cdcda7;
}

#content_right td.ladder_topmost
{
	height: 7px;
	font-size: 1px;
	border: none;
	background: url('../img/mp_ld_top.gif') no-repeat bottom left;
}

#content_right td.ladder_bottommost
{
	height: 7px;
	font-size: 1px;
	border: none;
	background: url('../img/mp_ld_bottom.gif') no-repeat top left;
}




/* MP ACCOUNT STATS */

#mp_astats tr.lightback
{
	background: #2d2a23;
}

#mp_astats td
{
	height: 24px;
	color: #cdcda7;
	padding-left: 12px;
	padding-right: 12px;
}

#mp_astats td.btop
{
	border-top: 1px solid #cdcda7;
}
#mp_astats td.bbot
{
	border-bottom: 1px solid #cdcda7;
}
#mp_astats td.bleft
{
	border-left: 1px solid #cdcda7;
}
#mp_astats td.bright
{
	border-right: 1px solid #cdcda7;
}

#mp_astats td.topmost
{
	height: 7px;
	font-size: 1px;
	border: none;
	background: url('../img/mp_as_top.gif') no-repeat bottom left;
}

#mp_astats td.bottommost
{
	height: 7px;
	font-size: 1px;
	border: none;
	background: url('../img/mp_as_bottom.gif') no-repeat top left;
}






#content_right div.infobox
{
	height: 17px;
	width: 209px;
	
	margin-top: 10px;
	margin-left: 152px;
	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 0px;
	
	font-weight: bold;
	font-style: italic;
	
	background-image: url('../img/box_top.jpg');
	background-color: #262421;
	background-repeat: no-repeat;
	background-position: top left;
}

#content_right div.infobox_content
{
	width: 209px;
	
	margin-left: 152px;
	margin-bottom: 26px;
	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	
	background-image: url('../img/box_bottom.jpg');
	background-color: #262421;
	background-repeat: no-repeat;
	background-position: bottom left;
}






/* GALLERY */

#content_right ul.gallery
{
	width: 478px;
	margin: 0px;
	margin-left: 24px;
	padding: 0px;
	list-style: none;
}

#content_right ul.gallery li
{
	padding: 0px;
	margin: 6px;
	margin-top: 0px;
	margin-bottom: 12px;
	float: left;
	
	background: transparent;
}

#content_right ul.gallery li a img
{
	width: 100px;
	height: 75px;
	border: 1px solid #cccccc;
}

#content_right p.gallery
{
	text-align: right;
	margin-bottom: 26px;
}

#content_right p.gallery a
{
	text-decoration: none;
	padding-right: 25px;
}

#content_right p.gallery a:hover
{
	text-decoration: underline;
}


/* BLOG */

#content_right a.blog
{
	padding-left: 20px;
	
	text-decoration: none;
	
	cursor: pointer;
	
	background-image: url('../img/coin.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#content_right a.blog:hover
{
	text-decoration: underline;
}




/* NEWS */

#content_right div.news_item
{
	width: 478px;
	padding-bottom: 3px;
	
	padding-top: 3px;
	padding-left: 26px;
	padding-right: 30px;
	
	background: url('../img/content_header_bar.jpg') no-repeat;	
}

#content_right div.news_item p
{
	width: 350px; /*460px;*/
	margin-left: 110px;
	padding-left: 0px;
	margin-bottom: 46px;
}

#content_right div.news_item img
{
	margin: 4px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 46px;
	display: block;
	float: left;
}

#content_right a.morelink
{
	text-align: right;
	display: block;
	padding: 5px;
	padding-bottom: 3px;
	width: 90px;
	margin-left: 370px;
	text-decoration: none;
}

#content_right a:hover
{
	text-decoration: underline;
}

#content_right div.news_item h2
{
	float: left;
	width: 310px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

#content_right div.news_item h2.date
{
	text-align: right;
	width: 145px;
	padding-left: 0px;
	clear: right;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

#content_right a.news
{
	padding-left: 20px;
	
	text-decoration: none;
	
	cursor: pointer;
	
	background-image: url('../img/coin.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#content_right a.news:hover
{
	text-decoration: underline;
}

#content_right h3.handbook_title
{
	padding-left: 20px;
	text-decoration: none;
	background-image: url('../img/coin.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#content_right h3.bullet
{
	padding-left: 20px;
	text-decoration: none;
	background-image: url('../img/coin.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


img.btn_handbook
{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
	cursor: pointer;
}





/** SITE_FOOT **/

#site_foot
{
	height: 22px;
	background-image: url('../img/footer_bg.jpg');
	background-repeat: no-repeat;
	padding-top: 6px;
}
