/* CSS Document */

/*PAGE STRUCTURE*/

/*Set border, padding and margin to 0 for all classes/elements*/
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
}

/*we set the font color, the font family, and the background-color*/
html, body {
	font-family:Verdana;
	font-size:11px;
	font-weight: normal;
	color:#606060;
	background-color: #ffffff;
}

/*main page container-has 4 children: top, top_menu, submenu and content_main*/
#page {
	margin: 0px auto;
	width: 1000px;
	position:relative;
	cursor: default;
}

	/*header*/
	#top {
		height: 90px;
		width: 1000px;
		background-color: #386eac;
	}
		.contur_logo {
			padding: 28px 0px 0px 24px;
			float: left;
		}
			.logo {
				width: 236px;
				height: 44px;
/*				background-image:url('../images/pub/logo.jpg');
				background-repeat: no-repeat;
*/
			}
		.contur_banner {
			padding: 10px 0px 0px 50px;
			float: left;
		}
			.banner {
				float: left;
				width: 475px;
				height: 67px;
				background-image:url('../images/pub/banner.jpg');
				background-repeat: no-repeat;
			}
	/*top menu*/
	#top_menu {
		height: 20px;
		width: 1000px;
		background-color: #012f73;
	}
		.menu_option {
			padding: 2px 10px 0px 10px;
			float: left;
		}
		.menu_option2 {
			padding: 0px 10px 0px 10px;
			float: left;
		}
			.top_menu_text {
				cursor:pointer;
				color: #FFFFFF;
				font-size: 12px;
				font-weight: bold;
			}
		.top_menu_split {
			width:2px;
			height:14px;
			background-color: #386eac;
			margin: 3px 0px 3px 0px;;
			font-size: 0px;
			float: left;
		}
		.top_menu_split2 {
			width:2px;
			height:14px;
			background-color: #386eac;
			margin: 0px 0px 4px 0px;;
			font-size: 0px;
			float: left;
		}

	/*submenu*/
	#submenu {
		/*border:1px solid black;*/
		height: 30px;
		width: 1000px;
	}
		.submenu_left {
				width: 155px;
				float: left;
		}
		.submenu_right {
				width: 700px;
				float: left;
		}

			/*the actual menu in this part of the page*/
			#content_menu {
				height: 22px;
				width: 700px;
				font-size: 0px;
			}
				.content_left_corner {
					float: left;
					height: 22px;
					width: 6px;
					background-image:url('../images/pub/left_corner.jpg');
					background-repeat:no-repeat;
				}
				
				.content_menu_content {
					float: left;
					height: 22px;
					width: 688px;
			/*WE PUT THE BACKGROUND COLOR HERE, BECAUSE IN IE6, THE PARENT CLASS BG HAS PRIORITY*/
					background-color:#CCCCCC;
				}
					.content_menu_option {
						padding: 3px 14px 2px 14px;
						float: left;
					}
						.content_menu_text {
							font-size: 11px;
							color: #002f78;
							font-weight: bold;
							cursor:pointer;
						}

				.content_right_corner {
					float: left;
					height: 22px;
					width: 6px;
					background-image:url('../images/pub/right_corner.jpg');
					background-repeat:no-repeat;
				}
		/*end content menu*/


	/*content_main - 3 children of its own: content_left, content, content_right*/
	#content_main {
