/**********************************

Use: Main Screen Import
For Jquery validate
***********************************/

@import "reset.css";



@import "cmxform.css";


/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */

html>body { font-size: small; } /* be nice to Opera */

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 1000px;
	padding-top: 20px;
	margin: 0 20px;
}

#codesample #wrap { width: auto; }

/*#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}*/
#LeftColumn {
  margin:0 10px 0 0;
  padding:0;
  width: 200px;
  float: left;
}
#LeftColumn, #articles {
  border-left: solid 1px #404040;
  border-right: solid 1px #404040;
  border-bottom: solid 1px #404040;
}
#articles {	margin-bottom: 10px; }

#RightColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 750px;
}
#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	width: 225px;
	margin-right: 5px;
	padding-top: 0px;
	border: 1px solid;
	border-color:#1D3794;
	background-color:#EEEFEA;
	}
	
#sidebar {
	width: 240px;
	margin-top: 0;
}

#eventsSidebar {
	position:absolute;
	top:5px;
	left:340px;
	/*float: left;*/
	text-align: left;
	width: 250px;
	margin-top: 0;
	background-color:#EEEFEA;
}
/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}

/* Table Rules
----------------------------------------------- */
td.rank { }

#committees { 
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin: 0;
}
#committees caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color:#1D3794 ;
	padding: 0.375em;
	/*border-top: solid 1px #999;*/
	border-bottom: solid 1px #3a3a3a;
}
#committees th {
	background: url(file:///F|/solar/hampton alumni/images/bg_grad_gray2.gif) repeat-x;
	padding: 6px 0.25em;
	color: #333333;	
	font-weight: bold;
	margin: 0;
	cursor:  pointer;
}

#committees th.infocus { background-color: #E6E6E6; }
#committees th.selected {	color: #EAEAEA; }

#committees td, #products th { 
	margin: 0; 
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
#committees tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#committees tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}

#committees tr.notinfocus { background-color:#fff; }
#committees tr.selected { color:#fc0; }
#committees tbody { margin-top: 0; }
.even { background-color: #E4E9FD; }

.rowHover {
	color: #1D3794;
	background-color:#CCCCCC;
	cursor: pointer;
}

.rowSelected { color: #333333; }

/*Removed Gallery and Playback Controls
----------------------------------------------- */
/*Removed RSS Feeder */
/* iFrame Stuff
----------------------------------------------- */
iframe { 
	border: none; 
	background: #3a3a3a; 
	width: 100%; height: 365px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
  }

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
	
	}
	
.AccordionPanelLabel {
	color: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #1D3794/*#080808*/ ;
	}
	
.AccordionPanelLabel h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: #1D3794 
} 
.AccordionPanelContent {
	overflow: auto;
	height: 200px;
	font-size: 12px;/*90%;*/
	line-height: 140%;
	height:500px;
	}
	
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelLabelHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelLabel h3 { background: url(file:///F|/solar/hampton alumni/images/blt_panel_clps.gif) no-repeat left 50%; }
.AccordionPanelContent div { margin: 5px 8px;  }

/* Home Page Classes
----------------------------------------------- */
.screen {
	background-color: #bbb;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	margin: 5px 5px 5px 0;
	padding: 1em 1em 0.5em 1em;
	float: left;
	display: block;
	text-decoration: none;
}
.screen:hover {
	background-color: #fff;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	text-decoration: none;
}
.imgcaption {
	font-size: 90%;
	font-weight: bold;
	margin: 0em 0 1em 0;
	line-height: 1.1em;
	color: #333333;
	border: none;
	text-decoration: none;
}
/* Navigation Classes
----------------------------------------------- */
.demo a, .return a, .demo a, .source a {
	text-decoration: none; 
	font-size: small;
	font-weight: normal;
	margin-left: 24px;
	padding-left: 16px;
}

.return a:link { color: #fff; background: url(file:///F|/solar/hampton alumni/images/btn_return_link.gif) no-repeat left 50%; }
.return a:visited { color: #fff; background: url(file:///F|/solar/hampton alumni/images/btn_return_link.gif) no-repeat left 50%; }
.return a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url(file:///F|/solar/hampton alumni/images/btn_return_hover.gif) no-repeat left 50%;
}
.return a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	background: url(file:///F|/solar/hampton alumni/images/btn_return_link.gif) no-repeat left 50%;
	}

.demo a:link { color: #fff; background: url(file:///F|/solar/hampton alumni/images/btn_demo_link.gif) no-repeat left 50%; }
.demo a:visited { color: #fff; background: url(file:///F|/solar/hampton alumni/images/btn_demo_link.gif) no-repeat left 50%; }
.demo a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url(file:///F|/solar/hampton alumni/images/btn_demo_hover.gif) no-repeat left 50%;
}
.demo a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	background: url(file:///F|/solar/hampton alumni/images/btn_demo_link.gif) no-repeat left 50%; 
	}

.source a:link { color: #fff; background: url(file:///F|/solar/hampton alumni/images/btn_source_link.gif) no-repeat left 50%; }
.source a:visited { color: #fff; background: url(file:///F|/solar/hampton alumni/images/btn_source_link.gif) no-repeat left 50%; }
.source a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url(file:///F|/solar/hampton alumni/images/btn_source_hover.gif) no-repeat left 50%;
}
.source a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff;  
	background: url(file:///F|/solar/hampton alumni/images/btn_source_link.gif) no-repeat left 50%;
	}
