/* Children Cancer Foundation StyleSheet */
/* Created by Seamless Communications */

/* Elements */

P{
	margin-top : 15px;
}

A{
	color : #666666;
	text-decoration : underline;
}

A:HOVER {
	color : #FFCC00;
	text-decoration : underline;
	letter-spacing : 0px;
}

LI {
	margin-left : -22px;
	margin-right : 10px;
	margin-bottom : 0px;
	margin-top : 0px;
	list-style-type : square;
}

UL{
	margin-top : 0px;
	margin-bottom : 10px;
}

OL{
	margin-left : 50px;
	margin-top : 0px;
	margin-bottom : 10px;
	list-style-type : decimal;
}

/*Classes */

.header{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #595959;
	text-decoration : none;
	font-weight : bold;	
	word-spacing : 0px;
	letter-spacing : 0px;
}

.bold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFCC00;
	text-decoration : none;
}

.body{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
	text-decoration : none;
	line-height : 130%;
}
.bodyunderline{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
	text-decoration : underline;
	line-height : 130%;
}
.bodysmall{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #666666;
	font-weight : bold;
	text-decoration : none;
	line-height : 130%;
}

.tablebody{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	text-decoration : none;
}

.tablehead{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}
.terms{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #FF6600;
	text-decoration : none;
	line-height : 100%;
	text-align : left;
}

.body-form{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #595959;
	text-decoration : none;
	text-align : left;
}

.notes{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #666666;
	text-decoration : none;
	line-height : 100%;
}

.navtext{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #333366;
	text-decoration : none;
}

.infobox {
	position:relative;
	border:none;
	background-color:none;
	width:180px;
	padding:0px;
	height: 150px;
    }
	
.infobox1 {
	position:relative;
	border:none;
	background-color:none;
	width:250px;
	padding:0px;
	height: 115px;
	z-index: 1;
    }
	
.infobox2 {
	position:relative;
	border:none;
	background-color:none;
	width:150px;
	padding:0px;
	height: 150px;
    }
	
.infobox img {
	position:relative;
    }
.infobox .more {
	display:none;
    }
	
.infobox1 .more {
	display:none;
    }

.infobox2 .more {
	display:none;
    }
	
.infobox:hover .more {
	display:block;
    position:absolute;
    z-index:8;
    left:-1px;
    top:-1px;
    width:350px;
    padding:10px 5px 5px;
    border:1px solid #afafaf;
    background-color:#f5f5f5;
    }

.infobox1:hover .more {
	display:block;
    position:absolute;
    z-index:8;
    left:-1px;
    top:-1px;
    width:350px;
    padding:10px 5px 5px;
    border:1px solid #afafaf;
    background-color:#f5f5f5;
    }

.infobox2:hover .more {
	display:block;
    position:absolute;
    z-index:8;
    left:-1px;
    top:-1px;
    width:120px;
    padding:10px 5px 5px;
    border:1px solid #afafaf;
    background-color:#f5f5f5;
    }
	

