/* -----------------------------------------------------------------------------------
Conferences Style Sheet

version:	1.1
author:		Michael McDonald
email: 		info@yalestreetcreative.com
website: 	http://www.yalestreetcreative.com
----------------------------------------------------------------------------------- */ 

body {
	font-family: Arial, Helvetica, Sans-Serif;
	/* background-color: #006699; */
	background-image: url(../images/conference/conback.gif);
	/*scrollbar-base-color: #00CCCC; 
	scrollbar-arrow-color : #99FFCC;
	scrollbar-highlight-color : #0099CC; */
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


A:link,  A:visited,  A:active  {
	color: #002255;
	text-decoration: none; 
}

A:hover	{ 
	color: #336699; 
	text-decoration: underline; 
}

.conference_header {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 120%;
	color: #006699;
	text-align: left;
}

td.logo_cell_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	font-weight: normal;
	line-height: normal;
	background-color: #FFFFFF;
	border: 1px solid;
	border-top-color: #FFFFFF;
	border-right-color: #6699CC;
	border-bottom-color: #FFFFFF; 
	border-left-color: #FFFFFF;
	padding: 10px 5px 5px 8px;
}

td.description_text_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #FFFFDD;
	color: #333333;
	font-weight: normal;
	line-height: normal;
	padding: 10px 8px 5px 15px;	
}

td.sidebar_color_td {
	background-color: #7799CC;
}

.numberText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 800;
	font-style: normal;
	letter-spacing: .1em;
	line-height: 110%;
	color: #225588;
	text-align: center;
}

td.pagetext_td {
	font-size: .8em;
	color: #222222;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .02em;
}

td.pagetext_bold_td {
	font-size: .8em;
	color: #222222;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .02em;
}

.text_addbold {
	font-style: normal;
	color: #444444;
	font-weight: bold;
	letter-spacing: .02em;
}

.text_addbold_blue {
	color: #003366;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .02em;
}


