@import url( "abbi_default.css" );

/* h1-h6 are the only ones that should have no preceding selectors, large margins and padding will not look good in the paragraph style drop down */
h1 { /* titleBarContainer */
	font-size: 150%;
        font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0.4em;
	padding: 0px;/* this is a firefox bug fix */
}

h2 {
	font-size: 117%;
	margin-top:0;
	margin-bottom: 0.2em;
	padding:0px;/* this is a firefox bug fix */
}

h3 { /* block title */
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
        margin-bottom: 0.3em;
	padding:0px;/* this is a firefox bug fix */
}

h4{/* block links  */
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0.3em;
	padding:0px;/* this is a firefox bug fix */	
}


#contentArea {
	/* background: url(images/bg_centerRight_back.jpg) repeat-y center; */ /* for center right layout */
}

#contentAreaCenterOnly {
	
}

#contentAreaCenterPopup {
	
}

#rightZone .Login {
	background: #eeeeee;
	padding: 10px 0 10px 0;
}
#rightZone .Login div {
	margin: 0;
	padding: 0 0 0 15px;
}
#rightZone .Login div div {
	margin: 0;
	padding: 0;
}
#rightZone .Login div div div {
	margin: 0 0 0 -10px;
	padding: 0;
}
#rightZone .Login div a div {
	margin: 0;
	padding: 0;
}
#rightZone .Login div hr {
	margin-right: 20px;
	padding: 0;
}

