﻿/*
 
# Orange (): #F86E0C
 
# Dark red: #8b0000

# Blue (headings) #12679B
 
 Mid Blue (header) #333399
 
# Light Blue (links) #0C96F8

# Light Yellow (background) #ffffe0

# Gold () #ffd700

# Dark grey: #232323
 
# */
/***** Global Settings *****/
html, body {
border:0;
margin:0;
padding:0;
}
 
/***** Common Formatting *****/
body{
	background-color:#232323;
	cursor:default;
	width:auto;
}
html>body{height:auto}
html, body {height:100%}

h1, h2, h3, h4, h5{
	color:#fefefe;
	margin:0 0 1em;
	line-height:1.1;
}
h1{
	font-size:2em;
}
h2{
	font-size:1.6em;
	border-bottom:3px dotted #F86E0C;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.25em;
}
abbr, acronym, .help {
	cursor: help;
	border-bottom:1px dotted #3c3c3c;
}
dl{
	float:left;
	text-align:center;
}
dt,dd{ width:275px; float:left;}
dt{margin:5px 0;}
/* vertical space between the images */
dd{
	font-size:70%;
	font-stretch:condensed;
	font-style:italic;
	color:#ccc;
	position:relative;
	top:100%;
}
img {
	vertical-align:bottom;
	border:0;
}