/*		border:1px solid white;*/
		width: 1000px;
	}

		/*here we will put the user login area, the calendar, the categories menu*/
		#content_left {
			width: 155px;
			float: left;
		}

			.left_sign_in {
				width: 151px;
				height:106px;
				padding: 0px 0px 0px 4px;
			}

			#left_small_calendar {
				margin:0 auto;
				width: 142px;
				height:152px;
				padding: 0px 0px 20px 0px!important;
				padding: 0px 0px 15px 0px;
			}


			#left_menu {
				width: 151px;
				padding: 0px 0px 0px 4px;
			}
				.left_menu_option {
					width: 146px;
					height: 17px;
					background-image: url('../images/pub/left_menu_bg.jpg');
					background-repeat: no-repeat;
					cursor: pointer;
				}
				.left_menu_option_selected {
					width: 146px;
					height: 17px;
					background-image: url('../images/pub/left_menu_bg_hover.jpg');
					background-repeat: no-repeat;
					cursor: pointer;
				}

				.left_menu_option:hover {
					/*we need to set bg-color for IE6*/
					background-color: #929292;
					background-image: url('../images/pub/left_menu_bg_hover.jpg');
					background-repeat:no-repeat;
				}

				a.left_menu_option:link{
					padding: 0px;
					text-decoration:none;
				}
				a.left_menu_option:visited{
					padding: 0px;
					text-decoration:none;
				}
				a.left_menu_option:hover{
					padding: 0px;
					text-decoration:none;
				}

				.left_menu_text {
					width: 130px;
					height: 16px;
					padding: 1px 0px 0px 16px;
					font-family: Arial, Helvetica, sans-serif;
					font-size:11px;
					font-weight: normal;
					color:#FFFFFF;
					cursor: pointer;
				}

				.left_menu_split {
					width: 146px;
					height: 2px;
					font-size: 0px;
					line-height: 0px;
					background-color: #CCCCCC;
					/*background-image:url('../images/pub/calendar/menu_split.jpg');
					background-repeat: no-repeat;*/
				}
				.left_menu_split_top {
					width: 146px;
					height: 1px;
					font-size: 0px;
					line-height: 0px;
					background-color: white;
				}

		/*content - main information area*/
		#content {
			width: 700px;
			float: left;
		}

/*------------- CONTENT HEADER ------------*/
			.user_header {
				font-family:Arial, Helvetica, sans-serif;
			}
	
			.user_content {
				border:none;
			}
	
			.content_header {
				width: 700px;
				height: 32px;
				font-size: 0px;
			}
			.content_header_text {
				/*font-family:Arial, Helvetica, sans-serif;*/
				font-size:	16px;
				font-weight: bold;
				color:#FFFFFF;
				padding-top: 3px;
			}
				.content_header_left {
					float: left;
					height: 32px;
					width: 7px;
					background-image:url('../images/pub/content_header_left.jpg');
					background-repeat:no-repeat;
				}
	
				.content_header_bg {
					float: left;
					height: 32px;
					width: 686px;
					background-image:url('../images/pub/content_header_bg.jpg');
					background-repeat: repeat-x;
				}
	
				.content_header_right {
					float: left;
					height: 32px;
					width: 7px;
					background-image:url('../images/pub/content_header_right.jpg');
					background-repeat:no-repeat;
				}

/*------------- CONTENT HEADER ------------*/

		/* the border that comes under the header we just defined */
		#borderContent {
			border: 1px solid black;
			padding: 15px 20px 10px 20px;
			margin-top: 0px!important;
			margin-top: -2px;
			background-color: white;
			height: auto !important;
			height: 700px;
			min-height: 700px;
		}

/*
		.home_page_flash {
			width: 700px;
			margin-top: 0px!important;
			margin-top: -2px;
		}
*/
	/*the seach bar */
		.search_bar {
			height: 25px;
			background-image:url(../images/pub/bar.jpg);
			background-repeat: repeat-x;
		}
			.search_bar_text {
				float: left;
				color: #ffffff;
				font-size: 16px;
				line-height: 16px;
				font-weight: bold;
			}
			.search_bar_button {
				float: left;
				width: 100px;
				padding: -2px 0px 0px 20px;
			}
	/* the main building block of the content part of the page*/
		.a {
			width: 660px;
			padding: 10px 20px 0px 20px;
		}

		.content_description {
			width: 660px;
			padding: 0px 0px 20px 0px;
			border-bottom: solid #cccccc 1px;
		}

			.title_club_content {
				padding: 0px 0px 10px 0px;
				font-family:"Gill Sans MT";
				font-size: 22px;
				color:#868686;
			}

				.picture_text {
					width: 220px;
					height: 100px;
					float: left;
				}
					.picture_small {
						float:left;
						width: 100px;
						height: 100px;
					}

					.a_description_text {
						float: left;
						width: 100px;
						height: 100px;
						padding: 0px 0px 0px 10px;
						}

					.description_text {
						font-family: "Century Gothic";
						font-size: 14px;
						font-weight:bold;
						/*color: #012f73;*/
						color: #053063;
					}
					
		/* a zone for small banners */
		#content_right {
			float: left;
			width: 145px;
		}

			.banners {
				padding: 0px 0px 0px 5px;
			}

