/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	FORM STYLES
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	General
//-------------------------------------------------------------------------------------------------------*/
form
{
	margin:				0em;
}


/*	status messages	*/
.statusmsg
{
	font-weight:		bold;
	font-size:			0.70em;
	color:				red;
}

/*---------------------------------------------------------------------------------------------------------
//	Labels
//-------------------------------------------------------------------------------------------------------*/
/*	all labels	*/
label,
label.cb,
label.checkbox,
label.radio
{
	display:			block;
	margin-top:			1.0em;
	font-weight:		bold;
	font-size:			0.65em;
}

/*	labels for checkboxes/radio	*/
label.cbeckbox,
label.cb,
label.radio
{
	display:			inline;
	font-weight:		normal;
}

.update_tab label,
table.data-block td label
{
	font-weight:		bold;
	font-size:			11px;

}
/*---------------------------------------------------------------------------------------------------------
//	Fields
//-------------------------------------------------------------------------------------------------------*/
/*	text boxes, select boxes, textareas	*/
input.textfield,
select.textfield,
textarea.textfield
{
	width:				240px;
	background-color:	white;
	font-size:			11px;
	color:				black;
}

.alumni_searchform 
{
    background-color:   #eeeeee;
    font-size:          1em;
}

.alumni_searchform  label
{
    width:          74px;
    padding-left:   10px;
	color:			#333333;
    font-weight:    normal;
}

.alumni_searchform div.title
{
    background-color:       #eeeeee;
    padding:                10px;
    font-weight:            bold;
    border-bottom:          1px solid white;
    font-size:              12px;
}

.alumni_searchform .textfield
{
 	width:				144px;
    height:             20px;
    border:             1px solid #7f9db9;
}

.alumni_searchform label
{
 	white-space:		nowrap;
}

form#login
{
    background-color:   #e6f1f7;
}

form#login label
{
    float:              left;
}

div.extranetwidget td
{
	vertical-align:		middle;
}

div.extranetwidget label
{
	color:				#333333;
	font-weight:		normal;
	padding-left:		10px;
	width:				74px;
}


div.extranetwidget input.textfield
{
	width:				146px;
	height:				19px;
	border:				1px solid #7f9db9;
	margin-top:			5px;
}

div.extranetwidget
{
	margin-bottom:		10px;
}

div.extranetwidget hr
{
	display:			block;
	width:				100%;
	background-color:	white;
	color:				white;
	border:				0;
	margin:				15px 0;
}

div.extranetwidget input#btn1
{
	float:				left;
	margin-left:		10px
}

div.accountlinks
{
	width:				150px;
	font-size:			11px;
	margin-left:		80px;
	padding-bottom:		15px;
}

div.sidebar-box
{
    background-color:   #eeeeee;
    padding:            10px;
    margin-bottom:      17px;
}

div.sidebar-box .title
{
    background-color:       #eeeeee;
    font-weight:            bold;
    border-bottom:          1px solid white;
    padding-bottom:         10px;
    font-size:              12px;
}

/*---------------------------------------------------------------------------------------------------------
//	Validation errors
//-------------------------------------------------------------------------------------------------------*/
#formerrorsdetails
{
	margin-bottom:5px;
}

.fielderror
{
	color:				red;
	font-weight:		bold;
	padding-left:		4px;
}

.formerrors
{
	display:			block;
	color:				red;
	font-weight:		bold;
}

.formerrors a,
.formerrors a:hover
{
	color:				red;
}

.fieldblock,
.fieldblock-error
{
	padding:			0px 5px 5px 5px;
	padding:			0px 5px 5px 5px;
}

.fieldblock-error
{
	background-color:	#DDDDDD;
	margin-bottom:		2px;
	clear:both;
}


