body{
	BackGround:		#fff url(../pic/sky_grey_toolbar.gif) Repeat-X fixed;
	Font-Family:	Verdana, Arial;
	Font-Size:		9pt;
	Margin:			0;
	Padding-Right:	16px;
	Height:			100%;
	OverFlow-Y:		Auto;
}

#ToolBar {
	Position:		Fixed;
	Width:			100%;
	Padding-Bottom:	2px;
	left:			0px;
	top:			0px;
	BackGround:		URL(../pic/toolbar_top.gif) Repeat-X;
	Height:			27px;
}
*html #ToolBar {
	Position:		Absolute;
}
html>/**/ #ToolBar { /*IE7.Beta*/
	Margin-Left:	-16px;
}

#ToolBar h1{
	Position:		Absolute;
	White-Space:	NoWrap;
	Right:			0px;
	Top:			2px;
	Font-Family:	Trebuchet MS,Arial;
	Font-Size:		14pt;
	Font-Weight:	Normal;
	Color:			#FFFFFF;

}
html>/**/body #ToolBar h1{
	Top:			-11px;
}

#ToolBar h2{
	Position:		Absolute;
	White-Space:	NoWrap;
	Right:			1px;
	Top:			1px;
	Font-Family:	Trebuchet MS,Arial;
	Font-Size:		14pt;
	Font-Weight:	Normal;
	Color:			#888888;
}
html>/**/body #ToolBar h2{
	Top:			-14px;
}

#ToolBar img{
	Position:		Relative;
	Top:			3px;
	Left:			5px;
	Cursor:			Pointer;
}

#Content{
	Padding:		5px;
}

A.BlueLink{
	Color:					Blue;
	Text-Decoration:		None;
}

A.BlueLink:Hover{
	Color:					Blue;
	Text-Decoration:		Underline;
}


DIV.LoginForms{
	Text-Align:				Center;
}


DIV#SuccessBox{
	Width:					420px;
	Text-Align:				Left;
	Border:					1px Solid #00C000;
	Padding:				10px;
	BackGround-Color:		#C5FCC4;
	BackGround-Image:		URL(../pic/SuccessBox_Top.gif);
	BackGround-Repeat:		Repeat-X;
	Margin-Bottom:			-15px;
	Font-Family:			Verdana, Tahoma, Arial;
	Font-Size:				8pt;
	Color:					#00A000;
	Display:				None;
}


DIV#ErrorBox{
	Width:					420px;
	Text-Align:				Left;
	Border:					1px Solid #FFA8A8;
	Padding:				10px;
	BackGround-Color:		#FFD5D5;
	BackGround-Image:		URL(../pic/ErrorBox_Top.gif);
	BackGround-Repeat:		Repeat-X;
	Margin-Bottom:			-15px;
	Font-Family:			Verdana, Tahoma, Arial;
	Font-Size:				8pt;
	Color:					Red;
	Visibility:				Hidden;
}
DIV#ErrorBox UL{
	Display:				Inline;
}
DIV#ErrorBox UL LI{
	Padding-Left:			20px;
	Padding-Top:			3px;
	Padding-Bottom:			3px;
	Color:					Black;
}


form.LoginForms{
	Width:					400px;
	Text-Align:				Left;
	Border:					1px Solid LightGrey;
	Padding:				20px;
	BackGround-Color:		#EEE;
	BackGround-Image:		URL(../pic/LoginForms_Top.gif);
	BackGround-Repeat:		Repeat-X;
}

Label.Label{
	Float:					Left;
	Width:					190px;
	Height:					16px;
	Clear:					Left;
	BackGround-Position:	Right;
	BackGround-Attachment:	Fixed;
	BackGround-Repeat:		No-Repeat;
	Font-Weight:			Bold;
	Margin-Top:				3px;
}

Label.eMail{
	BackGround-Image:		URL(../pic/icon_email.gif);
}

Label.Password{
	BackGround-Image:		URL(../pic/icon_login.gif);
}

Label.User{
	BackGround-Image:		URL(../pic/icon_user.gif);
}

Label.DOB{
	BackGround-Image:		URL(../pic/icon_calendar.gif);
}

Label.Terms{
	BackGround-Image:		URL(../pic/icon_notes.gif);
}

Label.ButtonSpace{
	Margin-Top:				10px;
}

Label.NotBold{
	Font-Weight:			Normal;
}

Font.Advice{
	Font-Family:			Verdana, Tahoma, Arial;
	Font-Size:				8pt;
}

Input.InputField {
	BackGround-Image:		URL(../pic/FormFieldInputShade_Blue.gif);
	BackGround-Repeat:		Repeat-X;
	Color:					DarkBlue;
	Border:					2px Solid Gray;
	Margin-Bottom:			2px;
	Width:					200px;
	Height:					16px;
	Font-Family:			Verdana, Tahoma, Arial;
	Font-Size:				10pt;
}

Input.InputField_Error {
	BackGround-Image:		URL(../pic/FormFieldInputShade_Blue.gif);
	BackGround-Repeat:		Repeat-X;
	Color:					Red;
	Border:					2px Solid Red;
	Margin-Bottom:			2px;
	Width:					200px;
	Height:					16px;
	Font-Family:			Verdana, Tahoma, Arial;
	Font-Size:				10pt;
}


Select {
	Margin-Bottom:			2px;
	Font-Family:			Verdana, Tahoma, Arial;
	Font-Size:				10pt;
	Color:					DarkBlue;
}

Select.SelectField200 {
	Width:					200px;
	BackGround-Color:		White;
    Color:					DarkBlue;
}

Select.InputField_Error{
	BackGround-Color:		#FFD5D5;
	Color:					Red;
}

.Button_Default{
	Font-Family:			Verdana, Tahoma, Arial;
	Font-Size:				10pt;
	Font-Weight:			Bold;
	Color:					DarkBlue;
	Cursor:					Pointer;
	Margin-Top:				10px;
}

#Throbber{
	Visibility:				Hidden;
}

HR{
	Height:					2px;
	Color:					LightGrey;
	Border-Bottom:			1px Solid White;
	Border-Top:				1px Solid LightGrey;
}

#Pic{
	BackGround:			URL(../pic/throbber.gif) Center No-Repeat Fixed #FFF;
}
