/* Roll these into external file */
body {
	background-color: #eee;
	background: #eee url('../img/hfmaBgMiddle.gif') repeat-y top;
}

#doc2 {
	padding: 0px 0px;
	/*background: #fff url('../img/hfmaBgMiddle.gif') repeat-y top;*/
}

#hd #masthead {
	background: #069 url('../img/headerBg.gif') repeat-x top;
	height: 101px;
}

#hd #navigation {
	background-color: #ccc;
	height: 2em;
	margin-bottom: 10px;
}

#hd #admincontainer {
	position: absolute;
	z-index: 90;
	width: 935px;
	left: auto;
	top: 10px;
	text-align: right;
	border: #f00 0px solid;
}

#adminfunctions {
	background: #00324c;
	float: right;
	padding: 4px;
	color: #fff;
	font-family: 'Helvetica Neue', arial;
	font-size: 93%;
}

#adminfunctions a {
	text-decoration: none;
	color: #00aaff;
}

#adminfunctions a:hover {
	color: #33ffff;
}

#admindrops
{
	background: #00324c;
	padding: 4px;
	clear: both;
	width: 120px;
	float: right;
	-moz-opacity: 0.85;
	filter: Alpha(opacity='85');
}

#admindrops ul li {
	padding-bottom: 2px;
	color: #ccc;
}

#admindrops a {
	display: block;
	font-family: 'Helvetica Neue', arial;
	font-size: 93%;
	text-decoration: none;
	padding: 4px;
	color: #00aaff;
	font-weight: normal;
	-moz-opacity: 1.25;
}

#admindrops a:hover {
	color: #ff0;
}

#bd {
	padding: 15px;
}

#ft {
	margin-top: 40px;
	text-align: center;
	padding-bottom: 2em;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, helvetica, sans;
	font-size: 93%;
	color: #333;
}

#ft p {
	margin-bottom: 5px;
}

#ft strong {
	font-weight: bold;
}

#ft p a {
	color: #0066cc;
	text-decoration: none;
}

#ft p a:hover {
	background: #c2e1ff;
}

div.shimLeft {
	padding-right: 5px;
}

div.shimRight {
	padding: 0 10px 0 5px;
}

#nav {
	background: #fff url('../img/navBg.gif') repeat-x top;
	height: 45px;
	width: auto;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	padding: 5px 0 0 10px;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	font-family: 'Helvetica Neue', arial;
	font-size: 93%;
	text-decoration: none;
	padding: 4px;
	color: #a6beca;
	font-weight: bold;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	text-align: left;
	padding: 0 10px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #003955 url('../img/navDropdownBg.gif') repeat-x top;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 200;
	padding: 0;
	border-bottom: #0098e4 1px solid ;
}

#nav li ul li {
	text-align: left;
	padding: 5px 5px;
	clear: left;
	width: auto;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover a {
	color: #fff;
	background: url('../img/navBgOn.gif') repeat-x top;
}

#nav li a:hover {
	color: #fff;
	background: url('../img/navBgOn.gif') repeat-x top;
}

#nav li ul li a {
	color: #fff;
	font-weight: normal;
	background: none;
	width: 15em; /* necessary for IE 6&7 */
}

#nav li ul li a:hover {
	color: #fff;
	font-weight: normal;
	background: #0098e4;
}

#nav li:hover ul li a {
	color: #fff;
	font-weight: normal;
	background: none;
}

#nav li:hover ul li a:hover {
	color: #fff;
	background: #0098e4;

}

/*
 * PAGES Type control
 */

.pages table {
	background: none;
	border: none;
	padding: none;
}

.pages table tr td {
	font-size: 93%;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, helvetica, sans;
	font-style: none;
	color: #333;
	background: none;
	border: none;
	padding: none;
}

.pages table tr td p {
	padding: 0;
	margin: 5px 0;
}

.pages table tr td em {
	font-style: italic;
	background: none;
}

.pages table tr td i {
	font-style: italic;
	background: none;
}

.pages table tr td strong {
	font-weight: bold;
	color: #000;
}

.pages table tr td b {
	font-weight: bold;
	color: #000;
}



/*
 * Fonts
 */

em {
	font-style: italic;
}

h1 {
	font-family: georgia, times, serif;

}

h2, h3 {
	font-family: 'Helvetica Neue';
}

h2 {
	font-weight: bold;
	margin-bottom: 0.2em;
	color: #333;
}