/* END content_main */


	/*the div at the bottom at the page */
	#bottom {
		margin:10px 0px 5px 0px;
		text-align: center;
	}

/* END page */

.clear {
	clear: both;
	margin:0px;
	padding:0px;
	width:0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.linkStyle {
	color: #CCCCCC;
	font-size: 11px;
	text-align: left;
	cursor: pointer;
}


.selectedPicture {
	border:2px solid red;
}

.noSelectedPicture {
}


.spanlinkstyle {
	cursor: pointer;
	font-size: 11px;
	color: #09479F;
	padding: 0px;
}
.nolinkstyle {
	font-size: 11px;
	color: #2f2f2f;
	padding: 0px;
	text-decoration: underline;
}

.error {
	font-size: 12px;
	font-weight: bold;
	color: #DF0D0D;
	padding: 0px;
}

.warning{
	font-size: 12px;
	font-weight: bold;
	color: #DF0D0D;
	padding: 0px;
}





.cursorStyle {
	cursor: pointer;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color:#2F2F2F;
	margin-bottom:5px
}



.btn_left {
background-image:url(../images/pub/btn_left.jpg);
width: 5px;
height: 25px;
background-repeat: no-repeat;
float:left;
}

.btn_right {
background-image:url(../images/pub/btn_right.jpg);
width: 5px;
height: 25px;
background-repeat: no-repeat;
float:left;
}

.btn_bg {
background-image:url(../images/pub/btn_bg.jpg);
height: 25px;
float:left;
font-size:14px;
color:#FFFFFF;
font-weight: bold;
}




/* calendar din club view */
#big_small_calendar {
	width: 430px;
	margin-top: 5px;
}

.top_a_v {
	width:430px;
	height: 30px;
	background-image:url(../images/pub/calendar/clubViewCalendar/calendar_top.jpg);
	background-repeat:no-repeat;
}
.top_name_days_v {
	cursor:default;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	font-weight: bold;
	float:left;
	text-align:center;
	padding-top:3px;
}
.arrow_v {
	display:inline;
	cursor: pointer;
	padding: 0px;
	padding: 7px 0px 0px 6px;
	float:left;
	border-bottom: 0px;
	border-right:  0px;
	text-decoration: none;
}
.bg_calendar_v {
	width:430px;
	height:325px;
	background-image:url(../images/pub/calendar/clubViewCalendar/bg_calendar.jpg);
	background-repeat:no-repeat;
	border:1px solid white;
	margin-bottom:5px;
}

.all_name_days_v {
	border:1px solid #F2F2F2;
	text-align:center;
	cursor:default;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	font-weight: bold;
	margin:6px 0px 3px 0px !important;
	margin:6px 0px 2px 0px;
}
.name_days_v {
	width:58px;
	float:left;
}
.calendar_top_menu_split_v {
	width:1px;
	height:14px;
	background-color: #999999;
	margin: 2px 0px 2px 0px;
	font-size: 0px;
	float: left;
}
.all_days_v {
	width: 413px;
	border-left: solid #dfdfde 1px;
	border-top: solid #dfdfde 1px;
}

