@import url('../../modules/contact/css/contact.css');
body{
	background: #FFFFFF url(../images/bg-top-menu.jpg) repeat-x;
	margin: 0;
	top: 0; left: 0;
	font-family: Arial;
	font-size: 12px;
}
*{
	font-family: Arial;
	font-size: 12px;
}
a {
	color: #000000;
	outline:0;
}
a:hover{
	text-decoration: underline !important;
}
h1, h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	color:#000000;
	text-decoration:none;
}
p{
	margin: 0;
}
#main{
	width: 800px;
	position: relative;
	margin: 0 auto;
	
}
#logo{
	position: fixed;
	top: 50px;
	left: 10px;
	background: #FFFFFF url(../images/ccp.png) no-repeat;
	width: 388px;
	height: 508px;
}
#topMenu{
	background: url(../images/bg-top-menu.jpg) repeat-x;
	height: 29px;
}
#topMenu #inner a{
	color: #545454;
	text-decoration: none;
	line-height: 28px;
}
#content{
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#categories{
	margin-top: 20px;
	position: relative;
	width: 195px;
	background: #FFFFFF;
}
#categories .header{
	background: url(../images/bg-header.jpg) no-repeat;
	width: 195px;
	height: 24px;
}
#categories .header h4{
	margin: 0;
	padding-left: 30px;
	font-size: 13px;
	line-height: 24px;
}
#categories ul{
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin: 0;
	padding: 0;
}
#categories ul li{
	background: url(../images/bg-arrow-right.jpg) no-repeat 10px 7px;
	list-style: none;
	padding-left: 20px;
	height: 24px;
	border-bottom: 1px solid #D5D5D5;
}
#categories ul li a{
	color: #545454;
	line-height: 24px;
	text-decoration: none;
}
#latest{
	position: relative;
	width: 195px;
	background: #FFFFFF;
	margin-top: 20px;
}
#latest .header{
	background: url(../images/bg-header.jpg) no-repeat;
	width: 195px;
	height: 24px;
}
#latest .header h4{
	margin: 0;
	padding-left: 30px;
	font-size: 13px;
	line-height: 24px;
}
#latest ul{
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin: 0;
	padding: 0;
}
#latest ul li{
	list-style: none;
	padding: 5px 0 5px 10px;	
	border-bottom: 1px solid #D5D5D5;
}
#latest ul li a{
	color: #545454;
	text-decoration: none;
}

#content_inner{
	position: relative;
}

#leftColumn{
	position: relative;
	width: 195px;
	display: inline;
	float: left;
}
#userBox{
	position: relative;
	width: 195px;
	margin: 20px 0;
	background: #FFFFFF;
}

#userBox .header{
	background: url(../images/bg-header.jpg) no-repeat;
	width: 195px;
	height: 24px;
}
#userBox .header h4{
	margin: 0;
	padding-left: 30px;
	font-size: 13px;
	line-height: 24px;
}
#userBox #formLogin{
	padding: 5px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
#userBox #formNewsletter{
    padding: 5px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
#userBox label{
	display: block;
	margin: 2px 0;
}
#userBox  input{
	border: 1px solid #D5D5D5;
	width: 175px;
	font-size: 12px;
	padding: 2px;
}
#userBox  .errorClass{
	background: #fffdd4;
	/*border: 1px solid #eb3235;*/
}
#userBox  #submit{
	display: block;
	background: #eb3235;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px;
	padding: 2px 15px;
	width: 35px;
	text-decoration: none;
	float: left;
}
#userBox  #parola a{
	text-decoration: none;
	display: block;
	padding: 8px ;
	float: right;
	color: #545454;
	font-weight: bold;
}
#userBox  .link{
	text-decoration: none;
	display: block;
	padding: 2px 8px;
	color: #545454;
	float: left;
}
#loadingLogin, #loadingNewsletter{
	height: 100%;
	text-align: center;
	position: absolute;
	z-index: 100;
	width: 193px;
	margin: 0 1px;
}
#loadingAddComment{
	height: 100%;
	text-align: center;
	position: absolute;
	z-index: 100;
	width: 100%;
}
.loader{
	background: #FFFFFF;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	height: 85%;
	width: 100%;
}
.loader img{
	margin: 40px 0;
}
#userBox .welcomeUser{
	font-weight: bold;
	margin: 5px 0 15px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #D5D5D5;
}
#userBox #formLogin .userUtils{
	padding-bottom: 3px;
	border-bottom: 1px solid #D5D5D5;
}
#userBox #formLogin .userUtils a{
	margin: 5px 10px !important;
	color: #545454;
	text-decoration: none;
	display: block;
}
#userBox #formLogin #logout{
	display: block;
	background: #eb3235;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px;
	padding: 2px 15px;
	width: 35px;
	text-decoration: none;
}

