/*
-------------------------------------------------------
"//"           - noslēpj stilu no Firefox un Opera, IE
                 nepareizi interpretē vienas rindas komentāru
                 un izpilda tam sekojošu īpašību;
-------------------------------------------------------
"!important"   - nostrādā uz IE7, Firefox, Opera.
-------------------------------------------------------

PIEMĒRS:
-------------------------------------------------------
  #block
  {
    width: 200px;               [ firefox, opera ]
    // width: 200 !important;   [ ie7 ]
    // width: 220;              [ ie6 ]
  }
-------------------------------------------------------
*/


html,body
{
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
	text-align: center;

}
.r{float:right;} .l{float:left;} .clear{clear:both;font-size:1px;height:1px;}
.w167{width:167px;} .w310{width:310px;}
.h12{height:12px;}
.ml3{margin-left:3px;} .ml10{margin-left:10px;} .ml17{margin-left:17px;}
.mr12{margin-right:12px;} .mr13{margin-right:13px;} .mr16{margin-right:16px;} .mr21{margin-right:21px;} .mr24{margin-right:24px;}
.mb2{margin-bottom:2px;} .mb16{margin-bottom:16px;}
.mt4{margin-top:4px;}
.noPadding{padding:0;}
.tar{text-align:right;}
.cr{color:red;}
#container
{
	text-align: left;
	
	margin-left: auto;
	margin-right: auto;
	background-image:url('/images/img/body_back.png');
  background-repeat: repeat-y;
  padding:0 17px;
  /* background-color: #F5F5DC; bēšīgais tonis */
  background-color: #fafafa;
	/*border-right: 1px solid #9d9d9d;*/
  width: 995px;
}

img
{
	border: none;
}

/*
----------------------
augšējais bloks
----------------------
satur:
a) apollo baneri
b) navigāciju pa sadaļām
*/
#top {
	/* border-bottom: 1px dashed #cdcdcd; */
}

/* banera bloks */
#top_banner {
	height: 135px;
	background-color: #FFFFFF;
}

/* pieliec grāmatzīmēm bloks */
#top_bookmark_holder {
	height: 20px;
	margin: -10px 0 0 0;
	width: 155px;
	float: right;
}

/* apollo radio un meklēšanas bloks */
#top_radio_search_holder {
	margin: 8px 0 0 0;
	// margin: -12px 0 0 0;
	height: 23px;
	width: 135px;
	float: right;
}
#top_radio_search_holder form {
  margin: 0;
}

#top_radio {
	margin: 0 0 0 30px;
	// margin: 0 0 0 15px !important;
	// margin: 0 0 0 10px;
	float: left;
	width: 88px;
	// padding: 2px 0 0 0;
}
#top_radio .inputBtn_radio {
	width: 114px;
  height: 20px;
  background: url(/images/img/apollo_radio.png) center center no-repeat;
  border: none;
  cursor: pointer;
}

#top_search {
	margin: 1px 0 0 0;
	// margin: 2px 0 0 0;
	padding: 2px 0 0 5px;
  height: 20px;
	width: 145px;
	float: right;
}
#top_search .inputStr_search {
	margin: 1px 5px 0 0;
	// margin: 0;
  height: 14px;
  width: 100px;
  padding: 1px 0 0 1px;
  border: 1px solid #777;
  font-size: 8pt;
  font-family: verdana, sans-serif;
}
#top_search .inputBtn_search {
  // margin: 0 0 0 5px;
  background: url(/images/img/search_text.png) center center no-repeat;
	width: 30px;
  height: 18px;
  border: none;
  font-size: 8pt;
  font-family: verdana, sans-serif;
  cursor: pointer;
}


