/*
Email Extractor - (c) Miroslav Pecka, 2004
http://emex.pavucina.com

You are allowed to free use and edit this code under the conditions:
1) leave this notice in the source code
2) show the notice "Based on EmEx Email Extractor" with link to "http://emex.pavucina.com"
on a webpage where this code will be working
*/


body{
	margin: 0px 0px 0px 0px;
	font-family : Arial, Helvetica, sans-serif;
}

body {

				   scrollbar-face-color: #d2691e ;
				   scrollbar-shadow-color: #d2691e;
				   scrollbar-highlight-color: white;
				   scrollbar-3dlight-color: #d2691e;
				   scrollbar-darkshadow-color: #d2691e;
				   scrollbar-track-color: #e1e1e1;
				   scrollbar-arrow-color: white;
				 }



h1{
	background-color: #d2691e;
	color: white;
	margin: 0;
	padding : 20px 10px 0 10px;
	font-size : 20pt;
}



h2{
	background-color: Gray;
	color: white;
	margin: 0;
	padding : 3px 10px 3px 10px;
	font-size : 10pt;
}

.langselect{
	background-color: #d2691e;
	color: white;
	margin: 0;
	padding : 0 10px 15px 15px;
	font-size : 10pt;
	text-align: left;
	font-weight: bold;
}

#content
{
	background : gray;
}

.footer{
	background-color: #d2691e;
	color: white;
	margin-bottom: 3px;
	padding : 20px 10px 20px 10px;
	font-size : 10pt;
}

.footer a{
	color:white;
	text-decoration: none;
}
.footer a:hover{
	color:white;
	text-decoration: underline;
}

#left {
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 230px;
	/*height: 100%;
	*/
	/* ie5win fudge begins */
}


#middle {
	padding: 10px;
	border: 0px;
	background: White;
	margin: 0px 10px 0px 230px;
	border-left : 4px dotted gray;
	border-right : 4px dotted gray;	
	font-size : 10pt;
	font-size : 10pt;
}

.menu{
	background-color: Gray;
	color: white;
/*	margin-bottom: 3px;*/
	padding : 3px 10px 3px 10px;
	font-size : 10pt;
}


a            { text-decoration: none; color:white }
a:hover      { text-decoration: underline}	

.langselect a{
	color:white;
	font-weight: normal;
}

.langselect a:hover{
	color:white;
}

div.emexmain
{
	background-color : #ffffff;
	text-align : center;
	padding : 0px;
}


div.settings
{
	margin-bottom : 0px;
	margin-top : 0px;
	padding : 0px;
	border-width : 1px;
	/*border : 1px solid Black;
	*/
	font-size : 10pt;
	line-height : 20pt;
}

div.toset
{
	padding : 3px;
	border : 1px solid Gray;
	font-size : 10pt;
	background-color : #EDEEF1;
	margin-bottom : 3px;
}

div.toset:hover
{
	background : #FFE4C4;
}

#submit
{
	background-color : transparent;
	border :  none;
	text-align : center;
}

input,select
{
	margin-left : 10px;
}

input#ok
{
	background-color : #d2691e;
	color : White;
	margin-left : 0px;
	padding: 2px 8px 2px 8px;
	border-left: 2px solid #F2B88C;
	border-top: solid 2px #F2B88C;
	border-right: solid 2px #8B4410;
	border-bottom: solid 2px #8B4410;
}

div#action_buttons{
	margin: 10px 0 50px 0;
}

div#action_buttons ul {
	padding: 0; 
	margin: 0; 
	list-style: none;
	clear: both;
}
div#action_buttons ul li {
	padding: 0; 
	margin: 0; 
	display: inline;
	float: left;
	width: 160px;
	}

div#action_buttons ul li a{
	color: white;
	background-color : #d2691e;
	width: 150px;
	display: block;
	text-align: center;
	margin: 1px;
	padding: 2px 1px 2px 1px;
	border-left: 2px solid #F2B88C;
	border-top: solid 2px #F2B88C;
	border-right: solid 2px #8B4410;
	border-bottom: solid 2px #8B4410;
	text-decoration: none;
}

div#action_buttons ul li a:hover{
	color: white;
	background-color : #d2691e;
	width: 150px;
	display: block;
	text-align: center;
	margin: 1px;
	padding: 2px 1px 2px 1px;
	border-left: 2px solid #8B4410;
	border-top: solid 2px #8B4410;
	border-right: 2px solid #F2B88C;
	border-bottom: solid 2px #F2B88C;
	text-decoration: none;
}



form
		{margin-bottom:0px;  margin-top: 0px}	
textarea
		{margin-bottom:5px;
		width: 500px}			
		


.napoveda{
	background-color: #DCDCDC;
	border : 1px solid Black;
	padding : 1px 1px 1px 1px;
	margin-top: 20px;
}

.napovedanadpis{
	background-color: #D2691E;
	color: white;
	font-weight: bold;
	border : 0px solid Black;
	padding : 1px 3px 1px 3px;
}

.napovedatext{
	background-color: #DCDCDC;
	padding : 1px 3px 1px 3px;
}

ul{
	list-style : square;
}

.styleinvis {
display: none;
 }







		

		
			


			



			
