/* Generic Styling */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background: #fff url(../images/layout/body-bg.gif) repeat-x 0 0;
}
img,
fieldset {
	border: 0;
}
input,
select,
textarea,
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}
select option {
	padding-right: 1em;
}
textarea {
	overflow: auto;
}
a {
	color: #0081cb;
	text-decoration: underline;
}
a:hover,
a:visited:hover {
	color: #00527f;
}
h1 {
	margin-bottom: 25px;
	font-size: 1.5em;
	color: #000;
}
#p-home h1 {
	margin-bottom: 56px;
}
h2 {
	margin-bottom: 0.8em;
	font-size: 1.35em;
}
h3 {
	font-size: 1.15em;
}
#p-home h4 {
	margin: 0 0 38px 4px;
	font-size: 1.25em;
	font-weight: normal;
}
#alertMsg	{
background-color:red;
color:yellow;
font-weight:bold;
}
/* Layout */
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 879px;
	text-align: left;
	font-size: 0.73em;
}
#p-home #wrapper {
	background: url(../images/layout/home-people-chain.gif) no-repeat -30px 172px;
}
#logo,
#barnardos-logo {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
#logo {
	top: 64px;
	left: 728px; 
	width: 64px;
	height: 64px;
}
#logo span {
	padding-bottom: 22px;
	background: url(../images/layout/logo-shadow.gif) no-repeat 0;
}
#barnardos-logo {
	top: 71px;
	left: 7px;
	width: 90px;
	height: 47px;
}
#header {
	height: 53px;
}
#breadcrumb {
	margin-top: 20px;
	float: left;
	width: 578px;
	font-size: 0.9em;
	color: #fff;
}
#breadcrumb span {
	font-size: 1.1em;
	font-weight: bold;
}
#breadcrumb a {
	color: #fff;
	text-decoration: underline;
}
#search {
	margin: 17px 94px 0 0;
	display: inline;
	float: right;
	width: 207px;
}
#search fieldset {
	float: left;
	width: 147px;
}
#search-terms {
	width: 147px;
	height: 15px;
}
#search label {
	display: none;
}
.form-buttons {
	margin: 4px 0 0 7px;
	display: inline;
	float: right;
}
#p-home #nav {
	background: none;
}
#nav {
	margin-top: 73px;
	padding-bottom: 9px;
	position: relative;
	height: 45px;
	list-style: none;
	background: url(../images/layout/nav-bg.gif) no-repeat 0 46px;
}
#nav li {
	padding-right: 3px;
	float: left;
	background: url(../images/layout/nav-menu-divider.gif) no-repeat 100% 0;
}
#nav a {
	padding: 17px 0 18px;
	display: block;
	height: 11px;
	color: #202020;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.93em;
	text-align: center;
	text-decoration: none;
	xoverflow: hidden;
	background: url(../images/layout/nav-menu.gif) repeat-x 0 0;
}
#nav a:hover {
	background: url(../images/layout/nav-menu.gif) repeat-x 0 -46px;
}

#n-home {
	width: 176px;
}
#n-how-to-apply {
	width: 124px;
}
#n-introduction {
	width: 134px;
}
#n-our-partners {
	width: 124px;
}
#n-resources-and-links {
	width: 124px;
}
#n-privacy-and-legislation {
	width: 135px;
}
#nav li#n-online-support {
	width: 133px;
	background: none;
}
#n-online-support-standard {
	padding: 0;
	width: 133px;
}
#nav li#n-logout {
	padding: 0;
	width: 80px;
}
#p-home #container {
	margin-left: 0;
}
#container {
	margin-left: 44px;
	min-height: 270px;
}
#p-home #content {
	margin: 153px 0 0 39px;
	width: 600px;
}
#column-1,
#column-2 {
	float: left;
	width: 275px;
}
#column-1 {
	margin-right: 27px;
}
#column-1 p {
	margin-left: 3px;
}
#column-1 img {
	margin: 6px 9px 10px 0;
	float: left;
}
#content #column-2 ul {
	padding-left: 0;
	list-style: none;
}
#container-admin #content	{
	width: 550px;
	margin-left:44px;
	margin-right:3px;
	float:left;
}
#content {
	margin: 43px 88px 0 0;
	padding: 0 30px 27px 0;
	position: relative;
	float: left;
	width: 555px;
}
.columnless #content {
	float: none;
	width: auto;
}
#side-nav {
	margin-top: 90px;
	float: right;
	width: 160px;
	list-style: none;
	display:block;
}
#side-nav li {
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(../images/layout/bullet.gif) no-repeat 0 7px;
}
#side-nav a {
	color: #202020;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
}
.sub-side-nav,
.sub-side-nav ul {
	margin: 10px 0 21px 9px;
	display: none;
	width: 100px;
	list-style: none;
}
.sub-side-nav ul {
	margin: 12px 0 0 7px;
}
.sub-side-nav li {
	padding-left: 8px !important;
	background: url(../images/layout/sub-bullet.gif) no-repeat 0 7px !important;
}
.sub-side-nav a {
	color: #0081cb !important;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 0.95em !important;
}
#p-scheme #n-client-contact,
.active a {
	font-weight: bold;
	text-decoration: none !important;
}
#p-scheme .sub-side-nav,
.active {
	display: block;
}
#p-home #footer {
	margin: 25px 0 0 0;
}
#thankyouMsg	{
	color:darkblue;
	font-weight:bold; 
}
#footer {
	margin: 75px 0 0 0;
	padding-bottom: 33px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #616161;
	width: 879px;
	float: left;
}
#footer ul {
	display: inline;
}
#footer li {
	display: inline;
}
#footer li:before {
	content: "|";
	padding: 0 0.5em;
	color: #a5a5a5;
}
#footer p {
	margin-top: 8px;
}
#footer a {
	text-decoration: underline;
}
#good-shepherd-acknowledgement {
	margin-top: 1.35em;
	padding: 0.85em;
	border: 1px solid #a0a0a0;
	background: #eee;
	color: #333;
}
#good-shepherd-acknowledgement h2 {
	color: #333;
}
#good-shepherd-acknowledgement p {
	margin: 1.35em 0 0;
}

