/* 
	###########################################
	+ ------------ REQUIRED CSS ------------- +
	###########################################
*/

html, body
{
	background: #868686;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
}



/*
	Links
*/
a:link		{color: #E71804; text-decoration: none}
a:visited	{color: #820F07; text-decoration: none}
a:hover		{color: #000000; text-decoration: underline}
a:active	{color: #E71804;}

/*
	Smallfont property
*/
.smallfont
{
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica;
}


/* 
	first alternating color
*/
.firstalt	
{
	background-color: #FAFAFA;
	color: #222222;
}

/*
	second alternating color
*/
.secondalt
{
	background-color: #FDFDFD; color: #222222;
}

/*
	third alternating color
*/
.thrdalt    { background-color: F8F8F8; color: #222222;}

/*
	table head
*/
.tblhead	{ color:#ffffff; text-decoration:none; font-size: 12px; font-weight: bold; background-color: #E71804;

	background-image: url('http://www.start.lv/img/gradient_tblhead.gif');}

/*
	table category 
*/
.tblcat	{ color:#FFFFFF; text-decoration:none; font-size: 10px; font-weight: bold; background-color: #515151;}

/*
	table border
*/
.tblborder  { background-color:#E3E3E3}

/*
	highlight
*/
.highlight { background-color: yellow; padding: 1px; color: black}



/*
	misc box
*/
.miscbox
{
	padding:4px;
	border: 1px solid #E3E3E3;

	background-color: #FAFAFA;
}

/*
	breadcrumbs box
*/
.breadcrumbs_box
{
	padding: 6px;
	border: 1px solid #D9D9D9;
	font-weight: bold;
	font-size: 11px;
	background: #F7F7F7;
	text-align: left;
}


/*
	comments loop
*/
.comments_box
{
	padding:4px;
	margin:4px;
	border-bottom: 2px dotted #E3E3E3;
	background-color: #FAFAFA;
}

/*
	colors used for Yes / No stuff.
*/
.red { color: red }
.green {color: green}


/*-- misc. --*/
.border_bottom
{
	border-bottom: 1px solid #E3E3E3;
}

/*
	Field sets style
*/
fieldset
{
	padding: 5px;
}

fieldset legend
{
	padding-bottom: 3px;
}

/* 
	###########################################
	+ ----- CSS used in default style   ----- +
	###########################################
*/
#wrapper
{
	background: #fefefe url(http://www.start.lv/images/etspro/bg.jpg) repeat-x;
	width: 90%;
	margin: 0 auto;	
	align: center;
}

#header
{
	margin-left: 50px;
	_margin-left: 25px; /* ie fix */
	padding-top: 0px;
	float: left;
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size: 42px;
	color: #606060;
	line-height: 1.3em;
}


	.statsbox_up
	{
		width: 328px;
		height: 80px;
		background: url(http://www.start.lv/images/etspro/stats.gif);
		font-family: "Trebuchet MS",Helvetica,Verdana;
		font-size:10px;
		color: #333;
		float:right;
		margin-right: 5%;
		_margin-right: 2%;
	}

	.statsbox_down
	{
		width: 328px;
		height: 80px;
		background: url(http://www.start.lv/images/etspro/stats.gif);
		font-family: "Trebuchet MS",Helvetica,Verdana;
		font-size:10px;
		color: #333;
		float:right;
		margin-right: 5%;
		_margin-right: 2%;
		margin-top: -50px;
		margin-bottom: 50px;
	}

	#statsbox_text
	{
		padding: 15px 0 0 35px;
	}

	.statsbox_button_up
	{
		float: right;
		margin-top: -20px;
		margin-right: 25px;
	}

	.statsbox_button_down
	{
		float: right;
		margin-right: 25px;
		margin-top: 6px;
	}

	#statsbox_button img
	{
		cursor: pointer;
	}


img
{
	border: none;
}

#topnav
{
	margin:0 auto;
	align: center;
	width: 90%;
	background: url(http://www.start.lv/images/etspro/nav_bg.gif);
	height: 46px;
}

#topnav_center
{
	 margin-left:-51px;
	 _margin-left: 0px; /* stupid ie */
	 background: #f4f4f4;
}

#topnav_box
{
	width: 60%;
	height: 46px;
	background: url(http://www.start.lv/images/etspro/nav_center_bg.gif);
	font-family: "Trebuchet MS",Helvetica,Verdana;
	font-size:10px;
	color: #333;
	float:right;
}

#topnav_links
{
	margin-top: 14px;
	margin-left: 51px;
	margin-right: 41px;
	text-align:center;
}

#topnav_links ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#topnav_links li
{
	display: inline;
}

#topnav_links a
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-family: "Lucida Grande",Helvetica,Verdana;
	margin-left: 12px;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
}

#topnav_links a:hover
{
	color: #FFC000;
	border-bottom: 4px #FF7200 solid;
	border-top: 4px #FF7200 solid;
}


#container
{
	min-height: 60%;
	width: 90%;
	margin: 0 auto;
	align: center;
	margin-top: 10px;
}


#footer
{
	background: #BEBEBE;
	height: 35px;
}

#footer span
{
	float: right;
	margin-right: 20px;
	padding-top: 10px;
}

/*
	cat select
*/

#catselect select,input
{
	font-size: 10px;
	font-family: verdana;
}

#catselect form
{
	display: inline;
	padding:4px;
	background: #f1f1f1;
	border: 1px solid #d7d7d7;
	top: 120px;
	position: absolute;
}

#catselect input
{
	color: #EEEEEE;
	background: #c4c4c4;

	border: 1px solid #e0e0e0;
	border-color:  #e0e0e0 #919191 #919191 #e0e0e0;
	text-transform: lowercase;
	font-weight: bold;
}

#catselect input:hover
{
	background: #f3f3f3;
	color: #981B1B;
	cursor: pointer;
}

#rank_1
{
	font-size:30px;
	color: gold;
}

#rank_2
{
	font-size:30px;
	color: silver;
}


#rank_3
{
	font-size:30px;
	color: bronze;
}

.ranks
{
	font-weight:bold;
}

.trend
{
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica;
	color: #222222;
}
.hitsrow
{
	font-weight:bold;	
	color:#E71804;
}

.hitstable td
{
	/*
	border-collapse:collapse;
	border-bottom:1px solid #E3E3E3;
	*/
	font-size: xx-small;
}

.hitstable 
{
	/*
	border:1px solid #E3E3E3;
	border-collapse:collapse;
	*/
}

.cp_nav
{	
	color:#222222;
	background-color:#FDFDFD;
	padding:10px;
	padding-left: 15px;
	font-weight:bold;
	font-size:13px;
	border-bottom: 1px solid #E3E3E3;
	cursor:pointer;
}
.cp_nav_over
{	
	color:#222222;
	background-color:#FAFAFA;
	padding:10px;
	padding-left: 15px;
	font-weight:bold;
	font-size:13px;
	border-bottom: 1px solid #E3E3E3;
	cursor:pointer;
}

.bold_sites
{
	font-size: small; background: #BEBEBE;
}


/* other css styles for html tags */
form
{
	margin: 0px;
}

h1,h2,h3,h4,h5,h6
{
	color:#E71804;
	margin:2px;
}
	
tr,td,p,li,ul,ol,form
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px
}

hr
{
	color:#000000
}

img
{
	border-style: none;
}

b
{
	color:#E71804;
}

select
{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #222222;
	font-size: 10px;
	border: 1px solid #E3E3E3;
	background-color: #FDFDFD;
}

input, textarea ,option
{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #222222;
	font-size: 10px;
	background-color: #FDFDFD;
}

legend
{
	font-weight:bold;
}

#catselect_alt_wrap
{
	padding: 5px;
}

#catselect_alt
{
	border-bottom:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
}

#catselect_alt a
{
	display: block;
	width: 220px;
	text-decoration: none;
	border-collapse: collapse;
	padding: 5px;
	background: #FAFAFA;
	border-top:1px solid #E3E3E3;
}

#catselect_alt a:hover
{
	background: #FDFDFD;
}