﻿/* general */

p
{
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4em;
    font-family:Verdana, Arial, Sans-Serif;	
}

p strong, ul li strong, ul li ul li strong, ul li ul li ul li strong,
{
	color: #1F1F1F;
}

span.blackText
{
	color: #000000;
}

.external
{
	background:url(/_images/icon_external_link.gif);
	display: inline;
	background-repeat: no-repeat;
	background-position: 3px 0;
	padding: 4px 5px 0 5px;
	text-decoration: none;
}

#page_outer
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:90%;
    color:#3D4B67;
}
#errorMsg
{
    color:Red !important;
    font-size:90%;
}

.italicText
{
    font-style:italic;
}

.boldText
{
    font-weight:bold;
}

a:link, a:active, a:focus
{
    text-decoration:none;
    color:#970032;
}

a:hover
{
    text-decoration:underline;
    color:#970032;
}

a:visited
{
	text-decoration: none;
/*  color:#AD5D10;*/
	color: #CC4505;  
}

a:visited:hover
{
	text-decoration: underline;
/*  color:#AD5D10;*/
	color: #CC4505;
}

/* headings */
h1
{
    color:#3D4B67;
	text-align: left;
	font-size: 1.6em;
	margin: 1em 0 1em 0;
}

h2
{
    color:#3D4B67;
	text-align: left;
	font-size: 1.3em;
	margin: 2em 0 0.5em 0;	
	text-transform: none;
}

h2.caps
{
    color:#3D4B67;
	text-align: left;
	font-size: 1.3em;
	margin: 1em 0 1.5em 0;
	text-transform: uppercase;
}

h3
{
    color:#3D4B67;
	text-align: left;
	font-size: 1.2em;
	margin: 1.5em 0 0.5em 0;	
}

h4
{
    color:#3D4B67;
	text-align: left;
	font-size: 1.1em;	
	margin: 1.5em 0 0.5em 0;	
}

h5
{
	color:#3D4B67;
	text-align: left;
	font-size: 1em;	
	margin: 1.5em 0 0.5em 0;
}

p.table_heading
{
	text-align: center;
	color:#3D4B67;
	font-size: 1em;	
	margin: 2em 0 0 0;
	font-weight: bold;
}

caption
{
	color:#3D4B67;
	text-align: left;
	font-size: 1em;	
	margin: 1.5em 0 0.5em 0;
	padding: 1em 0 0.5em 0;
	font-weight: bold;
}

p.faq
{
    color:#3D4B67;
	text-align: left;
	font-size: 1em;
	margin: 2.5em 0 0.5em 0;
	font-weight: bold;
}

ul.noBullet
{
    list-style-type:none;
}

#content_inner ul
{
    margin:0;
}

#content_inner ul li
{
    margin: 0 0 8px 25px;
	list-style-type: square;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;	
}

#content_inner ul li ul li
{
    margin:0 0 8px 20px;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-image: url(/_images/bullet_dash.gif);
}

#content_inner ul li ul li ul li
{
    margin:0 0 8px 20px;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-image: url(/_images/bullet_double_dots.gif);
}

#content_inner ol li
{
    margin: 0 0 8px 0;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;	
}

#content_inner ol li ul li
{
    margin: 0 0 8px 18px;
	list-style-type: square;
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;	
}

#content_inner ol li ol.alpha li
{
  margin : 1em 0 1em -1em;
  list-style: lower-alpha;
  vertical-align : middle;
}


/*#content_inner ul li a
{
    padding-left:15px;
}*/

#content_inner table
{
	background-color : #FFFFFF;
	border-color : #000000;
	border-collapse: collapse;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	line-height : 1.3em;
	font-size: 85%;
	width : 100%;
	margin-top: 0;
}

#content_inner table td
{
	border : 0;
	padding : 6px 5px 6px 5px;
	vertical-align: top; 
}

#content_inner table th
{
	text-align : right;
	font-style: normal;
/*  border-bottom : 1px solid #CCCCCC;*/
	color:#3D4B67;
	font-weight: normal;
	padding: 6px 5px 6px 5px;
	vertical-align: top;
}