p, ul, ol {
padding:0;
margin:0 0 1em 0;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
map{
	cursor:pointer;
} 
small, .small {
font-size:0.85em;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited, a:hover{
	text-decoration:none;
	color:red;
}
a:hover{
	background-color:#111;
}
 
/*** Begin Form Styling ***/
 
form {
margin:0;
padding:0;
display:inline;
}
 
textarea {
line-height:1.25;
}
 
form.style fieldset{
	padding:0 0 5px;
	border: none;
	border-top: 1px solid #F0BE29;
/*	border-bottom: 1px solid #ccc;*/
	background:transparent url(/assets/images/fieldset.gif) left bottom repeat-x;
	clear:both;
}
form.style fieldset fieldset { background: none; }
form.style legend{
	color:#12679B;
	margin:2px 0;
}
form.style label, form.style input, form.style select, form.style textarea{
	display: block;
	width: 40%;
	margin:0 0 1em;
}
form.style label {
	cursor: pointer; 		/* CHANGES CURSOR TO HAND ICON, MAKES USERS AWARE OF LABEL */
}
form.style input.radio, form.style div.radio input{
	width:15%;
	margin:0;
}
form.style input[type=radio]{
	width:15%;
	margin:0;
}
form.style div.radio label{
	width:80%;
	margin:0;
}
form.style label div{
	width:95%;
	margin:.25em 0 0;
}
form.style br {
	clear: both;
}
form.style input.submit {
	clear:both;
	margin:.75em auto 0;
	padding:.22em .35em;
	width:auto;
	-moz-box-sizing: content-box;
	float:none;
	display:inline;
	background-color:#F86E0C;
	color:#fff;
	border:1px solid #F0BE29;
}
form.style input.submit:hover {
	border-color:#f00;
}
input:focus, textarea:focus {
	background : #efefef;
	color : #000;
}
/*** End Form Styling ***/

/***** Tables *****/
 
table {
border:none;
margin:0 0 1em 0;
padding:.25em;
empty-cells:show;
border-collapse: collapse;
background-color:#ccc;
}
tr:first-child{
	border-top:1px solid #ccc;
}
td, th {
	padding: .5em;
	border-bottom: 1px solid #CCC;
	background-color:#fff;
	vertical-align:top;
}

td+td, th+td {
	border-left: 1px solid #CCC;
	text-align:left;
}
  
/* <pullquote> */
blockquote.pullquote { 
	width:10em; 
	padding:0.5em; 
	border:3px double #ccc; 
	border-width:3px 0; 
	color:#333; 
	background:transparent; 
	font:italic 1.3em/1.3 Georgia, Tahoma, Verdana;
} 
blockquote.left{
	margin:.25em .75em 0.25em 0;
} 
blockquote.right{ 
	margin:.25em 0 .25em .75em; 
} 
.pullquote p { 
	margin:0; 
	text-align:center; 
} 
.pullquote p:first-letter {text-transform:uppercase} 
/* </pullquote> */
 
/***** Global Classes *****/
 
.clear{ clear:both; }
.clearfix:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}
.clearfix	{ display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.success	{ color:#228B22 } /*Nice Green*/
.warn		{ color:red }

.right		{ float:right; }
.left		{ float:left; }

img.style, div.speaker_list ol.speakers img, div.featured_people img{
	padding: 2px;
	border: 2px solid #996;
	margin:0 0 .5em 0;
}

img.left{
	margin:1em 1.25em 1em 0;
}
img.right{
	margin:1em 0 1em 1.25em;
}

.center		{ text-align:center; margin:inherit auto }
.justify	{ text-align:justify; }
 
.u			{ border-bottom:1px solid; }
.hi			{ background:#ffc; }
 
.pdf,.word,.print{
	margin:-1px 0 0 0;
	line-height:31px;
	background-repeat:no-repeat;
}
.pdf	{background-image:url(/assets/images/icons/pdf.gif)}
.word	{background-image:url(/assets/images/icons/word.gif)}
.print	{background-image:url(/assets/images/icons/print.gif)}
.info	{
	background-image:url(/assets/images/icons/info.gif);
	cursor:help;
}

.hide{display:none}
.show{display:block}

.nowrap{white-space:nowrap}


/*<layout>*/ 
#wrapper{
	width:858px;
	margin:0 auto;
	background-color:#1f1f1f;
}
#extraWrapper{
	width:850px;
	margin:0 auto;
	background-color:#000;
}
#header{
	text-align:center;
	width:100%;
}
#header a#logo{
	width:850px; height:142px;
	display:block;
	background:#000 url(http://tawqee3.com/images/top.jpg) no-repeat;
	text-indent:-500%;
}
.gLinks{
	margin:0 1em;
	font-size:.9em;
	list-style:none;
	clear:both;
	display:block;
	height:60px;
}
.gLinks li{
	clear:both;
}
.gLinks li.left{
	text-align:left;
	float:left;
}
.gLinks li.right{
	text-align:right;
	float:right;
}
.gLinks a, .gLinks a:visited{
	color:#777;
	background-color:transparent; /*2 reset the global setting*/
}
.gLinks a:hover{
	color:#999;
	background:none; /*2 reset the global setting*/
}
.gLinks a acronym{
	border:none;
	cursor:pointer;
}
#header img{
	margin:7px 0 0;
	border:0;
	padding:0;
}
.navBar {
	position:absolute;
	bottom:-2px;
/*	left:0; lang*/
  width:100%;
  border:solid #ffd700;
  border-width:1px 0 0 0;
  white-space:nowrap;
}
#body{
	padding:1em 1.5em;
	border-top:1px solid #8b0000;
	color:#fff;
	overflow:hidden;
	min-height:180px;
}
#body h1 {
	color:#c5c5c5;
}
#body ul{
	list-style-type:square;
}
#body th {
	text-align:center;
	border-top: 1px solid #F86E0C;
	border-bottom: 1px solid #F86E0C;
	background: #feedc6;
}
#body caption {
	padding: 0 0 .25em 0;
	width: 100%;
}
ul#featured{
	list-style:none;
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
	background:#ffffe0 url(/assets/images/icons/featured_bg.gif) left 70% repeat-x
}
ul#featured li{
	margin:0; padding:0;
	display:inline;
	text-indent:0;
	white-space:nowrap;
}
ul#featured a{
	display:block;
	height:100%;
	text-align:center;
	background-color:transparent;
	background-repeat:no-repeat;
}
ul#featured a#rss{background-image:url(/assets/images/icons/rss.gif) /*15% 30% no-repeat*/}
ul#featured a#register{background-image:url(/assets/images/icons/register.gif) /*6% 30% no-repeat*/}
ul#featured a#papers{background-image:url(/assets/images/icons/papers.gif) /*6% 30% no-repeat*/}
ul#featured a#gallery{background-image:url(/assets/images/icons/gallery.gif) /*left 30% no-repeat*/}
ul#featured a#visa{background-image:url(/assets/images/icons/visa.gif) /*5% 30% no-repeat*/}
ul#featured li:hover{ background-color:#ffffe0}
#footer{
	text-align:center;
	padding:1.25em 1em 1em;
	border-bottom:3px solid #111;
	clear:both;
}
#footer, #footer a, #footer a:visited{
	color:#ccc;
}
#footer a:hover{
	background-color:#232323;
}
/*</layout>*/ 
a#lang{
	position:absolute;
	top:0;
	width:100px;
	z-index:3;
	text-indent:27px;
	padding:1em 0;
}
a#lang, a:visited#lang{
	color:#555;
}
a:hover#lang{
	background:transparent url(/assets/images/corner_r.jpg) 0 0 no-repeat;
	color:#F86E0C;
}