.bg_day_0_v {
	line-height:0px;
	font-size:0px;
	padding: 0px;
	margin: 0px;
	float:left;
	width: 58px;
	height: 11px;
	background-image:url(../images/pub/calendar/clubViewCalendar/calendar_day_0.jpg);
	background-repeat:no-repeat;
}
.bg_day_1_v {
	line-height:0px;
	font-size:0px;
	padding: 0px;
	margin: 0px;
	float:left;
	width: 58px;
	height: 11px;
	background-image:url(../images/pub/calendar/clubViewCalendar/calendar_day_1.jpg);
	background-repeat:no-repeat;
}
.bg_day_2_v {
	line-height:0px;
	font-size:0px;
	padding: 0px;
	margin: 0px;
	float:left;
	width: 58px;
	height: 11px;
	background-image:url(../images/pub/calendar/clubViewCalendar/calendar_day_2.jpg);
	background-repeat:no-repeat;
}
.bg_day_3_v {
	line-height:0px;
	font-size:0px;
	padding: 0px;
	margin: 0px;
	float:left;
	width: 58px;
	height: 11px;
	background-image:url(../images/pub/calendar/clubViewCalendar/calendar_day_3.jpg);
	background-repeat:no-repeat;
}
.bg_day_4_v {
	line-height:0px;
	font-size:0px;
	padding: 0px;
	margin: 0px;
	float:left;
	width: 58px;
	height: 11px;
	background-image:url(../images/pub/calendar/clubViewCalendar/calendar_day_4.jpg);
	background-repeat:no-repeat;
}
.bg_day_5_v {
	line-height:0px;
	font-size:0px;
	padding: 0px;
	margin: 0px;
	float:left;
	width: 58px;
	height: 11px;
	background-image:url(../images/pub/calendar/clubViewCalendar/calendar_day_5.jpg);
	background-repeat:no-repeat;
}
.bg_day_6_v {
	line-height:0px;
	font-size:0px;
	padding: 0px;
	margin: 0px;
	float:left;
	width: 58px;
	height: 11px;
	background-image:url(../images/pub/calendar/clubViewCalendar/calendar_day_6.jpg);
	background-repeat:no-repeat;
}
.bg_day_7_v {
	line-height:0px;
	font-size:0px;
	padding: 0px;
	margin: 0px;
	float:left;
	width: 58px;
	height: 11px;
	background-image:url(../images/pub/calendar/clubViewCalendar/calendar_day_7.jpg);
	background-repeat:no-repeat;
}

.nr_day_past_v {
	cursor: default;
	padding: 12px 0px 0px 0px;
	text-align: center;
	color:#999999;
	font-size:15px;
	font-weight:bold;
}

.nr_day_future_v {
	cursor: default;
	padding: 12px 0px 0px 0px;
	text-align: center;
	color:#a24b82;
	font-size:15px;
	font-weight:bold;
}

