.LoginTable
{
	border: dotted #E9E9E9 1px;
	width:250px;
}

.MatchingText
{
	color:#5CA526;
}


.SpeakerRegistrationTable
{
	border: dotted #E9E9E9 1px;
	width:450px;
}

.FormSubScript
{
	font-size:7pt;
}

.ProfileTable
{
	border: dotted #E9E9E9 1px;
	width:450px;
}

.FormLabelCell
{
	width:150px;
	padding-left:10px;
}
.TopicBulletList
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:0px;
	padding-bottom:0px;
}
.TopicTable
{
	border: dotted #E9E9E9 1px;
	width:450px;

}

.BreadCrumb
{
	font-size:7pt;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;
}

A.BreadCrumb:Link
{
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
A.BreadCrumb:Active
{
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
A.BreadCrumb:Visited
{
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

A.BreadCrumb:Hover
{
	font-size: 7pt;
	color: #5CA526;
	text-decoration: none;
	font-weight: normal;

}
.NavigationTable
{
	margin-bottom:10px;
}

.CondensedHeaderLine
{
	line-height:14px;
}
.ReferenceTable
{
	border: dotted #E9E9E9 1px;
	width:450px;
}



/* Accordian Menu */
ul.jqMenuSlider, ul.jqMenuSlider ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 400px;
}

ul.jqMenuSlider a {
  display: block;
  text-decoration: none;	
}

ul.jqMenuSlider li {
  margin-top: 1px;
}

ul.jqMenuSlider li a {
  background: #333;
  color: #fff;	
  padding: 2px;
}

ul.jqMenuSlider li a:hover {
  background: #000;
}

ul.jqMenuSlider li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul.jqMenuSlider li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
/* Accordian Menu */

/* Tabs */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;	
	
}
.tab_content {
	
}

.textSmall {
	Font-Size : 9px;
	Font-Family: Verdana, Arial, Helvetica, Sans-serif;
	Color : #4F4F4F;
	font-weight : normal;
	line-height: 14px;
	}	

/* Tabs */

