/* SPEAKERSPLATFORM Style Sheet */


/* Corporate colors scheme */
/* use only these colors and DO NOT define colors at the HTML code */
.bgdarkblue 	{background-color: #003471;}
.bglightblue 	{background-color: #4980bc;}
.bgred 			{background-color: #871e24;}
.bgyellow 		{background-color: #ffd026;}


body {

	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: auto;
} 



form, h1, h2, h3, h4, h5, h6, h7, h8 {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: hidden;
}


a {
	font-family: futura, 'gill sans',  Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #363636;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #363636;
}
a:hover {
	color: #871e24;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #871e24;
}

h1 { 
	font-family: futura, 'gill sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003471;
	line-height: 160%;
	font-weight: normal;
}


h2 { 
	font-family: times;
	font-size: 12pt;
	color: #003471;
	line-height: 160%;
	font-weight: normal;
}

h3 { 
	font-family: futura, 'gill sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #003471;
	line-height: 160%;
	font-weight: normal;
	font-style: italic;
}

h4 { 
	padding: 0px 0px 0px 0px;
	font-family: futura, 'gill sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003471;
	line-height: 140%;
	font-weight: normal;
}

h5 { 
	padding: 0px 0px 0px 0px;
	font-family: futura, 'gill sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003471;
	line-height: 140%;
	font-weight: normal;
}

h6 { /* Red titles */
	padding: 0px 0px 0px 0px;
	font-family: futura, 'gill sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #871e24;
	line-height: 140%;
	font-weight: normal;
}


h7 { /* dark blue titles */
	padding: 0px 0px 0px 0px;
	font-family: futura, 'gill sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #871e24;
	line-height: 140%;
	font-weight: normal;
}

h8 { /* light blue box contents */
	padding: 0px 0px 0px 0px;
	font-family: futura, 'gill sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	line-height: 140%;
	font-weight: normal;
}

h9 { 
	padding: 0px 0px 0px 0px;
	font-family: futura, 'gill sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	line-height: 140%;
	font-weight: normal;
}

select { 
	font-family: futura, 'gill sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003471;
	line-height: 160%;
	font-weight: normal;
}

small {
	font-size: 9pt;
}

p { 
	font-family: futura, 'gill sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003471;
	line-height: 150%;
	font-weight: normal;
}

td { 
	font-family: futura, 'gill sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003471;
	line-height: 150%;
	font-weight: normal;
}

#speakers_by_topic {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:transparent;
}

#speakers_by_topic img {
	vertical-align:top;
	padding: 0px 0px 0px 0px;
	display:inline;
}

#bullets ul {
	padding: 2px 4px 2px 4px;
	margin: 0px 12px 0px 12px;
	list-style-type: disc; /* turns off display of bullet*/
}

/* location */

#whereabouts {
	display:inline;
	padding: 5px 5px 5px 20px; /* top right bot left*/
	color: gray;
	font-size: 12px;
	line-height: 200%;
	background-color: transparent;
}

/* alpha speakers list */

#alphalist {
	width: 30px;
	height: 700px;
}

#alphalist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: disc; /* turns off display of bullet*/
}

#alphalist li {
	margin: 0;
	text-align: center;
	font-size: 14px;
}

#alphalist a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
	border: 0px black solid;
	background-color: #003471;
}

#alphalist a:link,
#alphalist a:visited {
	color: white;
	text-decoration: none;
}

#alphalist a:hover,
#alphalist a:active {
	background-color: #871e24;
	color: white;
}

.alpha_full_list {
	margin: 0px 0px 0px 0px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px;
	border: 1px #871e24 solid;
	background-color:transparent;
	/* background-image:url(/newsp/images/back.right_flame.jpg); */
	background-attachment: fixed;
	background-repeat: no-repeat; 	
	width: 700px;
	height: 602px;
}

.alpha_full_list a {
	color:black;
	text-decoration:none;
}

.alpha_full_list a:hover {
	color:#871e24;
	text-decoration:none;
}


#inlineicon {
	background-color:transparent;
}

#inlineicon img {
	vertical-align:top;
	padding: 0px 0px 0px 0px;
	display:inline;

}

/*speaker list*/

#speakerlist {
	width: 100;
	overflow:hidden;
	font-size: 12px;
}

#speakerlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: disc; /* turns off display of bullet*/
}

