﻿/* General Page Styles */
body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #BDBDBD;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
    text-align: center;
}

#header {
    width: 800px;
    margin: 0 auto;
    height: 125px;
    background-color: #F5F6CE;     
    background-image:url('Images/image6.jpg');  
}

#headermenu {
    position: relative;
    top: 5;
    width: 800px;
    margin: 0 auto;
    height: 25px;
    background-color: #F5F6CE;     
}

.headertable {
    width: 100%;   
    height: 125px;
}    

#content {
    width: 800px;
    margin: 0 auto;
    background-color: #F5F6CE;
    border-style:solid;
    border-width:1px;
    border-color:#f4f57f;     	
}

table.contentmaintable {
    width: 100%;   
}

td.splitcontentright {
    text-align: right;   
    width: 300px; 
}

td.splitcontentleft {
    text-align: left;
    vertical-align: bottom;

    font: 12pt verdana; 
    font-weight: 700; 
    color: #380B61;          
}

td.contentcenter {
    text-align: center;   
    width: 700px; 
    border:1px dotted green;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;    
}

.contentsectionheader {
    font: 12pt Georgia; 
    font-weight: 700; 
    color: #2554C7;   
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin: 0 auto;
    text-align: left;
    border-left:1px dotted green;
    border-right:1px dotted green;
    border-top:1px dotted green;
    vertical-align: middle;
    background-color: #E5E5E5;
}

/* Events GridView Styles */

.SelectedEvents { 
  font: 10pt verdana; 
  font-weight:700; 
  color:black;
  background: #A4A4A4;
  border-style: solid;

  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;

  border-color: #000000 #000000 #000000 #000000;
}

.NotSelectedEvents { 
  font: 10pt verdana; 
  font-weight:500; 
  color:blue;
  background: #D8D8D8;
  border-style: solid;

  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;

  border-color: #000000 #000000 #000000 #000000;
}

/* Home Page Sections Styles */

.SectionHeader {
    font-weight: bold;
    text-align: center;
	font: 10pt verdana; 
	font-weight:600;    
	color: #4C2615; 
	width: 450px;
}

.SelectedPhotoType   { 
  font: 11pt verdana; 
  color:#254117;
}
  
.NotSelectedPhotoType { 
  font: 10pt verdana; 
  color:#4E9258;
}
  
  
/* Menu Styles */

#sddm {
    margin: 0;
 	width: 800px;
	padding: 0;
	z-index: 30
}

#sddm li {
    margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px verdana, arial
}

#sddm li a {	
    display: block;
	margin: 0 1px 0 0;
	padding: 8px 10px;
	width: 93px;
	background: #BDBDBD;
	color: #FFF;
	font: 11px arial
	text-align: center;
	text-decoration: none
}

#sddm li a:hover {
    background: #49A3FF
}

#sddm div {	
    position: absolute;
	visibility: hidden;
	width: 200px;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2
}

#sddm div a {	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial
}

#sddm div a:hover {	
	background: #49A3FF;
	color: #FFF
}
