﻿body 
{
	background-color: #dae893;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-size: 9.5pt;
	color: #4e4817;
	line-height: 150%;
}

a
{
	color:#346db5;
	}

a:active {color:Silver;}

a:visited
{
	color:#638c2d;}

h1 
{
	margin:0;
	height: 118px;

}

h1 a 
{
	padding-right: 20px;}

h2 
{
	color: White;
	text-transform: uppercase;
	font-size: 17.5pt;
	font-weight: normal;
	padding-top: 38px;
	margin: 0;
	}

h3 
{
	font-size: 14.5pt;
	margin-top: 1.5em;
	color: #346db5;
	background: url(/images/plus.gif) no-repeat;
	padding-left: 31px;
	min-height: 21px;
	padding-bottom: 17px;
	margin-bottom: 25px;
	border-bottom: dotted 1px #4e4817;
	}

h4, h5, h6 
{
	margin-top: 1.5em;
	margin-bottom: 0;
	}

h4 
{
	font-size: 11.5pt;

	}

h5 
{
	font-size: 10.5pt;
	}

h5 
{
	font-size: 9.5pt;
	}

hr 
{
	height: 0;
	border-bottom: dotted 1px #eeeeee;
	margin: 20px 0;
	}
p, dl
{
	margin: .5em 0 1em 0;}

img 
{
	border: 1px solid #9c966b;}

a img 
{
	border: none;
}

table
{
	border-collapse: collapse;
}

td, th
{
	border: 1px solid #9EAD5A;
	empty-cells: show;
	padding: 5px;
	margin: 0;
	vertical-align: top;
}

fieldset
{
    background-color: #FAF2E1;
    border: solid #9EAD5A 1px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;    
}

legend
{
    font-size: 11.5pt;
    font-weight: bold;
    padding: 0 .25em;
}

div#MastheadWrapper 
{
	width:100%;
	background-color: #e5eef9;
	background-image: url(/images/mastheadwrapperbackground.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height:146px;
	margin: 0;
}

div#MastheadInnerWrapper 
{
	width: 100%;
	background-image: url(/images/mastheadinnerwrapperbackground.gif);
	background-repeat: no-repeat;
}

div#Masthead 
{
	width: 858px;
	height:140px;
	background-color: #e5eef9;
	color: White;
	margin: 0 auto;
	background-image: url(/images/mastheadbackground.jpg);
	background-repeat:no-repeat;
	padding: 3px 0;
	position: relative;
	}

div#ContentWrapper 
{
	background:#e9f5ab url(/images/greenwaves.gif) repeat-x scroll top center;
	border-top: solid 5px white;
	width: 100%;
	min-width: 858px;	
	}

div#Content, div#Footer
{
	width: 858px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	margin-top: 0;
	}

div#PageTitle 
{
	height: 116px;
	margin: 0;
	padding: 0;
	width: 100%;
	}

div#FooterWrapper 
{
	clear: both;
	background-color: #dae893;
	padding: 1.5em 0 ;
	min-width: 858px;		
	font-size: 85%;
	text-transform: uppercase;
	}

div#FooterWrapper a 
{
	color: #4e4817;

	}



ul#GlobalNav 
{
	height: 20px;
	padding:0;
	margin: 0;
	list-style: none outside;
	position: absolute;
	z-index: 999;
	right: 0;
}

ul#GlobalNav li
{
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
}

ul#GlobalNav a 
{
	text-transform:uppercase;
	color: white;
	font-size: 10.5pt;
	text-decoration: none;
	background:#8EB5D9 url(/images/navunselected.jpg) repeat-x scroll left top;
	padding: 0 9px;
	letter-spacing: -0.01em;
	display: block;
	height: 24px;
	float: left;
	}

ul#GlobalNav li a:hover, ul#GlobalNav li.SelectedSection a {
	background:#39302B url(/images/navselected.jpg) repeat-x scroll left top;
	color: white;
	}

	
div#PageTitle div#ConferenceTheme 
{
	float:right;
}

div#ConferenceTheme {
	padding-top: 27px;
	padding-right: 55px;
	}

div#ConferenceTheme img 
{
	border: none;
}

div.ColumnOne 
{
	width: 544px;
	padding-right: 68px;
	float: left;
	}

div.ColumnTwo 
{
	width: 246px;
	float: left;
}

.Bordered
{
	border: 1px solid #9c966b;
	}

.TagLine 
{
	font-weight: bold;
	color:#346db5;
}

.Disabled
{
    color: #b3a859;
}

.FSmall
{
    font-size: 85%;
}

div.SingleColumn 
{
	width: 858px;
}

.Notice 
{
	font-weight: bold;
	padding: 5px 7px;
	background-color: #bbfa69;
	border: 1px solid #8cc63f;
	}

.Error
{
    font-weight: bold;
    color: Red;
}

.Error ul
{
    margin-top: .5em;
}

.ErrorIcon img, img.ErrorIcon
{
    float: right;
    border: none;
}

.FRight
{
	float: right;
}

.FLeft
{
	float: left;
}

dl.TwoColumn
{
	float: left; 
	width: 100%;
	padding: 0 0 10px 0;
}

dl.BoldDT dt {
    font-weight: bold;
}

div.ColumnOne dl.TwoColumn dt {
	margin: 0 10px 5px 0;
	float: left;
	clear: both; 
	text-align: right;
	width: 125px;	/* To avoid IE bug, the width of dt is set below width of any column */
	}

div.ColumnOne dl.TwoColumn dd {
	margin: 0 0 10px 0;
	/*float: none;*/
  	float: left;
  	width: 394px;
	}

div.SingleColumn dl.TwoColumn dt {
	margin: 0 10px 5px 0;
	float: left;
	clear: both; 
	text-align: right;
	width: 150px;	/* To avoid IE bug, the width of dt is set below width of any column */
	}

div.SingleColumn dl.TwoColumn dd {
	margin: 0 0 10px 0;
	/*float: none;*/
  	float: left;
  	width: 698px;
	}

form dt
{
    font-weight: bold;
}

ul.ElementListV, ol.ElementListV
{
    list-style: none;
    margin-top: 0;
    padding-left: 0;
    margin-left: 0;
}

ul.ElementListV li, ol.ElementListV li
{
    padding-left: 0;
    margin-left: 0;
}

ul.ElementListH, ol.ElementListH
{
    list-style: none;
    margin-top: 0;
    padding-left: 0;
    margin-left: 0;
}

ul.ElementListH li, ol.ElementListH li
{
    padding-left: 0;
    margin-left: 0;
    display: inline;
    margin-right: 5px;
}

div.ProgressOverlay
{
    -moz-opacity: .25;
    -khtml-opacity: .25;
    background-color: Black;
    opacity: .25;
    filter: alpha(opacity=25);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

div.ProgressOverlay p
{
    height: 32px;
    margin: 0;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}

div.ProgressOverlay p img
{
    display: block;
    height: 32px;
    margin: 0 auto;
    position: relative;
    top: -50%;
    width: 32px;
}



.MTop45 
{
	margin-top:45px;
	}
	
img.Right 
{
	float: right;
	margin: 5px 0 5px 10px;
}

img.Left
{
	float: left;
	margin: 5px 15px 5px 0;
}

.Permissions {
    font-style: italic;
    font-size: .9em;
}

/* Custom Control Styles */
div.AspNet-GridView 
{
	margin-bottom: 10px;
}

.AspNet-GridView td
{
    background-color: #FAF6ED;
}

.AspNet-GridView tr.AspNet-GridView-Alternate td, .AspNet-GridView th
{
    background-color: #FAF2E1;
}

input.ActionButtons
{
    margin-top: 10px;
}

div.KeynotePromo h3 
{
    background: none;
    padding: 0;
    font-size: 10pt;
    color: White;
    margin-top: 0;
    margin-bottom: 5px;
    border: none;
}

div.KeynotePromo 
{
    clear:left;
    padding-top: 10px;
    }
    
div.KeynotePromo img 
{
    float:left;
    margin-right: 10px;
    }

h3.OtherGeneralSession 
{
    background: none;
    padding:0;
    font-size: 12pt;
    margin: 45px 0 0 0;
}

.iCal {
    float: right;
    font-size: 90%;
    font-weight: bold;
}
.iCal a {
    background-color: #346DB5;
    color: White;
    display: block;
    padding: 2px 8px;
    text-decoration: none;
}

.iCal a:hover {
    text-decoration: underline;
}

@media print 
{
    div#ContentWrapper {background-image: none;}
    div#ContentWrapper h2 {color: #4e4817;}
    }
