/* Default Styles */
img, div, td, th, table, form {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
  display: block;
  margin-top: 5px;
}

p, ul, ol, li, dl, dt, dd, td, th, form {
	font: 12px/1.75em Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;

}

a, strong, em, span { 
  font-size: inherit; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bolder;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

/* Global Elements */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	background: url('/images/blue-bg3.jpg') repeat-x; 
	/*border: solid 1px;*/
}

h1 {
	color: #DC9E27;
	font-size: 16px;
	font-weight: bold;
}

table#bulletin {
  background: white;
  margin-bottom: 10px;
  width: 100%;
}

table#bulletin td {
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;  
  padding: 5px;
}

td#bulletin-heading {
  background: red;
  color: white;
  width: 10%;
  border-left: 1px solid black;
}

a, a:visited {
	text-decoration: none;
	color: #3333CC;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#page {
	position: relative;
	width: 800px;
	z-index: 2;
	margin: auto;
}

#main_content {
	/*background-color: #fff;*/
	padding-top: 6px;
	/*position: relative;*/
}

.module {
	border: #CCCCCC solid 1px;
	font-family: Helvetica, Arial, Verdana;
	text-align: left;
}

.module .contents {
	padding: 6px 10px 10px 10px;
}

.module .title {
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-bottom: 25px;
}

.module1 {
	background: url('/images/module_1_bg.gif') repeat-x; 
}

.module2 {
	background: url('/images/module_2_bg.gif') repeat-x; 
}

.moduleBlue {
	background: url('/images/module_blue_bg.gif') repeat-x; 
}

.errmsg {
	color: red;
	font-style: italic;
}


/* mainnav */

#mainnav
{
	width: 800px;
	height: 37px;
	background-image: url('/images/topnav_bg2.gif');
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Helvetica, Arial;
	line-height: normal;
}

#mainnav .links
{
	padding: 6px;
}

#mainnav a
{
	padding: 0 20px 0 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#mainnav a:hover
{
	color: #DC9E27;
}

/* index.php */

#leftside {
  width: 600px;
  text-align: left;
}

#whatis {
	width: 200px;
	letter-spacing: 0.4px;
	line-height: 18px;
}

#whatis .title {
	line-height: 14px;
}

#findus {
	width: 200px;
	border-color: #000;
}

#addEvent {
	width: 110px;
	height: 18px;
	text-align: center;
	padding-top: 4px;
	position: relative;
	left: 73px;
	top: -9px;
	background-color: #fff;
}

#findus .contents .eventName { font-size: 11px; font-weight: bold;}
#findus .contents .eventDate { font-size: 10px; color: #999999}
#findus .contents .eventLink { font-size: 10px; }

#rightside img {
	margin-bottom: 10px;
}

#rightside {
  text-align: center;
  float: right;
  width: 200px;
}

#news-feeds {
  margin-top: 10px;
  width: 587px;
  text-align: left;
  color: #999;
}

#news-feeds-menu ul {
  padding-left: 10px;
  border-bottom: 2px solid #979797;
}

#news-feeds-menu li {
  position: relative;
  top: 2px;
  border: 2px solid #979797;
  display: inline;
  padding: 2px 5px 2px 5px;
  padding-left: 10px !ie;
  list-style-type: none;
  margin-left: 0.3em;
  margin-right: -0.1em;
  margin-left: 2px !ie;
  margin-right: 0 !ie;
  margin-top: 1px !ie;
  background: white;
}

#news-feeds-menu a {
  font-size: 0.9em;
  font-weight: bold;
}

#news-feeds-menu a:hover {
  color: red;
  text-decoration: none;
}

.news-feed-list {
  width: 583px;
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  visibility: hidden;
  border-right: 2px solid #979797;
  border-left: 2px solid #979797;
  border-bottom: 2px solid #979797;
  background: white;
}

.news-feed-list li {
  border-bottom: 1px dotted #ccc;
  font-size: 0.9em;
  padding-left: 5px;
}

#space {
  height: 100px;
}

.news-feed-list a:hover {
  color: red;
  text-decoration: none;
}

/* add event */

#msg {
	font-size: 9px;
	line-height: 15px;
	width: 400px;
}