#content_inner table tr.column th
{
	text-align : left;
	font-style: normal;
	border-bottom : 1px solid #CCCCCC;
	color:#3D4B67;
	font-weight: bold;
	padding: 6px 5px 6px 5px;
	vertical-align: bottom;
}

span.semi_bold
{
	color: #0076B0;
	font-weight: bold;
}

#content_inner div.indent
{
	margin-left: 40px;

}

#content p.chart_graphic {
  margin : 0 0 1em 0;
  text-align : center;
}

/*External Link*/
.external
{
	background:url(../_images/icon_external_link.gif);
	display: inline;
	background-repeat: no-repeat;
	background-position: 3px 0;
	padding: 0 5px 0 5px;
	text-decoration: none;
}

/*End External Link*/


.errortext
{
	color: Red;	
}

.home
{
    font-weight:bold;
    font-size:90%;
}

/*Home page What's New and Latest Release */
	
#outer_cols
{
    border-top: solid 1px #d3d3d3;
	text-align:left;
    font-size:85%;
}

#leftCol
{
    width: 46%;
    float : left;
    border-right: solid 1px #d3d3d3;
    padding: 10px;
}
	
#rightCol
{
    width: 46%;
    float: right;
    padding: 10px;
}

#rightCol_leftCol
{
    width: 50%;
    float : left;
}

#rightCol_rightCol
{
    width: 50%;
    float: right;
}

#threeCol
{
    width: 46%;
    float: left;
    padding: 10px;
	text-align: center;
}

#threeCol_leftCol
{
    width: 32%;
    float : left;
}

#threeCol_rightCol
{
    width: 32%;
    float: left;
}

#threeCol_centreCol
{
    width: 32%;
    float: left;
}

/*This style will need to be removed when the Clearer Super Choices paper is removed from the Homepage*/

#threeCol_rightCol img
{
	padding-top: 2px;
}

/*End Removal*/


/*End Home page What's New and Latest Release */

/*Submission page Key Date section */

div.right
{
	text-align:right;
	margin-bottom:15px;
}

div.right h3.key
{
	font-variant:small-caps;
	text-align:right;
}

/*End Submission page Key Date section */

/*End Papers table section */

#content table.papers
{
	width:100%;
	border:solid 1px #9B9B9B;
}

#content table.papers th
{
	border-bottom:solid 1px #EFEFEF;
	text-align:left;
	font-weight:bold;
	background-color:#0076B0;
	color:#FFFFFF;
}

#content table.papers td
{
	border-bottom:solid 1px #EFEFEF;
}

#content table.papers td.title
{
	font-style:italic;
}

/*End Papers table section */

.source
{
	font-size:80%;
}

/* SUBMISSIONS */
table.submission_table th
{
    border-bottom:solid 1px black;
    border-top:solid 1px black;
	font-weight:bold;
	text-align: left;
}

table.submission_table #colDate
{
    width:10%;
    text-align:left;
}

table.submission_table #colSubNum
{
    width:10%;
    text-align:left;
}

table.submission_table #colAuthor
{
    width:40%;
    text-align:left;
}

table.submission_table th.colFileType
{
    width:10%;
}

table.submission_table td
{
    vertical-align:top;
    text-align:right;
    padding:1px 0;
}

table.submission_table td.dataAuthor, table.submission_table td.dataSubDate, table.submission_table td.dataSubNum
{
  text-align:left;
}

#colAuthor a, #colDate a, #colSubNum a
{
    color:#000000;
    font-size:10pt;
}
/* End SUBMISSIONS */

/* Speeches */
h1.speech
{
  font-size : 110%;
  font-weight : bold;
  text-transform : uppercase;
  color : #3D4B67;
  text-align: center;
}

h1.speech_italic
{
  font-size : 110%;
  font-weight : bold;
  text-transform : uppercase;
  color : #3D4B67;
  text-align: center;
  font-style: italic;
}

h2.speech
{
  font-size : 110%;
  font-weight : bold;
  text-transform : uppercase;
  color : #3D4B67;
}

h2.speech_center
{
  font-size : 110%;
  font-weight : bold;
  text-transform : uppercase;
  text-align: center;
  color : #3D4B67;
}

