body 
{
	margin:0;
	padding:0;
	background-color: #fff;	
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -350px;
    left: -300px;
    z-index: 1000;
    width: 600px;
    height: 700px;
    padding: 0px;
}
.modalTop
{
    width: 592px;
    background-color: green;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}

a
{
	text-decoration: none;
	color: #666;
}
a:hover { color: #000; }

#container
{
	text-align: left;
	width: 974px;	
}

#menuarea
{
	width: 974px;
	height: 96px;
	background-image: url(../images/header.gif);
}

#headercontent
{
	background-image: url(../images/dots.gif);
}

#main_inside
{
	padding-top: 3px;
	padding-left: 4px;	
}

#main_inside_content
{
	margin-left: 2px;
	margin-right: 2px;
}

.clear
{
	clear: both;
}

.leftalign
{
	float: left;
}

.menuitem
{
	background-image: url(../images/menupillow.gif);	
	height: 39px;
	border: #e4e4e4 1px solid;
}

.menuitem_on
{
	background-image: url(../images/green.jpg);
	background-repeat: no-repeat;
	background-color: #88d932;	
	height: 39px;
	border: #e4e4e4 1px solid;
}

.innermenuitem
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #5a5a5a;
}

.innermenuitem a
{
	text-decoration: none;
	padding-top: 5px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #5a5a5a;
}

.listdef
{
	font-family: Arial;
	font-size: 12px;
	color: black;
	
}

ul
{
	padding-left: 30px;
	margin: 0px;
	list-style-image:url("../images/bullet.gif");
	list-style-type:square;
	line-height: 30px;

}


li a
{
	color: #43a736;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

h2
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 16px;
	color: #999;
	padding-top: 20px;
}

h1
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 18px;
	color: #000;
}

p
{
	font-family: arial;
	font-size: 13px;
	color: #5a5a5a;
}

#intrebari h2
{
	font-family: arial;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.verdecrud
{
	color: #8fd400;
	font-weight: normal;
}

.cenusiu
{
	color: #626262;
	font-weight: normal;
}

h3
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

#main h3
{
	padding: 0px;
	border: 0px;
	color: #5a5a5a;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;	
}

#main p, td
{
	font-size: 11px;
}

.fineprint
{
	font-family: Arial sans-serif;
	font-size: 10px;
	color: #5a5a5a;	
}

.buttonlink
{
	color: white;
	text-decoration: none;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
}

#footer {
	padding: 10px 0;
}

p#footer-copyright {
	color: #8e9295;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

p#footer-copyright a {
	color: #8e9295;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
p#footer-copyright a:hover {
	color: #000;
}

#footer-links {
	padding-top: 2px;
	font-size: 10px;
	float: right;
}