/* Login Box */
#login-box {
	margin-top: 55px;
	padding: 7px 21px 20px 20px;
	width: 221px;
	min-height: 109px;
	position: relative;
	background: url(../images/layout/login-box-bg.gif) no-repeat;
}
#content #login-box p {
	margin: 0 0 6px;
	font-size: 0.95em;
	font-style: italic;
	text-align: right;
}
#content #login-box .formErrorStyle,
#content #login-box .successmsg,
#content #login-box .infomsg {
	margin: 0;
	width: 233px;
	font-style: normal;
	text-align: left;
	position: absolute;
	top: 13em;
	left: 0;
}
#content #login-box .infomsg {
	background: #eff8ff url(../images/icons/info-loader.gif) no-repeat 3px 0.3em;
}
#login-box fieldset div {
	margin-bottom: 6px;
}
#login-box label {
	padding: 2px 0;
	width: 77px;
	float: left;
	font-weight: bold;
}
#login-box fieldset input {
	padding: 2px;
	border: 1px solid #949494;
	width: 138px;
	float: left;
}
#login-box .form-buttons {
	margin: 3px 0 0;
	float: none;
	display: block;
	text-align: right;
}
#login-box .form-buttons a {
	margin-right: 1em;
	font-size: 0.95em;
}
#login-box .form-buttons input {
	padding: 0.2em 0.5em;
}

/* Content Styling */
#content ul {
	margin-bottom: 1.35em;
	padding-left: 15px;
	line-height: 1.5em;
}
#content li {
	margin-bottom: 0.35em;
}
#content p {
	margin-bottom: 1.35em;
	line-height: 1.5em;
}
.search-loan-form {
	padding: 0.85em;
	border: 1px solid #a0a0a0;
	width: 360px;
	background: #eee;
	color: #333;
}
.search-loan-form fieldset {
	padding: 0.2em 0;
	float: left;
}
.search-loan-form label {
	margin-right: 4px;
}
.search-loan-form fieldset input {
	width: 100px;
}
.search-loan-form .form-buttons {
	margin: 0 0 0 7px;
	float: left;
}
.search-loan-form .form-buttons input {
	padding: 0.2em 0.5em;
}
#content .search-loan-form .formErrorStyle {
	margin: 1em 0 0;
	width: 331px;
	float: left;
	clear: both;
}

/* 3rdgen Form Styling */
.userFormTable	{
	width:650px;
	}
.datahead	{
	font-weight: bold;
	}
#clientFormDiv .generalForm	{
	width:570px;
}
.dataTable	{
width:570px;
}
.generalForm	{
	width:675px;
}
.generalForm td {
	padding-bottom: 7px;
	border-collapse: collapse;
}
.generalForm1	{
	width:695px;
}
.generalForm1 td {
	padding-bottom: 7px;
	border-collapse: collapse;
}
.formPromptStyle {
	padding-right: 12px;
	line-height: 1.55em;
}
.formSubPromptStyle {
	margin-top: 0.35em;
	font-size: 0.9em;
	color: #666;
	display: block;
	line-height: 1.25em;
}
.generalForm textarea {
	width: 330px;
	height: 100px;
}
.formLabelStyle input {
	padding: 0.3em 0.5em;
}
.formDataScrollingDiv	{
	border:1px solid gray;
	padding:2px;
}
.formMultiListHeading { 
    font-weight:bold;
    }