.day_this_month_v {
	cursor: default;
	padding: 12px 0px 0px 0px;
	text-align: center;
	color:#004080;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}

	.umCalendar_hover {
		background-color: #E2E2E2;
	}
	.umCalendar_selected {
		background-color: #BFD9FF;
	}


.day_v {
	font-size:0px;
	width: 58px;
	height: 47px;
	float:left;
	background-color:white;
	border-bottom: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
}

.top_day_v {
	width: 58px;
	height:36px;
	background-repeat:no-repeat;
}



/*legend*/
.legend_v {
	width:430px;
	height:71px;
	background-image:url(../images/pub/calendar/clubViewCalendar/bg_legend.jpg);
	background-repeat:no-repeat;
}

.left_legend_v {
	width:215px;
	float:left;
	padding: 3px 0px 0px 4px;
}

.right_legend_v {

	width:200px;
	float:right;
	padding: 3px 0px 0px 0px;
}

.legend_img_v {

	float:left;
	padding-top: 4px;
}
.legend_text_v {

	float:left;
	padding: 3px 0px 0px 4px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	font-weight:bold;
}
/*legend*/

/* calendar din club view */




/*CALENDARUL MARE*/
			#big_calendar {
				width: 660px;
				margin-top:3px;
			}

			.top_a {
				width: 660px;
				height: 30px;
				background-image:url(../images/pub/calendar/calendar_top.gif);
				background-repeat:no-repeat;
			}

			.bg_calendar {
				width:660px;
				height:352px;
				background-image:url(../images/pub/calendar/bg_calendar.gif);
				background-repeat:no-repeat;
				border:1px solid white;
				margin-bottom:5px;
			}


			.top_name_days {
				cursor:default;
				font-family:Arial, Helvetica, sans-serif;
				font-size:16px;
				color:#333333;
				font-weight: bold;
				float:left;
				text-align:center;
				padding-top:3px;
			}

			.all_name_days {
				border:1px solid #EFEEEE;
				text-align:center;
				cursor:default;
				font-family:Arial, Helvetica, sans-serif;
				font-size:16px;
				color:#333333;
				font-weight: bold;
				margin:7px 0px 6px 0px !important;
				margin:7px 0px 4px 0px;
			}

			.name_days {
				width:91px;
				float:left;
			}

			.calendar_top_menu_split {
				width:1px;
				height:14px;
				background-color: #999999;
				margin: 2px 0px 2px 0px;
				font-size: 0px;
				float: left;
			}

			.all_days {
				width: 644px;
				margin-left:2px;
				border-left: solid #dfdfde 1px;
				border-top: solid #dfdfde 1px;
			}




			.day {
				width: 91px;
				height: 50px;
				float:left;
				background-color:white;
				border-bottom: solid #CCCCCC 1px;
				border-right: solid #CCCCCC 1px;
			}

			.top_day {
				width: 91px;
				height:38px;
				background-repeat:no-repeat;
			}

			.nr_day_past {
				cursor: default;
				padding: 12px 0px 0px 0px;
				text-align: center;
				color:#999999;
				font-size:16px;
				font-weight:bold;
			}

			.nr_day_future {
				cursor: default;
				padding: 12px 0px 0px 0px;
				text-align: center;
				color:#a24b82;
				font-size:16px;
				font-weight:bold;
			}

			.day_this_month {
				cursor: default;
				font-size: 16px;
				font-weight: bold;
				text-align: center;
				color:#004080;
				text-decoration:none;
				text-align: center;
				padding: 12px 0px 0px 0px;
			}





			.bg_day_0 {
				line-height:0px;
				font-size:0px;
				padding: 0px;
				margin: 0px;
				float:left;
				width: 91px;
				height: 12px;
				background-image:url(../images/pub/calendar/calendar_day_0.gif);
				background-repeat:no-repeat;
			}
			.bg_day_1 {
				line-height:0px;
				font-size:0px;
				padding: 0px;
				margin: 0px;
				float:left;
				width: 91px;
				height: 12px;
				background-image:url(../images/pub/calendar/calendar_day_1.gif);
				background-repeat:no-repeat;
			}
			.bg_day_2 {
				line-height:0px;
				font-size:0px;
				padding: 0px;
				margin: 0px;
				float:left;
				width: 91px;
				height: 12px;
				background-image:url(../images/pub/calendar/calendar_day_2.gif);
				background-repeat:no-repeat;
			}
			.bg_day_3 {
				line-height:0px;
				font-size:0px;
				padding: 0px;
				margin: 0px;
				float:left;
				width: 91px;
				height: 12px;
				background-image:url(../images/pub/calendar/calendar_day_3.gif);
				background-repeat:no-repeat;
			}
			.bg_day_4 {
				line-height:0px;
				font-size:0px;
				padding: 0px;
				margin: 0px;
				float:left;
				width: 91px;
				height: 12px;
				background-image:url(../images/pub/calendar/calendar_day_4.gif);
				background-repeat:no-repeat;
			}
			.bg_day_5 {
				line-height:0px;
				font-size:0px;
				padding: 0px;
				margin: 0px;
				float:left;
				width: 91px;
				height: 12px;
				background-image:url(../images/pub/calendar/calendar_day_5.gif);
				background-repeat:no-repeat;
			}
			.bg_day_6 {
				line-height:0px;
				font-size:0px;
				padding: 0px;
				margin: 0px;
				float:left;
				width: 91px;
				height: 12px;
				background-image:url(../images/pub/calendar/calendar_day_6.gif);
				background-repeat:no-repeat;
			}
			.bg_day_7 {
				line-height:0px;
				font-size:0px;
				padding: 0px;
				margin: 0px;
				float:left;
				width: 91px;
				height: 12px;
				background-image:url(../images/pub/calendar/calendar_day_7.gif);
				background-repeat:no-repeat;
			}

			.legend {
				width:660px;
				height:85px;
				background-image:url(../images/pub/calendar/bg_legend.gif);
				background-repeat:no-repeat;
			}
			.left_legend {
				width:300px;
				float:left;
				padding: 5px 0px 0px 10px;
			}

			.right_legend {
				width:300px;
				float:right;
				padding: 5px 10px 0px 0px;
			}
			.legend_img {
				float:left;
				padding-top: 5px;
			}
			.legend_text {
				float:left;
				padding: 3px 0px 0px 10px;
				font-family:Arial, Helvetica, sans-serif;
				color:#333333;
				font-size:12px;
				font-weight:bold;
			}


