/* CSS Document */

html
{
	/*height: 100%; 
	margin-bottom: .1px;*/
	overflow-y: scroll;
}

body
{
	margin: 0;
	padding: 0 0 20px 0;
	background-image: url(images/bg.png);
	background-position: top;
	background-repeat: repeat-x;
  background-color: #5C6979;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}


form
{
	padding: 0;
	margin: 0;
	border: 0;
}

img {
  padding: 0;
  margin: 0; 
  border: 0;
  display: block;
}



div {
  height: auto;
  display: block;
  overflow-y: auto;
}

.readMore {
  float: right;
}

#page_container {
  width: 950px;
  margin: auto;
  
  /*border: 1px solid black;*/
}

#main_area {
  
  width: 700px;
  float: right;
  
  /*border: 1px solid white;*/
}

.tabs {
  font-size: 14px; 
  font-weight: bold;
  text-transform: uppercase;
  line-height: 45px;
  margin-bottom: 20px;
}

.tabs a, .tabs a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

.tabs a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.tabs table {
	line-height: 14px;
	height: 45px;
	margin-left: 40px;
}

.tabs table td{
	vertical-align: bottom;
}

.tabs table td.date{
	vertical-align: top;
}

#tab_left {
  width: 228px;
  height: 45px;
  float: left;
  text-indent: 40px;
}

#tab_left div {
	text-indent: 40px;
}

#tab_right {
  width: 472px;
  height: 45px;
  float: left;
  text-indent: 20px;
}

.tab_left_on {
  background-image: url(images/tab_left_on.gif);  
  background-repeat: no-repeat;
  background-position: left;
  color: #4F4F4F;
}

.tab_left_off {
  background-image: url(images/tab_left_off.gif);  
  background-repeat: no-repeat;
  background-position: left;
}

.tab_right_on {
  background-image: url(images/tab_right_on.gif);  
  background-repeat: no-repeat;
  background-position: left;
  color: #4F4F4F;
}

.tab_right_off {
  background-image: url(images/tab_right_off.gif);  
  background-repeat: no-repeat;
  background-position: left;
}

#content_area {
  background-color: #FFFFFF;
  height: auto;
  min-height: 700px;
}

#genjlogo {
	background-color: #FFFFFF;
}
#genjlogo img {
	float: right;
}

#content_area .content {
  margin: 10px 10px 5px 10px;
}


#content_area_bot {
  margin: 0;
  padding: 0;
  border: 0;
}

#footer {
  margin-top: 4px;
  padding-top: 10px;
}
#footer img {
	margin: auto;
}

#calendar_area {
  width: 234px;
  margin-top: 106px;
  
  padding-left: 0px;
  float: left;
  
}

#calendar_area_content {
  height: 336px;
  padding-top: 53px;
  
  background-image: url(images/calendar_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  
  position: static;
}

#calendar {
  margin-bottom: 20px;
  height: 240px;
}

.submit_event {
  margin-bottom: 10px;
  margin-left: 12px;
}

.submit_event a, .submit_event a:visited {
  color: #1BC9EE;
  font-weight: bold;
  text-decoration: none;
}

.submit_event a:hover {
  text-decoration: underline;
}

#cats_and_orgs {
  display: inline;
  
  font-size: 10px;
  color: #A1A1A1;
}

#cats_and_orgs select {
  font-size: 11px;
  width: 104px;
}


#categories {
  display: inline;
  float: left;
  margin-left: 12px;  
}

#organizations {
  padding-left: 4px;
}

#event_organizations {
}

div.event {
  margin: 0px 10px 5px 10px;
  padding: 3px 5px 5px 5px;

	background-color: #F9F9F9;
}

.ev_title {
  color: #4F4F4F;
  font-size: 17px;
  font-weight: bold;
}

.ev_date {
  color: #B2B2B2;
  font-size: 19px;
  font-weight: bold;
  
  padding-right: 10px;
}

.ev_location, .ev_time {
  color: #95A2B5;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
}

.ev_location .label,
.ev_time .label {
  float: left;
  width: 46px;
}

.ev_time .value,
.ev_location .value {
  float: left;  
}

.ev_location {
  margin-left: 3px;
  margin-bottom: 5px; 
}

.ev_time{
  margin-left: 3px;
  margin-bottom: 10px;
}

.ev_descr  {
  margin-left: 5px;
  margin-bottom: 10px;
  
  font-weight: bold;
  color: #A7A7A7;
}

.backToEvent {
  padding: 12px 0 0 4px;
}

.event .readMore, .backToEvent {
  float: none;
  color: #69A8CB;
  font-weight: bold;
  font-size: 12px;
  margin-left: 3px;
}

