
input.submit{
margin-top: 3px;
  background:#fff;
  	color:#000;
  	font-size:12px;
  	padding:1px 15px 1px 15px;
border: 1px solid #666;
} 


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

table tr td {
	font-size: 11px;
}

/*vestules*/
div.vestules{
	background:#fff;
	margin-top:23px;

}

.vestules h1{
 font-size:16px;
 font-weight:bold;
 color:#565656;
 margin-top:25px;
 margin-bottom:7px;
}

table.rakstit td{
	text-align:left;
	border:0px;
	font-size:12px;
	line-height:30px;
}

table.rakstit{
	width:100%;
}

table.atbildet td{
	text-align:left;
	border:0px;
	font-size:12px;
	line-height:20px;
}

table.atbildet{
	width:100%;
}


#vestules{
	padding:15px;
}

#vestules a{
	color:#003e7e;
}


#virsraksti{
	color:#444444;
	padding:0px 5px;
	height:30px;
	line-height:28px;
	font-size:11px;
	font-weight:bold;
	font-family:tahoma;
	border:1px solid #dfdfdf;
	border-top:1px solid #b9b9b9;
	background:url(image/vestules_th.gif) repeat-x;
}
#virsraksti div{
 float:left;
	
}

#sanemtas div{
	float:left;
}

#sanemtas {
	height:25px;
	line-height:25px;
	font-size:12px;
}

#sanemtas input{
margin:6px 3px;
}



.msgcheck{
 width:13px;
 margin: 7px 3px 0px 3px;
 float:left;
}




.msgtext_home{
	line-height:16px;
padding:5px 50px 0px 20px;
	border-top: 1px solid #eeeeee;
	width:700px;
	background:#fff;
}

.msgtext_home ul,.msgtext_away ul{
 	margin:3px -46px 8px 0px;
}

.msgtext_home li,.msgtext_away li{
	display:inline;
	margin-left:5px;
}

.msgtext_home a,.msgtext_away a{
	background:#fff;
	border-top:1px solid #d4d0c8;
	border-bottom:1px solid #808080;
	border-left:1px solid #d4d0c8;
	border-right:1px solid #808080;
	padding:2px 15px;
	text-decoration:none;

}

.msgtext_away{
	line-height:16px;
padding:5px 50px 0px 20px;
	border-top: 1px solid #eeeeee;
	width:100%;
	background:#fff;
}

.msgtitle_home,.msgtitle_away,.msgdate,.msgnick{
	height:25px;
}

.msgtitle_home,.msgtitle_away{
	width:355px;
}
.msgbox_home,.msgbox_away{

	font-size:12px;
	min-height:27px;
	line-height:27px;
	border:1px solid #dfdfdf;
	border-top:0px;
}
#notification{
	border:1px solid #d7d7d7;
	background:#f6f6f6;
	font-size:12px;
	color:#333;
	height:25px;
	padding:0 10px;
	line-height:25px;
}

#informacija {
	margin-top:-24px;
	float:left;	
		background:url(../images/vestules_bar.gif) repeat-x;
	height:31px;
	width:420px;
	padding-top:8px;
}

#informacija_left{
	background:url(../images/vestules_bar_left.gif) left;
	height:31px;
	margin-top:-24px;
	width:6px;
	float:left;

}

#informacija_right{
	background:url(../images/vestules_bar_right.gif) no-repeat ;
	height:31px;
	width:6px;
	float:left;
	margin-top:-24px;

}

#informacija ul{
	font-size:12px;
}

#informacija li{
	display:inline;
}

#informacija a{
	color:#003e7e;
	text-decoration:none;
	margin:0px 12px;
}

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

#informacija img{
	margin-bottom:-3px;
}

#check {
	font-size:12px;
	color:#003e7e;
	margin-bottom:3px;
}
#check a{
	font-size:12px;
}

td.delete a{
	padding:0;
	font-size:12px;
}

td.delete{
	border:0;
	padding:0;
}

