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=text],
input[type=number]
{
	background: #FFFFFF;
	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;
	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: #ffebcc;
	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: #ffebcc;
	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;
	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: #ffebcc;
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

.inputLarge
{
	background: #FFFFFF;
	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-size: 28px;
    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: 0px;
    margin-right: 5px;
    padding-left: 20px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    width: 60%;
    position: relative;
    top: 2px;
}

input[type=image]
{
	border: 0px;
	margin-top: 0px;
	padding: 0px;
}

input#searchterm
{
	width: 100px; 
	margin: 1px 0px 0px 0px; 
	float: left;
	border: 1px solid #CCCCCC;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	height: 23px;
	background: #FFFFFF url(/images/common/bg_search_gray.png) no-repeat center left;
	color: #666666;
	font-size: 14px;
	-moz-border-radius:  10px 0px 0px 10px;
	-webkit-border-radius:   10px 0px 0px 10px;
	border-radius:   10px 0px 0px 10px;		
	position:relative;
	top: -1px;
	/* PIE */
	behavior: url(/PIE.php);
}

#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-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-size: 18px; 
	letter-spacing: 2px;
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

textarea
{
	background: #FFFFFF;
	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: #ffebcc;
	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-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-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: #616162;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#616162), to(#575758));
    background: -webkit-linear-gradient(#616162, #575758);
    background: -moz-linear-gradient(#616162, #575758);
    background: -ms-linear-gradient(#616162, #575758);
    background: -o-linear-gradient(#616162, #575758);
    background: linear-gradient(#616162, #575758);
    -pie-background: linear-gradient(#616162, #575758);
	position: relative;
	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() 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() repeat-x top left;
}
*/
.buttonActionSmall
{
	background: #e31d1a url() 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: #CC1815 url() 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() 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() 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
{
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e35c5a), color-stop(1, #ca1714));
	background:-moz-linear-gradient(top, #e35c5a 5%, #ca1714 100%);
	background:-webkit-linear-gradient(top, #e35c5a 5%, #ca1714 100%);
	background:-o-linear-gradient(top, #e35c5a 5%, #ca1714 100%);
	background:-ms-linear-gradient(top, #e35c5a 5%, #ca1714 100%);
	background:linear-gradient(to bottom, #e35c5a 5%, #ca1714 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e35c5a', endColorstr='ca1714',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff !important;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 15px;
	padding: 5px 15px;
	line-height: 18px;
	letter-spacing: 1px;
	text-decoration:none;
	box-shadow: 0px 0px 5px #999999;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	box-shadow: 1px 0px 8px #888888;
	position: relative;
	behavior: url(/PIE.php);
}

.buttonActionSmallPublic:hover
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
	position: relative;
	behavior: url(/PIE.php);
}

.buttonActionPublic
{
	background-color: #283850;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    border-bottom: 3px solid #d85600;
    font-family: 'Cantarell', sans-serif;
    font-size: 1.2em;
    padding: 16px 30px;
    text-decoration: none;
	 -webkit-appearance: none;
    -moz-appearance: none;
}

.buttonActionPublic:hover
{
	background-color: #d85600 !important;
}

.buttonActionPublicLarge
{
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e35c5a), color-stop(1, #ca1714));
	background:-moz-linear-gradient(top, #e35c5a 5%, #ca1714 100%);
	background:-webkit-linear-gradient(top, #e35c5a 5%, #ca1714 100%);
	background:-o-linear-gradient(top, #e35c5a 5%, #ca1714 100%);
	background:-ms-linear-gradient(top, #e35c5a 5%, #ca1714 100%);
	background:linear-gradient(to bottom, #e35c5a 5%, #ca1714 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e35c5a', endColorstr='ca1714',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size:20px;
	font-weight:bold;
	padding: 3px 22px;
	line-height: 40px;
	letter-spacing:1px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	box-shadow: 1px 0px 8px #888888;
	position: relative;
	behavior: url(/PIE.php);
}

.buttonActionPublicLarge:hover
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
	position: relative;
	behavior: url(/PIE.php);
}

#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;	
}

.systemsettings input[type=text]
{
	background: #FFFFFF;
	font-family: "Helvetica Neue", 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;
	float: right;
	width: 60%;
}

.systemsettings input[type=text]:focus
{
	background: #ffebcc;
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}