﻿		body {
			background: #ffffff;
			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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
			color: #000000;
			background-color:#e0e0e0;
			font-family: Tahoma, Arial, sans-serif;
			font-size:75%;
			}
			
						
			th {
				font-weight:bold;
			}
			
			tr, td,th {
				font-family: Tahoma, Arial, sans-serif;
				font-size:100%;
				height:30px;
			}
			
			.print-body 
			{
				background: #ffffff;
				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:left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
				color: #000000;
				background-color:White;
				font-family:verdana,tahoma,helvetica;font-size:10pt
			}
			
			
			.page-heading
			{
				margin-top:20px; 
				color:#a0c378; 
				border-bottom:1px #E0E0E0 solid;
			}
	

		
			/* Tips for Elastic layouts 
			1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
			2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
			3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
			*/
		.oneColElsCtrHdr #container {
			width:900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
			background: #FFFFFF;
			margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
			text-align: left; /* this overrides the text-align: center on the body element. */
		}
		
		.oneColElsCtrHdr #header { 
			background: #ffffff;
			border-bottom:2px #9ca097 solid;
			height:132px;
			
		} 
		
		.oneColElsCtrHdr #headers 	
		{
			margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		}
		
		
		.oneColElsCtrHdr #mainContent {
			padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
			background: #FFFFFF;
			font-family:verdana,tahoma,helvetica;
			font-size:10pt;
			overflow:hidden;
		}
		
		.oneColElsCtrHdr #mainContentOverview {
			width:425px; 
			float:left;
		}
		
		.oneColElsCtrHdr #mainContentSeprator {
			margin:20px 10px 10px 10px;
			width:1px;
			background-color:#7ead47;
			height:275px;
			text-align:center;
			float:left;
		}
		
		.oneColElsCtrHdr #mainContentLogin {
			width:390px; 
			float:left;
			margin-left:35px;
		}


		.oneColElsCtrHdr #footer {
			background: #CAAE3A;
			color: #FFFFFF;
			margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
			width: 900px;
		} 
		/*477fae*/
		.oneColElsCtrHdr #footer a { 
			color:#FFFFFF;
		} 
		
		.oneColElsCtrHdr #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 */
			margin-left:20px;
		}
	
		.error-result 
		{
			background-color:#FFFFFF;
			border:solid 2px #999999;
			color:Red;    
			text-align:center;
			padding:10px;
			margin-top:10px;
			margin-bottom:10px;
			font-family:verdana,tahoma,helvetica;
			font-size:10pt
		}

		.information-result 
		{
			background-color:#FFFFFF;
			border:solid 2px #999999;
			color:green;   
			text-align:center;
			padding:10px;
			margin-top:10px;
			margin-bottom:10px;
			font-family:verdana,tahoma,helvetica;
			font-size:10pt
		}

		.error-text
		{
			color:Red;
			font-family:verdana,tahoma,helvetica;
			font-size:9pt
		}

		.spacer
		{
			height:10px;
			margin:0px;
			padding:0px;
		}

		.spacer-15
		{
			height:15px;
			margin:0px;
			padding:0px;
		}


		.label
		{
			font-weight:bold;
			/*color:#529214;*/
			font-family:verdana,tahoma,helvetica;
			font-size:10pt
		}
		
		.normal-label
		{
			color:#000000;
			font-weight:600;
			font-family:verdana,tahoma,helvetica;
			font-size:10pt
		}

		.form
		{
			width:560px;
		}

		.form-label
		{
			padding-top:10px; 
			padding-left:5px;
		}

		.form-field
		{
			padding-left:5px;
			color:Black;
		}

		.input-field
		{
			border:1px solid #a4a4a4;
		}
		
		.option-list
		{
			font-family:verdana,tahoma,helvetica;
			font-size:10pt
		}
		
		.dropdown-field
		{
			border:1px solid #a4a4a4;
		}
		
		.form-label-description
		{
			font-family:verdana,tahoma,helvetica;
			font-size:8pt;
			padding:0px;
			margin:0px;
			color:Black;
		}

		.remove-float
		{
			clear:both;
		}

		.jamaat-info-box
		{
			border:solid 2px #E0E0E0;
			width:180px;
			text-align:center;
			padding-top:10px;
			font-weight:700;
			margin-left:25px;			
			font-family:verdana,tahoma,helvetica;
			font-size:8pt;
		}
		
		.photoSize img
		{
		    width:100px;
		    height:100px;
		}
		
		.user-picture-box
		{
			border:solid 2px #E0E0E0;
			width:180px;
			text-align:center;
			margin-left:25px;
			background-color:#CAAE3A;
			font-family:verdana,tahoma,helvetica;
			font-size:8pt;
		}


		.link-box
		{
			border:solid 2px #E0E0E0;
			width:180px;
			text-align:center;
			padding-top:10px;
			padding-bottom:10px;
			font-family:verdana,tahoma,helvetica;
			font-size:10pt;
			margin-left:25px;
			background-color:#7ead47;
		}

		.detail
		{
			float:left;
			margin-top:15px;
		}
		
		.app-form
		{
			border:1px solid #CCCCCC; 
			margin-left:20px;
			margin-bottom:10px;
		}

