﻿/* 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: 155px;
    background-color: #F5F6CE;     
    background-image:url('Images/image6.jpg');  
}

#headermenu {
    width: 800px;
    margin: 0 auto; 
    height: 30px; 
}

.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:15px/1.4 Helvetica, Arial, sans-serif;

    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;
}

.contentsectiontitle {
    font:18px/1.4 Helvetica, Arial, sans-serif;
    font-weight: Normal; 
    color: #2554C7;   
}

.contentsectiontext {
    font:16px/1.4 Helvetica, Arial, sans-serif;
    font-weight: Normal; 
    color: #2554C7;   
}

/* 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:15px/1.4 Helvetica, Arial, sans-serif; 
  color:#254117;
  font-weight: bold;
}
  
.NotSelectedPhotoType { 
  font:15px/1.4 Helvetica, Arial, sans-serif;
  color:#4E9258;
}
  
  
/* Menu Styles */

#sddm {
 	width: 800px;
 	padding: 0;
	z-index: 300;
    margin: 0 auto;

	
}

#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: #FFDB93;
	color: #000;
	font: 11px arial
	text-align: center;
	text-decoration: none
}

#sddm li a:hover {
    background: #49A3FF;
    color: #FFF;
}

#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
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#BCBC7E;
    border:2px solid #C1A6C1;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:13px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

    .btnPlay {
        border:solid 1px #c0c0c0;
        background-color: #BCBC7E;

    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#BCBC7E;
    border:2px solid #C1A6C1;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    padding:5px 10px 6px 7px;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:13px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;        
    }