#display{
	position: relative;
	display: inline;
	float: left;
	margin: 20px 15px;
}
#pathway{
	background: url(../images/bg-pathway.jpg) no-repeat;
	width: 650px;
	height: 24px;
}
#pathway ul{
	padding: 5px 15px;
	margin: 0;
}
#pathway ul li{
	display: inline;
	background: url(../images/pathway-separator.png) no-repeat 100% 50%;
	padding-right: 15px;
	padding-left: 5px;
	list-style: none;
	font-size: 11px;
}
#pathway ul li a{
	font-size: 11px;
	text-decoration: none;
}
#pathway ul li:last-child{
	background: none;
}
#mainContent{
	width: 648px;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	position: relative;
}
.capsa{
	padding: 20px;
	border-bottom: 1px solid #D5D5D5;
	background: #FFFFFF;
}
.capsa h1{
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}
.capsa h2 a{
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}
.capsa h2 a:hover{
	text-decoration: underline;
}
.capsa p{
	margin: 5px 0;
}
.capsa .sub b{
	font-size: 11px !important;
	color: #545454;
}
.capsa .sub{
	font-size: 11px !important;
	color: #545454;
	text-align: center;
	display: block;
}

.capsa .sub a{
	font-size: 11px !important;
	color: #545454;
	text-decoration: none;
}
.comments{
	position: relative;
	display: block;
	padding: 20px;
}

#addComment{
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	margin: 10px 0;
	cursor: pointer;
}
#addCommentForm{
	margin:  20px;
}
#addCommentForm p{
	padding: 3px 0;
}
#addCommentForm label{
	display: block;
	width: 80px;
	padding: 3px 0;
}
#addCommentForm input[type=text]{
	width: 250px;
	font-size: 14px;
	border: 1px solid #545454;
	padding: 2px;
}
#addCommentForm textarea{
	width: 310px;
	height: 115px;
	font-size: 14px;
	border: 1px solid #545454;
	padding: 2px;

}
#addCommentForm .left{
	display: inline;
	float: left;
}
#addCommentForm .right{
	display: inline;
	float: right;
}
.submit{
	position: relative;
	display: block;
	background: #eb3235;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px;
	padding: 2px 15px;
	border: 0;
	text-decoration: none;
	float: left;
	cursor: pointer;
}
.errorClass{
	background: #fffdd4;
	border: 1px solid #eb3235 !important;
}
#captchaResponse{
	width: 250px;
	display: block;
}

/* propune o capsa */

#propuneCapsa{
	position: relative;
	padding: 10px;
}
#propuneCapsa p{
	padding: 3px 0;
}
#propuneCapsa label{
	display: block;
	width: 180px;
	padding: 3px 0;
}
#propuneCapsa input[type=text]{
	width: 250px;
	font-size: 14px;
	border: 1px solid #545454;
	padding: 2px;
}
#propuneCapsa select{
	width: 255px;
	font-size: 14px;
	border: 1px solid #545454;
	padding: 2px;
}
#propuneCapsa textarea{
	width: 620px;
	height: 215px;
	font-size: 14px;
	border: 1px solid #545454;
	padding: 2px;
}
#propuneCapsa .left{
	display: inline;
	float: left;
}
#propuneCapsa .right{
	display: inline;
	float: right;
}

#bottom{
	width: 880px;
	margin: 0 auto;
	border: 1px solid #D5D5D5;
	margin-top: 80px;
	padding: 10px 0;
	position: relative;
	background: #FFFFFF;
}
#bottom #developer{
	margin: 0 10px;
	width: 195px;
	display: inline;
	float: left;
}
#bottom #bottomMenu{
	display: inline;
	float: right;
	width: 660px;
	text-align: center;
}
#rate{
	display: inline;
	float: left;
	margin: 10px 20px;
}
#recomanda{
	display: inline;
	float: right;
	line-height: 20px;
	font-size: 12px;
	margin: 10px 20px;
}
.empty{
	padding: 20px;
}
.rules{
	padding: 15px;
}
.paginare{
    width: 100%;
    height: 25px;
    background: #EEEEEE;
    padding-top: 3px;
    text-align: right;
}
.paginare .label{
    display: inline;
    float: left;
    margin-top: 2px;
}
.paginare a{
    text-decoration: none !important;
}
.paginare .curent{
    display: inline;
    float: left;
    margin: 2px;
    padding: 0px 5px;
    font-weight: bold;
}
.paginare .link{
    display: inline;
    float: left;
    margin: 2px;
    padding: 0px 5px;
    background: #eb3235;
    
}
.paginare .link a{
    color: #FFFFFF;
    text-decoration: none;
}
.rss{
	float: right; 
	text-align: right; 
	padding-top:8px; 
	disply: inline;
}
/* jwysiwyg */