#event {
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 314px;
	height: 500px;
	letter-spacing: 0.4px;
	line-height: 18px;
	border: 0;
}

#formElements div {
	float:left;
	height: 35px;
	white-space: nowrap;
}

#formElements textarea {
	width: 416px;
}

/* faces of space */

#hint ul {
    margin: 0;
    padding: 0;
    font: 13px Arial, Helvetica, sans-serif;
    color: #666;
    background-color: white;
    border-left: 1px solid #B2B2B2;
    border-top: 1px solid #B2B2B2;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    width: 180px;
}

#hint li {
    padding: 1px;
    padding-left: 5px;
    width: 100%;
    position: relative;
}

#hint li:hover, #hint li.selected {
    padding: 1px;
    padding-left: 5px;
    color: white;
    background-color: #666;
    position: relative;
}

#whoare {
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 191px;
	letter-spacing: 0.4px;
	line-height: 18px;
}

#whoare .title {
	line-height: 14px;
}

#facesofspace {
	padding-left: 212px;
}

#facesofspace table select, #facesofspace table input, #formTbl td {
	font-size: 9px;
}

#facesofspace table {
	width: 586px;
}

#listTbl td { 
  vertical-align:top; padding-top: 10px;
}

.faceImg { width:50px;height:58px;background-color:#808080; }
.faceInfo { padding-left: 20px; }
.faceName { color: #000;font-size: 18px;font-style:bold; }
.faceOrg { color: #999; }
.faceTitle { color: #999;font-style:italic; }
.faceBio { color: #000; }
.faceBio a,.faceBio a:hover,.faceBio a:visited {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

#InterviewText {
	height: 500px;
	overflow: auto;
	border: solid 1px;
	padding:0 5px 0 5px;
}

/* events */

.event-module {
	background-color: #fff;
	width: 573px;
	height: 238px;
	overflow: auto;
	border: solid 3px #999;
	padding: 5px;
}

#calheader {
	width: 300px;
	height: 20px;
	border-top: solid 1px #999999;
	margin-left: 1px;
	background-color: #99CCFF;
}

#calheader a , #calheader a:hover {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
}

#prev,#next,#curr,#calendar div { padding-top: 8px; }

#prev {
	width:90px;
	text-align: left;
	font-size: 10px;
}

#curr {
	width:113px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #000099;
	padding-top: 5px;
}

#next {
	text-align: right;
	width:90px;
	font-size: 10px;
}

#calMonths, #calendar { width: 300px; }

#calMonths div {
	height: 17px;
	width: 40px;
	margin: 2px 1px 2px 1px;
	background-color: #CCCCFF;
	padding-top: 2px;
	text-align: center;
}

#calendar div {
	height: 40px;
	width: 40px;
	margin: 2px 1px 0 1px;
	background-color: #CCCCCC;
	padding-top: 2px;
}

.dayNum {
	text-align: right;
	padding-right: 5px;
}

.event { 
	font-size: 9px; 
	line-height: 11px;
	text-align: left;
	padding-left: 2px;
}

.day {
	/*overflow: auto;*/
}

.contents ul, .contents ol {
	padding-left: 10px;
}

.contents {
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
}

#calendarElements {
	margin-left: 36px;
}

#calendarElements div { float: left; }

td {
	vertical-align:top;
}

/* resources */

#resources 
{
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 191px;
	letter-spacing: 0.4px;
	line-height: 18px;
}
#resources .title
{
	line-height: 14px;
}

#rightside-resources
{
  margin-left: 211px;
}

#rightside table select, #rightside table input, #formTbl td
{
	font-size: 9px;
}

#rightside table
{
	width: 586px;
}

#listTbl td { vertical-align:top; padding-top: 10px;}

.resourceTitle { color: #000; }
.resourceText { color: #000; }

/* contact */

#contact
{
	width: 314px;
	height: 500px;
	letter-spacing: 0.4px;
	line-height: 18px;
	border: 0;
}

#ad-apron {
  margin-top: 5px;
  width: 575px;
}

#ad-apron img {
  margin-top: 7px;
}

#footer {
  position: relative;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9px;
	text-align: center;
	padding: 10px 0 50px 0;
	color:#999999;
}