h3 {
	color: #333;
	margin-bottom: 0.8em;
}

h1 a {
	color: #0066cc;
	text-decoration: none;
}

h1 a:hover {
	background: #c2e1ff;
}

h1 span {
	display: block;
	font-size: 69%;
	color: #666;
}

pre {
	color: #06c;
	font-size: 100%;
	padding: 10px;
	margin: 10px;
	border-top: #ccc 1px dotted;
	border-bottom: #ccc 1px dotted;
}

strong {
	font-weight: bold;
}

table {
	width: 100%;
	font-family: 'Helvetica Neue', arial;
	border-bottom: #ccc 1px dotted;
	clear: both;
}

table tr:hover, table tr.on:hover {
	background: #ffe0ff;
}

table tr.on {
	background: #ffefff;
}

table tr th {
	font-weight: bold;
	padding: 3px 5px;
	border-bottom: #999 1px solid;
	background: #fff;
}

table tr th a {
	color: #0066cc;
	text-decoration: none;
}

table tr th a:hover {
	background: #c2e1ff;
}


table tr td {
	padding: 3px 5px;
	vertical-align: top;
	text-align: left;
}

table tr td.num {
	text-align: right;
}

table tr td.label {
	text-align: right;
	color: #444;
}

table tr td a {
	color: #039;
	text-decoration: none;
}

table tr td a:hover {
	text-decoration: underline;
}

table tr td a.icon {
	margin: 0 5px;
}

table tr td a.icon:hover {
	text-decoration: none;
}

table tr td a.icon img {
	position: relative;
	top: 2px;
}

.yui-b h1, .article h1 {
	margin-bottom: 10px;
}

.yui-b h1 {
	font-size: 197%;
}

.article h1 {
	font-size: 233%;
}

.yui-b h3{
	margin-bottom: 20px;
	color: #666;
}

.yui-b p {
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, helvetica, sans;
	margin-bottom: 1em;
	color: #282828;
	line-height: 1.4em;
}

#basic p strong {
	font-weight: bold;
}

#basic p em {
	font-style: italic;
}

#basic p a {
	color: #0066cc;
	text-decoration: none;
}

#basic p a:hover {
	background: #c2e1ff;
}

#basic .yui-g {
	clear: both;
	margin-top: 20px;
}

#article {
	padding-right: 90px;
}

.yui-u h1 {
	font-size: 167%;
}

.yui-u h3 {
	margin-bottom: 10px;
}

.yui-u p, #article p {
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, helvetica, sans;
	margin-bottom: 1em;
	color: #282828;
	line-height: 1.4em;
	font-size: 100%;
}

.yui-u p a {
	color: #0066cc;
	text-decoration: none;
}

.yui-u p a:hover {
	background: #c2e1ff;
}

.article p, #article p {
	color: #000;
}

.yui-u p img, #article p img {
	float: left;
	margin: 0 8px 0 0;
	border: #ccc 1px solid;
}

.yui-u p strong, #article p strong {
	font-weight: bold;
}

.yui-u ul, #article ul {
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, helvetica, sans;
	color: #333;
	list-style: disc outside;
	padding: 10px 20px;
}

.yui-u .columnEntry ul {
	padding: 0;
}


.yui-u ul li, #article ul li {
	margin-bottom: 1em;
}

.yui-u blockquote, #article blockquote {
	font-family: georgia, serif;
	font-style: italic;
	margin: 1em 0;
	color: #039;
	line-height: 1.8em;
	font-size: 153.9%;
	border: #ccc 1px dotted;
	border-width: 1px 0 1px 0;
	padding: 15px 10px;
}

/**
 * Column Entry
 **/
div.columnEntry {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #999 1px dotted;
}

div.columnEntry h1 {
	font-size: 146.5%;
	margin-bottom: 10px;
}

div.columnEntry h1 em {
	display: block;
	padding-right: 35px;
	background: url('../img/ico_alert_30.gif') no-repeat right top;
	font-style: none;
	color: #c00;
	
}

div.columnEntry ul {
	font-family: 'Helvetica Neue', arial;
	list-style: circle inside;
	color: #f60;
}

div.columnEntry ul li {
	margin-bottom: 5px;
}

div.columnEntry ul li a {
	color: #0066cc;
	text-decoration: none;
	border-bottom: #06c 1px dotted;
}

div.columnEntry ul li a:hover {
	background: #c2e1ff;
	border-bottom: #c2e1ff 1px solid;
}