.formLabelStyle	{
  font-weight:bold;
}
.formErrorStyle {
	margin-top: 5px;
	padding: 3px 5px 4px 22px;
	border: 1px solid #c00;
	display: block;
	background: #ffefef url(../images/icons/action_stop.gif) no-repeat 3px;
	color: #f00;
	font-size: 0.95em;
}
.alertmsg {
	margin-top: 5px;
	padding: 3px 5px 4px 22px;
	border: 1px solid #fada42;
	display: block;
	background: #ffffef url(../images/icons/icon_alert.gif) no-repeat 3px 0.3em;
	color: #bc7c12;
	font-size: 0.95em;
	font-weight: bold;
}
.successmsg {
	margin-top: 5px;
	padding: 3px 5px 4px 22px;
	border: 1px solid #69b83e;
	display: block;
	background: #f6ffef url(../images/icons/icon_accept.gif) no-repeat 3px 0.3em;
	color: #327f07;
	font-size: 0.95em;
}
.infomsg {
	margin-top: 5px;
	padding: 3px 5px 4px 22px;
	border: 1px solid #539ad4;
	display: block;
	background: #eff8ff url(../images/icons/icon_info.gif) no-repeat 3px 0.3em;
	color: #275377;
	font-size: 0.95em;
}
.loader {
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
	left: 4px;
}
*+ html .loader {
	top: 0;
}

/* Main Style Sheet for jQuery Calendar */
#datepicker_div,
.datepicker_inline {
	padding: 0;
	margin: 0;
	background: #ddd;
	font-size: 0.75em;
}
#datepicker_div {
	display: none;
	border: 1px solid #777;
	z-index: 10; /*must have*/ 
}
#datepicker_div,
.datepicker_control,
.datepicker_links,
.datepicker_header,
.datepicker {
	width: 185px;
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin-right: -16px;
	position: relative;
	left: -18px;
	top: 3px;
}
input.hasDatepicker {
	width: 8em;
	height: 1.25em;
}
.datepicker_prompt {
	float: left;
	width: 181px;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control,
.datepicker_links,
.datepicker_header,
.datepicker {
	clear: both;
	float: left;
	color: #fff;
}
.datepicker_control {
	background: #4383be;
}
.datepicker_links {
	background: #2f6aad;
}
.datepicker_control,
.datepicker_links {
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 1px;
}
.datepicker_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear,
.datepicker_prev {
	float: left;
}
.datepicker_current {
	float: left;
	width: 35%;
	text-align: center;
}
.datepicker_close,
.datepicker_next {
	float: right;
}
.datepicker_header {
	padding: 0.35em 0;
	background: #fff;
	text-align: center;
}
.datepicker_newMonth {
	margin-right: 1em;
}
.datepicker_header option {
	padding-right: 0.35em;
}
.datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker .datepicker_titleRow {
	background: #4383be;
}
.datepicker .datepicker_daysRow {
	background: #eee;
	color: #666;
}
.datepicker .datepicker_daysCell {
	padding: 2px 0;
	color: #000;
	border: 1px solid #ddd;
}
#calendar .datepicker_daysCell a{
	display: block;
}
.datepicker .datepicker_weekEndCell {
	background: #ddd;
}
.datepicker_weekEndCell a {
	color: #555 !important;
}
.datepicker .datepicker_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
.datepicker .datepicker_unselectable {
	color: #fff;
}
.datepicker_currentDay {
	background: #ffdd00 !important;
}
.datepicker_currentDay a {
	color: #333 !important;
}
.datepicker_today {
	background: #4383be !important;
}
.datepicker_today a {
	color: #fff !important;
}

/* ________ CALENDAR LINKS _______

** Reset link properties and then override them with !important */
#datepicker_div a,
.datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}
.datepicker_control a,
.datepicker_links a {
	padding: 3px 5px !important;
	color: #b9b9b9 !important;
}
.datepicker_links a {
	color: #eee !important;
}
.datepicker_titleRow a {
	padding: 2px 0 !important;
	color: #fff !important;
}
.datepicker_control a:hover {
	background: #4383be !important;
	color: #f34242 !important;
}
.datepicker_links a:hover {
	background: #2f6aad !important;
	color: #ffdd01 !important;
}
.datepicker_titleRow a:hover {
	background: #fff !important;
	color: #333 !important;
}
.datepicker_daysCellOver {
	color: #333 !important;
}

/* ___________ IE6 IFRAME FIX ________ */

.datepicker_cover {
	display: none; /*sorry for IE5*/
	display/**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -4px; /*must have*/
	left: -4px; /*must have*/
	width: 193px; /*must have to match width and borders*/
	height: 200px; /*must have to match maximum height*/ 
}


/* Clearing Fix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	min-height: 0;
}
/*\*//*/
.clearfix {display: inline-table;}
/* */

/*******************************************
Export styles
*******************************************/
.actions a {margin: 0 5px 0 0;}

#actualItems {
    width:330px;
    height:190px;
    overflow-y:scroll;
    /*
    scrollbar-arrow-color:blue;
    scrollbar-face-color:#e7e7e7;
    scrollbar-3dlight-color:#a0a0a0;
    scrollbar-darkshadow-color:#888888;
    */
    overflow-x:hidden;
    border:1px solid gray;}