html,body {
	margin: 0;
	padding: 0;
	background: url(images/bg.gif) repeat top left #fff;
	z-index: 0;
	text-align: center;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #555;
	font-size: 12px;
	line-height: 16px
}

img {
	border: none
}

a {
	color: #2276BB;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
	outline: none
}

a:hover {
	text-decoration: underline
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	margin: 10px 0
}

h1 {
	font-size: 18px
}

h2 {
	font-size: 16px
}

h3 {
	font-size: 15px
}

h4 {
	font-size: 14px
}

h5 {
	font-size: 12px;
	font-weight: bolder;
	color: #333;
	letter-spacing: 1.1px
}

h6 {
	font-size: 11px
}


ol,ul {
	margin: 0;
	padding: 0
}

label {
	color: #505050;
	font-size: 14px;	
	font-weight:bold;
	/*vertical-align: middle*/
}

fieldset {
	border: none;
	margin: 10px 0;
	padding: 0
}

legend {
	color: #8DC63F;
	font-size: 15px;
	margin: 10px 0;
	padding: 0;
	font-weight: bold
}

select {
	border: 1px solid #96A6C5;
	font-size: 13px;
	margin: 1px 0 0;
	padding: 2px
}

textarea {
	border: 1px solid #6694E3;
	width: 350px;
	height: 100px;
	overflow: hidden;
	padding: 5px
}

.text {
	border: 1px solid #DDD;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	width: 175px;
	padding: 5px
}

.datetime {
	border: 1px solid #DDD;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	width: 145px;
	padding: 5px
}

.button {
	background-color: #FF6600;
	color: #FFF;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style: solid;
	border-width: 1px;
	padding: 3px 6px 4px
}

*>#bd {
	min-height: 500px
}  /* for IE,with IE5/Mac backslash filter \*/
* html #bd {
	height: 500px
}

#doc3 {
	background: #FFF;
	border: 1px solid #A6A69A;
	margin: 8px 15px;
	padding: 5px 10px;
	text-align: left;
	z-index: 0
}
	
.globnav_pipe {
	font-size: 12px !important;
	font-weight: bold;
	margin: 0 1px
}

div #ft {
	margin-top: 2px;
	text-align: right;
	color: #fff;
	padding: 10px 15px;
	background-color: #8dc63f
}

div #ft a {
	color: #fff
}
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.menu ul{
	background:#8DC63F;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
	padding:0px;
}
.menu li a{
	background:#8DC63F url("images/seperator.gif") bottom right no-repeat;
	color:#ffffff;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a{
	background: #FF6600 url("images/hover.gif") bottom center no-repeat;
	color:#fff;
	text-decoration:none;
}
.menu li ul{
	background:#FF6600;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
}
.menu li:hover ul{
	display:block;
}
.menu li li {
	background:url('images/sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
}
.menu li:hover li a{
	background:none;
}
.menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
	background:#dddddd url('images/hover_sub.gif') center left no-repeat;
	border:0px;
	color:#333;
	text-decoration:none;
}
.menu p{
	clear:left;
}

.titlebar{
	background:#F3F3F3;
    color: #333; 
    padding:10px;
}
	
.pagetitle{
	font-size: 14px;
	font-weight: bold;
	color: #203360;
	letter-spacing: 2px;
}

.rounded_colhead {
	background-color: #2276BB;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 10px
}

.box_heading {
	color: #fff;
	font-size: 15px;
	padding: 0px 0px 5px 4px;
	position: relative;
	letter-spacing: 2px
}

.box_entry {
	color: #fff;
	font-size: 14px;
	position: relative;
	letter-spacing: 1px;
	padding: 5px
}

.box_entry a {
	color: #ff0
}

.box_text {
	padding: 0 0 3px
}

.box_subhead {
	color: #ff0;
	font-weight: 700;
	font-size: 14px
}


.table {
	background-color: #fff;
	border: 1px solid #ddd;
	empty-cells: show;
	text-align: left;
	width: 100%
}

.table caption {
	color: #203360;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 0
}

.table thead th,.table tbody th {
	border: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #09c;
	color: #fff;
	text-align: left;
	margin: 0 0 5px;
	padding: 5px
}

.table tbody tr.odd {
	background-color: #eff7ff
}

.table tbody tr.even {
	background-color: #fff
}

.table tbody tr:hover {
	background-color: #ffc
}

.table tbody td {
	color: #333;
	border: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 5px
}

.pageNumber {
	display: block;
	color: #fff;
	margin: 10px 0
}

.pageNumber a {
	border: 1px solid #DDD;
	font-weight: 700;
	margin-right: 5px;
	color: #333;
	background: #EFF7FF;
	padding: 4px 8px
}