div.wysiwyg { border: 1px solid #cccccc; padding: 5px; background-color: #ffffff; }
div.wysiwyg * { margin: 0; padding: 0; }

div.wysiwyg ul.panel { border-bottom: 1px solid #cccccc; float: left; width: 100%; padding: 0 0 4px 0; }
div.wysiwyg ul.panel li { list-style-type: none; float: left; margin: 0 2px;  background: #ffffff;}
div.wysiwyg ul.panel li.separator { height: 16px; margin: 0 4px; border-left: 1px solid #cccccc; }
div.wysiwyg ul.panel li a { opacity: 0.6; display: block; width: 16px; height: 16px; background: url('jquery.wysiwyg.gif') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 1px; }
div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 0.99; }
div.wysiwyg ul.panel li a.active { background-color: #f9f9f9; border: 1px solid #cccccc; border-left-color: #aaaaaa; border-top-color: #aaaaaa; padding: 0; }

div.wysiwyg ul.panel li a.bold { background-position: 0 -16px; }
div.wysiwyg ul.panel li a.italic { background-position: -16px -16px; }
div.wysiwyg ul.panel li a.strikeThrough { background-position: -32px -16px; }
div.wysiwyg ul.panel li a.underline { background-position: -48px -16px; }

div.wysiwyg ul.panel li a.justifyLeft { background-position: 0 0; }
div.wysiwyg ul.panel li a.justifyCenter { background-position: -16px 0; }
div.wysiwyg ul.panel li a.justifyRight { background-position: -32px 0; }
div.wysiwyg ul.panel li a.justifyFull { background-position: -48px 0; }

div.wysiwyg ul.panel li a.indent { background-position: -64px 0; }
div.wysiwyg ul.panel li a.outdent { background-position: -80px 0; }

div.wysiwyg ul.panel li a.subscript { background-position: -64px -16px; }
div.wysiwyg ul.panel li a.superscript { background-position: -80px -16px; }

div.wysiwyg ul.panel li a.undo { background-position: 0 -64px; }
div.wysiwyg ul.panel li a.redo { background-position: -16px -64px; }

div.wysiwyg ul.panel li a.insertOrderedList { background-position: -32px -48px; }
div.wysiwyg ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
div.wysiwyg ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }

div.wysiwyg ul.panel li a.h1 { background-position: 0 -32px; }
div.wysiwyg ul.panel li a.h2 { background-position: -16px -32px; }
div.wysiwyg ul.panel li a.h3 { background-position: -32px -32px; }
div.wysiwyg ul.panel li a.h4 { background-position: -48px -32px; }
div.wysiwyg ul.panel li a.h5 { background-position: -64px -32px; }
div.wysiwyg ul.panel li a.h6 { background-position: -80px -32px; }

div.wysiwyg ul.panel li a.cut { background-position: -32px -64px; }
div.wysiwyg ul.panel li a.copy { background-position: -48px -64px; }
div.wysiwyg ul.panel li a.paste { background-position: -64px -64px; }

div.wysiwyg ul.panel li a.increaseFontSize { background-position: -16px -80px; }
div.wysiwyg ul.panel li a.decreaseFontSize { background-position: -32px -80px; }

div.wysiwyg ul.panel li a.createLink { background-position: -80px -48px; }
div.wysiwyg ul.panel li a.insertImage { background-position: -80px -80px; }

div.wysiwyg ul.panel li a.html { background-position: -48px -48px; }
div.wysiwyg ul.panel li a.removeFormat { background-position: -80px -64px; }

div.wysiwyg ul.panel li a.empty { background-position: -64px -80px; }

div.wysiwyg iframe { border: 0; margin: 5px 0 0 0; clear: left; }

/* nice forms /*
/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */

button span {
	background: transparent url(img/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

button span span {
	background: transparent url(/img/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(/imginput.gif) no-repeat left top;
	float:left;
}

.jNiceInputInner {
	background: transparent url(/imginput.gif) no-repeat right top;
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
}

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404040;	
	line-height: 17px;
	height: 17px;
	*line-height: 15px;/* IE Hacks */
	*height: 15px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}

.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(/img/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(./img/checkbox.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;
	margin-top: 0px;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 17px;
	left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	height: 15px;
	line-height: 15px;
	padding: 0px 3px;
	border: 1px solid #CCCCCC;
	border-right: none;
	background-color: #FFF;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 21px;
	height: 17px;
	background: url(/img/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 16px;
	background-color: #FFF;
	border: solid 1px #CCC;
	height: 150px;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 95%;
}

.jNiceSelectWrapper ul a {
	color:#0099CC;
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#E1F5FF; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

.jNiceFocus { border: dotted 1px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}

/* fancybox */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_right.png') repeat-x;
}