/* navigācijas bloks pa sadaļām  */
#top_menu_holder {
	width: 995px;
	height: 71px;
	/*background-color: #8FBC8B;
	background-color: #FFF;*/
	float: left;
  padding-top:3px;
}
#top_menu_holder .loginForm{
	background-image: url('/images/img/loginBack_v2.png');
	background-repeat: no-repeat;
	float: right;
	width: 186px;
	height: 66px;
  padding: 3px 4px 0 5px;
}
#top_menu_holder .loginForm a{
	color: #dadada;
	font-size: 10px;
}
#top_menu_holder .loginForm form{padding:0;margin:0;}
#top_menu_holder .loginForm input{
	width: 115px;
	border: 1px solid #c3c3c3;
	background-color: #e3e3e3;
	margin-top: 6px;
	color: #a4a4a4;
  //height:13px;
}
#top_menu_holder .loginForm a.submit{
	color: #fff;
	margin-left: 17px;
	font-size: 13px;
}

    /* ------------------ Augšējā pamata navigācijas bloka uzstādījumi: NEMAINĪT start ------------------ */
    #menuTop {
			padding-top: 6px;
      float:left;
    	/*// margin: -10px 0 0 0;*/
  	}
    #menuTop ul {
      list-style: none;
      margin: 0;
      padding: 0;
      float: left;
    }
    #menuTop ul li {
      display: inline;
      float:left;
    }
    #menuTop ul li a {
      display: inline;
      float: left;
  	  width: 100px;
    	height: 30px;
      /*margin: 0 14px 0 0;*/
      padding: 9px 0 0 0;
  	  text-decoration: none;
      text-align: center;
    	font-size: 10pt;
  	}
    #menuTop li a:link, 
    #menuTop li a:visited {
    	color: #fff;
    	display: block;
    	background: url(/images/img/top_menu_button_v4_in.png) 0 0 no-repeat/* 0 -58px no-repeat*/;
  	}

    #menuTop li a:active,
    #menuTop li a:hover {
      color: #fff;
    	background: url(/images/img/top_menu_button_v4.png) 0 0 no-repeat/* 0 -29px no-repeat*/;
    }

    #currMenuTopSection li a:link,
    #currMenuTopSection li a:hover,
    #currMenuTopSection li a:active,
    #currMenuTopSection li a:visited {
    	color: #fff;
    	display: block;
    	background: url(/images/img/top_menu_button_v4.png) 0 0 no-repeat;
    }
    /* ------------------ Augšējā pamata navigācijas bloka uzstādījumi: NEMAINĪT end ------------------ */


/* bloks: vietas aizņēmējs, lai nodrošinātu pareizo pelēkās krāsas apgabalu */
#top_spacer {
  height: 25px;
	font-size: 3px;	/* spec IE6 */
	background-color: #c6c6c6;
	margin-top: 42px;
}





/*
----------------------
kreisās malas bloks
----------------------
satur:
a) navigāciju sadaļas iekšienē
b) reklāmas bloku
c) saišu bloku
*/
#left
{
	float: left;
	width: 192px;
}
#left_in
{
  padding: 0;
}

/* navigācijas bloks sadaļas iekšienē */
#navigation
{
  background-color: #e7e7e7;
  border-bottom: #ccc solid 1px;
  padding: 0 0 10px 0;
  // padding: 0 0 15px 0;
}
#navigation_in
{
/*  min-height: 145px;
  // height: 145px;*/
}

#nav_rss_indent {
    width: 1px; 
    height: 1px; 
    margin-left: 133px;
}
#nav_rss_block {
    position: absolute; 
    width: 51px; 
    height:20px; 
    margin-top: 14px;
}

