/*
 Fisier stiluri 4.0 - Loading Media
 */

/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

/*elemente principale*/
body {
	font-family: "Arial";
	background: url('../img/bodybg.jpg') repeat-x top #f9f9f9;
	font-size: 11px;
	color: #484848;
}
#masterwrapper {
	background: url('../img/wrapperbg.jpg') no-repeat center top;
}
#wrapper {
}
#footerwrapper {
	background: url('../img/footerwrapper.jpg') repeat-x bottom;
}
#page {
	width: 960px;
	margin: 0px auto;
}
a {
	color: #149fee;
	font-size: 12px;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0a5c8a;
}
ul {
	clear: both;
}
b {
	font-weight: bold
}
.clear {
	clear: both;
}
i {
	font-style: italic;
}
h1 {
	font-family: "Georgia";
	font-size: 13px;
	text-transform: uppercase;
	color: #484848;
	font-weight: bold;
}
h1 b {
	font-style: italic;
	font-size: 10px;
	color: #9A9A9A;
}
h2 {
	font-family: "Georgia";
	font-size: 13px;
	color: #484848;
}
h3 {
	font-family: "Georgia";
	font-size: 13px;
	text-transform: uppercase;
	color: #484848;
	padding: 0px 0px 10px 0px;
	width: 100%;
}
h3 a {
	font-family: "Georgia";
	font-size: 13px;
	color: #484848;
}
h4 {
	font-family: "Georgia";
	font-size: 12px;
	font-weight: bold;
	color: #1f3651;
	border-bottom: 1px solid #e7eef5;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline;
	width: 100%;
	float: left;
}
.button {
	float: left;
	border: 1px solid #19a2f0;
	background: url('../img/morebg.jpg') repeat-x top #17a1ef;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 10px;
}
.button:hover {
	color: #ffffff;
	cursor: pointer;
}
input.button {
	height: 21px;
	padding: 0px 10px 5px 10px;
	line-height: 21px;
}
.right {
	float: right !important;
}
strong {
	font-weight: bold !important;
	font-family: "Georgia";
	color: #484848;
}
p {
	font-size: 12px;
	line-height: 14px;
}
/*end elemente principale*/

/*header*/
#header {
	float: left;
	width: 960px;
	height: 249px;
}
.headerCenter {
	float: left;
	width: 960px;
	height: 249px;
	position: relative;
}
.logo {
	float: left;
	position: absolute;
	top: 57px;
	left: 0px;
}

.menu {
	float: left;
	width: 833px;
	height: 34px;
}
.menu ul li {
	float: left;
	background: url('../img/menuseparator.jpg') no-repeat center right;
	padding-right: 2px;
	height: 34px;
	position: relative;
}
.menu ul li a {
	float: left;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0px 18px;
	line-height: 34px;
	height: 34px;
	text-shadow: #1f2a32;
}
.menu ul li a:hover {
	background: url('../img/menuhover.jpg') repeat-x;
}
.menu ul li.active a {
	background: url('../img/menuhover.jpg') repeat-x;
}

ul.subnav {
	position: absolute;
	top: 34px;
	z-index: 9999;
	border-bottom: 4px solid #d3cf55;
	float: left;
	left: 0px;
	width: 170px;
	display: none;
}
ul.subnav li {
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.menu ul li.active ul.subnav li a {
	background: #16446a;
}
ul.subnav li a {
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	height: auto;
	width: 130px;
	border-bottom: 1px solid #1b5280;
	color: #c4e9fe;
	font-size: 12px;
	padding: 7px 20px;
	text-transform: capitalize;
	background: #16446a;
}
ul.subnav li a:hover {
	background: #1b5280;
}
.menu ul li.active ul.subnav li a:hover {
	background: #1b5280;
}
/*end header*/

/*container*/
#container {
	float: left;
	width: 960px;
	padding: 20px 0px;
}
#containerLeft {
	float: left;
	width: 184px;
}
#containerRight {
	float: right;
	width: 766px;
}
/*end container*/

/*content*/
#contentLeft {
	float: left;
	width: 572px;
}
#contentRight {
	float: right;
	width: 184px;
}
/*end content*/

.padding {
	float: left;
	padding: 10px;
}