.event .readMore a, 
.backToEvent a { 
  margin: 0;
}

.event .readMore a, .event .readMore a:visited,
.galleryPreview a, .galleryPreview a:visited
{
  color: #4F4F4F;
  text-decoration: none;
}

.backToEvent a, .backToEvent a:visited {
	color: #4F4F4F;
	font-size: 13px;
}

.event .readMore a:hover,
.backToEvent a:hover,
.galleryPreview a:hover {
  text-decoration: underline;
}

.ev_image {
	margin-left: 50px;
}

.galleryList {
	width: 662px;
	margin: auto;
}

.galleryPreview {
	font-weight: bold;
	float: left;
	height: 163px;
	width: 206px;
	background-image: url(images/thumb_bg.png);
	background-repeat: no-repeat;
	
	margin: 0px 2px 5px 2px;
  padding: 13px 5px 5px 5px;
}

.galleryList .shadows {
	width: 100%;
	margin-bottom: 20px;
}

.galleryPreviewShadow {
	float: left;
	width: 216px;
	height: 79px;
	margin: 0px 2px 25px 2px;
	background-image: url(images/thumb_shadow.png);
	background-repeat: no-repeat;
}


.galleryPreview .title {
	text-align: center;
	/*padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;*/
	padding: 10px 20px 0 20px;
}

.galleryPreview table {
	margin: auto;
}

.galleryPreview img {
	margin: auto;
}

.noEventsListed {
  text-align: center;
  font-weight: bold;
  
}

#section_title_area {
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 0;
	width: 220px;
}

.active_section {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 36px;
}

.inactive_section a, .inactive_section a:visited {
	color: #EFBD42;
	font-size: 17px;
	line-height: 19px;
	text-decoration: none;
}
.inactive_section a:hover {
	color: #FFFFFF;
}


.hand {
  cursor: pointer;
}

.text12 {
  font-size:  12px;
}

.smText {
  font-size: 11px;
}

.backgroundLight {
  background-color: #CCE5FF;
}


.top_bot_links, a.top_bot_links, a.top_bot_links:hover, a.top_bot_links:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	
	color: #FFFFFF;
}

#search_btn {
  width: 24px;
  height: 17px;
  font-size: 10px;
  border: 1px solid black;
  background-color: #D1D4D9;
  

}
.searchBox
{
	background: url(images/search_box.gif);
	background-repeat: no-repeat;
	width: 158px;
	height: 21px;
	text-align: left;
	padding: 0;
}

.searchBox input
{
	border: 0;
	width: 151px;
	margin-right: 2px;
  padding-left: 2px;
	border: 1px solid black;
	font-size: 11px;
  background-color: #B4BBC1;
  color: #FFFFFF;

}

.grey_bg
{
	background-color: #F9F9F9;
}

#footer,
.copyright, .bottomMenu, .bottomMenu a, .bottomMenu a:hover, .bottomMenu a:visited
{
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
	color: #B0B7BD;
}




.nws_sm_title, .nws_sm_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #333333;
}

.nws_sm_title
{
	font-weight: bold;
}


.nws_sm_img
{
	width: 54px;
	height: 36px;
	overflow: hidden;
	
	background-position: top center;
	background-repeat: no-repeat;
	
	margin-top: 2px;
}

#nws_big
{
	margin-top: 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#nws_big a, #nws_big a:visited, #nws_big a:hover
{
	color: #DF3962;
}


#nws_big_img
{
	width: 290px;
	height: 150px;
	overflow: hidden;
	
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
	
	margin-bottom: 5px;
}


#nws_big_title
{
	font-weight: bold;
	
	margin-bottom: 2px;
}

#nws_big_text
{
	margin-bottom: 8px;
}



.sep_invisible img
{
	display: none;
}

.homepage_links td
{
	text-align: center;
	padding-bottom: 4px;
}

.homepage_links a, .homepage_links a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #333333;
}

.add_this {
	margin: 20px;
}

#splash  {
	padding: 10px;
	text-align: center;
	width: 450px;
	color: #FFFFFF;
}

#splash a { 
	color: #FFFFFF; 
	font-size: 18px; 
	text-transform: uppercase; 
	text-decoration: none; 
	background: url(/images/btn_bg.png) no-repeat; 
	display: block;
	width: 86px;
	height: 34px;
	line-height: 34px;
}

#splash a.img_lnk { display: inline; }

#splash a:active, #splash a:focus { border: 0; outline: 0; }

#splash a:hover { color: #F0BD42; }

.yui-panel-container,
.yui-panel-container div {
	overflow: visible;
}

.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft { background: transparent; border: 0; }

.yui-skin-sam .yui-panel { border: 0 }