/* This file contains definitions for all the common style elements used by the header in classware */

/* Style definitions of all 'id' attributes used within classware */
#headerNew{
	background-image: url("/classwareweb/images/bg.png");
	width:1000px;
	height:103px;
	margin: 0 auto;
	text-align:left;
}

#headerMarginTop {
	padding-top: 10px;
}

#headerMarginBottom {
	padding-bottom: 22px;
}


/* Style definitions of all 'class' attributes used within classware */
.brandLogo {
	height: 63px;
	background-color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	width: 170px;

}

.headerBlock{
	padding:3px;
	border:1px solid #000;
	background-color:#fff;
	display:inline;
	font-size:7pt;
	color:#000;
	margin-right:3px;
	margin-bottom:3px;
}

/* Style definitions of all HTML elements used within classware */
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	vertical-align: top;
	border: 0px;
}

select.cleanselect {
	BORDER-RIGHT: #666666 1px solid;
	PADDING-RIGHT: 0px; 
	BORDER-TOP: #666666 1px solid; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	BORDER-LEFT: #666666 1px solid; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #666666 1px solid
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

