/* put your custom CSS in here */

body {
	background-color: gray;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11pt;
	text-align: left;
}

div#container {
	background-color: white;
	width: 1000px;
	margin: auto;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	text-align: left;
}

div#header {
	text-align: center;
	padding-bottom: 20px;
}

div#footer {
	clear: both;
	background-color: gray;
	padding: 2px;
	color: white;
	text-align: right;
	height: 26px;
	min-height: 26px;
}

div#footer a {
	color: white;
}

#sidebar-left {
	float: left;
	width: 21%;
}

#sidebar-right {
	float: right;
	width: 20%;
	text-align: center;
}

#content { 
	float: left;
	width: 54%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	text-align: left;
}

#sidebar-left .block {
	border: 1px solid #1266AC;
}

#sidebar-left .block .block_title {
	background-color: #1266AC;
	padding: 5px;
}

#sidebar-left .block .content {
	padding: 5px;
}

#sidebar-left .block h2 {
	font-size: 12pt;
	color: white;
	margin: 0px;
	font-weight: bold;
}

#user-login-form {
	text-align: center;
}

#user-login-form .form-item {
	padding: 2px;
}

.form-text, .form-text-blue {
	border: 1px solid #1266AC;
}

.form-submit, .form-submit-blue {
	border: 1px solid #1266AC;
	background-color: #1266AC;
	color: white;
}

.field-type-text {
	margin-bottom: 5px;
}

.form-text-red {
	border: 1px solid #C4112E;
}

.form-submit-red {
	border: 1px solid #C4112E;
	background-color: #C4112E;
	color: white;
}

h2 {
	color: #1266AC;
	font-size: 14pt;
}

div#content h2 {
	color: #C4112E;
}

.field-label-inline-first {
	display: inline;
	color: #1266AC;
	font-weight:bold;
}

a {
	color: #2C85EF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

tr.even {
	background-color: #E2E9F1;
}

tr.odd {
	background-color: #EFE0E3;
}

.views-table tr td {
	padding: 5px;
}

#block-menu-primary-links a {
   color: #C4112E;
}

td.form-label {
	font-weight: bold;
	vertical-align: top;
}

/*Login Form Start*/
#block-user-0 ul {
	font-size: 10pt;
	list-style-type: none;
	list-style-image: none;
}

#block-user-0 input {
	border: 1px solid #1266AC;
}

#block-user-0 .form-item {
	margin: 2px;
}

#block-user-0 .item-list {
	padding-top: 5px;
}
/*Login Form End*/

.notification {
	color: #C4112E;
}

div.view-empty {
	margin-top: 10px;
}

#noticeboard {
	margin-bottom: 10px;
}

#charity_note {
	font-size: 10pt;
	margin-bottom: 10px;
	text-align: left;
}