@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #A6D8A5;
}
.thrColFixHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/body_tile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9BCD9A;
	border-right-color: #9BCD9A;
	border-bottom-color: #9BCD9A;
	border-left-color: #9BCD9A;
} 


.thrColFixHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height: 168px;
} 


.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}





.thrColFixHdr #mainContent h3 {
	text-align: center;
	font-size: 120%;
	color: #339933;
	padding-top: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 246px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 246px;
}
.thrColFixHdr #mainContent {
	width: 580px;
	padding:0 10px;
	margin-left:150px;


	#margin-left: 160px;
	#padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
} 

.thrColFixHdr #container #mainContent table.tasks {
	border-collapse: collapse;
	font-size: 0.8em;
	margin: 10px 0;
}

.thrColFixHdr #container #mainContent table.tasks th {
	width: 10%;
}

.thrColFixHdr  #container  #mainContent  table.tasks td {
	padding: 5px;
	border: 1px solid #AADCA9;
}
.thrColFixHdr #container #mainContent table.list {
	width: 100%;
	font-size: 90%;
	border-collapse: collapse;
}
.thrColFixHdr #container #mainContent table.list td {
	border: 1px solid #B9D3B8;
	padding: 2px;

}
.thrColFixHdr #container #mainContent table.list th {
	border: 1px solid #B9D3B8;
	background-color: #B9D3B8;
}
.thrColFixHdr #container #mainContent table.form {
	width: 100%;
	margin: 20px 0;
}
.thrColFixHdr #container #mainContent table.form th {
	width: 50%;
	text-align: right;
	padding: 4px 50px 4px 4px;
}
.thrColFixHdr #container #mainContent table.ml {
	margin: auto;
	width: 500px;
}
.thrColFixHdr #container #mainContent table.ml th {
	text-align: right;
	padding: 4px 20px;
	width: 30%;
	background-color: #BED5BD;
	background-position: center;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.error {
	color: #FF0000;
	text-align: center;
}

.thrColFixHdr  #container  #admin_panel {
	text-align: right;
	margin: 0;
	font-size: 80%;
}
.thrColFixHdr  #container  #admin_panel  a {
	color: #77A976;
	text-decoration: none;

}
.thrColFixHdr  #container  #admin_panel  a:hover {
	color: #B8D2B7;
	text-decoration: none;
}



.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.right {
	text-align: right;

}

.thrColFixHdr #nav_bar {
	height: 60px;
	padding: 0;
	margin: 5px 0;
}
.thrColFixHdr  #nav_bar img {
	border:0;
	float: left;
}
.thrColFixHdr  #nav_bar a   {
	padding: 0;
	margin: 0;
	height: 60px;
	width: 64px;

	#width:63px;
	display: block;
	float: left;
}
.thrColFixHdr #nav_bar #home a      {
	background-image: url(../images/nav_bar_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #nav_bar #home a:hover {
	background-position: 0 -60px;
}

.thrColFixHdr #nav_bar #projects a {
	background-image: url(../images/nav_bar_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #nav_bar #projects a:hover {
	background-position: 0 -60px;
}
.thrColFixHdr #nav_bar #events a {
	background-image: url(../images/nav_bar_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #nav_bar #events a:hover {
	background-position: 0 -60px;
}
.thrColFixHdr #nav_bar #forum a {
	background-image: url(../images/nav_bar_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #nav_bar #forum a:hover {
	background-position: 0 -60px;
}
.thrColFixHdr #nav_bar #prayers a {
	background-image: url(../images/nav_bar_06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #nav_bar #prayers a:hover {
	background-position: 0 -60px;
}
.thrColFixHdr #nav_bar #islam_in_nz a {
	background-image: url(../images/nav_bar_08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #nav_bar #islam_in_nz a:hover {
	background-position: 0 -60px;
}
.thrColFixHdr  #nav_bar  #local_info  a {
	background-image: url(../images/nav_bar_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr  #nav_bar  #local_info  a:hover {
	background-position: 0 -60px;
}
.thrColFixHdr  #nav_bar  #about_us  a {
	background-image: url(../images/nav_bar_09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr  #nav_bar  #about_us  a:hover {
	background-position: 0 -60px;
}
.thrColFixHdr #container #mainContent .project {
	background-image: url(../images/project_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px 15px;
	margin: 15px 0px;
}
.thrColFixHdr #container #mainContent .project h4 {
	text-align: center;
	color: #003597;
	margin: 5px 0;
}
.thrColFixHdr #container #mainContent .project p.description {
	text-align: justify;
}
.thrColFixHdr  #container  #mainContent  .project table.progress  {
	border: thin solid #339335;
	height: 20px;
	width: 100%;
	border-collapse: collapse;
}
.thrColFixHdr  #container  #mainContent  .project  table.progress  th {
	border-right: thin solid #339335;
	background-color: #72CD74;
	text-align: right;
	padding-right: 15px;
}
.thrColFixHdr  #container  #mainContent  .project  p.progress {
	font-size: 0.8em;
	margin: 2px 0;
	text-align: right;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent .project table.progress2 {
	border: thin solid #262C6C;
	height: 20px;
	width: 100%;
	border-collapse: collapse;
}
.thrColFixHdr #container #mainContent .project table.progress2 th {
	border-right: thin solid #262C6C;
	background-color: #424BBB;
	text-align: right;
	padding-right: 15px;
}