/*CALENDARUL MARE*/


/*======== CALENDARUL MIC ============*/

/*small calendars*/
	.regular_small_calendar {
		margin:0 auto;
		width: 142px;
		height:155px;
	}

	.small_calendar {
		margin:0 auto;
		width: 142px;
		margin-bottom:5px;
	}

	.s_header {
		width:141px;
		height: 14px;
		background-color:#012f73;
		padding: 2px 0px 2px 0px;
	}

	.month_content {
		margin: 0px;
		padding: 0px;
		float: left;
	}

	.year_content {
		margin: 0px;
		padding: 0px;
		float: right;
	}


	.text_month {
		padding: 0px 2px 0px 2px;
		float: left;
		text-align: left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FFFFFF;
	}

/*------------DAYS-------------*/
		.s_all_days {
			padding: 0px;
			float: left;
			border-left: solid #cccccc 1px;
		}

		.table_day {
			width: 19px;
			height: 19px;
			border-bottom: solid #cccccc 1px;
			border-right: solid #cccccc 1px;
			float: left;
		}


			span.table_day {
				cursor: pointer;
				text-align: center;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color:#333333;
				padding: 3px 0px 0px 0px;
				height: 16px;
				border-bottom: 0px;
				border-right:  0px;
				text-decoration: none;
			}

		.table_day_past {
			background-color:#F2F2F2;
			width: 19px;
			height: 19px;
			border-bottom: solid #cccccc 1px;
			border-right: solid #cccccc 1px;
			float: left;
		}

			.day_past {
				cursor: default;
				padding: 3px 2px 0px 2px;
				text-align: center;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color:#999999;
			}


		.table_day_current {
			width: 19px;
			height: 19px;
			float: left;
		}

			span.table_day_current {
				cursor: pointer;
				text-align: center;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color:#003399;
				padding: 3px 0px 0px 0px;
				height: 16px;
				border-bottom: 0px;
				border-right:  0px;
			}

		.table_day_special {
			background-color: #CC3366;
			width: 19px;
			height: 19px;
			float: left;
		}

			span.table_day_special {
				cursor: default;
				text-align: center;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color:#FFFFFF;
				padding: 0px;
				padding: 0px;
				height: 16px;
				border-bottom: 0px;
				border-right:  0px;
			}

		.table_day_future {
			width: 19px;
			height: 19px;
			float: left;
		}

			span.table_day_future {
				cursor: pointer;
				text-align: center;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color:#999999;
				padding: 3px 0px 0px 0px;
				height: 16px;
				border-bottom: 0px;
				border-right:  0px;
			}


		.table_day_hover {
			background-color: #E2E2E2;
		}

		.table_day_selected {
			background-color: #BFD9FF;
		}


/* ----------- HOVER --------------*/

			.s_arrow {
				cursor: pointer;
				padding: 0px;
				padding: 5px 3px 0px 3px;
				float:left;
				border-bottom: 0px;
				border-right:  0px;
				text-decoration: none;
			}

			.text_days {

				background-color: #012f73;
				border-bottom: solid #012F73 1px;
				border-right: solid #012F73 1px;
				width: 19px;
				height: 19px;
				float: left;
			}

			span.text_days {
				text-align: center;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 10px;
				color:#FFFFFF;
				font-weight: bold;
				padding: 3px 0px 0px 0px;
				height: 16px;
				border-bottom: 0px;
				border-right:  0px;
				text-decoration: none;
			}


/*---------------------------------*/

			a.header_text:link {
				text-align: center;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				color:#FFFFFF;
				padding: 0px;
				padding: 0px;
				border-bottom: 0px;
				border-right:  0px;
				text-decoration: none;
			}

			a.header_text:visited {
				text-align: center;
				font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				color:#FFFFFF;
				padding: 3px 0px 0px 0px;
				border-bottom: 0px;
				border-right: 0px;
				text-decoration: none;
			}

			a.header_text:hover {
				text-decoration:underline;
			}
