@import url("forms.css");

* {
margin: 0;
padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	font-size: 12px;
	line-height: 17px;
	color: #1F5982;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

h2{
	border: 1px solid #61B0DF;
	display: block;
	margin-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 3px;
}
h6{
	border: 1px solid #61B0DF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #65ADD8;
	font-size: 13px;
	color: #FFF;
}

#wrap {
margin: 0 auto;
width: 900px;
}
#big_header {
	height: 147px;
	width: 900px;
	margin-bottom: 5px;
	background-position: right;
}

#header {
	height: 104px;
	width: 900px;
	background-position: left;
}
#logo {
	height: 104px;
	width: 72px;
	background-repeat: no-repeat;
	float: left;
	background-image: url(images/logo.png);
	margin-left: 15px;
}
#iri_logo {
	background-image: url(images/islamic_relief_italia.png);
	float: left;
	height: 100px;
	width: 425px;
	margin-top: 4px;
	margin-right: 50px;
	background-repeat: no-repeat;
	margin-left: 11px;
}
#header_n_verde {
	float: left;
	height: 36px;
	width: 190px;
	margin-top: 18px;
	margin-right: 15px;
	background-image: url(images/header_n_verde.png);
	background-repeat: no-repeat;
}
#header_donaora {
	float: left;
	display: block;
	width: 191px;
	height: 30px;
	text-decoration: none;
	background: url("images/header_donaora.png");
	margin-right: 14px;
	}

#header_donaora:hover {
	background-position: -191px 0;
	}
  
#header_rss {
    display: block;
	float: right;
	width: 57px;
	height: 57px;
	text-decoration: none;
	background: url("images/rss.png");
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 45px;
	}

#header_rss:hover {
	background-position: -57px 0;
	}

#header_contattaci {
	float: left;
	display: block;
	width: 113px;
	height: 27px;
	text-decoration: none;
	background: url("images/contattaci.png");
	margin-left: 9px;
	}

#header_contattaci:hover {
	background-position: -113px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	visibility: visible;
	}

  #contattaci:hover { 
    background: url(images/contattaci2.png);
	background-repeat: no-repeat;
  }

#menu {
	height: 30px;
	line-height: 27px;
	float: left;
	width: 745px;
	margin-top: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/menu.png);
}
#menu ul {
	list-style-type: none;
	padding-left: 18px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	background-image: url(images/menu_sparator.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 6px;
	padding-left: 6px;
}
#menu ul li a:hover {
	color: #17465C;
	text-decoration: none;
}

#menubottom { 
background: #fff url(images/menubottom.jpg) no-repeat;
padding: 5px 0;
}
#network {
	float: left;
	height: 39px;
	width: 141px;
	background-image: url(images/network.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 14px;
}

#content {
	left: 387px;
	top: 156px;
	width: 900px;
}
#home_banner {
	width: 709px;
	height: 250px;
}
#left {
	float: left;
	width: 170px;
	clear: left;
}
#left_menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width: 153px;
	padding-left: 15px;
	padding-top: 10px;
	background-color: #E6F1FF;
	padding-bottom: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	list-style-position: inset;
}
#left_video {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width: 158px;
	background-color: #E6F1FF;
	border: 1px solid #CCC;
	list-style-position: inset;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#left_menu a {
	height: 23px;
	line-height: 23px;
	border: 1px dashed #999;
	font-size: 12px;
	padding: 5px;
	width: 100px;
}
#left_menu_blue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width: 165px;
	padding-top: 10px;
	background-color: #fbf6e8;
	border: 1px solid #f8d2a2;
	margin-bottom: 10px;
	list-style-image: url(images/elenco_star.png);
	list-style-type: square;
	list-style-position: outset;
	font-size: 13px;
	margin-left: 2px;
}
#left_menu_blue a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.freccia_menu {
	display: block;
	padding-top: 5px;
	padding-left: 20px;
	background-image: url(images/freccia_menu.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 10px;
	list-style-image: url(images/freccia_menu.png);
}

