
/* Generic Styles for ASHM Publications */

p, div
{
	font-family: arial; 
	font-size:12px; 
	line-height: 1.5em; 
}

H1, .h1
{ 
	font-family: arial; 
	font-size: 20px;
	font-weight: bold; 
	color: #383c71;
}
H2, .h2
{ 
	font-family: arial; 
	font-size:18px; 
	font-weight: bold; 
	color: #383c71;
}

H3, .h3
{ 
	font-family: arial; 
	font-size:16px; 
	font-weight: bold; 
}
H4, .h4
{ 
	font-family: arial; 
	font-size:14px; 
	font-weight: bold; 
	font-style: italic;
}
ul
{
	margin-left:10px; 
	margin-top:6px; 
	margin-bottom:6px; 
}
li
{
	margin-left: 30px;
	line-height: 1.5em; 
}
li li, li li li {
	margin-left: 20px;
}
a:hover
{
	color: red;
}
a img {
	border: none;
	padding: 0 0 20px 20px;
}

a.ASHMlinks
{
	color: #383c71;
	font-weight: bold;
	text-decoration: none;
}

a.ASHMlinks:hover
{
	color: #777;
	text-decoration: underline;
}

img.large
{
	width: 500px;
	height: auto;
	border: 2px solid #c8c8c8;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
}

.image
{
	text-align: center;
}

.ASHMtable
{
	border-collapse: collapse;
	border: 1px solid #000;
	width: 90%;
}

.ASHMtable td
{
	border-collapse: collapse;
	border: 1px solid #000;
	padding: 5px;
}

th.ASHMtable  {
	background-color: #383c71;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 6px;
}

td.ASHMtableRow  {
	background: #e3e4e4;
	color: #222;
	padding: 6px;
 }
 
 td.ASHMtableRowAlt  {
	background: #d7d8e3;
	color: #222;
	padding: 6px;
 }
 
 tr.ASHMtableRow {
	background: #e3e4e4;
	color: #222;
	padding: 6px;
 }
 
 tr.ASHMtableRowAlt  {
	background: #d7d8e3;
	color: #222;
	padding: 6px;
 }

ul.noListStyle {
	list-style-type: none;
	padding: 10px 0;
}

li.heading, td.heading {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #383c71;
}

.boldText
{
	font-weight: bold;
}

/***** TABLES *****/

.ASHMtable2
{
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
	margin-bottom: 20px;
}

.ASHMtable2 td {
	border-collapse: collapse;
	border: 1px solid #000;
	padding: 5px;
	vertical-align: top;
	width: auto;
}

.ASHMtable2 thead {
	background-color: #004ebd;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

table.ASHMtable2 td {
	text-align: left;
	vertical-align: top;
}

.ASHMtable2 caption
{
	font-family: arial; 
	font-size:14px; 
	font-weight: bold; 
	color: #383c71;
	padding: 20px 0px;
	text-transform: uppercase;
	text-align: left;
}

.tableSeparator
{
	background-color: #c8c8c8;
	font-weight: bold;
	font-size: 14px;
}

/***** TABLES END *****/

/***** LISTS *****/
ul.noListStyle {
	list-style-type: none;
	/**padding: 10px 0;**/
	padding: 0;
	margin: 0 0 10px 0;
}

.noListStyle li {
	padding: 0;
	margin: 0;
}

li.heading, td.heading
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #0099CC;
}

.tableList {
	padding: 0;
	margin: 0 0 10px 0;
	list-style-position: inside;
}

.tableList li {
	padding: 0;
	margin: 0;
}

/***** LISTS END *****/

/***** TEXT BOXES *****/

.ieCenterFix {
	text-align: center;
}