h3.speech
{
  font-size : 105%;
  font-weight : bold;
  font-variant:small-caps;
  color : #3D4B67;
  margin : 0 0 0 0;
  padding : 0 0 0 0;
}

h3.speech_center
{
  font-size : 105%;
  font-weight : bold;
  font-variant:small-caps;
  color : #3D4B67;
  margin : -0.5em 0 0.7em 0;
  padding : 0 0 0 0;
  text-align: center;
}

h4.speech
{
  font-size : 90%;
  font-weight : bold;
  color : #3D4B67;
  margin : 0 0 0 0;
  padding : 0 0 0 0;
}

h4.speech_center
{
  font-size : 90%;
  font-weight : bold;
  color : #3D4B67;
  margin : 0 0 0 0;
  padding : 0 0 0 0;
  text-align: center;
}

h5.speech
{
  font-size : 85%;
  font-weight : bold;
  font-style: italic;
  color : #3D4B67;
  margin : 0 0 0 0;
  padding : 0.75em 0 0 0;
}

#content_inner table.speech
{
	width:80%;
	margin-left : 40px;
	text-align: left;
	border:none;
	font-size: 100%;
}

#content_inner table.blue_grey
{
	border: 1px solid #000000;
	line-height : 1.4em;
	font-size: 90%;
	width : 100%;
	margin: 2em 0 2em 0;
}

#content_inner table.blue_grey th.grey
{
	text-align : left;
	font-style: normal;
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 5px 9px 5px;
	vertical-align: top;
	background-color: #2E2E2E;
}

#content_inner table.blue_grey th.blue
{
	text-align : left;
	font-style: normal;
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 5px 9px 5px;
	vertical-align: top;
	background-color: #0070C0;
}

#content_inner table.blue_grey td.blue_text
{
	text-align : left;
	font-style: normal;
	font-size: 100%;
	color: #0070C0;
	font-weight: bold;
	padding: 6px 5px 9px 5px;
	vertical-align: top;
	background-color: #E8E8E8;
}

#content_inner table.blue_grey td.bold_text
{
	text-align : left;
	font-style: normal;
	font-size: 100%;
	color: #2E2E2E;
	font-weight: bold;
	padding: 6px 5px 9px 5px;
	vertical-align: top;
	background-color: #E8E8E8;
}

#content_inner table.blue_grey td.grey_background
{
	text-align : left;
	font-style: normal;
	font-size: 100%;
	color: #2E2E2E;
	font-weight: normal;
	padding: 6px 5px 9px 5px;
	vertical-align: top;
	background-color: #E8E8E8;
}

#content_inner table.speech tr td ul li
{
    margin: 0 0 8px 18px;
	list-style-type: square;
}

#content_inner table.review_speech, #content_inner table.speech_mysuper
{
	border: 1px solid #000000;
	line-height : 1.4em;
	font-size: 90%;
	width : 100%;
	margin: 2em 0 2em 0;
}

#content_inner table.review_speech td, #content_inner table.speech_mysuper td
{
	border : 0;
	padding : 6px 5px 12px 5px;
	vertical-align: top; 
}

#content_inner table.review_speech th
{
	text-align : left;
	font-style: normal;
	font-size: 105%;
	color:#3D4B67;
	font-weight: bold;
	padding: 6px 5px 9px 5px;
	vertical-align: top;
}

#content_inner table.speech_mysuper th
{
	text-align : left;
	font-style: normal;
	font-size: 105%;
	color:#FFFFFF;
	font-weight: bold;
	padding: 6px 5px 9px 5px;
	vertical-align: top;
	background-color : #3333cc;
}
#content_inner table.speech_mysuper td
{
	border: 1px solid #cecece;
}

#content_inner table tr.column th
{
	text-align : left;
	font-style: normal;
	border-bottom : 1px solid #CCCCCC;
	color:#3D4B67;
	font-weight: bold;
	padding: 6px 5px 6px 5px;
	vertical-align: bottom;
}

/* End Speeches */

#content_inner strong
{
	color:#6E6E6E;
}

#content_inner div.shaded_box
{
	background-color: #CBE2F1;
	border:solid 1px #000000;
	padding : 0.8em 0.8em 0 0.8em;
}