form
{
	margin: 0px;
}
/*
input
{
	background: #FFFFFF url(/images/common/bg_input.gif) top left no-repeat;
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 2px;
}
*/
input[type=submit]
{
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input[type=button]
{
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input[type=text]
{
	background: #FFFFFF url(/images/common/bg_input.gif) top left no-repeat;
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 6px;
	width: 90%;
}

input[type=password]
{
	background: #FFFFFF url(/images/common/bg_input.gif) top left no-repeat;
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 6px;
	width: 90%;
}

input[type=text]:focus
{
	background: #FFFFFF url(/images/common/bg_input_focus.gif) top left no-repeat;
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

input[type=password]:focus
{
	background: #FFFFFF url(/images/common/bg_input_focus.gif) top left no-repeat;
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

input[type=file]
{
	background: #FFFFFF url(/images/common/bg_input.gif) top left no-repeat;
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 6px;
	width: 90%;
}


input[type=file]:focus
{
	background: #FFFFFF url(/images/common/bg_input_focus.gif) top left no-repeat;
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

.inputLarge
{
	background: #FFFFFF url(/images/common/bg_input.gif) top left no-repeat;
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 6px;
	width: 90%;
}

.searchLarge
{
	background: #FFFFFF;
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-right: 5px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 70%;
}

input[type=image]
{
	border: 0px;
	margin-top: 0px;
	padding: 0px;
}

input#searchterm
{
	width: 150px; 
	margin: 0px; 
	float: left;
	border: 1px solid #CCC;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #FFFFFF url(/images/common/bg_search.png) no-repeat center left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px; 
	/*text-transform:uppercase;*/
}

#searchButton
{
	width: 53px;
	float: left;
	margin-left: 2px;
}


input#Username
{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	width: 35%;
	display: inline;
	float: left;
	padding: 5px;
	background: #FFFFFF url(/images/common/bg_input_username.gif) no-repeat top left;
}

input#Password
{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	width: 35%;
	display: inline;
	float: left;
	margin-left: 10px;
	padding: 5px;
	background: #FFFFFF url(/images/common/bg_input_password.gif) no-repeat top left;
}

input#EmailRegistrationField
{
	font-weight: bold;
	font-size: 11px;
	width: 90px;
	top: -4px;
	display: inline;
	float: left;
	padding: 5px 5px 5px 30px;
	background: #FFFFFF url(/images/common/bg_email_signup.gif) no-repeat top left;
}

select
{
	/*background: #FFFFFF url(/images/common/bg_input.gif) top left no-repeat;*/
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 6px;
	width: 90%;
}

select:focus
{
	background: #FFFFFF url(/images/common/bg_input_focus.gif) top left no-repeat;
}

select#Step_1
{
	background-color:#66AED6;
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 18px; 
	letter-spacing: 2px;
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

textarea
{
	background: #FFFFFF url(/images/common/bg_input.gif) top left no-repeat;
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	width: 90%;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px;
}

textarea:focus
{
	background: #FFFFFF url(/images/common/bg_input_focus.gif) top left no-repeat;
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

.checkbox
{ 
	margin-left: 2px;
	margin-right: 5px;
	background-color: #EBF1F3;
}


.form_td_left 
{
	background-position: top left; 
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 1.3; 
	font-weight: normal; 
	color: #FFFFFF;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 40%;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.form_td_right 
{
	font-family:  'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 1.3; 
	font-weight: normal; 
	color: #FFFFFF;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 60%;
	text-align:left;
	border-bottom: 1px solid #CCCCCC;
}

.button
{
	background:#0B5B79 url(/images/admin/bg_admin_menu.gif)  repeat-x top left;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border: 0px;
}

.buttonLarge
{
	background: #0B5B79 url(/images/admin/bg_admin_menu.gif)  repeat-x top left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	border: 1px solid #C0CFD3;
	margin-top: 10px;
}

.buttonAction
{
	background: #ff7a04 url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	font-weight: bold;
}

.buttonAction:hover
{
	background: #ff8a06 url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
}

.buttonActionSmall
{
	background: #ff7a04 url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	font-weight: bold;
}

.buttonActionSmall:hover
{
	background: #ff8a06 url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
}

.buttonActionSmallGreen
{
	background: url(/images/common/bg_button_action_green.gif)  repeat-x center left;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	font-weight: bold;
}

.buttonActionSmallGray
{
	background: #333 url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	font-weight: bold;
}

.buttonActionSmallGray:hover
{
	background: #999 url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
}

.buttonUrgent
{
	background: url(/images/common/bg_button_urgent.gif)  repeat-x top left;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border: 0px;
	margin-top: 10px;
}

div#uploading
{
	display:none;	
}

#fidHome
{
	width: 180px;
	padding: 0px;
	font-size: 12px;
}

.buttonActionSmallPublic
{
	background: #8a173b url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	margin-top: -2px;
	/*font-weight: bold;*/
	min-width: 75px;
}

.buttonActionSmallPublic:hover
{
	background: #771433 url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
}

.buttonActionPublic
{
	background: #8a173b url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	font-weight: bold;
	position: relative;
}

.buttonActionPublic:hover
{
	background: #771433 url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
}


.buttonActionPublicGreen
{
	background: #4ebe5b url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	font-weight: bold;
	position: relative;
}

.buttonActionPublicGreen:hover
{
	background: #36a543 url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
}


.buttonActionPublicLarge
{
	background: #8a173b url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
	padding: 15px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	font-weight: bold;
	margin-top: 12px;
}

.buttonActionPublicLarge:hover
{
	background: #771433 url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
}


#calendarSearch
{
	/*background: #333 url(/images/common/bg_fade_white_to_transparent.png) repeat-x top left;*/
	padding: 10px;	
}

#calendarSearch table
{
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

#calendarSearch table td
{
	padding: 4px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	text-align: left;
	vertical-align: top;
}

#calendarSearch h1
{
	color: #FFF;
	margin: 7px 0px 0px 7px;	
	font-size: 13px;
	font-weight: normal;
}

#calendarSearch select
{
	padding: 4px;
	font-size: 12px;	
}

#SEARCH_TERM
{
	position: relative;
	width: 80%;
}