@import url('misc.css');
@import url('roundcorners.css');

body {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	background: #333333;
}

#wrap {
	width: 860px; /* Top 30px, left auto, bottom 0 cause it doesn't work, and right auto, the auto is to put it into center. */
	background: #ffffff url(../images/wrap_corner_left.jpg) top left no-repeat;
	font-size: 1em;
	font-family: Tahoma, Verdana, Arial;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
}
.wrap_corner_right {
	background: url(../images/wrap_corner_right.jpg) top right no-repeat;
}
.bottom_space {
	margin-bottom: 30px;
}
#topcontent {
padding: 3px 3px 0 3px;
}
#header {
	background: #84abd2 url(../images/header_corner_left.jpg) top left no-repeat;
}
#top_header {
	background: url(../images/header_corner_right.jpg) top right no-repeat;
}

#header #logo { 
	width: 275px;
	float: left;
}
#header #logo a {	text-decoration:none; color: #FFFFFF; }
#header #logo a img {	border:none; }
#header #logo { height: 55px; }
#header #logo h1 {
	font-size: 2em;
	padding: 0;
	margin: 0;
}
#header #logo h1 span {
	font-size: 1em;
}
#header #logo p {
	 margin: 0;
	 padding: 0;
	 color: #CCDDEE;
	 font-size: 1.4em;
}

#header #center_header {
	float: right;
	width: 275px;
	color: #FFFFFF;
	font-size: 1.1em;
}
#header #center_header a {
	color: #ffffff;
	text-decoration: underline;
}

#header #center_header #suggestion {
	background: #2C5783 url(../images/suggestion_corner_left_bottom.jpg) bottom left no-repeat;
}
.suggestion_corner_right {
	background: url(../images/suggestion_corner_right_bottom.jpg) bottom right no-repeat;
	padding: 10px 10px;
}

#header #right_header {
	float: right;
	text-align: center;
	width: 170px;
	color: #1c3e95;
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	vertical-align: text-top;
	white-space: normal;
	letter-spacing: normal;
	font-weight: bold;
}

#header #right_header a { text-decoration: none; color: #FFFFFF; }
#header #right_header a:hover {
	text-decoration: underline;
	text-align: center;
}

#header #menu_container { padding: 10px 20px 0 20px; }
#header #menu {
	height: 25px;
	background: #84abd2 url(../images/menu_bg.jpg) top right no-repeat;
	font-size: 1.1em;
}
#header #menu ul {
	list-style: none;
	height: 25px;
	margin: 0;
	padding: 0;
}
#header #menu ul li {
	display: inline;
}
#header #menu ul li a {
	display: block;
	float: left;
	color: #ffffff;
	height: 25px;
	text-decoration: none;
	line-height: 25px;
	background: url(../images/menu_bg_separator.jpg) top left no-repeat;
	padding: 0 10px;
}
#header #menu ul li a.active {
	background: #aaaaaa url(../images/menu_bg_separator.jpg) top left no-repeat;
}
#header #menu ul li a.first {
	background: url(../images/menu_bg_leftcorner.jpg) top left no-repeat;
}
#header #menu ul li a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#body {
	padding: 25px 20px 0 20px;
	text-align: center;
}
#body .body_left {
	float: left;
	width: 400px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#body .body_left_contact {
	float: left;
	width: 400px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #1c3f94;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color: #FFF;
	background-image: none;
}
#body .body_middle{
	float: none;
	width: 800px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #1c3f94;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: none;
}
#body .body_middle_main{
	float: none;
	width: 500;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #1c3f94;
	border: 3px solid #333333;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color: #FFF;
	background-image: none;
}
#body .body_right {
	float: right;
	width: 400px;
	background: url(../images/body_bg.jpg) repeat-x;
	margin-right: 5px;

}
#body .body_right_news {
	float: right;
	text-align: left;
	width: 395px;
	padding: 0px;
	margin-left: 0px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;

}
#body .body_contact {
	float: left;
	text-align: left;
	width: 260px;
	padding: 0px;
	margin-left: 5px;
	font-size: 1.1em;
	border: 3px solid #333333;
	margin-bottom: 15px;

}

#body .body_news {
	float: left;
	text-align: left;
	width: 800px;
	padding: 3px 3px 3px 3px;
	margin-left: 5px;
	font-size: 1.1em;
	border: 3px solid #333333;
	margin-bottom: 15px;

}
#body .body_invite {
	float: right;
	text-align: center;
	width: 380px;
	padding: 0px;
	margin-left: 5px;
	font-size: 1.1em;
	border: 0px solid #333333;
	margin-bottom: 15px;
	font-weight: bold;

}
#body #body_newspage {
	width: 750px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #1c3f94;
	
}
#body .body_mission {
	float: right;
	width: 399px;
	background: url(../images/mission.jpg) top left repeat-x;
	text-align:center;
}

#body h1 {
	font-size: 1.1em;
	color: #1c3f94;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: none;
	margin-top: 0;
	margin-right: 1;
	margin-bottom: 10px;
	margin-left: 1;
}
#body p {
	padding: 0;
	margin: 0;
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	font-weight: normal;
}

#body p a,
ul.asterix a {
	color: #336699;
	text-decoration: underline;
}
#body p a:hover {
	font-weight: bold;
}

#body ul.asterix {
	padding: 0 20px;
	margin: 0 0 15px 0;
	list-style: none;
	font-size: 1.1em;
}
#body ul.asterix li {
	padding: 0 0 5px 15px;
	background: url(../images/ul_asterix_li.jpg) 1px 3px no-repeat;
}
#body ul.asterix li.green {
	background: url(../images/ul_asterix_li_green.jpg) 1px 3px no-repeat;
	color: #00CC00;
}

