﻿#TIPContainer
{
	margin:10px auto 0px auto;
	text-align:center;
}

h3
{
	color: #BA260C;
	font-size:1.3em;
}
.backRed
{
	background-color: #BA260C;
	color:White;
	width:120px;
}
.backDisplay
{
	background-color:#FFFF99;
	color:Black;
	width:120px;
}
.title
{
	font-weight:bold;
	font-size:1.1em;
}


/*Progress Indicator */
.overlay {
        position: fixed;
        z-index: 99;
        top: 212px;
        left: 570px;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        
        -moz-opacity: 0.70;
    }
    * html .overlay {
        position: absolute;
         display:none;
        
    }
    .loader {
        z-index: 100;
        position: fixed;
        width: 120px;
        margin-left: -60px;
        top: 50%;
        left: 50%;
    }
    * html .loader {
        position: absolute;
         display:none;
        
    }
    .alignLeft
    {
    	text-align:left;
    }
    .right
    {
    	text-align:right;
    }
    .justified
    {
    	text-align:justify;
    }
    #TIPmain
    {
    	margin:25px auto 0px auto;
    	text-align:center;
    }
    #TIPmain table 
    {
    	margin:15px auto 0px auto;
    	text-align:center;
    }
    #TIPmain fieldset
    {
    	width:60%;
    	text-align:center;
    	margin:0 auto;
    }
    /* for the hidden label */
    .Hidden
    {
    	  visibility:hidden;
    }
#ctl00_ContentPlaceHolder1_rdChoices
{
	margin:0px auto 0px auto;
	
}  
#ctl00_ContentPlaceHolder1_rdChoices td
{
	 text-align:left;
} 
.extender
{
	border-style:none;
	padding-top:0px;
	margin-top:0px;
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
	font-weight:bold;
	font-size:0.9em;
	background-color:#6D7B8D;
	
}
/* The listbox for the multiple content box*/
#ddlLeft
{
 width:600px;
 margin:0px auto 0px 5px;
 
}
#btnSearchByCategories
{
 position:relative;
 left:80%;
}
.realSmall
{
	font-size:.9em;
	color:#BA260C;
	text-align:left;
}
/*Css for the Accordian */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: Black;
    background-color: #BA260C;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
#scheduleLinks a:link
{
	color:Black;
	text-decoration:none;
	
}
#scheduleLinks a:visited
{
	color:Black;
	text-decoration:none;
	
}
#scheduleLinks a:hover
{
	color:Black;
	text-decoration:none;
	
}
#scheduleLinks a:active
{
	color:Black;
	text-decoration:none;
	
}
.txtYellow
{
	background-color:Yellow;
	border:solid 2px black;
}
/*Myschedule Css */
#MyScheduleRight
{
	float:right;
	width:40%;
}
#MyScheduleLeft
{
	width:60%;
	text-align:left;
	float:left;
}
.spacer
{
	clear:both;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.popupControl {
	background-color:#FFFFFF;
	position:relative;
	 margin-top:10px;
	 margin-left:25px;
	
	border-style:solid;
	border-color: #BA260C;
	border-width: 4px;
}
/* The navigation when it is the current year on the default page */
#topNavigation
{
	width:80%;
	float:right;
	color:#BA260C;
	
}
#topNavigation
{
	padding:0px;
	
}
#topNavigation li
{
	text-decoration:none;
	display:inline;
	padding-left:20px;
}
#topNavigation li a:link
{
	font-size:1.1em;
	text-decoration:none;
	color:#BA260C;
}
#topNavigation li a:visited
{
	font-size:1.1em;
	text-decoration:none;
	color:#BA260C;
}
#topNavigation li a:active
{
	font-size:1.1em;
	 
	text-decoration:none;
	color:#BA260C;
}

#topNavigation li a:hover
{
	font-size:1.4em;
	font-weight:bolder;
	text-decoration:underline;
	color:#BA260C;
}
#ddlDownload
{
	margin:0px auto;
}
.privacy
{
	line-height:150%;
	font-size:1.1em;
}
.rdPosition
{
	position:relative;
	margin-left:50px;
	width:150px;
}
.rdTable
{
	margin-top:-2px;
}
#lnkAddSchedule
{
 font-size:1.2em;
}
.centerHeader
{
	text-align:center;
	margin:0px auto;
}
.btnStartSearch
{
	position:relative;
	left:60%;
	visibility:hidden;
	width:35%;
}
.Visible
{
 visibility:visible;
}
#pnlShowPresenters
{
	 visibility:hidden;
	 
}

