/* General styles */
body,th,td,tt,p,div,span {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
}
body,form,div {
	margin-top:	0px;
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
}
body {
	background-color: #eaeaea;
}
input,textarea,select {
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	padding-left: 1px;
}
.input-text {
	color: #333333;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
}
p,ul {
	margin-top:	6px;
	margin-bottom: 6px;
}
a:link {
	color: #296dc1;
	text-decoration: none;
}
a:visited {
	color: #296dc1;
	text-decoration: none;
}
a:hover	{
	color: #f27a00;
	text-decoration: underline;
}
a:active {
	color: #296dc1;
	text-decoration: none;
}
.underlined:link, .underlined:visited, .underlined:active {
	text-decoration: underline;
}
.underlined:hover {
	text-decoration: none;
}
.hand {
	cursor: pointer;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
hr {
	border: solid #ced6da 0px;
	border-top-width: 1px;
	height: 0px; 
}
/* popup image styles */
.popup-wrapper {
	background-color: #eaeaea;
	padding: 20px 15px;
}
.popup-block {
	border: 1px solid #a3a3a3;
	padding: 22px;
	margin-top: 3px;
	background-color: #ffffff;
	position: relative;
}
.button:link, .button:visited, .button:hover, .button:active, .action_button:link, .action_button:visited, .action_button:hover, .action_button:active, .big_button:link, .big_button:visited, .big_button:hover, .big_button:active {
	border: 1px solid #9fb305;
	color: #333333;
	background: #c7dc25 url('images/but_bg.gif') repeat-x left top;
	font: normal 10px verdana, geneva, arial, helvetica, sans-serif;
	cursor: pointer;
	white-space: nowrap;
	display: inline;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

.action_button:link, .action_button:visited, .action_button:hover, .action_button:active {
	border: 1px solid #318ca0;
	color: #ffffff;
	background: #149bbb url('images/action_but_bg.gif') repeat-x 0 0;
}

/* popup image styles */