/*---------------------------------*/
/*CALENDARUL MIC*/

/*chenar colturi rotunjite*/
.rounded_tl {
	background-image:url('../images/pub/rounded_tl.jpg');
	background-repeat: no-repeat;
	height:11px;
	width: 12px;
	font-size: 0px;
	float:left;
}
.rounded_tr {
	background-image:url('../images/pub/rounded_tr.jpg');
	background-repeat: no-repeat;
	height:11px;
	width: 12px;
	font-size: 0px;
	float:left;
}
.rounded_t_bg {
	background-image:url('images/pub/rounded_t_bg.jpg');
	background-repeat: repeat-x;
	height:11px;
	width: 610px;
	font-size: 0px;
	float:left;
}
.rounded_br {
	background-image:url('../images/pub/rounded_br.jpg');
	background-repeat: no-repeat;
	height:11px;
	width: 12px;
	font-size: 0px;
	float:left;
}.rounded_bl {
	background-image:url('../images/pub/rounded_bl.jpg');
	background-repeat: no-repeat;
	height:11px;
	width: 12px;
	font-size: 0px;
	float:left;
}
.rounded_b_bg {
	background-image:url('images/pub/rounded_b_bg.jpg');
	background-repeat: repeat-x;
	height:11px;
	width: 610px;
	font-size: 0px;
	float:left;
}
/*--------ROUNDED CORNER ----------*/
.roundcont {
	background-color: #E8E8E8;
	/*color:#000000;*/
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background: url(../images/pub/corner_t_r.gif) no-repeat top right;
}

.roundbottom {
	background: url(../images/pub/corner_b_r.gif) no-repeat bottom right;
}

img.corner {
   width: 13px;
   height: 13px;
   border: none;
   display: block !important;
}

/*---------------------------------*/
.explanation_text {
	font-size:12px;
	font-style:italic;
	color:#666666;
}