.pageNumber a:hover {
	background: #09c;
	color: #fff
}

.pageNumber b {
	border: 1px solid #DDD;
	background: #09c;
	margin-right: 5px;
	padding: 4px 8px
}

.error,.error p {
	background: #E5A3A3;
	color: #801B1B
}

.message,.message p {
	background: #8DC63F;
	color: #fff
}

.alert,.alert p {
	background: #6694E3;
	color: #fff
}

.error a {
	color: #801B1B
}

.message a,.alert a {
	color: #FFF
}

.error,.message,.alert {
	font-size: 14px;
	text-align: left;
	margin: 10px 0;
	padding: 10px
}

.form_row {
	text-align: left;
	display: block;
	padding: 0 0 12px
}

.form_row label {
	display: block;
	float: left;
	width: 160px;
	padding: 5px 0
}

.form_row_col{
	padding:10px
}

.form_col {
	text-align: left;
	display:inline;
	margin: 5px 15px 5px 0px
}

.form_col label{
	margin:0px 5px 0px 10px;
}

.field-hint {
	position: absolute;
	z-index: 500;
	background: url(/img/hint_topborder.gif) no-repeat left top;
	display: inline;
	margin: 17px 0 0 -20px
}

.field-hint div {
	background: #fffbb8;
	border-left: 1px solid #ffc20d;
	border-right: 1px solid #ffc20d;
	border-bottom: 1px solid #ffc20d;
	z-index: 500;
	width: 235px;
	margin: 14px 0 0;
	padding: 3px 3px 3px 10px
}

.field-hint-select {
	position: absolute;
	width: 200px;
	z-index: 500;
	color: #000;
	margin: -32px 0 0 250px;
	padding: 0
}

.field-hint-select div {
	display: inline;
	background: #fffbb8;
	border: 1px solid #ffc20d;
	z-index: 500;
	padding: 2px 0 2px 10px
}

.field-hint-inactive {
	display: none;
	position: absolute
}

.errortext {
	background: #FFEBE8;
	border: 1px solid #c00
}

.fielderror {
	color: #c00
}

.chkbox {
	border: 0;
	vertical-align:bottom;
	cursor: pointer
}

.main {
	float: left;
	width: 70%;
	padding:15px 25px;
}

.rbar {
	float: right;
	width: 25%;
	padding:15px 0px;
}


