/* temporarly this will do */
#printable {
	display: none;
}
#page_body p {
	text-align: justify;
}

.cert_table img {
	display: none;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.2em;
	color: #000000;
}
#wrap {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
}

a {
 	color: #2C4B9C;
	text-decoration: underline;
}
a:hover {
 	color: #0066CC;
	text-decoration: underline;
}
a.menu_active{
	color: #AF0000;
}

p {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
div {
	padding: 0;
	margin: 0;
}

h2.content_title, .block_left h3, .block_embed h3 {
	padding-bottom: 5px;
	border-bottom: #AAAAAA 3px solid;
	margin: 0 0 10px 0;
}

form {
	margin: 0;
}
		
.error {
	border-bottom: 2px dotted #cc0000;
	color: #cc0000;
}
.warn {
	border-bottom: 2px dotted #cc9900;
	color: #CC9900;
}
.notice {
	border-bottom: 2px dotted #308F6B;
	color: #308F6B;
}


.x_clear {
	clear: both;
}
.x_left {
	float: left;
	clear: left;
}
.x_right {
	float: right;
	clear: right;
}


/* ---==== Footer ====--- */
 
#page_bottom
 {
 	 font-size: 90%;
 	 color: #D0D0D0;
 	 padding: 8px 10px 8px 10px;
 	 background-color: #A2A2A2;
 }
 
#page_bottom a
 {
 	 color: #FFFFFF;
 	 font-weight: bold;
 	 text-decoration: none;
 } 
 
#page_bottom a:hover
 {
 	 font-weight: bold;
 	 text-decoration: underline;
 }  
 
 .blockTermsOfUse {
 	float: right;
 }


/* ---==== Top ====--- */
 
#block_lang {
	float: right;
	padding: 5px 0;
	color: #ccccff;
	font-size: 95%;
}
#block_lang a {
 	color: #606060;
 	text-decoration: none;
	font-weight: bold;
 } 
#block_lang a:hover {
 	text-decoration: underline;
 }  

 
/* ---==== Header ====--- */
 
.block_logo {
	background-color: #C9D5ED;
	background-image: url(../../images/top_bg.gif);
	border-top: #2C4B9C 3px solid;
	clear: both;
	height: 130px;	
}
.block_logo1 {
	height: 130px;	
}
.logo_image {
	float: right;
}
.logo_text {
	float: right;
	padding: 40px 5px 0 0;
	text-align: right;
	color: #2C4B9C;
}
.logo_text h1 {
	font-size: 100%;
	font-variant: small-caps;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: #2C4B9C 1px solid;
}
.logo_text p {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	font-size: 80%;
}

/* ---==== Menu ====--- */

.menu_block {
 	background-color: #2D4C9C;
}
 
.menu {
 	color: #2D4C9C;
 	padding: 5px 10px 6px 10px;
	font-size: 90%;
}
.menu a {
  	font-weight: bold;
 	color: #D5DEEB;
	text-decoration: none;
}
.menu a:hover {
 	color: #FFFFFF;
}
.menu a.menu_active {
 	text-decoration: underline;
}  
 
.search_form {
 	font-size: 11px;
	padding: 2px;
	color: #FFFFFF;
	float: right;
}
.search_form .input {
 	font-size: 11px;
	margin: 0;
	padding: 1px;
	background-color: #C9D5ED;
	background-image: url(../../images/top_bg.gif);
	border: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
 }
.search_form, .search_form .image_input {
	vertical-align: text-bottom;
}
 
/* ---==== Content ====--- */

.block_left {
	float: left;
	width: 220px;
}

.block_center {
	float: right;
	width: 760px;
}

.column {
 	color: #606060;
 	padding: 10px;
 }

.column a {
 	text-decoration: underline;
 }
 
.column a:hover {
 	text-decoration: none;
 } 

#page_body .input {
	background-color: #ffffff;
	border: 1px solid #C9D5ED;
	color: #000000;
	width: 700px;
}

#page_body p {
	margin: 10px 0;
}

h3, .titlered {
 	font-size: 110%;
 	color: #CF0000;
 	font-weight: bold;
	font-variant: small-caps;
 }
 
h2, .titleblue {
 	font-size: 110%;
 	color: #2D4C9C;
 	font-weight: bold;
	font-variant: small-caps;
 } 

.cert_table td {
 	border-bottom: 1px #C2C2C2 solid;
}
 
/* ---==== SHINE Content ====--- */
 
.tableheader {
 	color: #000000;
 	font-weight: bold;
 	padding: 3px;
 }
 
.tablerow {
 	color: #2D4C9C;
 	padding: 3px;
 	border-top: 1px #E2E2E2 solid;
 } 
 
.tableheaderc {
 	color: #000000;
 	font-weight: bold;
 	padding: 3px;
 	border-left: 1px #E2E2E2 solid;
 	border-right: 1px #E2E2E2 solid;
 }
 
.tablerowc {
 	color: #2D4C9C;
 	padding: 3px;
 	border-left: 1px #E2E2E2 solid;
 	border-right: 1px #E2E2E2 solid;
 	border-top: 1px #E2E2E2 solid;
 }  
 
.article {
 	color: #606060;
 	line-height: 1.3em;
 	padding: 10px; 
 	text-align: justify;
 } 

.note {
 	font-size: 90%;
 	color: #000000;
 }
 
 
ul {
 	margin: 0;
 	padding: 0;
	list-style: none;
}
ul li {
 	background-image: url('../../images/icons/arrow.gif');
 	background-position: left 5px;
 	background-repeat: no-repeat;
 	padding: 2px 0px 2px 15px;
	list-style-type: none;
}
 
#printable {
 	float: right;
 	font-size: 90%;
 	color: #CECECE;
}
 
#printable a {
 	color: #666666;
 } 
 
.clients {
 	font-size: 110%;
 	color: #666;
 }
 
.picture {
 	border: 1px #CCCCCC solid;
	padding: 2px;
 }
 
.picturep {
 	border: 1px #CCCCCC solid;
 	padding: 5px;
 	background-color: #F2F2F2;
 } 

/* ---==== Cursuri ====--- */

.ctableheader {
 	background-color: #C2C2C2;
 	font-weight: bold;
 	font-size: 110%;
 }
 
.ctablerow1 {
 	background-color: #EFEFEF;
 } 
 
.clisting {
 	margin-top: 5px;
 }
 
.cdetails {
 	font-size: 110%;
 	color: #606060;
 	text-align: justify;
 } 

/* ---==== Form ====--- */

.formtablerow {
 	border-bottom: 1px #C2C2C2 solid;
	color: #000000;
 }

.forminput {
 	width: 400px;
 	font-family: Arial;
 	font-size: 12px;
 } 

.formlist {
 	font-family: Arial;
 	font-size: 11px;
 } 
