﻿body, html
{
	margin: 0;
	padding: 0px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
body.pageBackground
{
	background: #fff url( '../images/bgr_page.jpg' ) repeat-x;
}

a
{
	text-decoration: none;
	color: #025292;
}
a:hover
{
	color: #38902b;
	text-decoration: underline;
}

p
{
	margin: 0 0 1.1em 0;
	padding: 0;
}
td
{
	vertical-align: top;
}
b, strong
{
	font-weight: bold;
}
img
{
	border: 0;
}
.clear
{
	clear: both;
}

h1, h2, h3, h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #267200;
}
h1
{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
	line-height: 1.1em;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
	line-height: 1.1em;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 1.1em;
}
h4
{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.1em;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
	line-height: 1.1em;
}
#teaser
{
	font-size: 16px;
	padding: 0;
	line-height: 1.1em;
}

.imgLeft
{
	float: left;
	margin: 0 20px 15px 0;
}
.imgRight
{
	float: right;
	margin: 0 0 15px 20px;
}

/* Basic layout definition */
#header, #register, #pageContent, #pageContentArabic, #footer
{
	width: 960px;
	margin: 0 auto 0 auto;
	clear: both;
}

/* Header */
#header
{
	height: 30px;
}
#header table
{
	width: 960px;
}
#header .colTwo
{
	text-align: right;
	color: white;
}
#header .colTwo a
{
	color: white;
	font-size: 10px;
	height: 30px;
	text-align: right;
}

/* Homepage Block */
#pageContent
{
	background: url( '../images/bgr_homepage.jpg' ) no-repeat;
	padding-bottom: 15px;
}
#pageContentArabic
{
	background: url( '../images/bgr_homepage_arabic.jpg' ) no-repeat;
	padding-bottom: 15px;
}
#homePageGrid
{
}
#homePageGrid .colOne
{
	width: 550px;
	padding-top: 215px;
	padding-right: 10px;
}
#homePageGrid .colTwo
{
	width: 410px;
	padding-top: 20px;
}
#homePageGrid #welcome
{
	padding: 0 30px 0 20px;
	margin-top: -5px;
}
#homePageGrid .colTwo .content
{
	border-left: 1px solid #82c2fe;
}
#pageContentArabic .colTwo .content
{
	border-right: 1px solid #82c2fe;
	border-left: none;
}
#homePageGrid .colTwo .copy
{
	padding: 20px;
	font-size: 14px;
}
#homePageGrid h1
{
	font-size: 24px;
	font-weight: normal;
}
.smallImages
{
	padding: 5px 0 8px 0;
	white-space: nowrap;
}
.smallImages img
{
	border: 2px solid #FFF;
	margin-left: 5px;
}
.smallImages img.first
{
	margin-left: 0;
}

/* Register */
#register
{
	margin-bottom: 20px;
}
#register a:hover
{
	text-decoration: none;
}
#register .colOne
{
	width: 425px;
	padding-top: 20px;
	vertical-align: top;
}
#register .colTwo
{
	width: 370px;
	padding-top: 20px;
	vertical-align: top;
	text-align: center;
}
#register .colThree
{
	width: 150px;
	padding-top: 20px;
	padding-left: 15px;
	vertical-align: top;
}
#registerHeader
{
	margin-top: 20px;
}
#topNavigation
{
	float: right;
	margin: 25px 0 0 0;
}
#topNavigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#topNavigation li
{
	float: left;
	margin: 0 0 0 30px;
	padding: 0 0 0 50px;
	font-weight: bold;
	font-size: 14px;
	background-repeat: no-repeat;
}
#topNavigation a
{
}
#topNavigation a:hover
{
	text-decoration: none;
}
#topNavigation li#icoFriend
{
	background-image: url( '../images/ico_tell_a_friend.gif' );
}
#topNavigation li#icoDonate
{
	background-image: url( '../images/ico_donate.gif' );
}
#topNavigation li#icoProfile
{
	background-image: url( '../images/ico_profile.gif' );
}
.lightButton
{
	display: block;
	padding: 10px 20px 10px 55px;
	margin: 0 0 5px 0;
	font-size: 18px;
	letter-spacing: -1px;
	border-left: 1px solid #adddfd;
	border-top: 1px solid #fff;
	border-right: 1px solid #8ebbf3;
	border-bottom: 1px solid #659ded;
	background-image: url( '../images/bgr_light_button.gif' );
}
.darkButton
{
	display: block;
	padding: 10px 20px 10px 55px;
	margin: 0 0 35px 0;
	font-size: 18px;
	color: #FFF;
	letter-spacing: -1px;
	border-left: 1px solid #adddfd;
	border-top: 1px solid #fff;
	border-right: 1px solid #8ebbf3;
	border-bottom: 1px solid #659ded;
	background: #4d8ae5 url( '../images/bgr_dark_button.gif' );
}
.darkButton:hover
{
	color: #fff0bd;
}
#candidates
{
	width: 300px;
	margin: 0 auto 0 auto;
}
#candidates td
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 0 8px 0 0;
}
#candidates img
{
	margin: 0 0 8px 0;
}
#register .red
{
	color: #b21414;
}
#register .green
{
	color: #40a843;
}
.sideNav
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sideNav li
{
	padding: 0 0 5px 15px;
	background: url( '../images/bullet.gif' ) no-repeat 0 5px;
}
.leftBorder
{
	border-left: 1px solid #82c2fe;
}

.tableSimpleStyle
{
	width: 100%;
}
.tableSimpleStyle td
{
	padding: 7px;
	border-bottom: 1px solid #bfe0ff;
	font-size: 12px;
}
.tableSimpleStyle td.label
{
	font-weight: bold;
	width: 25%;
}
.tableSimpleStyle td.shaded
{
	background-color: #c6e9ff;
}
.photo
{
	border: 5px solid #fff;
}
.hLine
{
	border-bottom: 1px solid #82C2FE;
}

.formFrame
{
	padding: 20px;
	border: 1px solid #82c2fe;
	margin-bottom: 20px;
}
.formFrame input, .formFrame textarea
{
	border: 1px solid #82c2fe;
	padding: 2px;
}
.radio_no_border input
{
	border: 0;	
}
.formFrame td
{
	padding: 0 0 4px 0;
}
.formFrame .submit
{
}

.txtcss
{
	border: 1px solid #82c2fe;
	padding: 2px;
}
.ddcss
{
	border: 1px solid #82c2fe;
	padding: 2px;
}

.txtcss
{
	border: 1px solid #82c2fe;
	padding: 2px;
}

#signup
{
	background: #409e30 url( '../images/bgr_signup.jpg' ) repeat-x;
	color: #FFF;
}
#signupColumn
{
	padding: 20px 10px 0 20px;
}
#signupArt
{
	text-align: right;
}
#signupForm
{
	padding: 8px 0 8px 0;
}
#signupBtn
{
	margin-left: 5px;
}
#email
{
	padding: 3px;
}

/* Footer */
#footer
{
	line-height: 1.1em;
	padding: 8px 0 8px 0;
	border-top: 1px solid #82c2fe;
}
#footer #shareLinks
{
	float: right;
}
#footer #footerLinks
{
	float: left;
	font-size: 10px;
}
.req	 
{
  color:#FF0000;
  font-weight:bold;
  font-size:14px;   
}