/**
 * Column Highlight Box
 **/

div.columnHighlight {
	border: #ccc 1px solid;
	padding: 10px;
	background: #ffffdd url('../img/columnHighlightBg.gif') repeat-x bottom;
}

div.columnHighlight h1, div.columnHighlight h2, div.columnHighlight h3 {
	margin-bottom: 0;
}

div.columnHighlight h1 {
	margin-bottom: 10px;
}

div.columnHighlight h2 {
	font-size: 93%;
	font-weight: normal;
	color: #666;
}

div.columnHighlight h3 {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 10px;
}

div.columnHighlight h3 span {
	font-weight: normal;
}

div.columnHighlight p {
	font-size: 93%;
	line-height: 1.2em;
		clear: left;
}

div.columnHighlight p img {
	margin-bottom: 5px;
}

div.columnHighlight p.register {
	font-size: 123.1%;
	font-weight: bold;
	background: url('../img/columnHighlightArrow.gif') no-repeat left;
	padding-left: 54px;
	height: 42px;
}

div.columnHighlight p.register a {
	display: block;
	padding-top: 11px;
}

div.columnHighlight p.register a:hover {
	background: none;
	text-decoration: underline;
} 

div.columnHighlight table {
	clear: left;
	font-family: 'Helvetica Neue', arial;
	color: #333;
	margin: 10px 0;
}

div.columnHighlight table th {
	font-weight: bold;
	border-bottom: #999 1px dotted;
	padding-bottom: 2px;
}

div.columnHighlight table td {
	font-size: 93%;
	padding: 4px 5px 4px 0px;
	vertical-align: top;
}

div.columnHighlight table strong {
	font-weight: bold;
}

/**
 * Column Committees Box
 **/

.columnCommittee {
	padding: 10px 0;
	border-bottom: #999 1px dotted;
}

.columnCommittee h1 {
	font-family: 'Helvetica Neue', arial;
	font-size: 138.5%;
	margin: 0;
}

.columnCommittee p {
	font-size: 93%;
}

/*
 * Sponsors
 */

#sponsors {
	border: #ddd 4px solid;
/*	width: 13.08em;/* non-IE */ 
/*	*width: 12.76em;/* IE */ 
/*	min-width: 170px;/* optional but recommended */
}

#sponsorContent {
	padding: 10px;
	background: #fff url('../img/sponsorsBg.gif') repeat-x bottom;
}

#sponsorContent img {
	border: 0;
	margin-left: 10px;
}

#sponsorContent h2 {
	font-size: 108%;
	margin-bottom: 0.6em;
	padding-bottom: 4px;
	border-bottom: #ccc 1px dotted;
}

#sponsorContent ul {
	margin-bottom: 1em;
	font-family: 'Helvetica Neue';
}

#sponsorContent ul li a {
	color: #06c;
	text-decoration: none;
}


#sponsorContent ul li a:hover {
	background: #c2e1ff;
}

ul#sponsors1 li {
	margin-bottom: 0.4em;
}

ul#sponsors2 li {
	font-size: 93%;
	margin-bottom: 0.4em;
}

/*
 * Forms
 */

form {
	margin: 20px auto;
	width: 90%;
}

fieldset {
	clear: both;
	padding: 15px 10px 10px 10px;
	margin: 15px 0;
	border: #ccc 1px solid;
	min-width: 350px;
	background: #fff url('../img/formBg.gif') repeat-x bottom;
}

legend {
	font-family: 'Helvetica Neue', arial;
	font-size: 123.1%;
	font-weight: bold;
	padding: 0 4px;
	margin-bottom: 5px;
	background: #fff;
	color: #666;
}

fieldset:hover legend {
	color: #ec008c;
}

div.input {
	clear: left;
}

div.required {
	clear: left;
}

div.required label {
	color: #cc0033;
}

div.required label:before {
	content: "\2729 \A0";
}

div.submit {
	clear: left;
	float: left;
	background: url('../img/formSubmitBg.gif') repeat-x bottom;
	padding: 10px;
	border: #ccc 0px solid;
}

label,input {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	max-width: 200px;
	min-width: 74px;
	width: 120px;
	padding-right: 20px;
	font-family: 'Helvetica Neue',arial;
	font-weight: bold;
	color: #333;
}

input {
	padding: 2px 0;
}

input:hover {
	background: #ffe5f5;
}