.button {
	background-color: #CAAE3A;
	border: 1px #000 solid;
	color: White;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 30px;
}
		
		
		.input-color
		{
			color:Black;
		}
		
		.spacer-10
		{
			height:10px;
			margin:0px;
			padding:0px;
		}
		
		
		.spacer-5
		{
			height:5px;
			margin:0px;
			padding:0px;
		}
		
		.oneColElsCtrHdr #border-1
		{
			margin-top:10px;
		}
		
		.oneColElsCtrHdr #border-2
		{
			margin-bottom:10px;
		}
		
		.content-text
		{
			font-family:verdana,tahoma,helvetica;
			font-size:10pt;
			text-align:justify;
		}
		
		
		a 
		{
			color:#C00;
			font-size:12px;
			
		}
		
		a:visited
		{
			color:#C00;
			font-size:12px;
		}
		
		
		a:hover
		{
			/*background-color:#C00;*/
			color:#C00;
			font-size:12px;
		}
		
		.content-box
		{
			border:solid 1px #999999; 
			padding:10px; 
			text-align:justify; 
			background-color:#f1f1f1; 
			margin-top:10px;
			/*overflow:hidden;*/
		}
		
		.content-heading
		{
			background-color:#CAAE3A;
			color:#ffffff; 
			padding:10px 5px 10px 5px; 
			font-size:11pt;
		}
		
		.green-info { border: 1px solid #ccc; padding: 7px; font-size: 1em; background:#009933; color:#FFFFFF;  }
		.red-info { border: 1px solid #ccc; padding: 7px; font-size: 1em; background:#FF0000; color:#FFFFFF; } 
		.yellow-info { border: 1px solid #ccc; padding: 7px; font-size: 1em; background:#FC0; color:#FFFFFF; } 
		
		/*td{
		 font-size: .9em; color: #454545; line-height: 1.6em;
		}*/

		.table-w-tab
		{
			border: 1px solid #999999;
			padding: 20px;
			font-size: 1.2em; 
		}

		.table-border
		{
			border: 1px solid #ddd;
			font-size: 1.0em; 
		}

		.td-label
		{
			font-weight:bold;
			background-color:#CAAE3A;
			color:White;
			height:30px;
			padding:5px;
		}

		.td-text
		{
			padding:5px;
			background-color:White;
		}
		
		.td-border
		{
			border-bottom:3px;
			border-style:dashed;
			border-color:gray;
			background-color:white;
			-moz-border-radius:0;
			border-top:none;
			border-left:none;
			border-right:none;
			padding-right:5px;
		}


		
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionHeader
{
    border:1px solid #000000;
    color: white;
    background-color: #7ead47;
	font-family:Arial, Sans-Serif;
	font-size: 13px;
	font-weight:bold;
    padding:5px;
    margin-top:5px;
    cursor:pointer;
}

#mainContent .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#mainContent .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #000000;
    color: white;
    background-color: #7ead47;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#mainContent .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#mainContent .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #FFFFFF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.divNote {
	font-size: 12px;
	color: #496c4c;
	border: solid 1px #000000;
	background-color: #f1f1f1;
	padding: 5px;
	text-align: justify;
}


.divCommittee
{
	width:270px; 
	height:80px; 
	border:#dfdfdf 1px solid; 
	float:left; 
	background-color:#f0f0f0; 
	padding:0px;
	margin:0px;
	margin-right:3px;
	
}

.divPhoto
{
	float:right; 
	width:70px;
	padding:0px;
	margin:0px;
}

.divName
{
	float:left; 
	width:193px;
	text-align:left;
	padding-left:5px;
	/*border:1px solid black;*/
	margin:0px;
}


.medium-font
{
	font-size:large;
	
}

#menu {
	background: #CAAE3A;
	color: #FFF;
	height: 45px;
	padding-left: 18px;
	border-radius: 10px;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
}
#menu li {
	float: left;
	display: inline;
	position: relative;
}
#menu a {
	display: block;
	line-height: 45px;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover {
	color: #496C4C;
	background: #F2F2F2;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #CAAE3A;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #FFFFFF;
	font-size: 16px;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: #F2F2F2;
	color: #444444;
}
@media screen and (max-width: 800px){
	#menu {position:relative}
	#menu ul {background:#111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:white}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #000 !important;
	background: #496c4c !important;
}