@import url("CourtWebSite.css");

/*****************************************************************************/
/*									CSS for the Main Web page								  */
/*****************************************************************************/
#tblMainContent
{
	background-color: #FAF5F0;
}
.contentSplitter
{
	vertical-align: top; 
	padding-left: 5px;
	width: 50%;
}
#InfoPanelTitle
{
	font-weight: bold;
	font-size: 18px;
	border: 0px;
	border-bottom: solid 3px #5A3C3C;
	width: 80%;
	margin-top: 5px;
}
#InfoPanel
{
	text-align: left;
	overflow: auto;
	height: 140px;
	width: 100%;
	/*margin-bottom: 5px;*/
	font-size: 14px;
}


/******************************************************************************/
/*										RSS Feeds area												*/
/******************************************************************************/
#RSSFeeds
{
	text-align: right;
	font-size: 14px;
}
.RSSFeedLabel
{
	padding-right: 15px;
}
#rssOpinionsFeedIcon
{
	border-width: 0px;
}
#rssWSCNewsFeedIcon
{
	border-width: 0px;
}
.whatIsRSS
{
	color: Blue;
	font-size: 12px;
}

/******************************************************************************/
/*									Tabbed Content Control										*/
/******************************************************************************/
#TabbedContentTable
{
	border-collapse: collapse;
	width: 100%;
}

.activeTab
{
	background-color: transparent;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: 0px solid;
	width: 33%;
	text-align: center;
}

.supremeCourtOpinionsTab
{
	background-color: #A28A65;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 33%;
	text-align: center;
}
.faqsTab
{
	background-color: #003300;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 33%;
	text-align: center;
}

/*
.chiefsMessageTab
{
	background-color: #003300;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 33%;
	text-align: center;
}
.supremeCourtOpinionsTab
{
	background-color: #A28A65;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 33%;
	text-align: center;
}
.faqsTab
{
	background-color: #5A3C3C;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 33%;
	text-align: center;
}
*/

.tabbedContentButton
{
	background-color: Transparent;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#tdContentBox
{
	border-top: 0px;
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-size: 90%;
}

/******************************************************************************/
/*										Events DataGrid											*/
/******************************************************************************/
#EventsPanel
{
	background-color: Transparent;
	/*border-left: 3px solid #5A3C3C;*/
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	width: 100%;
	overflow: auto;
	height: 540px;
}

#EventsPanelTitle
{	
	background-color: #5A3C3C;
	color: #FFFFFF;
	border: 0px;
	text-align: center;
	padding-top: 15px;
	height: 50px;
	font-weight: bold;
	width: 100%;
}

#pnlNoEvents
{
	background-color: Transparent;
	width: 100%;
	border: 0px;
	/*border-left: 3px solid #5A3C3C;*/
	padding-bottom: 300px;
	height: 100%;
}

#dgEvents
{
	background-color: Transparent;
	border: 0px;
	font-size: 13px;
	width: 100%;
}
.dgEventsHeader
{
	display: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000084;
	text-align: center;
}
.dgEventsFooter
{
	color: #000000;
	background-color: #CCCCCC;
}
.dgEventsItem
{
	color: #000000;
	background-color: Transparent;
	vertical-align: top;
}
.dgEventsAlternate
{
	color: #000000;
	background-color: #DCDCDC;
	vertical-align: top;
}
.dgEventsDateColumn
{
	border: 0px;
	border-right: solid 1px #C0C0C0;
}
.dgEventsEventColumn
{
	border: 0px;
}
.dgEventsDates
{
	color: #000000;
}
.dgEventsTitle
{
	color: #000000;
}
.dgEventsLocation
{
	font-style: italic;
	overflow: visible;
	color: #000000;
}
.dgEventsPager
{
	text-align: center;
	color: #000000;
	background-color: #999999;
}
