/* ESP CSS file					*/
/* 2007 enemy krew				*/

/*-------------- standard ------------------- */

body,td,th { color: #000000; }

body {
	font: normal 11px "Trebuchet MS", sans-serif;
	margin:0;
	padding:0;
	background:#333333 url(../nes_images/espbg.gif) repeat-y center;
}

a {
	color:#8AAB1B;
	text-decoration:none;
}

a:hover {
	color:#8AAB1B;
	text-decoration:underline;
}

a:focus {
	outline:none;
}

a.titlelink {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

a:hover.titlelink {
	text-decoration: underline;
	color: #000000;
}

a.toplink {
	font-size: 11px;
	color: #e16804;
	font-weight: bold;
	text-decoration:none;
}

a:hover.toplink {
	text-decoration: underline;
	color: #e16804;
}

a.toplink2 {
	font-size: 11px;
	color: #e16804;
	text-decoration:none;
}

a:hover.toplink2 {
	text-decoration: underline;
	color: #e16804;
}

a.toplink3 {
	color: #e16804;
	text-decoration:none;
}

a:hover.toplink3 {
	text-decoration: underline;
	color: #e16804;
}

hr {
	border: 1px;
	border-top: 1px dashed #DDDDDD;
	width: 100%;
	height: 1px;
}

hr.hr1 {
	border-top: 1px url(../nes_images/hr1.gif) top left repeat-x;
	width: 100%;
	height: 1px;
}

hr.hr1 {
      height: 1px;
      background: url(../nes_images/hr1.gif) top left repeat-x;
}

div.hr1 {
	height: 1px;
	background: url(../nes_images/hr1.gif) top left repeat-x;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.hr1 hr {
	display: none;
}

hr.hr2 {
	border-top: 1px url(../nes_images/hr1.gif) top left repeat-x;
	width: 100%;
	height: 1px;
}

hr.hr2 {
      height: 1px;
      background: url(../nes_images/hr1.gif) top left repeat-x;
}

div.hr2 {
	height: 1px;
	background: url(../nes_images/hr1.gif) top left repeat-x;
	margin-top: 1px;
	margin-bottom: 1px;
}

div.hr2 hr {
	display: none;
}

.normalinput {
	background-color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #a8a9a2;
	font-size: 10px;
}

.reginput {
	background-color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #a8a9a2;
	font-size: 13px;
}

.admininput {
	background-color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	font-size: 14px;
}

.regselect {
	background-color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #a8a9a2;
	font-size: 13px;
}

select {
	background-color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #a8a9a2;
	font-size: 10px;
}

textarea {
	background-color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #999999;
}

h1 {
	font-size: 15px;
	border: 0px;
	margin: 0px;
}

/*-------------- site ------------------- */


#sitetop {
	background-color: #ffffff;
	padding: 2px 5px 0px 10px;
	height: 20px;
	color: #999999;
	font-size: 11px;
}

#sitegrey{
	background: #EEEEEE url(../nes_images/top_bg1.gif) top left repeat-x;
	height: 4px;
	font-size: 1px;
}

#sitetitle {
	background: #EEEEEE url(../nes_images/top_bg2.gif) top left repeat-x;
	height: 85px;
	font-size: 1px;
}

#sitegreen {
	background: #A1C717 url(../nes_images/top_bg3.gif) top left repeat-x;
	height: 4px;
	font-size: 1px;
	margin-bottom: 10px;
}

#sitebody {
	padding: 0px 10px 0px 10px;
}

#sitefooter {
	border-top: 1px solid #eef1df;
	margin-top: 10px;
	background-color: #fafbf6;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-size: 10px;
}

/*-------------- news ------------------- */

#mainnews_top {
	background: #fafbf6 url(../nes_images/corners/topc.gif) top left;
	height: 11px;
	font-size: 1px;
}

#mainnews {
	border-left: 1px solid #eef1df;
	border-right: 1px solid #eef1df;
	background-color: #fafbf6;
	padding: 0px 10px 0px 10px;
}

#mainnews_bot {
	background: #fafbf6 url(../nes_images/corners/botc.gif) top left;
	height: 11px;
	font-size: 1px;
}

#newscontent {
	border: 1px solid #eef1df;
	background-color: #fafbf6;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

#newsrecent {
	background: url(../nes_images/ln_bg.gif) top left repeat-x;
	height: 25px;
	margin-bottom: 2px;
}

#newstitle1 {
	padding: 8px 4px 0px 6px;
}

#newstitle2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 0px;
}