table.rakstit td{
	text-align:left;
	border:0px;
	font-size:12px;
	line-height:30px;
}

table.rakstit{
	width:100%;
}

table.atbildet td{
	text-align:left;
	border:0px;
	font-size:12px;
	line-height:20px;
}

table.atbildet{
	width:100%;
}

/* SHITS HAPPENS */
.logina_inputs
{
border: 1px solid #71B1EF;
height: 16px;
font-size: 10px;
width: 100px;
}

.poga
{
	background: url('http://cups.mostwanted.lv/image/submit.gif') right 0 no-repeat;
	float: left;
	height: 25px;
	text-align:center;
	color: #fff;
	font-weight: bold;
}

/* @group Forms */
.form {
  width: 100%;
  margin: 5px 0;
}

.form-small {
  width: 250px;
}

.form label {
  display: block;
  font-weight: bold;
  margin: 2px 0;
  padding: 0;
  line-height: 1.2em;
}

.form input {
  margin: 2px 0;
}

.form .button {
  float: right;
  margin: 5px;
  border: 1px solid #666;
}

.form .button.alignleft {
  float: left;
  margin: 5px;
}

.form .textfield, .form .textfield-short, .form select {
  font-size: 1.2em;
  color: #444;
  margin: 2px 0;
}

.form .textfield {
  width: 100%;
}

.form .textfield-short {
  width: 150px;
}

.form textarea {
  width: 100%;
  margin: 3px 0;
  height: 200px;
  font-size: 14px;
}

.form textarea.bigarea {
  height: 300px;
}

.form label.for-checkbox {
  display: inline;
  font-weight: normal;
}

.form input.checkbox {
  margin: 3px 5px 3px 0;
}

form.boxed {
  border: 5px solid #ddd;
  background-color: #efefef;
  max-width: 400px;
  padding: 10px;
  margin: 5px 0;
}

form.upload-form {
  border: 5px solid #ddd;
  background-color: #efefef;
  padding: 10px;
  margin: 5px 0;
}

fieldset {
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ddd;
}

legend {
  font-weight: bold;
  color: #1A6AB3;
  padding: 0 5px;
  font-size: 1.2em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

fieldset .form label {
  font-weight: normal;
}
/* @end Forms */


#tab_container {
	padding: 2px 0 5px 0;
	font-size: 10px;

}

a {
color: #509300;
text-decoration: none;
}
a:visited
{
color: #509300;
text-decoration: none;
}

#balvas tr
{
vertical-align:middle;
min-height: 50px;
}

.cup_table td
{
height: 18px;
}

.team
{
background: #666;
padding: 2px;
height: 18px;
color: #999;
}

.team a
{
color: #ccc;
text-decoration: none;
}
.team a:hover
{
color: #fff;
text-decoration: none;
}
table.komandas_statistika {
border-width: 1px;
border-style: solid;
border-color: #ccc;
height: 150px;
min-height: 150px;
font-size: 12px;
text-align:center;
vertical-align: bottom;
}

table.komandas_statistika tr{

vertical-align: bottom;
}
table.komandas_stati a{
font-size: 18px;
text-decoration: none;
font-weight: bold;
}
table.komandas_stati a:hover{
font-size: 18px;
font-weight: bold;
text-decoration: none;
}
a:hover
{
color:#3e6680;
text-decoration: underline;
}
img
{
	border: 0px;
}
.size
{
	width: 950px;
	margin: 0px auto;
	background: #fff;
}

.atdalitajs
{
background: url('image/atdalitajs.gif') repeat-x;
width: 100%;
height: 4px;
}


#noscript-bg{ color: #fff;position:fixed;left:0;top:0;width:100%;height:100%;background-color:black;-moz-opacity:.7;opacity:.7;z-index:9999;}
#noscript-text{ color: #fff;position:absolute;text-align:center;left:0;width:100%;top:30%;font-size:18px;line-height:1.5em;z-index:10000;padding-top:70px;background:url(/images/) center top no-repeat;}



