﻿/**************************************************/
/* General                                        */
/**************************************************/

html
{
	background-color: #003399;
}

body 
{
	font-family: Arial;
	color: White;
	margin: 0px;
}

/* Default anchor style. */
a,
a:visited
{
	color: #003399;
}

a:hover
{
	color: #CC0000
}

/* Subtitle on content pages.  "div" tagged. */
.page-title
{
	width: 100%;
	
	text-align: center;
	text-decoration: none;
	
	font-weight: bold;
	font-size: 22pt;
	padding : 3px 0px 3px 0px;
	
	background-color: #003399;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#0055BB', EndColorStr='#003399');
		
	border-bottom: solid 1px black;
}

/* Normally the background. "div" tagged. */
.page-content
{
	width: 100%;
	
	background-color: #DEDEDE;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#DEDEDE', EndColorStr='#EEEEEE');
	
	border: solid 1px black;
}

.page-message
{
	color: #CC0000;
	font-weight: bold;
}

/**************************************************/
/* Editing                                        */
/**************************************************/

.edit-content
{
	width: 168px;
	
	color: Black;
	font-weight: bold;
	font-size: 8pt;
	
	background-color: #DEDEDE;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#DEDEDE', EndColorStr='#EEEEEE');
	
	border: solid 1px White;
	margin : 5px;
}

.edit-title
{
	width: 100%;
	
	color: White;
	text-align: center;
	text-decoration: none;

	padding : 3px 0px 3px 0px;
	
	background-color: #CC0000;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#CC0000' , EndColorStr= '#990000' );
		
	border-bottom: solid 1px White;
}

.edit-detail
{
	padding: 4px;
}

.edit-inline
{
	display: inline;
	
	color: #CC0000;
	font-size: 8pt; 
}

.edit-inline a,
.edit-inline a:visited,
.edit-inline a:hover
{
	color: #CC0000;
	font-size: 8pt; 
}

.edit-right
{
	margin: 8px; 
	text-align: right; 
	color: #CC0000;
	font-size: 8pt; 
}
 
.edit-right a,
.edit-right a:visited,
.edit-right a:hover
{
	color: #CC0000;
	font-size: 8pt; 
}

.edit-block
{
	display: block;
	
	color: #CC0000;
	font-size: 8pt; 
}

.edit-block a,
.edit-block a:visited,
.edit-block a:hover
{
	color: #CC0000;
	font-size: 8pt; 
}

/**************************************************/
/* Master Page                                    */
/**************************************************/

/* The header section of the page */
.header
{
	padding: 4px 0px 4px 2px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#003399', EndColorStr='#0045AF');
}

.header-title
{
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}

.header-left
{
	width: 25%;
	min-width: 25%;
	margin-bottom: 3px;
}

.header-center
{
	width: 49%;
	min-width: 49%;
}

.header-right
{
	text-align: right;
	width: 25%;
	min-width: 25%;
}	

/* co-chair group */
.co-chairs
{
	font-size: 9pt;
	font-weight: bold;
	
	text-align: center;
	
	padding-top: 1em;
}

.co-chairs-senate
{
	float: right;
	width: 49%;
}

.co-chairs-house
{
	float: right;
	width: 48%;
}

/* header images */
.header-main
{
	width: 164px;
	height: 120px;
}

.header-seal
{
	width: 120px;
	height: 120px;
	background-color: transparent;
}

/* The main menu */
.main-menu
{
	width: 100%;	
	background-color: #CC0000;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#CC0000', EndColorStr='#990000');	
	color: White;
	font-size: 10pt;
	font-weight: bold;	
	border-top: white thin solid;
	border-bottom: white thin solid;
}

.main-menu a,
.main-menu a:visited
{
	color: White;
}

.main-menu a:hover
{
	color: #CC0000;
}

.main-menuitem
{
	color: White;
	font-size: 10pt;
	font-weight: bold;
}

.main-menuitem a,
.main-menuitem a:visited,
.main-menuitem a:hover
{
	color: White;
}

/* The main area.  Includes the side navigation and content areas. */
.main-section
{
	
}

/* The left side of the main area. "td" tagged. */
.navigation-side
{
	height: 512px;
	
	border-right: white 1px solid;
	
	background-color: #003399;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#003399', EndColorStr='#0045AF');
}

/* The main content area. "td" tagged. */
.content
{
	width: 100%;	
	background-color: #C0C0C0;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#B0B0B0', EndColorStr='#C0C0C0');	
	padding: 8px;
}

/* The main categories and link buttons on the left side. */
.main-category, 
.main-link
{
	color: White;
	font-weight: bold;
	width: 180px;	
	text-align: left;
	text-decoration: none;		
	display: block;		
	border-bottom: lightblue 1px solid;	
	padding-top: 5px;
	padding-bottom: 5px;
}

.main-category,
.main-category:visited
{
	font-size: 14pt;
	font-style: italic;
}

.main-category:hover
{
	color: White;
}

.main-link,
.main-link:visited
{
	color: White;
	font-size: 10pt;
}

.main-link:hover
{
	color: White;
	background-color: #CC0000;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#CC0000' , EndColorStr= '#990000' );
}

.main-padding
{
	font-family: Courier New;
	font-size: 10pt;
}

/* The footer of the page.  "div" tagged. */
.footer
{
	width: 100%;
	
	background-color: #E0E0E0;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E0E0E0', EndColorStr='#D0D0D0');
	
	border-top: white thin solid;
	border-bottom: white thin solid;
}

.embedded
{
	color: Black;
	padding: 8px;
}

.Link
{
	color: black;
	font-family: Arial;
}

.CenterText
{
	background-color: #6666FF;
	color: white;
	font-family: "CG Times";
	left: 205px;
	position: absolute;
	top: 420px;
	width: 220px;
	font-size: 9pt;
	font-weight: bold;
}
.MeetingNotice
{
	left: 190px;
	position: absolute;
	top: 150px;
	background-color: silver;
	color: black;
	width: 291px;
	font-weight: bold;
	height: 140px;
	line-height: 0.20in;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	display: none;
}
.CenterTextBriefing
{
	background-color: silver;
	color: black;
	left: 190px;
	position: absolute;
	top: 270px;
	height: 250px;
	width: 280px;
	font-weight: bold;
	border-left-color: black;
	border-bottom-color: black;
	border-top-style: solid;
	border-top-color: black;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: black;
	border-bottom-style: solid;
	display: none;
}

.tableheader
{
	font-weight: bold;
	color: white;
	background-color: #003399;
	text-align: center;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 32px; 
}
.tabledetail
{
	border-right: black 1px solid;
	border-left: black 1px solid;
	color: black;
	border-bottom: black thin solid;
	background-color: #DDDDDD;
	font-size: 9pt;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.briefings
{
	background-color: #C0C0C0;
	width: 514px;
	height: 514px;
}
.leg
{
	background-color: #C0C0C0;
	position: absolute;
	left: 171px;
	top: 144px;
	width: 514px;
	height: 514px;
	
	font-size: 8pt;
}
.legmembers
{
	width: 125px;
	height: 170px;
}
.legmembersText
{
	
	font-size: 9pt;
	color: black;
}
.ProfileText
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	color:  black;
}
.lb-half 
{      
                  display:block; 
                  margin-top: 0.4em;
 }

