/*###################################### START GENERIC CLASSES ######################################*/

.clear{
	clear: both;
}

.clearLeft{
	clear: left;
}

.clearRight{
	clear: right;
}

.noMarginLeft{
	margin-left: 0!important;
}

.noMarginRight{
	margin-right: 0!important;
}

.noBorderRight{
	border-right: 0!important;
}

.noBorderBottom{
	border-bottom: 0!important;
}

/*###################################### END GENERIC CLASSES ######################################*/









/*###################################### START TEMPLATE STYLES ######################################*/
*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body{
	color: #333333;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container{
	display: inline;
	float: left;
	width: 100%;
	background: none;
}

#wrapper{
	margin: 0 auto;
	width: 650px;
	position: relative;
}

#header{
	float:left;
	display:inline;
	position: relative;
	width: 650px;
	height: 100px;
	margin-bottom: 10px;
	background: none;
}

#header h1.logoCancerworld{
	display: inline;
	float: left;
	width: 253px;
	height: 50px;
	margin: 20px 0 0 0;
	background: url(../images/logoCancerworld.gif) left top no-repeat;
}

#header h1.logoCancerworld a{
	display: inline;
	float: left;
	width: 253px;
	height: 50px;
}

#header h1.logoEso{
	display: inline;
	float: left;
	width: 50px;
	height: 50px;
	margin: 20px 0 0 10px;
	background: url(../images/logoEso.gif) left top no-repeat;
}

#header h1.logoEso a{
	display: inline;
	float: left;
	width: 50px;
	height: 50px;
}

#header h1 span{
	display: none;
}

#header .boxSearch{
	display: none;
}

#searchBlock{
	display:none;
}

#header h2{
	display: inline;
	float: left;
	width: 650px;
	height: 30px;
	margin: 20px 0 0 10px;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
}

#content{
	float:left;
	display:inline;
	width: 650px;
	min-height: 400px;
}

#footer{
	display:none;
}

p.articleOff{
	color:#7f7f7f;
}

a{
	color: #ae1319;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.banner{
	display: none;
}

/*############################### END TEMPLATE STYLES ####################################*/









/*###################################### START MAIN MENU ######################################*/

#mainNav {
	display: none;
}

/*###################################### END MAIN MENU ######################################*/









/*###################################### START CONTENT ######################################*/

#centerContent{
	display: inline;
	float: left;
	width: 650px;
	margin-right: 0;
}

#centerContentDett{
	display: inline;
	float: left;
	width: 650px;
	margin-right: 0;
}

#rightContent{
	display: none;
}

#rightContentDett{
	display: none;
}

.boxRow{
	display: inline;
	float: left;
	width: 100%;
	background: none!important;
	border-bottom: 1px solid #ae1319;
}

.boxRow h2{
	padding: 20px 0 0 10px;
	color: #000;
	font-size: 16px;
	font-weight:normal;
}

.boxArticle {
	display:inline;
	float:left;
	width: 650px!important;
	margin-left: 0;
}

.boxArticle h3{
	padding-top: 20px;
	color: #ae1319;
	font-size: 22px;
	font-weight:normal;
}

.boxArticle h4{
	padding-top: 20px;
	color: #333333;
	font-size: 16px;
	font-weight:normal;
}

.boxArticle p{
	padding: 20px 0 10px 0;
	font-size: 12px;
	line-height: 18px;
}

.boxArticle img{
	display:inline;
	float:right;
	margin: 20px 0 20px 10px;
}

.boxArticle ul{
     margin: 10px 20px;
}

.boxArticle ul li{
	padding-top: 5px;
	list-style: disc;
	line-height:16px;
}

.boxArticle ol{
     margin: 10px 25px;
}

.boxArticle ol li{
	padding-top: 5px;
    list-style: decimal;
	line-height:16px;
}

.boxBig {
	display:inline;
	float:left;
	width: 650px;
}

.boxBig h3{
	display: inline;
	float: left;
	width: 460px;
	margin-bottom: 20px;
	border-bottom: 1px solid #9e9e9e;
	padding: 20px 0;
	color: #ae1319;
	font-size: 22px;
	font-weight:normal;
}

.boxBig h3 a{
	color: #ae1319;
	text-decoration: none;
}

.boxBig h3 a:hover{
	text-decoration: underline;
}

.boxBig p{
	padding-right: 10px;
	font-size: 12px;
	line-height: 18px;
}

.boxBig a.linkRead{
	color: #ae1319;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
}

.boxBig img{
	display:inline;
	float:left;
	margin: 20px 10px;
	border: 1px solid #9e9e9e;
}

.boxSmall {
	display:inline;
	float:left;
	width: 300px;
	margin: 0 10px;
}

.boxSmall h3{
	padding: 20px 0;
	color: #ae1319;
	font-size: 18px;
	font-weight:normal;
}

.boxSmall h3 a{
	color: #ae1319;
	text-decoration: none;
}

.boxSmall h3 a:hover{
	text-decoration: underline;
}

.boxSmall p{
	font-size: 12px;
	line-height: 18px;
}

.boxSmall a.linkReadSmall{
	color: #ae1319;
	font-size: 12px;
	font-weight: bold;
}

.boxSmall a.linkReadSmallOff{
	cursor: default;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.boxSmall a.linkReadSmallOff:hover{
	text-decoration:none;
}

.boxSmall table{
	margin: 0 0 0 10px;
}

.boxSmall img{
	display:inline;
	float:right;
	margin: 10px;
}

.boxSmall ul{
     margin: 20px;
}

.boxSmall ul li{
	padding-top: 5px;
	list-style: disc;
	line-height:16px;
}

.boxSmall ol{
    margin: 20px;
}

.boxSmall ol li{
    list-style: decimal;
}

.boxArchive {
	display:inline;
	float:left;
	width: 650px;
	margin: 0;
}

.boxArchive h3{
	padding: 10px 0;
	color: #ae1319;
	font-size: 16px;
	font-weight:normal;
}

.boxArchive h3 a{
	color: #ae1319;
	text-decoration: none;
}

.boxArchive h3 a:hover{
	text-decoration: underline;
}

.boxArchive p{
	font-size: 12px;
	line-height: 18px;
}

.boxArchive img{
	display:inline;
	float:right;
	margin: 10px;
}

.boxIssues {
	display:inline;
	float:left;
	width: 650px;
	margin: 0;
}

.boxIssues h3{
	padding: 20px 0;
	color: #ae1319;
	font-size: 16px;
	font-weight:normal;
}

.boxIssues h3 a{
	color: #ae1319;
	text-decoration: none;
}

.boxIssues h3 a:hover{
	text-decoration: underline;
}

.boxIssues p{
	font-size: 12px;
	line-height: 18px;
}

.boxIssues img{
	display:inline;
	float:left;
	margin: 20px 10px 10px 0;
	border: 1px solid #9e9e9e;
}

.boxPag {
	display:inline;
	float:left;
	width: 630px;
	margin: 0 10px;
	padding: 0;
}

.boxPag a{
	color: #ae1319;
	text-decoration: none;
}

.boxPag a:hover, .boxPag a.selPag{
	color: #333333;
}