/*--------TOOLTIP-----------*/
.tooltip .title   { background: #949295; color: #000; padding: 5px; width: 150px; margin: 0;  font-size: 12px ;  text-decoration: underline;  }
.tooltip .content { background: #949295; color: #fff; padding: 5px; width: 150px; font-size: 11px;  }
.tooltip2 .title   { background: #949295; color: #000; padding: 5px; width: 200px; margin: 0;  font-size: 12px ; text-decoration: underline;  }
.tooltip2 .content { background: #949295; color: #fff; padding: 5px; width: 200px; font-size: 11px;  }
/*--------TOOLTIP-----------*/




.fullBar {padding-top: 3px;width:100%; margin-left:20px;}
.fullBar {padding-top: 3px;width:100%; margin-left:20px !important; margin-left : 40px;#} /*SAFARI HACKS, SAFARI WONT READ THIS LINE*/


/* HTML elements*/

input, textarea {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	padding-right:3px;
	border:1px solid #8F8F8F;
	font-size: 11px;
}

input.radio {
	border: 0px;
	height: 15px;
}

select {
	padding-left:3px;
	padding-right:0px;
	border:1px solid #8F8F8F;
	font-size: 11px;
}

ul, li, form {
	margin:0px;
	padding:0px;
	border:0;
}

p{
	margin:2px 0px 8px 0px;
}

ul {
	list-style-type: none;
}
ul.categ {
	list-style-type: disc;
	font-weight:bold
}
li.categ {
	margin:20px;
}

a:focus { outline: none; }

a:link {
	color: #09479F;
	text-decoration:none;
}
a:visited {
	color: #09479F;
	text-decoration:none;
}
a:hover {
	color: #09479F;
	/*text-decoration: underline;*/
	text-decoration:none;
}


.table_header {
	font-weight: bold; 
	color: #505050;
}
.table_header_split {
	border-top: 1px solid #707070;
	font-size: 0px; 
	line-height:0px; 
}

.table_header_cell{
	padding: 0px 5px 5px 5px;
}
.table_header_cell_split {
	padding: 0px 5px 5px 5px;
	border-left: 3px solid white;
}
.table_cell{
	padding: 5px 3px 5px 5px;
}
.table_cell_split {
	padding: 5px 3px 5px 5px;
	border-left: 3px solid white;
}
.table_row_space {
	font-size: 0px; 
	line-height:0px; 
}
.table_row_split {
	border-top: 1px solid #909090;
	font-size: 0px; 
	line-height:0px; 
}

.row_dark {
	background-color: #E6E6E6;
}

/* small header */
.small_header {
	height: 25px;
	font-size: 0px;
}
	.small_header_left {
		float: left;
		height: 25px;
		width: 9px;
		background-image:url('../images/pub/small_header_left.jpg');
		background-repeat:no-repeat;
	}

	.small_header_bg {
		float: left;
		height: 25px;
		background-image:url('../images/pub/small_header_bg.jpg');
		background-repeat: repeat-x;
	}

	.small_header_right {
		float: left;
		height: 25px;
		width: 9px;
		background-image:url('../images/pub/small_header_right.jpg');
		background-repeat:no-repeat;
	}
	.small_header_text {
		font-size: 12px;
		font-weight: bold;
		color:#FFFFFF;
		padding-top: 2px;
	}
	.small_header_border {
		margin-top: 0px!important;
		margin-top: -2px;
		height: auto !important;
		height: 380px;
		min-height: 380px;
		background-color: #fafafa;
		border: 1px solid #b0b0b0;
		padding-top: 10px;
	}
	
/* small header */

.rowdark {
	height: 18px;
	padding: 2px 3px 2px 5px;
	background-color: #e6e6e6;
}
.rowlight {
	height: 18px;
	padding: 2px 3px 2px 5px;
}
.half_row_inspire {
	height: 18px;
	float: left;
	width: 324px;
}

.label_text {
	float:left;
	font-size: 12px;
	width:160px;
}
.label_text_register {
	float:left;
	font-size: 12px;
	width:210px;
}
.label_text_no_float {
	font-size: 12px;
	width:160px;
}
.labelStyle{
	float: left;
	width: 60px;
	color: #CCCCCC;
	font-size: 11px;
	text-align: left;
}

.title_description{
	font-size:14px;
}

.explanation {
	font-size:10px;
	color:#505050;
}

.register_input {
	width: 213px;
}
.register_select {
	width: 221px;
}

.sinput{
	width: 140px;
	height: 13px;
	padding: 0px 0px 0px 2px;
	border: #012f73 1px solid;
	background-color: #FFFFFF;
	color: #012f73;
	font-size: 11px;
}
.sinput1{
	width: 73px;
	height: 13px;
	border: #CCCCCC 1px solid;
	background-color: #FFFFFF;
	color: #4F4F4F;
	font-size: 11px;
}
.sinput2{
	width: 120px;
	height: 13px;
	border: #CCCCCC 1px solid;
	background-color: #FFFFFF;
	color: #3e4246;
	font-size: 13px;
	padding: 2px!important;
	padding: 3px 2px 2px 2px;
}
.inspire_radio {
	float: right;
	width: 25px;
	padding: 2px 0px 0px 0px;
	font-size: 11px;
	line-height: 11px;
	font-family: verdana;
	font-weight: bold;
	text-align: center;

}
.capcha {
	color: #505050;
 	padding: 0px 10px 10px 15px;	
}

/*um.tpl top menu*/
.um_menu_box {
	width: 220px;
	height:40px;
	float:left;
}
.um_menu_box_text {
	width: 175px;
	margin: 5px 0px 0px 5px;
	float:left;
}


/**
  Fix for IE
  http://support.microsoft.com/default.aspx?scid=kb;en-us;314279
  www.weetbixthecat.com
*/
label {
  behavior:expression(function(element){
    element.attachEvent('onclick', function()
    {
      if(element.htmlFor)
      {
        var target = window.document.getElementById(element.htmlFor);
        if(target && target.tagName.toUpperCase() == "SELECT")
        {
          // focus the selectbox
          target.focus();
          window.event.returnValue = false;
        }
      }
    });
    element.runtimeStyle.behavior = "none";
  }(this));
}