.left_rosa {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width: 158px;
	padding-left: 5px;
	padding-top: 10px;
	background-color: #fcecfc;
	padding-bottom: 10px;
	border: 1px solid #CCC;
	margin-top: 10px;
	padding-right: 5px;
	font-size: 11px;
	line-height: 14px;
}
#center {
	width: 539px;
	float: left;
}
#home_center {
	width: 709px;
	float: left;
}
#center_one {
	width: 518px;
	background-color: #f7f7f7;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	clip: rect(auto,auto,auto,auto);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-left-style: dashed;
}
#center_one_inside {
	width: 492px;
	background-color: #f7f7f7;
	height: auto;
	margin-right: 8px;
	margin-left: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 5px;
}
#center_title_photo{
	background-image: url(images/title_photo_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 39px;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bolder;
	height: 31px;
	line-height: 20px;
	padding-left: 20px;
	padding-top: 8px;
}
#center_footer{
	width: 518px;
	height: 14px;
	clear: both;
	background-image: url(images/bg_center_footer.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
}
#center_banner {
	width: 519px;
	background-color: #999;
	height: 180px;
	margin-right: 10px;
	margin-left: 10px;
}
#home_left_and_right {
	background-color: #FC0;
}
#home_left_one {
	width: 418px;
	background-color: #f7f7f7;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	clip: rect(auto,auto,auto,auto);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-left-style: dashed;
	float: left;
}
#home_left_one_inside {
	width: 392px;
	background-color: #f7f7f7;
	height: auto;
	margin-right: 8px;
	margin-left: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 5px;
}
#home_left_footer{
	width: 418px;
	height: 14px;
	clear: both;
	background-image: url(images/bg_center_footer.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
}
.separater_home_left {
	background-image: url(images/separater_home_left.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 20px;
}
#home_right {
	float: left;
	width: 247px;
	clear: right;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #CCC;
	background-color: #E6F1FF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#right {
	float: right;
	width: 191px;
	clear: right;
}
#right_square {
	background-image: url(images/right_square.png);
	height: 99px;
	width: 171px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 2px;
}
#right_square_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 171px;
	font-weight: bolder;
	height: 20px;
	line-height: 20px;
}
#right_square_icon {
	padding-top: 12px;
	height: 52px;
	width: 52px;
	clear: left;
	float: left;
}
#right_square_text {
	width: 99px;
	float: left;
	height: 64px;
	padding-left: 6px;
	padding-top: 7px;
	line-height: 13px;
}
#right_square_click {
}
#shinystat {
	float: right;
	width: 191px;
	clear: right;
	visibility: visible;
}
.green_box {
	height: 30px;
	background-color: #F1FFED;
	border: 1px dashed #78A355;
	color: #78a325;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
}
.red_box {
	height: auto;
	background-color: #D60202;
	color: #FFF;
	padding: 5px;
	font-style: normal;
	font-weight: bold;
	width: auto;
	font-size: 16px;
	border-top-color: #78A355;
	border-right-color: #78A355;
	border-bottom-color: #78A355;
	border-left-color: #78A355;
}
.red_box2 {
	height: auto;
	background-color: #F66;
	color: #FFF;
	padding: 5px;
	font-style: normal;
	font-weight: bold;
	width: auto;
	font-size: 16px;
	border-top-color: #78A355;
	border-right-color: #78A355;
	border-bottom-color: #78A355;
	border-left-color: #78A355;
}
.photo_style1{
	height: 83px;
	width: 66px;
	background-image: url(images/bg_photo_style1.png);
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-right: 5px;
}	
.news_articol_box{
	padding: 5px;
	float: left;
	width: 234px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.continua{
	background-color: #FADADF;
	display: block;
	float: right;
	border: 1px dashed #995EA7;
	color: #936;
	font-style: italic;
	font-weight: bold;
}	
.articles { padding: 10px; }

#footer {
	margin-top: 30px;
	text-align: center;
	font-size: 11px;
	color: #aaa;
	border-top: 1px dotted #aaa;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 58px;
	margin-left: 11px;
	left: -11px;
	top: 1161px;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }
#wrap #content #center #center_one #center_one_inside p strong {
	font-size: 16px;
}
#wrap #content #center #center_one #center_one_inside #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible p {
	text-align: center;
}