#nav_NEWS {
  height: 40px;
  background: url(/images/img/left_menu_bg_1.png) 5px 8px no-repeat;
}
#nav_FLASH {
  height: 40px;
  background: url(/images/img/left_menu_bg_2.png) 5px 8px no-repeat;
}
#nav_SERVERS {
  height: 40px;
  background: url(/images/img/left_menu_bg_3.png) 5px 8px no-repeat;
}
#nav_FORUM {
  height: 40px;
  background: url(/images/img/left_menu_bg_4.png) 5px 8px no-repeat;
}
#nav_SERIES {
  height: 40px;
  background: url(/images/img/left_menu_bg_5.png) 5px 8px no-repeat;
}
#nav_DOWNLOAD {
  height: 40px;
  background: url(/images/img/left_menu_bg_6.png) 5px 8px no-repeat;
}

    /* ------------------ Kreisās malas sadaļu navigācijas bloka uzstādījumi: NEMAINĪT start ------------------ */
    #menuLeft {
    	width: 192px;
    	margin: 0px;
  	}
    #menuLeft ul {
      list-style: none;
      margin: 0;
      padding: 0 0 0 7px;
    }
    #menuLeft ul li {
      display: inline;
      width: 148px;
    }
    #menuLeft ul li a {
      display: inline;
  	  width: 153px;
    	height: 19px;
      margin: 0;
      padding: 2px 0 0 25px;
  	  text-decoration: none;
      text-align: left;
/* font-weight: normal;*/
    	font-size: 9pt;
  	}
    #menuLeft li a:link, 
    #menuLeft li a:visited {
    	color: #fff;
    	display: block;
    	background: url(/images/img/left_menu_button.png) 0 0 no-repeat;
  	}

    #menuLeft li a:active,
    #menuLeft li a:hover {
      color: #FFFACD;
    	background: url(/images/img/left_menu_button.png) -358px 0 no-repeat;
    }
	
	#menuLeft ul li a.sel:active,
    #menuLeft ul li a.sel:hover,
	#menuLeft ul li a.sel:link, 
    #menuLeft ul li a.sel:visited	{
      color: #FFFACD;
    	background: url(/images/img/left_menu_button.png) -178px 0 no-repeat;
    }
	

    #currMenuLeftSection li a:link,
    #currMenuLeftSection li a:hover,
    #currMenuLeftSection li a:active,
    #currMenuLeftSection li a:visited {
    	color: #000;
    	color: #fff;
    	display: block;
    	background: url(/images/img/left_menu_button.png) 0 0 no-repeat;
    }

    #menuLeft ul li ul {
      margin: 0;
      padding: 2px 0;
	  /*background: #FFFFFF;*/
	  margin: 0 7px 0 0;
    }

    #menuLeft ul li ul li {
      margin: 0;
      padding: 0;
    }
    
    #menuLeft ul li ul li a {
	  color: #000;
      background: none;
      height: 17px;
  	  width: 143px;
      padding: 2px 0 0 35px;
    }

    /* izvēlētais */
    #menuLeft ul li ul li a:link,
    #menuLeft ul li ul li a:visited {
      color: #444;
    	background: #FFFFFF url(/images/img/sub_menu.png) no-repeat right;
    }
    #menuLeft ul li ul li a:active,
    #menuLeft ul li ul li a:hover {
      color: #000;
    }

    #currMenuLeftSubSection li a:link,
    #currMenuLeftSubSection li a:hover,
    #currMenuLeftSubSection li a:active,
    #currMenuLeftSubSection li a:visited {
      color: #000;
    	font-weight: bold;
    }
    
    /* ------------------ Kreisās malas sadaļu navigācijas bloka uzstādījumi: NEMAINĪT end ------------------ */

.subsel,.subsubsel {
   	font-weight: bold;
}

#boxes_left {
 /* background: #fff;*/
  padding: 0 0 10px 0;
}

#boxes_left_in {
  margin: 0 0 0 3px;
}



/*
----------------------
labās malas bloks
----------------------
satur:
a) pamata satura bloku
b) papildus satura bloku
*/
#right
{
  float: right;
  overflow: hidden;
  width: 802px;
}