#speakerlist li {
	margin: 0;
	text-align: left;
	font-size: 12px;
}

#speakerlist a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px white solid;
	background-color: #003471;
}

#speakerlist img {
	vertical-align:top;
	padding: 0px 0px 0px 0px;
	display:inline;
}

#speakerlist a:link,
#speakerlist a:visited {
	color: white;
	text-decoration: none;
}

#speakerlist a:hover,
#speakerlist a:active {
	background-color: #871e24;
	color: white;
}

/*topic list*/

#topiclist {
	width: 250px;
	height: 400px;
}

#topiclist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: disc; /* turns off display of bullet*/
}

#topiclist li {
	margin: 0;
	text-align: left;
	font-size: 14px;
}

#topiclist a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 4px 5px 4px;
	border: 0px black solid;
	/*background-color: #F8DA70; */
}

#topiclist a:link,
#topiclist a:visited {
	color: black;
	text-decoration: none;
}

#topiclist a:hover,
#topiclist a:active {
	background-color: #871e24;
	color: white;
}

.topic_full_list {
	overflow-y: hidden;
	overflow-x: hidden;
	padding: 10px;
	border: 1px #871e24 solid;
	background-color:transparent;
	width: 500px;
	height: 480px;
}

.topic_full_list a {
	color:black;
	text-decoration:none;
}

.topic_full_list a:hover {
	color:#871e24;
	text-decoration:none;
}


/*candidate dossier*/
#dossierlist {
	background-color: #4980bc;
	overflow-y: hidden;
	overflow-x: hidden;
	padding: 5px 6px 5px 5px;
}

#dossierlist a {
	border: 0px black solid;
	background-color: #4980bc;
}

#dossierlist a:link,
#dossierlist a:visited {
	color: white;
	text-decoration: none;
	background-color: #4980bc;
	padding: 5px 6px 5px 5px;

}

#dossierlist a:hover,
#dossierlist a:active {
	padding: 5px 6px 5px 5px;
	background-color: #ffffff;
	color: black;
}

.dossier_full_list {
	overflow-y: hidden;
	overflow-x: hidden;
	padding: 10px;
	border: 0px #4980bc solid;
	background-color:transparent;
	width: 750px;
	height: 525px;
}

.dossier_full_list a {
	color:black;
	text-decoration:none;
}

.dossier_full_list a:hover {
	color:#871e24;
	text-decoration:none;
}


.speaker_names {
	color: white;
	background-color:transparent;
}

.speaker_bar {
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-align: center;	
	background-color: #000000;
}

/* Home Page News */

a.home {
	color: #ffffff;
}

ul.home {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: disc; /* turns off display of bullet*/
	font-family: verdana;
	font-size: 14px;
	line-height: 150%;	
}


li.home {
	font-family: verdana;
	margin-left: 1em;
	line-height: 1.2em;
	padding: .4em;
} 

textarea.edit_notes {
	padding:5px;
	background:#eeeeee;
	border:1px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:1.5em;
	color:#000000;
}

textarea.save_notes {
	padding:5px;
	background:#ffffff;
	border:1px solid #ccc;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:1.5em;
	color:#555555;
}

input.fields {
	padding:4px;
	background:#eee;
	border:1px solid #555;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:1.5em;
	color:#252525;
}

textarea.fields {
	padding:4px;
	background:#eee;
	border:1px solid #555;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:1.5em;
	color:#252525;
}

select.fields {
	height:24px;
	padding:3px;
	background:#eee;
	border:1px solid #555;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:1.5em;
	color:#252525;
}

.action_icons {
	border:0px solid;
	display:block;
	width:700px;
	height:30px;
	background-color:transparent;
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt;
	overflow:hidden;
	padding:0px;
}

.action_icon1 {
	float:left;
	width:160px;
	background-color:transparent;
	overflow:hidden;
	vertical-align:center;
	padding-left:65px;
	text-align:left;
}

.action_icon2 {
	float:left;
	width:160px;
	background-color:transparent;
	overflow:hidden;
	vertical-align:center;
	text-align:left;

}

.action_icon3 {
	float:left;
	width:160px;
	background-color:transparent;
	overflow:hidden;
	vertical-align:center;
	text-align:left;

}

.action_icon4 {
	float:left;
	width:140px;
	background-color:transparent;
	overflow:hidden;
	vertical-align:center;
	text-align:left;

}
