@charset "utf-8";
/* CSS Document */


/********************GENERALE*****************/
* {
	margin:0px;
	padding:0px;
}

html {
	height:100%;
}

body {
	background:url('../images/body_bg.jpg') center repeat-y #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	height:100%;
}

#background_wrapper {
	background:url('../images/new_bg.jpg') top center no-repeat transparent;
	height:868px;
	text-align:center;
}

#wrapper {
	width:960px;
	height:100%;
	margin:0 auto;
	text-align:justify;
}

a img {
	border:0px;
}

a {
	color:#9E1B3B;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/********************SECTIONAREA PAGINII*****************/

#leftCol {
	width:230px;
	vertical-align:top;
}

#textCol{
	vertical-align:top;
	padding-top:10px;
	padding-left:20px;
}

#rightCol {
	vertical-align:top;
	width:270px;
	/*background:url('../images/red_bar.jpg') 4px 0px repeat-y;*/
}

/********************COLOANA STANGA*****************/

.mainMenu {
	list-style-type:none;
	margin-left:30px;
}

.mainMenu li {
	/*border-bottom:1px solid #9e1b3d;*/
	padding-left:5px;
	line-height:18px;
}

.mainMenu li a{
	text-decoration:none;
	color:#000000;
	display:block;
	font-weight:bold;
}

.mainMenu li a:hover {
	/*background:url('../images/sageata.jpg') right no-repeat;*/
	color:#0B5669;
}

.mainMenu li a.selected {
	/*background:url('../images/sageata.jpg') right no-repeat;*/
}

.mainMenu li.blueMenu a {
	color:#0B5669;
	font-weight:bold;
}

h1.titluMeniu {
	font-size:28px;
	color:#000000;
	margin-left:20px;
	margin-top:25px;
}

/********************COLOANA CU TEXT*****************/
#textCol ul {
	margin-left:30px;
	margin-bottom:10px;
}

#textCol p {
	line-height:17px;
	margin-top:10px;
	text-align:left;
	font-size:11px;
}

#textCol h1 {
	font-size:56px;
}

.textMare {
	font-size:28px;
	margin-left:20px;
}


/********************COLOANA din dreapta*****************/
.blue_container {
	width:150px;
	background-color:#eaf6f6;
	margin-bottom:5px;
	margin-left:5px;
}

.blue_container p {
	margin-left:5px;
	margin-right:5px;
	text-align:left;
}

.textMediuDreapta {
	margin-left:0px;
}

/**********************WORKSHOPS**************************/
	#form_table {
		line-height:25px;
	}
	
	#form_table td {
		padding-right:10px;
		border-bottom:1px dotted #9E1B3B;
		padding:5px;
	}
	
	#form_table input {
		width:250px;
	}
	
	#form_table select {
		width:250px;
	}
	
	#form_table tr td input.check_me {
		width:auto;
		margin-right:2px;
		margin-left:10px;
		vertical-align:middle;
	}
	
	#workshops_table {
		float:left;
	}
	
	#workshops_table tr td{
		border:1px solid #d9d9d9;
		background-color:#EAF6F6;
		line-height:14px;
		padding:2px;
	}
	
	#workshops_table tr td div{
		width:100%;
		height:100%;
		background:url('../images/tdgif.gif') top left repeat;
	}
	
	
	#form_table_view {
		line-height:20px;
		width:100%;
		background:url('../images/tdgif.gif') top left repeat;
	}
	
	#form_table_view td {
		padding-right:10px;
		border:1px dotted #9E1B3B;
		padding:5px;
	}
	
	#exhibitors_table td{
		padding:5px;
	}

