

/* */

/***************** Form Styles ******************/

form { margin:0; padding:0; }
.blank_form { margin:0; padding:0; display:inline; }
/* .checkout_button { color:green; font-weight:bold; height:32px; } */

input, input.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #000000;
	background: #ffffff;
	border:1px solid #757571;
	
		line-height:11px;
		padding:2px 2px 1px 5px;
		height:17px;
	
}
input.chkbox {
	border:none;
	height:auto;
}

textarea, textarea.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #000000;
	background: #ffffff;
	border:1px solid #757571;
	
		line-height:15px;
		padding:5px 2px 5px 5px;
	
}

select, select.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #000000;
	background: #ffffff;
	border:1px solid #757571;
	
		padding:2px 2px 2px 2px;
	
}

input:hover, input.copy:hover, textarea:hover, textarea.copy:hover, select:hover, select.copy:hover {
	border:1px solid #00adef;	
}


/***************** Button Styles *********************/

.buttons, .button, a.button:link, a.button:visited, .calMonthYearSubmit, .checkout_button {
    cursor:pointer;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	color: #ffffff;
	background: #00acec url(http://www.healthservsask.com/images/layout/button_bg.gif) left top repeat-x;
	border:1px solid #0086b9;
	margin-right:1px;
	margin-left:1px;
	
		line-height:13px;
		padding:0 3px 1px 3px;
		height:24px;
	
}

.buttons:hover, .button:hover, a.button:hover, a.button:active, .calMonthYearSubmit:hover, .checkout_button:hover {
	color: #ffffff;
	background: #0086b9 url(http://www.healthservsask.com/images/layout/button_bg-over.gif) left top repeat-x;
	border:1px solid #0086b9;
}


/*********** Login and Logout ************/
input.login_submit, input.logout_submit {
	display:block;
	cursor:pointer;
	border:none;
	height:25px !important;
	margin:0 !important;
	padding:0 !important;
	font-size:9px;
	font-weight:normal;
	color:#ffffff;
}
input.login_submit {
	width:71px !important;
	background: #ffffff url(http://www.healthservsask.com/images/layout/topNavTop/bg-login.gif) left top no-repeat !important;	
}
input.login_submit:hover {
	width:71px !important;
	border:none !important;
	background: #ffffff url(http://www.healthservsask.com/images/layout/topNavTop/bg-login.gif) left bottom no-repeat !important;	
}
input.logout_submit {
	width:86px !important;
	background: #ffffff url(http://www.healthservsask.com/images/layout/topNavTop/bg-logout.gif) left top no-repeat !important;	
}
input.logout_submit:hover {
	width:86px !important;
	border:none !important;
	background: #ffffff url(http://www.healthservsask.com/images/layout/topNavTop/bg-logout.gif) left bottom no-repeat !important;	
}


/***************** Verity Header Search Form Styles *********************/
#BCverity_search_input_container {
	display:block;
	margin:0;
	padding:1px 3px 0 7px;
}
input.BCverity_search_input {
	border:none;
	width:160px;
	height:11px;
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:normal;
	color:#757571;
	text-align:left;
	vertical-align:middle;
	background: #ffffff url(none);
}
input.BCverity_search_input:hover {
	border:none !important;	
}
input.BCverity_search_button {
	cursor:pointer;
	border:none;
	width:20px;
	height:18px;
	margin:0;
	padding:0;
	font-size:9px;
	font-weight:normal;
	color:#757571;
	text-align:center;
	vertical-align:middle;
	background: #ffffff url(http://www.healthservsask.com/images/layout/header-search-icon-bg.gif) left top no-repeat;
}
input.BCverity_search_button:hover {
	border:none !important;
	background: #ffffff url(http://www.healthservsask.com/images/layout/header-search-icon-bg.gif) left bottom no-repeat;
}
#BCverity_search_divider {
	width:1px;
	background:#757571;
	height:16px;
} 
