@import url( layout.css );
@import url( tags.css );
@import url( menuStyle.css );
@import url( breadcrumbStyle.css );
@import url( fieldset.css );
@import url( fieldsethalf.css );
@import url( fieldsetinfo.css );
@import url( datagrid.css );
@import url( schedule.css );
@import url( forms.css );
@import url( gridView.css );

/* styling for warning messages */
.WarningPanel
{
	margin-top: 12px;
}
.WarningNote
{
	background-color: #FFFFCC;
	border-width: 1px;
	border-color: #FF9933;
	padding: 6px 6px 6px 0px;
	border-style: none;
	border-top-width: 1px;
	border-top-color: #003366;
	border-top-style: solid;
}
/* formatting for hyperlinks and postback linkbuttons to look more obvious / more like buttons */
.linkbutton
{
	background-image: url(Images/click_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
/* default hyperlink styles */
a:link, a:active, a:visited
{
	color: #B52385;
	text-decoration: none;
}
a:hover
{
	color: #CC3366;
	text-decoration: underline;
}
/* misc styles and hacks */

/* HACK: prevent a hyperlink from looking like a hyperlink, but still have a tooltip */
.tip
{
	color: #003366;
	text-decoration: none;
}
.clearall
{
	clear: both;
	padding: 0,0,0,0;
	margin: 0,0,0,0;
}
.clearall_bottomspace
{
	clear: both;
	padding: 0,0,0,0;
	margin: 0px,0px,4px,0px;
}
/* align a image beside text - no longer used? */
.right_img
{
	float: right;
	margin: 0px 0px 0px 6px;
	border: 0px solid #ffffff;
	padding: 0px;
	clear:right;
}
/* general content spacing element */
.pad
{
	padding: 0px, 6px, 0px, 6px;
}