.textBoxBlue, .textBoxOrange{
	text-align: left;
	margin: 0 auto;
	width: 90%;
	height: auto;
	padding: 20px 10px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.textBoxBlue {
	background: #d9edf3 url('../images/ASHMPublications/blue_gradient.png') repeat-x top left;
	background-size: 100%;
	border: 1px solid #92cddc;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.textBoxOrange {
	background: #fde9d9 url('../images/ASHMPublications/orange_gradient.png') repeat-x top left;
	border: 1px solid #fabf90;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

/***** TEXT BOXES END *****/

/***** SYMBOLS *****/

.symTick {
	background: transparent url('../images/ASHMPublications/symbols/symTick.png') no-repeat;
	width: 10px;
	height: 10px;
}

.symUpArrow {
	background: transparent url('../images/ASHMPublications/symbols/symUpArrow.png') no-repeat;
	width: 12px;
	height: 13px;
}

.symDownArrow {
	background: transparent url('../images/ASHMPublications/symbols/symDownArrow.png') no-repeat;
	width: 12px;
	height: 13px;
}

.symLeftArrow {
	background: transparent url('../images/ASHMPublications/symbols/symLeftArrow.png') no-repeat;
	width: 12px;
	height: 11px;
}

.symRightArrow {
	background: transparent url('../images/ASHMPublications/symbols/symRightArrow.png') no-repeat;
	width: 12px;
	height: 11px;
}

.symGamma {
	background: transparent url('../images/ASHMPublications/symbols/symGamma.png') no-repeat;
	width: 7px;
	height: 10px;
}

/***** SYMBOLS END *****/

.SiteFeedbackForm, .SiteContactForm {
	font-size: 12px;
}

/***** Commentary Styles *****/

#comments, #PanelTable{
	border-collapse: collapse;
	border: 1px solid black;
	margin-top: 20px;
	text-align: left;
}

#comments th , #PanelTable th{
	background: #f0ff00;
	color: black;
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid black;
}

#comments td , #PanelTable td{
	padding: 5px;
}

#PanelTable td {
	border: 1px solid black;
}

.commentTitle {
	font-weight: bold;
}

.comment {
	background-color: #f0ff00;
}

.commentTable5a-bDesc {
	font-size: 12px; 
	color: black;
	text-transform: none;
	font-weight: normal;
	background-color: #f0ff00;
}

#commentTable {
	margin: 5px;
	border-collapse: collapse;
}

#commentTable td, #commentTable th {
	border: 1px solid black;
}

#commentTable th {
	background-color: #004ebd;
	color: white;
}

.commentSectionList {
	margin: 0 20px 0 0;
	padding: 0;
}

/***** Commentary Styles END *****/

/***** Panel Recommendation Styles *****/

#panelRecommendation {
	border: 1px solid black;
	margin-top: 20px;
	text-align: left;
}

#panelRecommendation th {
	background: #004ebd;
	color: white;
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid black;
}

#panelRecommendation td {
	padding: 5px;
}

/***** Panel Recommendations Styles END *****/

/***** Front Page *****/

#frontPageContainer {
	width: 700px;
	margin: 0;
	padding: 0;
}

#frontPageRight {
	float: right;
	/*width: 100%;*/
	width: 240px;
}


#frontPageLeft {
	float: left;
	width: 450px;
}

#frontPageFooter {
	padding-top: 50px;
	width: 700px;
	clear: both;
}

#frontPageFooter table {
	width: 100%;
	text-align: center;
}

#frontPageFooter table td {
	width: 50%;
}

td.left {
	border-right: 1px dotted #777;
}

ul.frontPageList, ul.frontPageList li {
	list-style-type: none;
	margin: 0;
	margin-left: -10px;
	padding: 0;
}

/* html>body to add an attribute so IE does not understand */
html>body .frontResourceLink , html>body .frontVideoLink, html>body .resourceLink, html>body .frontPDFLink {
	width: 196px;
}

.frontVideoLink {
	background: transparent url('../images/ASHMPublications/buttons/quickstart_button.gif') no-repeat;
	color: #383c71;
	display: block;
	width: 231px;
	margin: 0 0 20px 20px;
	padding: 8px 5px 8px 30px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	height: 66px;
}

.frontPDFLink {
	background: transparent url('../images/ASHMPublications/buttons/pdf_resource_button.png') no-repeat;
	color: #383c71;
	display: block;
	width: 231px;
	margin: 0 0 20px 20px;
	padding: 8px 5px 8px 30px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	height: 66px;
}

.frontVideoLink span, .frontPDFLink span {
	font-size: 12px;
	display: block;
}

.logoDOHA {
	width: 300px; /*original 472px*/
	height: auto; 
	margin-bottom: 100px;
}

.logoASHM {
	width: 300px; /*original 383px */
	height: auto;
	margin-bottom: 100px;	
}
/***** Front Page END *****/