/*table*/
table {
	width: 100%;
	font-size: 12px;
}
table tr {
	border: 0px solid #ccdae9;
}
table tr.odd {
	background: #fff;
}
table tr th {
	padding: 8px 7px;
	border: 0px solid #ccdae9;
	/*background: #ccdae9;*/
	font-weight: bold;
}
table tr th.stg {
	padding: 8px 7px;
	border: 0px solid #ccdae9;
	background: #ccdae9;
	font-weight: bold;
	text-align: left;
}
table tr td {
	padding: 8px 7px;
	border: 0px solid #ccdae9;
}
table tr td.cntr {
	padding: 8px 7px;
	border: 0px solid #ccdae9;
	text-align: center;
}
table tr td a {
	font-size: 12px;
	font-weight: bold;
}
.aligncenter {
	text-align: center;
}
/*end table*/

/*filtru*/
.filtru {
	float: left;
	background: url('../img/filtrubg.jpg') repeat-x #f4fbff;
	border: 1px solid #d8e0e3;
	padding: 10px;
	margin-bottom: 10px;
	display: inline;
}
.filtru label {
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	color: #5e5e5e;
}
.filtru .input {
	width: 110px;
	height: 20px;
	margin-right: 15px;
	background: #ffffff;
	line-height: 24px;
	border: 1px solid #bdbdbd;
}
.filtru .select {
	width: 100px;
	margin-right: 15px;
	display: inline;
}
/*filtru*/

/*elemente formular*/
.select {
	float: left;
}
/*end elemente formular*/

.back {
	float: left;
	padding: 10px;
}

.error {
	color: #840124;
	text-align: center;
}
.succes {
	color: #197b30;
}

/*formulare*/
.form {
	float: left;
	width: 600px;
}
.formleft {
	float: left;
	width: 162px;
}
.formleft p {
	float: left;
	width: 100%;
	padding-top: 10px;
}
.formleft p label {
	width: 100%;
	color: #555555;
	font-size: 12px;
	padding-bottom: 5px;
	float: left;
}

.formright {
	float: right;
	width: 368px;
}
.formright p {
	float: left;
	width: 100%;
	padding-top: 10px;
}
.formright p label {
	width: 100%;
	color: #555555;
	font-size: 12px;
	padding-bottom: 5px;
	float: left;
}

.formcenter {
	float: right;
	width: 542px;
}
.formcenter p {
	float: left;
	width: 100%;
	padding-top: 10px;
}
.formcenter p label {
	width: 100%;
	color: #555555;
	font-size: 12px;
	padding-bottom: 5px;
	float: left;
}
.formcenter span {
	float: left;
	padding: 4px 0px 0px 10px;
	color: #acacac;
}

.inputMic {
	float: left;
	width: 126px;
	height: 22px;
	background: url('../img/inputmic.jpg') no-repeat center;
	border: 0px;
	font-size: 11px;
	color: #484848;
	padding: 0px 5px
}
.submitMic {
	float: left;
	width: 26px;
	height: 22px;
	background: url('../img/submitmic.jpg') no-repeat center;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}
.inputMic.eroareform {
	background: url('../img/inputmic_error.jpg') no-repeat center;
}
.input {
	float: left;
	width: 152px;
	height: 22px;
	background: url('../img/input.jpg') no-repeat center;
	border: 0px;
	font-size: 11px;
	color: #4c5c6a;
	padding: 0px 5px
}
.input.eroareform {
	background: url('../img/input_error.jpg') no-repeat center !important;
}
.textarea {
	float: left;
	width: 358px;
	height: 102px;
	background: url('../img/textarea.jpg') no-repeat center;
	border: 0px;
	font-size: 11px;
	color: #4c5c6a;
	padding: 5px
}
.textarea.eroareform {
	background: url('../img/textarea_error.jpg') no-repeat center !important;
}
.inputCaptcha {
	float: left;
	width: 77px;
	height: 24px;
	background: url('../img/inputcaptcha.jpg') no-repeat center;
	border: 0px;
	font-size: 11px;
	color: #4c5c6a;
	padding: 0px 5px
}
.inputCaptcha.eroareform {
	background: url('../img/inputcaptcha_error.jpg') no-repeat center !important;
}
/*end formulare*/