﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.PageTitle
{
    color: #c68e05;
    font-size: 20pt;
    text-align: center;
    font-weight: bolder;
}

.highslide
{
    outline: none;
    text-decoration: none;
}

.TopMenu
{
    font-size: 10pt;
    color: #c68e05;
    text-align: center;
}

.annoucment
{
    font-size: 10pt;
    color: #c68e05;
    text-align:justify;
    padding-left:10px
}

.TopMenuItems
{
    font-size: 10pt;
    color: #c68e05;
    text-decoration: none;
}

a.TopMenuItems:hover
{
    font-size: 10pt;
    color: black;
    text-decoration: none;
}

a.TopMenuItems:link
{
    font-size: 10pt;
    color: #c68e05;
    text-decoration: none;
}

.Titles
{
    font-size: 12pt;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
}

.autocomplete
{
    font-size: 8pt;
    color: black;
    text-decoration: none;
    background-color: #f9e4b1;
    border: solid 1px #c68e05;
}

.SpeakerName
{
    font-size: 10pt;
    color: #c68e05;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
}

.SubTitle
{
    font-size: 15pt;
    color: #c68e05;
    text-decoration: none;
    font-weight: bolder;
}

.RegularText
{
    font-size: 8pt;
    color: black;
    text-decoration: none;
    direction: ltr;
}

a.RegularText:link
{
    font-size: 8pt;
    color: black;
    text-decoration: none;
}

a.RegularText:hover
{
    font-size: 8pt;
    color: #c68e05;
    text-decoration: none;
}

.RegularTextMorez
{
    font-size: 8pt;
    color: #c68e05;
    text-decoration: none;
    font-weight: bolder;
}

a.RegularTextMorez:hover
{
    font-size: 8pt;
    color: black;
    text-decoration: none;
    font-weight: bolder;
}

a.RegularTextMorez:link
{
    font-size: 8pt;
    color: #c68e05;
    text-decoration: none;
    font-weight: bolder;
}


.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 100px;
    text-align: left;
    list-style-type: none;
}

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}

.BoxTitle
{
    color: #c68e05;
    font-weight: bold;
    font-size: large;
}

.calctextbox
{
    border: solid 1px #c68e05;
    text-align:center;
}
.calctextboxerror
{
    border: solid 2px red;
    text-align:center;
}

.MenuItems
{    
    color: #c68e05;
    text-decoration: none;
    font-size: 13px; 
    font-family: Verdana; 
    padding: 1px;   
}
.MenuBorder
{
    border-color:#C68E05;
    border-style:solid;
}

.SessionName
{
    font-size: 10pt;
    color: #c68e05;
    text-decoration: none;
    font-weight: bolder;
}
.DirectionName
{
    font-size: 14pt;
    color: #c68e05;
    text-decoration: none;
    font-weight: bolder;
}
.DiectionDescription
{
    font-size: 11pt;
    color: black;
    text-decoration: none;
    direction: ltr;
}
.rightborder { 
border-right: 3px solid #C68E05; 
}
.leftborder { 
border-left: 1px solid #C68E05; 
border-style: dashed; 
} 

/* top menu drop down style */

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	background: #222;
	font-size: 1.0em;
	background: url(topnav_bg.gif) repeat-x;
    width: 599px;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #C68E05;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	margin-top:12px;
	background: url(../../Images/CollapseIcon.png) no-repeat center top;
}
/* ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 30px;
	background: #FFFFFF;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #C68E05;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #C68E05; /*--Create bevel effect--*/
	border-bottom: 1px solid #C68E05; /*--Create bevel effect--*/
	clear: both;
	width: auto;
	height:auto;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: white 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: navajowhite 10px center;
}
