/* project: internet services template
   author: luka cvrk (www.solucija.com) */
  
/* default styles
   -------------- */  

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 1.5em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

/* layout
   ------ */
   
.header { 
	height: 55px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.top_info {
	float: right;
	width: 505px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}

	.top_info_left {
	    font-size: 1.3em;
		width: 200px;
		float: left;
		padding: 0 0 0 35px;
	}

.top_info_left2 {
	    font-size: 0.8em;
		width: 200px;
		float: left;
		padding: 0 0 0 60px;
	}

	.top_info_right {
	    font-size: 0.8em;
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}
	
.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 0.8em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #FF9148;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #FF9148;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #E0691A; 
		background: inherit;
	} 




/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	font-size: 0.7em;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

/*  CSS Sample Stylesheet for Registration form, Login form, and other forms for PHP Easy User Manager.  */

/*  table.ezform is the top header on the login form (and other forms) */
table.ezform {
	background-color: #E1E1E1;
}

.lefttop {
	background-color: #d0d0d0;
}

.righttop {
	background-color: #FFc178;
}

.leftmid {
	background-color: #F0F0F0;
}

.rightmid {
	background-color: #FFEADC;
}

.leftbottom {
	background-color: #F0F0F0;
}

.rightbottom {
	background-color: #FFEADC;
}

/*  form_header is the top header on the login form (and other forms) */
.ezform_header {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/*  form_choices displays the choices available on the login form (and other forms) */
.ezform_choices {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

/*  form_input_box displays the style of the text box on the login form (and other forms) */
.ezform_input_box {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/*  form_button displays the style of the submit button on the login form (and other forms) */
.ezform_button {
    font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E1E1AA;
	background-color: #000000;
	border: solid 1px #808080;
}

.ezform_button_dis {
    font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #808080;
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
}

.ezform_button_ena {
    font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #668600;
	background-color: #C4FB93;
	border: solid 1px #8EC400;
}

/*  form_link displays the style of the links on the login form (and other forms) */
.ezform_link {
    font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	}
	
a.ezform_link:link {
    color: #81516A;
    text-decoration: underline;
}

a.ezform_link:hover {
     color: #81516A;
     text-decoration: underline;
}

/*  info displays the style of the regular text */
.ezform_info {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
    text-decoration: none;
	}
	
a.ezform_info:link {
    color: #555555;
    text-decoration: underline;
}

a.ezform_info:hover {
     color: #888888;
     text-decoration: underline;
}