/*
.req {
	color: #c00 !important;
	font-weight: bold
}

p.legend {
	margin-bottom: 1em
}

p.legend em {
	color: #c00;
	font-style: normal
}

p.note {
	font-size: 90%;
	color: #999
}

p.simplenote {
	font-size: 90%;
	color: #999
}

div.error {
	color: #ab0000;
	background: #FFEBE8;
	border: 1px solid #DD3C10;
	line-height: 15px;
	margin: 10px 0 10px 10px;
	padding: 7px
}

div.error {
	color: #086989;
	background: #DFE4EE;
	border: 1px solid #086989;
	line-height: 15px;
	margin: 10px 0 10px 10px;
	padding: 7px
}

div.error p,div.error p {
	margin: 0
}

div.error p em,div.error p em {
	color: #c00;
	font-weight: bold
}

div.error p em img,div.error p em img {
	border: 0 !important;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-left: 3px;
	background: transparent !important
}

span.fieldError {
	color: #c00;
	padding-left: 5px;
	font-size: .9em
}

.message {
	margin: 10px 0 5px 8px;
	color: #086989;
	font-weight: bold
}

div.form-container form p {
	margin: 0
}

div.form-container form p.note {
	margin-left: 142px;
	font-size: 90%;
	color: #999
}

div.form-container form fieldset {
	margin: 15px 0;
	padding: 5px 0 10px 0;
	border: #ddd 1px solid
}

div.form-container form legend {
	margin: 0 0 0 10px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #000
}

div.form-container form legend img {
	vertical-align: middle;
	padding-right: 5px
}

div.form-container form fieldset div {
	padding: .20em 0 3px 10px
}

div.form-container label,div.form-container span.label {
	margin-right: 5px;
	padding-right: 5px;
	width: 130px;
	display: block;
	float: left;
	text-align: right;
	color: #000;
	font-size: 1em;
	line-height: 1.3em
}

div.form-container label.error,div.form-container span.error {
	color: #c00
}

div.form-container label em,div.form-container span.label em {
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #c00
}

input.error,textarea.error {
	border: 1px solid #ef5959;;
	border-left: 1px solid #ff8f8f;;
	border-top: 1px solid #ff8f8f;;
	background: #fff
}

div.form-container input:focus,div.form-container input.error:focus,div.form-container textarea:focus
	{
	border-color: #fc6;
	color: #000
}

div.form-container div.controlset label,div.form-container div.controlset input
	{
	display: inline;
	float: none
}

div.form-container div.controlset div {
	margin-left: -3px
}

div.form-container div.buttonrow {
	margin-left: 180px
}

div.form-container form fieldset div.field-hint {
	position: absolute;
	width: 180px;
	z-index: 500;
	background-image: url(./images/hint_topborder.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: -10px 0 0 320px;
	color: #000;
	padding: 0
}

div.form-container form fieldset div.field-hint-select {
	position: absolute;
	width: 200px;
	z-index: 500;
	margin: -25px 0 0 200px;
	color: #000;
	padding: 0
}

div.form-container form fieldset div.field-hint-select div {
	background-color: #fffbb8;
	border: 1px solid #ffc20d;
	margin: 0;
	padding: 2px 0 2px 10px;
	z-index: 500
}

div.form-container form fieldset div.field-hint div {
	background-color: #fffbb8;
	border-left: 1px solid #ffc20d;
	border-right: 1px solid #ffc20d;
	border-bottom: 1px solid #ffc20d;
	margin: 14px 0 0 0;
	padding: 2px 2px 2px 10px;
	z-index: 500
}

div.form-container form fieldset div.field-hint-inactive {
	visibility: hidden;
	position: absolute
}

div.textlabel {
	color: #817a71;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold
}

div.textlabel a {
	color: #817a71;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold
}

textarea.invite {
	overflow: auto;
	border: 1px solid #000;
	height: 100px;
	width: 300px;
	margin: 5px 0 10px 0;
	padding: 3px
}

textarea {
	border: 1px solid #6694E3;
	width: 350px;
	height: 100px;
	overflow: hidden;
	padding: 5px
}

textarea.textarea {
	overflow: auto;
	border: 1px solid #000;
	height: 100px;
	width: 300px;
	margin: 5px 0 10px 0;
	padding: 3px
}

textarea.interest {
	overflow: auto;
	border: 1px solid #000;
	height: 50px;
	width: 350px !important;
	margin: 5px 0 10px 12px;
	padding: 3px
}

input.button,button.button {
	cursor: pointer;
	font-weight: bold;
	font-size: 100%;
	color: #fff !important;
	background: url("images/navbar2_tile1.gif");
	border: 0;
	white-space: nowrap;
	padding: 2px 9px 2px 9px
}

.select {
	background: #FFFADB;
	border: 1px solid #CBB945;
	padding: 1px
}

ul.panellist {
	margin: 0;
	padding: 5px 5px 5px 6px
}

ul.panellist li {
	font-size: 12px;
	padding: 5px 0 0 1px
}

ul.panellist li a {
	color: #f60
}

.bluelink {
	font-weight: bold;
	font-size: 135%;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #00f;
	text-decoration: underline
}

.table {
	border-collapse: collapse;
	border: 1px solid #cfcfcf;
	color: #000;
	background: #fff;
	width: 100%
}

.table caption {
	padding: 0 .6em .8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent
}

.table th table,.table th table td {
	width: 100%;
	border: 0
}

.contribTable th {
	padding: 4px !important;
	color: #000;
	font-weight: bold;
	background-color: #e1edf1;
	border: 5px solid green
}

.contribTable th .tableHeaderTable {
	margin: 0 !important
}

.table td,.table th,.tableHeaderTable td {
	border: 1px solid #e0e0e0
}

.table thead th,.tableHeaderTable td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #e1edf1
}

.tableHeaderTable td a {
	color: #000;
	text-decoration: none !important
}

.table tfoot th,tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf
}

.table tfoot th {
	font-weight: bold
}

.table tbody td a {
	background: transparent;
	text-decoration: underline
}

.table tbody td a:hover {
	background: transparent;
	text-decoration: underline
}

.table tbody th a {
	background: transparent;
	text-decoration: underline;
	font-weight: bold
}

.table tbody th,.table tbody td {
	text-align: left;
	padding: 3px 10px 3px 10px
}

.table tfoot td {
	border: 1px solid #996
}

.table tbody tr:hover,.table tr.over,.contribTable tr:hover {
	background: #ffffd9 !important
}

.contribTable tr.even {
	background: #fff !important
}

.contribTable tr.odd {
	background: #eee !important
}

#mobileNumberField {
	background: url("images/91.gif") left top no-repeat;
	padding-left: 36px
}

.pageNumber {
	font-weight: bold;
	line-height: 35px
}

.pageNumber a {
	padding: 5px 8px 5px 8px;
	margin-left: 5px;
	border: 1px solid #9AAFE5
}

.pageNumber b {
	padding: 5px 8px 5px 8px;
	margin-left: 5px;
	border: 1px solid #2E6AB1;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff
}*/