input.submit {
	min-width: auto;
	max-width: 20em;
	width: auto;
	margin: 0;
	padding: 0 2px;
	clear: left;
}

input.submit:hover {
	background: #ffe5f5;
}

input.checkbox, input.checkbox:hover {
	width: 15px;
	margin-left: 140px;
}

input[type="hidden"] {
    margin: 0;
    padding: 0;
	height: 0px;
}

input[type="radio"] {
    width: 12px;
}

br {
	clear: left;
}

/*
 * Flash warnings
 */
#flashHighlight {
	margin: 10px auto;
	padding: 10px;
	background: #ffc url('../img/highlight_bg.gif') repeat-x bottom;
	border: #ffcc33 1px solid;
	width: 680px;
}

#flashHighlight h1 {
	font-size: 138.5%;
	font-weight: bold;
	font-family: 'Helvetica Neue',arial;
	color: #330000;
	margin: 0;
}

#flashSuccess {
	margin: 10px auto;
	padding: 10px;
	background: #ecffe6 url('../img/success_bg.gif') repeat-x bottom;
	border: #339900 1px solid;
	width: 680px;
}

#flashSuccess h1 {
	font-size: 138.5%;
	font-weight: bold;
	font-family: 'Helvetica Neue',arial;
	color: #006600;
	margin: 0;
}

#flashWarning {
	margin: 10px auto;
	padding: 10px;
	background: #ffcfcf url('../img/warning_bg.gif') repeat-x bottom;
	border: #cc3300 1px solid;
	width: 680px;
}

#flashWarning h1 {
	font-size: 138.5%;
	font-weight: bold;
	font-family: 'Helvetica Neue',arial;
	color: #660000;
	margin: 0;
}

/*
 * Pagination
 */

.paging {
	clear: both;
	margin: 10px 0;
	float: left;
	font-family: 'Helvetica Neue',arial;
	font-size: 93%;
}

.paging .disabled {
	color: #666;
	display: inline;
}

.paging div, .paging span {
}

.paging span {
	padding: 0 5px;
	color: #333;
}

.paging a {
	text-decoration: none;
	color: #06c;
}

.paging a:hover {
	color: #f60;
}

/*
 * Admin Page Tools
 */

.adminPageTools {
	display: block;
	float: left;
	clear: both;
	padding: 4px 6px 5px 6px;
	margin: 0 0 20px 0;
	border: #ccc 1px solid;
	background: #eee url('../img/formBg.gif') repeat-x bottom;
	font-family: 'Helvetica Neue', arial;
	font-size: 93%;
	color: #333;
}

.adminPageTools a {
	color: #0066cc;
	text-decoration: none;
	margin: 0 4px;
}

.adminPageTools a:hover {
	background: #c2e1ff;
}


.adminPageTools img {
	margin-right: 4px;
	position: relative;
	top: 4px;
}

.adminPageTools strong {
	font-weight: bold;
	color: #666;
	margin-right: 4px;
}

/*
 * User Page Tools
 */

.userPageTools {
	display: block;
	float: left;
	clear: both;
	padding: 4px 6px 5px 6px;
	margin: 0 0 20px 0;
	border: #ccc 1px dotted;
	border-width: 1px 0;
	background: #fff;
	font-family: 'Helvetica Neue', arial;
	font-size: 93%;
	color: #333;
}

.userPageTools a {
	color: #0066cc;
	text-decoration: none;
	margin: 0 4px;
}

.userPageTools a:hover {
	background: #c2e1ff;
}

.userPageTools img {
	margin-right: 4px;
	position: relative;
	top: 4px;
}

.userPageTools strong {
	font-weight: bold;
	color: #666;
	margin-right: 4px;
}

.spinnerHolder {
	height: 16px;
	clear: both;
}

#spinner {
	font-family: 'Helvetica Neue', arial;
	color: #333;
	font-size: 93%;
}

#spinner img {
	position: relative;
	top: 3px;
}

/*
 * Cake Debug styles
 */

table.cakeSqlLog {
	width: 800px;
	margin: 0 auto;
}

table.cakeSqlLog caption {
	padding: 4px;
	margin: 0 auto;
	background: #eee;
	border: #ccc 1px solid;
	border-width: 1px 0;
	font-weight: bold;
	color: #f60;
}

table.cakeSqlLog caption:before {
	content: "CakePHP MySQL: ";
	font-weight: normal;
}