p.note{
	margin:.5em 0 1em;
}
.note{
	padding:.5em;
	border:1px dotted #F86E0C;
	background-color:#ffffe0;
}

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
/*	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: " ";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: .33em 1em 1em;
	margin: -.33em 0 0 -1em;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 1em 1em 1em .33em;
	margin: -1em 0 0 -.33em;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu{
	padding:0 1em;
}
/*.menu, .menu ul li {
	background: #234;
}*/
.menu li{
	border-width:0 1px 0 0;
	border-style:solid;
	border-color:yellow;
	margin:0; padding:0;
}
.menu li#first{
	border-width:0 1px 0;
}
/*.menu ul {
	width: 100%;
}*/
.menu ul>li{
	font-size:.95em;
}
.menu a {
	color:yellow;
	text-decoration: none;
	padding: .4em .5em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #fc3;
	background-color:transparent; /*reset global setting*/
}

.menu li li {	/* create borders around each item */
/*	border: 0px solid #ccc;*/
	border:none;
	background-color:#F86E0C;
	margin:0; padding:0;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
/*	border-top: 0;*/
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
/*.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}*/

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/



/* speakers page */

div.featured_people{
	color: #666;
	text-align:center;
	width:50%;
}

div#patronage{
	margin:0 0 0 0;
}

div.speaker_list ol.speakers {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.speaker_list ol.speakers li {
	color: #666;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1.3;
	text-align:center;
	margin: 10px 18px 10px 0;
	padding:0 0 10px;
	width: 265px;
	height: 213px;
	overflow:hidden;
}

div.speaker_list ol.keynote li {
	background-color:#ffffe0;
}

div.speaker_list ol.speakers a, div.featured_people a {
	font-size: 1.2em;
	font-weight: bold;
	cursor:default;
/*	margin-bottom: -10px;*/
}

/****************************************************************/
/* speaker detail page */

#speaker_details {
	margin: 2em 0 0;
}

#details p {
	font-size: 13px;
	line-height: 20px;
}

div.show_speaker #details {
	margin: 0 0 2em;
	padding-left: 170px !important;
}
.tahoma{font-family:Tahoma, Verdana;}


/*** Overlapping horizontal Tabs ***/
.tabs{
border-bottom: 1px solid #bbb8a9;
margin:0 0 1em;
}

.tabs ul{
padding: 0;
margin: 0;
font: bold 90% default;
list-style-type: none;
}

.tabs li{
display: inline;
margin: 0;
}

#body .tabs li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
background: transparent url(http://ashrm.com/assets/images/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
	color:#777;
}

#body .tabs li a:hover{
	color:#444;
}

#body .tabs li.selected a, #body .select1.tabs li.tab1 a, #body .select2.tabs li.tab2 a, #body .select3.tabs li.tab3 a, #body .select4.tabs li.tab4 a, #body .select5.tabs li.tab5 a, #body .select6.tabs li.tab6 a, #body .select7.tabs li.tab7 a, #body .select8.tabs li.tab8 a, #body .select9.tabs li.tab9 a{ /*selected tab style*/
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(http://ashrm.com/assets/images/righttabselected.gif) 100% 0 no-repeat;
	color:#fff;
}

.tabs li.selected a:hover, .select1.tabs li.tab1 a:hover, .select2.tabs li.tab2 a:hover, .select3.tabs li.tab3 a:hover, .select4.tabs li.tab4 a:hover, .select5.tabs li.tab5 a:hover, .select6.tabs li.tab6 a:hover, .select7.tabs li.tab7 a:hover, .select8.tabs li.tab8 a:hover, .select9.tabs li.tab9 a:hover{
	text-decoration: none;
}
a img, img{border:none}