/* pamata satura bloks (plats, lapai pa vidu) */
#content_l
{
	padding: 0 6px 0 15px;
  //padding: 0 6px 0 9px;

  float: left;
  
  width: 580px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  min-height: 500px;
 /* background-color: #FFF;*/

  margin-bottom: -5000px;
  padding-bottom: 5000px;
}

* html #content_l
{
	height: 500px;
}

#content_l_in
{
  padding: 0 5px 0 0;
}

/* papildus satura bloks (šaurs, labajā malā) */
#content_r
{
  float: left;
  /* width: 160px; */
  /*width: 200px !important;*/
  width: 193px;
  /*background-color: #FFF;*/
  
  margin-bottom: -5000px;
  padding-bottom: 5000px;
}
#content_r_in
{
 /* padding: 0 5px 5px 5px;*/
}





/*
----------------------
apakšas bloks
----------------------
satur:
a) atrunu par informācijas neizmnatošanu citviet
b) skaitītāju kodus, utml lietas
*/

#about
{
  height: 40px;
	/*background-color: #FFF;*/
	padding: 5px 0 5px 5px;
	text-align: left;
  background: #FFF url(/images/img/about_bg.png) 0 0 repeat-x;
  font-size: 8pt;
  color: #777;
  border-bottom: 1px solid #9d9d9d;
  
}

#amalker
{
/*	width: 240px;*/
	float:right;
}

#footer
{
	border-top: 1px solid #ccc;
	background-color: #777;
	height: 73px;
  background: #FFF url(/images/img/footer_bg.png) 0 bottom repeat-x;
  width: 995px;
}

#par,
#par a,
#par a:visited
{
  color:#777777;
  font-family: verdana, sans-serif;
  font-size: 8pt;
  font-weight: normal;
}

#site_map,
#site_map a,
#site_map a:visited
{
  color:#777777;
  font-family: verdana, sans-serif;
  font-size: 10pt;
  font-weight: normal;
}

.lielabilde
{
	text-align: center;
	width: 100%;
}

#old_ng_button{
	text-align: center;
	margin: 5px;
}

a, a:visited, a:hover
{
	color: #777777;
	text-decoration: none;
}

p a:link,
p a:visited {
  text-decoration: none;
  color: #0093dd;
}
p a:hover,
p a:active {
  text-decoration: underline;
  color: #0093dd;
}

.popup_label
{
	padding: 5px;
	font-size: 22px;
	color: #4c84a1;
	font-family: Verdana;
	text-decoration: bold;
}

