﻿html {
	min-width: 992px;
	padding: 0px;
	margin: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	background: white url('../../images/bkg1.png') repeat-x fixed left bottom;
	min-width: 992px;
	position: relative;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #464647;
}
a {
	color: #d41c5c;
	text-decoration: none;
	border: none;
}
#top {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 153px;
	height:1px;
}
#top_bar {
	background: transparent url('../../images/home/top_repeat.png') repeat-x scroll right top;
	height: 61px;
	left: 290px;
	right: 9px;
	position: absolute;
	min-width: 550px;
}
#top_bar h1{
	margin:0px;
	padding:0px;
	color:white;
	font-size:16pt;
	font-weight:bold;
	text-align:right;
	padding-right:9px;
	padding-top:12px;
}
#top_bar_right {
	background: transparent url('../../images/home/top_right.png') no-repeat scroll right top;
	height: 62px;
	width: 9px;
	position: absolute;
	right: 0px;
	top: -0px;
}
#logo {
	background: transparent url('../../images/home/top_1.png') no-repeat scroll left top;
	height: 176px;
	width: 290px;
}
#bottom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 38px;
	right: 153px;
}
#bottom_bar {
	background: transparent url('../../images/home/bottom_repeat.png') repeat-x scroll left top;
	height: 47px;
	left: 290px;
	right: 10px;
	bottom: 0px;
	position: absolute;
	text-align: right;
	color: white;
	min-width: 550px;
}
#bottom_bar_right {
	background: transparent url('../../images/home/bottom_right.png') no-repeat scroll right bottom;
	height: 45px;
	width: 7px;
	position: absolute;
	right: 3px;
	bottom: 0px;
}
#bottom_login {
	background: transparent url('../../images/home/bottom_1.png') no-repeat scroll left top;
	height: 164px;
	width: 290px;
	position: fixed;
	bottom: 0px;
	left: 0px;
}
#login_form {
	color: white;
	font-size: 10pt;
	padding-top: 60px;
	padding-left: 25px;
}
#login_form select {
	width: 100%;
	border: 1px #7e8082 solid;
	color: #333333;
}
#edit_secondary_menu {
	display: none;
	height: 1px;
	width: 1px;
}
#login_form a {
	color: white;
	border: none;
	text-decoration: none;
}
#login_form a:hover {
	border-bottom: 1px white dotted;
}
#login_form input {
	border: 1px #7e8082 solid;
	color: #333333;
}
#login_button {
	background: transparent url('../../images/button4.png') no-repeat scroll right center;
	border: none;
	color: white;
	width: 42px;
	text-align: left;
	float: right;
}
#reclame {
	position: absolute;
	top: -50px;
	right: 5px;
	width: 143px;
	min-height: 200px;
}
#reclame a, img {
	border: none;
}
#reclame_top {
	background: #414142 url('../../images/home/publicitate_top.png') repeat-x scroll left top;
	padding: 5px;
}
#reclame_bottom {
	background: transparent url('../../images/home/publicitate_bottom.png') no-repeat scroll left top;
	width: 100%;
	height: 16px;
}
#main_container {
	position: relative;
	margin-top: 53px;
	margin-left: 255px;
	margin-right: 147px;
	margin-bottom: 42px;
}
#secondary_menu {
	position: absolute;
	left: 20px;
	text-align: center;
	top: 120px;
	width: 230px;
	padding-bottom: 164px;
}
#secondary_menu a {
	border: none;
}
#secondary_menu img {
	background: none;
	padding: 0px;
	border: 0px #4E4E50 solid;
	margin-bottom: 5px;
}
#main_top_container {
	width: 591px;
	margin-left: auto;
	margin-right: auto;
}
#main_top_repeat_y {
	background: transparent url('../../images/home/main_top_repeat_y.png') repeat-y scroll left top;
	width: 591px;
	padding-left:0px;
	padding-top: 7px;
	text-align: center;
	padding-bottom: 0px;
	margin-left:-8px;
}
#main_top_bottom {
	background: transparent url('../../images/home/main_top.png') no-repeat scroll left top;
	height: 10px;
	width: 591px;;
	margin-left:-8px;
}
#content {
	padding: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 575px;
	margin-left: auto;
	margin-right: auto;
	font-size:10pt;
}
.operations {
	width: 32px;
	text-align: center;
}
.operations img {
	padding: 0px;
	background: transparent;
	border: none;
	margin-bottom: 2px;
}
.operations a {
	text-decoration: none;
	color: #252626;
	font-weight: bold;
	border: none;
	background: none;
}
.color_1 {
	margin: 0px;
	margin-bottom: 3px;
	background-color: #ED1E79;
	color: white;
	padding: 5px;
	border: 2px #dc4c81 solid;
}
.color_1:hover {
	border: 2px #333333 solid;
}
.color_1 img {
	background: #ffffff;
	padding: 3px;
	margin-right: 10px;
}
.color_1 a{
	color:white;
}
.color_1 a:hover{

}
.color_2 {
	margin: 0px;
	margin-bottom: 3px;
	background-color: #FBC265;
	color: #333333;
	padding: 5px;
	border: 2px #e0eb75 solid;
}
.color_2:hover {
	border: 2px #333333 solid;
}
.color_2 img {
	background: #333333;
	padding: 3px;
	margin-right: 10px;
}
.color_2 a{
	color:#333333;
}
.color_2 a:hover{

}
.color_3 {
	margin: 0px;
	margin-bottom: 3px;
	background-color: #f7931e;
	color: white;
	padding: 5px;
	border: 2px #e5cdb1 solid;
}
.color_3:hover {
	border: 2px #333333 solid;
}
.color_3 img {
	background: #ffffff;
	padding: 3px;
	margin-right: 10px;
}
.color_3 a{
	color:white;
}
.color_3 a:hover{

}
.color_4 {
	margin: 0px;
	margin-bottom: 3px;
	background-color: #9e005d;
	color: white;
	padding: 5px;
	border: 2px #ac367c solid;
}
.color_4:hover {
	border: 2px #333333 solid;
}
.color_4 img {
	background: #ffffff;
	padding: 3px;
	margin-right: 10px;
}
.color_4 a{
	color:white;
}
.color_4 a:hover{

}
.color_5 {
	margin: 0px;
	margin-bottom: 3px;
	background-color: #D7ED00;
	color: #333333;
	padding: 5px;
	border: 2px #ebe1bf solid;
}
.color_5:hover {
	border: 2px #333333 solid;
}
.color_5 img {
	background: #333333;
	padding: 3px;
	margin-right: 10px;
}
.color_5 a{
	color:#333333;
}
.color_5 a:hover{

}
.footer_links {
	margin-top: 20px;
	font-size: 10pt;
	margin-right: 10px;
}
.operations img {
	padding: 0px;
	background: transparent;
	border: none;
	padding-bottom: 2px;
	padding-top: 2px;
}
.holder{
	background: #f2f2f2;
	padding:5px;
}
.holder:hover{
	background:#414142;
}
.holder2{
	background:#f2f2f2;
	padding:5px;
}