#newsimage {
	padding: 8px 0px 8px 0px;
}

#newsbody {
	padding: 2px 4px 4px 6px;
}

#newsinfo {
	padding: 0px 0px 0px 6px;
	color: #999999;
	font-size: 10px;
}

#newsinfo2 {
	border: 1px solid #dde3bf;
	margin-bottom: 10px;
	background-color: #f5f7ee;
	padding: 4px 4px 4px 8px;
	font-size: 10px;
	color: #888888;
}

#newsinfo3 {
	color: #999999;
	font-size: 10px;
}

#newsinfo4 {
	color: #000000;
	font-size: 10px;
}

#newsnextprev {
	padding: 10px 0px 0px 0px;
}

#newsstatus {
  font-size: 12px;
  font-weight: bold;
  color: #e16804;
  padding: 3px 0px 0px 8px;
}

/*-------------- search ------------------- */

#searchbox {
	background: #f5f7ee url(../nes_images/searchbg.gif) top left;
	height: 26px;
	padding: 13px 0px 0px 0px;
}

.searchinput {
	background-color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #708a11;
	font-size: 10px;
}

/*-------------- boxes ------------------- */

#normalbox {
	border: 1px solid #dde3bf;
	margin-bottom: 10px;
	background-color: #f5f7ee;
	padding: 6px 6px 6px 6px;
}

#rankbox {
	border: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#box_title {
	background: #f5f7ee url(../nes_images/boxbg1.gif) top left repeat-x;
	border-left: 1px solid #dde3bf;
	border-bottom: 1px solid #dde3bf;
	border-right: 1px solid #dde3bf;
	padding: 2px 2px 2px 8px;
	color: #43520e;
	font-weight: bold;
}

#box_title_mid {
	background: #f5f7ee url(../nes_images/boxbg.gif) top left repeat-x;
	padding: 2px 2px 0px 8px;
	color: #43520e;
	height: 19px;
	font-weight: bold;
}

#box_title_small {
	background: #f5f7ee url(../nes_images/boxbg_small.gif) top left repeat-x;
	padding: 2px 2px 0px 8px;
	color: #43520e;
	height: 19px;
	font-weight: bold;
}

#box_content1 {
	border-left: 1px solid #dde3bf;
	border-right: 1px solid #dde3bf;
	background-color: #f5f7ee;
	padding: 6px 6px 0px 6px;
}

#box_content2 {
	border-left: 1px solid #dde3bf;
	border-bottom: 1px solid #dde3bf;
	border-right: 1px solid #dde3bf;
	margin-bottom: 10px;
	background-color: #f5f7ee;
	padding: 6px 6px 6px 6px;
}

#box_content_end1 {
	background: #f5f7ee url(../nes_images/boxbg_bot.gif) top left repeat-x;
	height: 7px;
	font-size: 1px;
}

#box_content_end2 {
	background: #f5f7ee url(../nes_images/boxbg_bot.gif) top left repeat-x;
	height: 7px;
	font-size: 1px;
	margin-bottom: 10px;
}

#box_content_end4 {
	background: #f5f7ee url(../nes_images/boxbg_bot2.gif) top left repeat-x;
	height: 7px;
	font-size: 1px;
	margin-bottom: 10px;
}

#box_content_end3 {
	background: #f5f7ee url(../nes_images/corners/botc1.gif) top left repeat-x;
	height: 7px;
	font-size: 1px;
}

#box_content3 {
	border-left: 1px solid #dde3bf;
	border-bottom: 1px solid #dde3bf;
	border-right: 1px solid #dde3bf;
	margin-bottom: 10px;
	background-color: #fafbf6;
	padding: 6px 6px 6px 6px;
}

#box_noborders1 {
	margin-bottom: 10px;
	background-color: #fafbf6;
}

#box_noborders2 {
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #f1f4e7;
	text-align: right;
	padding: 2px 2px 2px 2px;
}

#box_noborders3 {
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #f1f4e7;
	text-align: left;
	padding: 2px 2px 2px 6px;
}

#box_noborders4 {
	margin-top: 2px;
	margin-bottom: 4px;
	background-color: #dde3bf;
	text-align: left;
	padding: 2px 2px 2px 6px;
}

#box_padding {
	padding: 4px 4px 4px 4px;
}


/*-------------- login ------------------- */

#loginbox {
	border: 1px solid #eef1df;
	background: #fafbf6 url(../nes_images/loginbg.gif) top left repeat-x;
	margin-bottom: 10px;
	padding: 6px 6px 6px 6px;
}

