/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


body {
	background: black url(../images/bg.jpg) no-repeat top center ;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;

}

#container {
	
	width: 804px;
	margin: auto;

	
}


#iftar {
	display:block;
		margin: auto;
	padding-top: 50px;
}

#nav {
	
	background-image: url(../images/nav.png);
	
}



#nav {
  width: 804px; height: 30px;
  background: url(../images/nav.png);
  margin: 25px auto; 
padding: 0;
  position: relative;
}
#nav li {
  margin: 0; padding: 0; list-style: none;
  position: absolute; top: 0;
text-indent: -10000px;

}
#nav li, #nav a {
  height: 30px; display: block;}

#nav1 {
	
	left: 0px;
	width: 80px;
}

#nav2 {
	
	left: 81px;
	width: 100px;
}

#nav3 {
	
	left: 182px;
	width: 90px;
}


#nav4 {
	
	left: 273px;
	width: 205px;
}

#nav5 {
	
	left: 477px;
	width: 80px;
}

#nav6 {
	
	left: 565px;
	width: 80px;
}


#nav7 {
	
	left: 645px;
	width: 80px;
}
#nav8 {
	
	left: 724px;
	width: 80px;
}

#nav1 a:hover, .nav1active {
    background: transparent url(../images/nav.png)
    0 -31px no-repeat;}

#nav2 a:hover, .nav2active {
	    background: transparent url(../images/nav.png)
	    -81px -31px no-repeat;}

#nav3 a:hover, .nav3active {
		background: transparent url(../images/nav.png)
		    -182px -31px no-repeat;}

#nav4 a:hover, .nav4active {
			    background: transparent url(../images/nav.png)
			    -273px -31px no-repeat;}

#nav5 a:hover, .nav5active {
				    background: transparent url(../images/nav.png)
				    -477px -31px no-repeat;}

#nav6 a:hover, .nav6active {
					    background: transparent url(../images/nav.png)
					    -565px -31px no-repeat;}
					
#nav7 a:hover, .nav7active {
background: transparent url(../images/nav.png) -645px -31px no-repeat;}

#nav8 a:hover, .nav8active {
background: transparent url(../images/nav.png) -724px -31px no-repeat;}
#body_top{
	
	padding:0;
	margin:0;
	
}

#body_top {


}

#body_bottom {
	margin-bottom: 20px;
	
}


#content {
	margin-left: 20px;
	margin-right: 20px;
	
}

#body_middle{
	min-height: 500px;
	padding-top: 10px;
margin-top: -3px;
	background: url(../images/body_middle.png) top left repeat-y;
	
}

#charity {
	
	margin-bottom: 100px;
}



th{
	text-align:left;
	font-weight: bold;
}
td{
	width: 100px;
	
}

.grey {
	background-color: grey;
}
table
{
border-collapse:collapse;
}

a{
	color:black;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	
}

h1 {
	
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
	color: orange;
}

.style1 {font-size: 12px}
.style2 {
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
}
.style15 {color: #D35B20; font-weight: bold; font-size: 12px; }
.style16 {color: #FF9900; font-size: 12px; font-weight: bold; }
.style17 {color: #891a1c; font-weight: bold; font-size: 12px; }



p{
	
	padding-bottom:10px;
	
}



/*******Validation************/


form {
	
	text-align: left;
	
}
form label {
float:left;
width: 100px;
	
}


.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}



