@charset "utf-8";

.twoColFixLtHdr #sidebar1
{
	display: none
}

.HeaderImg
{
	display: none;
}



body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
/*	text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img
{
	display: block
}

img.Inline
{
	display: inline;
	border-width: 0px;
	vertical-align: middle
}

h1
{
	width: 100%;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #000;
	font-size: 150%
}

h3
{
	font-size: 100%
}

li p
{
	padding: 0px;
	margin: 0px 0px 5px 0px
}

.twoColFixLtHdr #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom: 30px
} 
.twoColFixLtHdr #header
{ 

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent { 
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 560px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu
{
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}

#menu li
{
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu li a
{
	background: #394e55;
	border-bottom: 1px solid #526c75;
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}

#menu li a.AlertMenu
{
	background: #ff8a00;
	border-bottom: 1px solid #526c75;
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}

#menu li a:hover
{
	background: #4b8091 url("IMAGES/HOVERVOLTIGEMENT.GIF") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

#menu li .submenu
{
	background: #333;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0;
	width: 140px;
}

#menu li .submenu li
{
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu li .submenu li a
{
	background: #4b8091;
	border-bottom: 1px solid #526c75;
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}

#menu li .submenu li a:hover
{
	background: #6dabbf url("IMAGES/HOVERSUB.GIF") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

#subnav
{
	height: 30px;
	overflow: visible;
	line-height: 20px
}

#subnav p
{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #000;
	font-weight: bold
}

#subnav p a:link
{
	color: #000;
	text-decoration: none
}

#subnav p a:visited
{
	color: #000;
	text-decoration: none
}

#subnav p a:hover
{
	color: #555;
	text-decoration: none
}

#subnav p a:active
{
	color: #555;
	text-decoration: none
}

a:link
{
	color: #124579;
	font-weight: bold
}

a:visited
{
	color: #124579;
	font-weight: bold
}

a:hover
{
	color: #105fae;
	font-weight: bold;
	text-decoration: none
}

a:active
{
	color: #105fae;
	font-weight: bold;
	text-decoration: none
}

.FakeLink
{
	color: #124579;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold
}

.FakeLink:active
{
	color: #105fae;
	text-decoration: none;
	font-weight: bold
}

.FakeLink:hover
{
	color: #105fae;
	text-decoration: none;
	font-weight: bold
}

.DisabledLink
{
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}

ul .Materials
{
	line-height: 25px
}

ul .Materials img
{
	line-height: 0px
}

.Emphasis
{
	background-color: #ffdabd;
	border-style: solid;
	border-width: 1px;
	border-color: #ff7200;
	padding: 0px 10px 10px 10px
}

.FormLables
{
	margin: 4px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
	color: #444
}

.RequiredControls
{
	color: #f00;
	font-weight: bold;
	font-size: 100%;
	line-height: 10pt;
	position: relative;
	top: 2px
}

.SubmissionErrorMsg
{
	color: #F00;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: none
}

.Ctrl
{
	border-style: solid;
	border-width: 1px;
	border-color: #6ab5ff;
	background-color: #d6e9fc
}

.SubmissionForm
{
	width: 610px;
	margin-bottom: 30px
}

.SubmissionTables
{
	table-layout: fixed;
}

.SubmissionLables
{
	margin: 4px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
	color: #444
}

.PagesLinksCurrent
{
	background-image: url(/images/PagesLinkBG_current.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #777;
	border-width: 1px;
	color: #333;
	font-weight: bold;
	display: inline;
	margin: 0px 0px 0px 3px;
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	width: 28px;
	float: left;
	text-align: center
}

.PagesLinks
{
	display: inline;
}

.PagesLinks a
{
	background-image: url(/images/PagesLinkBG.gif);
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #0081ff;
	border-width: 1px;
	color: #124579;
	font-weight: bold;
	display: block;
	margin: 0px 0px 0px 3px;
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	width: 28px;
	float: left;
	text-align: center
}

.PagesLinks a:hover
{
	background-image: url(/images/PagesLinkBG_over.gif);
	color: #333;
	border-style: solid;
	border-color: #333;
	border-width: 1px;
}

.RulingsDescription
{
	margin-bottom: 0px;
	margin-top: 30px
}

.tip
{
	background-color: #333;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	width: 200px
}

.MonthTips
{
	cursor: pointer
}

.ErrorMsg
{
	color: #f00;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: none;
}


/* HEARINGS SECTION */