#fpBanner{width: 376px;height:155px;margin: 11px 0 0 0;padding-left:5px;}
#content{padding: 20px 0 0 12px;}
#content .left{width: 379px;float: left;}
#content .right{width: 382px;float: left;margin-left:10px;}
#content .block{border: 1px solid #c3c3c3;}
#content .linkBlock{padding: 0 11px 18px;}
#content .flashGamesBlock{padding: 0 6px 0 8px;margin-top:5px;}
#topLists{margin:13px 0 10px 4px;}
#topLists .list20,#topLists .list20_long{float:left;}
#topLists .list20{width:184px;}
#topLists .list20_long{width:282px;}
#topLists .list20_long ol,#topLists .list20 ol,#weekArticles ol{margin:0;font-size:8pt;padding:5px 0 5px 29px;background-color:#fff;margin-top:3px;}
#topLists .list20_long ol a,#topLists .list20 ol a{color:#0093dd;}
#weekArticles ol li.odd a{color:#0093dd;}
#weekArticles ol li.even a{color:#2C556A;}
#commentsLast, #forumLast{width:380px;margin-top:23px;}
#forumLast{margin-top:25px;}
#commentsLast .odd,#forumLast .odd{background-color:#e0e0e0;}
#commentsLast .odd, #commentsLast .even,#forumLast .odd,#forumLast .even{height:26px;width:359px;overflow:hidden;}
#forumLast .odd,#forumLast .even{padding: 2px 4px;}
#commentsLast .odd, #commentsLast .even{padding: 2px 4px 0;}
#commentsLast .list,#forumLast .list{padding:0 9px 10px 4px;color:#000;font-size:7pt;}
#commentsLast .author,#forumLast .author{font-size:7pt;font-weight:bold;color:#2c556a;}
#commentsLast a,#forumLast a{color:#000;font-size:8pt;font-weight:bold;}
#forumLast .moduleTitleRelative{font-weight:normal;}
#leadArticles{width:380px;}
#leadArticles .leadArticle{padding:0 4px 0 4px;width:372px;}
#leadArticles .laContent{}
#leadArticles .laIntro{font-size:9pt;padding:2px 7px 0 0;float:left;width:178px;text-align:justify;}
#leadArticles .laTitle{height:36px;}
#leadArticles .laTitle a{color:#2c556a;font-size:10pt;}
#leadArticles .laImage{float:left;border: 3px solid #c3c3c3;}
#leadArticles .commCount{color:#007bbb;}
#leadArticles .all{text-align:right;font-size:8pt;padding:0 9px 3px 0;}
#leadArticles .all a{color:#2c556a;}
#laButtons{padding: 10px 0 0 15px;}
#onlinePlayers{margin-top:20px;color:#2c556a;font-size:9pt;}
#onlinePlayers .container{padding:4px 5px;margin-top:-9px;}
#onlinePlayers .all{padding:5px;background-color:#e0e0e0;font-weight:bold;}
#onlinePlayers .smaidiList{height:135px;width:167px;}
#onlinePlayers .smaidiListType{color:#858585;font-size:8pt;font-weight:normal;}
#onlinePlayers .label,#onlinePlayers .labelNop{width:116px;float:left;}
#onlinePlayers .label{margin-bottom:5px;}
#onlinePlayers .labelNop{padding:0;}
#onlinePlayers .count{border: 1px solid #5e9ebf;height:13px;width:39px;text-align:right;padding:0 4px;float:left;background-image:url('/images/img/opCount_back.png');background-repeat:repeat-x;font-size:11px;}
#register{padding:10px 0 6px;text-align:center;}
#friends .link{margin-left:15px;}
#friends .link a{color:#000;font-size:9pt;}
.moduleTitleRelative{position: relative;top: -14px;left: -6px;float:left;}
.fc{color: #fff;float:left;background-image: url('/images/img/moduleTitleFc.gif');background-repeat: no-repeat;width: 26px;height: 25px;font-size: 20px;text-align: center;}
.oc, .oc_long{color: #fff;float: left;background-repeat: no-repeat;height: 17px;margin: 5px 0 0 1px;padding-left: 3px;font-size: 12px;}
.oc{background-image: url('/images/img/moduleTitle.gif');width: 149px;}
.oc_long{background-image: url('/images/img/moduleTitle_long.gif');width: 246px;}
.fgListTitle{background-color:#e0e0e0;color:#2c556a;padding:2px 7px;font-weight: bold;font-size:9pt;}
.fgList{padding: 5px 5px 0 3px;font-size:8pt;}
.fg{float:left;}
.fgTitle{text-align:center;width:104px;overflow:hidden;height:30px;}
.fgTitle a{color: #2c556a;font-weight: bold;}
.fgTitle a.fgCommentCount{font-weight:normal;}
.button{float:left;background-image:url('/images/img/button.png');background-repeat:no-repeat;width:26px;height:19px;text-align:center;color:#fff;margin-left:10px;font-size:9pt;}
.button_in{float:left;background-image:url('/images/img/button_in.png');background-repeat:no-repeat;width:26px;height:19px;text-align:center;color:#fff;margin-left:10px;font-size:9pt;}
#search{padding:7px 13px;background-color:#e0e0e0;margin:6px 0 10px;}
#search form{padding:0;margin:0;}
#search .what{height:15px;border:1px solid #777;width:137px;}
#search .submit{margin-left:10px;}