#body #body_left {
	width: 400px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#body #body_newspage {
	width: 750px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #1c3f94;
	
}
#body #body_left p.ideas {
}
#body #body_left p.ideas span {
	font-weight: bold;
	color: #950065;
}
#body #body_mission {
	width: 390px;
	padding-left: 7px;
	padding-right: 7px;
	text-align:center;
	float: left;
	background-image: url(../images/missionbg.jpg);
}
#body #body_right {
	width: 396px;
	padding-left: 5px;
	float: right;
	color: #1c3f94;
	text-align: left;
}
.yellow {
	background: #336699;
}
.yellow_container {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-image: url(../images/header_corner_right.jpg);
}

#bottomcontent {
	background: url(../images/bottomcontent_corner_left.jpg) bottom left no-repeat;
}
#bottomcontent .bottomcontent_right {
	background: url(../images/bottomcontent_corner_right.jpg) bottom right no-repeat;
	padding: 3px;
}
#footer {
	background: #84abd2 url(../images/footer_corner_left.jpg) bottom left no-repeat;
	border-top: 1px solid #264E75;
	color: #1c3e95;
	font-size: 1.1em;
}
#footer .footer_corner_right {
	background: url(../images/footer_corner_right.jpg) bottom right no-repeat;
}
#footer .left,
#footer .right {
	padding-bottom: 15px;
	padding-top: 15px;
}
#footer .left {
	width: 600px;
	float: left;
	padding-left: 20px;
	color: #1c3e95;
}
#footer .left a {
	color: #1c3e95;
	text-decoration: none;
}
#footer .left a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#footer .right {
	background: url(../images/footer_divider.jpg) top left no-repeat;
	width: 180px;
	float: right;
	padding-left: 15px;
	padding-right: 20px;
	color: #1c3e95;
}
#footer .right a {
	color: #ffffff;
	text-decoration: underline;
}
.tos_titles {
	color: #950065;
	font-weight: bold;
}
.form_item {
}
.form_item span.label {
	color: #950065;
	display: block;
}
.form_item span.desc {
	color: #999999;
	display: block;
}
.form_item span.error {
	color: #FF0000;
}
.form_item input.wide {
	width: 250px;
}

/* .notice - messages to user
--------------------------------*/
	#notice {
		padding: 15px 15px 0 15px;
		display: none;
		margin: 0 0 15px 0;
	}
	#notice p {
		padding: 0 0 15px 0;
		margin: 0;
	}
	.notice {
		background: #CAEA99; 
		border: 1px solid #70A522; 
		margin-bottom: 15px;
		font-size: 1.2em;
		color: #333333;
	}
	.error {
		background: #FEDCDA; 
		border: 1px solid  #CE090E; 
		margin-bottom: 15px;
		font-size: 1.2em;
		color: #333333;
	}
	#notice a {
		color: #333333;
		text-decoration: underline;
	}
.indented
   {
	padding-left: 25px;
	padding-right: 40px;
	font-size: 1.1em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
   }
.body_mission_text {
	color: #FFF;
	padding: 0px;
	margin: 0px;
	clear: none;
	overflow: auto;
	font-size: 1em;
}
#wrap .wrap_corner_right #topcontent #body #body_mission h1 {
	color: #1c3e95;
	text-decoration: underline;
	font-style: normal;
	text-transform: capitalize;
	font-weight: 900;
}
#wrap .wrap_corner_right #topcontent #body #body_right ul li {
	color: #000;
	margin-right: 0px;
	margin-bottom: 4px;
	border: thin none 1c3f94;
	text-align: left;
	float: none;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.body_left_text {
	color: #000;
}
#wrap .wrap_corner_right #topcontent #body #body_left ul li {
	color: #000;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	text-align: left;
}
#wrap .wrap_corner_right #topcontent #body #body_left p {
	color: #000;
	text-align: center;
	font-size: 13px;
}
img{
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

a{
	outline: none;
	text-align: left;
	font-size: 1.1em;
	color: #1c3e95;
	font-family: Tahoma, Geneva, sans-serif;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}
.leftsidefooter {
	color: #1c3e95;
}
#wrap .wrap_corner_right #topcontent #body #body_left a11 {
	text-align: right;
}
#wrap .wrap_corner_right #topcontent #body .body_left p {
	font-size: 1.4em;
	color: #1c3e95;
	font-weight: bold;
}
#wrap .wrap_corner_right #topcontent #body .body_left p {
	text-align: left;
}
#wrap .wrap_corner_right #topcontent #body .body_left p {
	text-align: right;
}
#wrap .wrap_corner_right #topcontent #body .body_left p {
	text-align: left;
	font-size: 1.2em;
	color: #000;
	font-weight: normal;
}
#wrap .wrap_corner_right #topcontent #body #body_right div div h1 strong em {
	font-weight: bold;
}
#wrap .wrap_corner_right #topcontent #body #body_right div div h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#body .body_left_history {
	float: left;
	width: 385px;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0px;
	border: 3px solid #333333;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
#body .body_right_history {
	float: right;
	text-align: left;
	width: 385px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border: 3px solid #333333;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	margin: 2px;

}
#body .body_left_blue {
	float: right;
	width: 400px;
	background: url(../images/body_bg.jpg) repeat-x;
	margin-right: 5px;
	padding-bottom: 9px;

}
#body .body_left_history_uniba {
	float: left;
	width: 385px;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0px;
	border: 3px solid #333333;
	margin-top: 70px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
#wrap .wrap_corner_right #topcontent #body .body_middle p span {
	font-size: 12px;
}