#CalendarWrapper
{
	margin: 0px;
	width: 490px;
	height: 245px;
	overflow: hidden
}

#Calendar
{
	width: 6000px;
}

.HearingMonth td p.NotInCurrentMonth
{
	color: #999;
}

.HearingMonth
{
	border-style: solid;
	border-color: #FFF;
	border-width: 1px;
	float: left;
	margin: 0px 20px 20px 0px
}

.HearingMonth td
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-color: #FFF;
	border-width: 1px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.HearingMonth td p
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333;
}

.MonthName
{
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 160%;
	color: #057041;
	letter-spacing: 1px
}

.HearingMonth td p.Today
{
	font-weight: bold;
	color: #000
}

.HearingMonth td.StandingHearing
{
	background-color: #e2b7fd;
	border-color: #b746ff;
	cursor: pointer
}

.HearingMonth td.OpeningHearing
{
	background-color: #ffdc97;
	border-color: #F60;
	cursor: pointer
}

.HearingMonth td.EvidentiaryHearing
{
	background-color: #b2d1ff;
	border-color: #06F;
	cursor: pointer
}

.HearingMonth td.PublicForums
{
	background-color: #ffc4c4;
	border-color: #fe4545;
	cursor: pointer
}

.HearingMonth td.Cancelled
{
	background-color: #CCC;
	border-color: #666;
	cursor: pointer
}

.MonthHeader
{
	font-weight: bold;
	font-size: 80%;
}

.MonthHeader p
{
	padding: 0px;
	margin: 0px;
	color: #333
}

#HearingInfo
{
	margin: 0px 0px 20px 0px;
	width: 100%;
	height: 1700px;
	overflow-x: hidden;
	overflow-y: auto
}

#HearingInfo h2
{
	margin-top: 0px;
}

.WitnessName
{
	font-weight: bold
}

.JobTitle
{
	font-weight: normal
}

.TestimonyEvents
{
}

.EventName
{
	margin: 2px 0px 2px 20px;
	padding: 0px;
	width: 430px
}

.PageNumber
{
	margin: 2px 0px;
	padding: 0px;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	opacity: 1.0
}

.NoExhibits
{
	color: #999;
	font-weight: bold;
	text-align: center
}

.ExhibitNumber
{
}

.ExhibitName
{
}

.ExhibitPage
{
}

.HearingCancelled
{
	color: #F00;
	font-weight: bold;
}

.HearingErrorMsg
{
	display: none;
	font-weight: bold;
	color: #f00;
}

/* FOR STANDING HEARING */
.Start
{
	margin: 10px 0px 3px 0px;
	padding: 0px;
}

.End
{
	margin: 3px 0px 10px 0px;
	padding: 0px;
}

.Both
{
	margin: 10px 0px;
	padding: 0px;
}

.None
{
	margin: 3px 0px;
	padding: 0px;
}

.HearingSelection p
{
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

/* WITNESS LIST */

.WitnessListAlphabet
{
	font-weight: bold;
	font-size: 120%;
	width: 560px;
	border-style: solid;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	display: block
}

/* TESTIMONIES */

.Testimony
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #3c96b8;
	padding: 5px;
	margin: 10px 0px;
	width: 540px;
}

.Testimony h3
{
	font-size: 120%
}

.Testimony ul
{
	list-style-type: none;
	padding: 0px 0px 0px 10px
}

.ExhibitList tr td p
{
	margin: 0px 0px 10px 0px
}

.UpComingEvents
{
	width: 262px;
	padding: 3px;
	margin: 0px 3px 10px 0px;
	border-style: solid;
	border-color: #0066FF;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;;
	background-color: #B2D1FF;
	cursor: pointer
}

.EventPreview
{
	background-color: #ededed;
	width: 542px;
	padding: 10px;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;;
}


.CalendarMsg
{
	color: #ff0000;
	font-weight: bold;
}

#gss
{
	width: 143px
}

.ScienceProjectTitle
{
	font-size: 120%;
	color: #333;
	margin: 30px 0px 10px 0px;
}

.ScienceProjectNumber
{
	color: #999;
}

.ScienceProjectDescription
{
	text-indent: 20px;
	margin: 0px 0px 10px 0px;
}

.ScienceProjectLinks
{
	margin: 0px;
}