#loginuser {
	background: #fafbf6 url(../nes_images/loginbg2.gif) top left repeat-x;
	margin-bottom: 3px;
}

#loginmsgs {
	background-color: #eef1df;
	padding: 1px 1px 1px 3px;
	margin-bottom: 3px;
}

#loginuser1frame {
	margin-bottom: 2px;
}

#loginuser2frame {
	margin-top: 4px;
}

/*-------------- comments ------------------- */

#comments_p1 {
	background: #dde3bf url(../nes_images/hcombg.gif) bottom left repeat-x;
	padding: 3px 3px 3px 10px;
	color: #45595E;
	border-top: 1px solid #ccd1b4;
	border-left: 1px solid #ccd1b4;
	border-right: 1px solid #ccd1b4;
}

#comments_p2 {
	background-color: #fafbf6;
	padding: 8px 8px 8px 10px;
	border-left: 1px solid #ccd1b4;
	border-right: 1px solid #ccd1b4;
	border-bottom: 1px solid #ccd1b4;
}

#comment_change {
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	font-size: 9px;
}

#comments_counter {
	background: #ccd0b7 url(../nes_images/ncombg.gif) top left repeat-x;
	padding: 2px 2px 2px 6px;
	color: #FFFFFF;
	border-left: 1px solid #bcc0a9;
	border-right: 1px solid #bcc0a9;
}

/*-------------- sidepics ------------------- */

#picspacer {
	margin-bottom: 10px;
}

/*-------------- tabs ----------------------- */

.hidden {
	display: none;
}

.tab_notab {
	height: 100%;
	padding: 1px 1px 1px 1px;
}

.tab_body {
	background-color: #e9edd6;
	padding: 16px 16px 16px 16px;
}

.tab_selected {
	background: #dde3bf url(../nes_images/tabbg.gif) top left repeat-x;
	border-left: 1px solid #e9edd6;
	border-right: 1px solid #e9edd6;
	padding: 1px 1px 1px 1px;
	font-weight: bold;
}

/*--------------- polls ----------------------- */

#pollquestion {
	background: #f5f7ee url(../nes_images/pollquestion.gif) bottom left repeat-x;
	border-left: 1px solid #dde3bf;
	border-right: 1px solid #dde3bf;
	padding: 10px 7px 10px 7px;
	font-weight: bold;
}

#polloptions {
     margin-top: 8px;
}

/*--------------- brackets -------------------- */

#bracket_w {
	background: #EEEEEE url(../nes_images/brackets/bbgw.gif) top left;
	padding: 2px 1px 1px 3px;
	font-size: 10px;
}

#bracket_l {
	background: #EEEEEE url(../nes_images/brackets/bbgl.gif) top left;
	padding: 2px 1px 1px 3px;
	font-size: 10px;
}

#bracket_f {
	background: #EEEEEE url(../nes_images/brackets/bbgf.gif) top left;
	padding: 2px 1px 1px 3px;
	font-size: 10px;
}

/*-------------- events ------------------- */

#eventzone {
	background: #FFFFFF url(../nes_images/cups/fifa07.jpg) top left;
	padding: 78px 10px 10px 18px;
	height: 84px;
}

a.eventlink {
	font-size: 11px;
	color: #9fc613;
	font-weight: bold;
	text-decoration:none;
}

a:hover.eventlink {
	text-decoration: underline;
	color: #9fc613;
}

/*-------------- not in use ------------------- */

#errorbox {
	border: 1px solid #ffb9b9;
	background-color: #ffe2e2;
	padding: 6px 6px 6px 6px;
	color: #000000;
	font-weight: bold;
}

#successbox {
	border: 1px solid #c9e365;
	background-color: #e7f5b3;
	padding: 6px 6px 6px 6px;
	color: #000000;
	font-weight: bold;
}

#infobox {
	border: 1px solid #b5d0ff;
	background-color: #e0ebff;
	padding: 6px 6px 6px 6px;
	color: #000000;
	font-weight: bold;
}

#control {
	border: 1px solid #dde3bf;
	margin-bottom: 10px;
	background-color: #f5f7ee;
	padding: 4px 4px 4px 8px;
}

#control2 {
	background: #cccccc url(../nes_images/abg.gif) top left repeat-x;
	padding: 0px 0px 0px 8px;
	color: #000000;
	font-size: 11px;
}


.resultados {
	background-color: #FFFFFF;
	border: 1px solid #DCEAA4;
	padding: 4px 2px 4px 4px;
	margin-top: 5px;
	display: none; }

/* the end */