/*    SITE-WIDE    */

body
{
	margin: 0 auto;
	padding: 0 auto;
	color: #000000;
	background: #999999;
	font: 13px Helvetica-Neue, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
    text-align: center;
    min-width: 760px;
}

p, h1, h2 {
	margin-left: 10px;
	margin-right: 10px;
}

#content table, form {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}

#footer p, table, form, input {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 1px;
	margin-left: 0px;
}

ul {
	margin-left: 0px;
	margin-right: 10px;
	list-style-type: square;
	padding-left: 30px;
}


/*    ADMINISTRATION     */

.admin_box {
  background-color: #cccccc;
  margin:15px;
  padding:5px;
  border: 1px solid #000000;
  font-family: Helvetica-Neue, Arial, Verdana, sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 15px;
  color: #000000;
}


/*    IMAGE FLOATS    */

.left {
       float: left;
       padding-right: 10px;
       padding-bottom: 5px;
       padding-top: 5px;
}

.right {
       float: right;
       padding-left: 10px;
       padding-bottom: 5px;
       padding-top: 5px;
}



/*    LAYOUT    */

#wrapper {
        width: 760px;
        margin: 0 auto;
        padding: 0 auto;
        margin-top: 10px;
        text-align: left;
		background: #ffffff url(http://www.repstl.org/images/uploads/assets/design/nav_bg_ffffff.gif) repeat-y right top;
}

#navheader {
	background: #999999;
	color: #ffffff; 
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
}

#navheader a {
	color: #ffffff; 
	background: inherit;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}


#header {
        width: 760px;
        margin-bottom: 0px;
        background: #ffffff;
}

#memorial-header {
        width: 760px;
        margin-bottom: 0px;
        background: #000000;
}


#content {
       width: 500px;
       float: left;
       background: #ffffff;
       padding-bottom: 20px;
       overflow: hidden;
       border-right: 1px solid #cccccc;
}

#release {
       width: 500px;
       float: left;
       background: #ffffff;
       padding-bottom: 20px;
       overflow: hidden;
       border-right: 1px solid #cccccc;
}

#fullpage {
       width: 100%;
       float: left;
       background: #ffffff;
       padding-bottom: 20px;
       overflow: hidden;
       border-right: 0px solid #cccccc;
}

#frontpage
{
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
        overflow:hidden;
	margin: 0px auto 0px;
	margin-bottom: 20px;
	position: relative;
    background: #ffffff;
	width: 500px;
	height: 200px;
	float: left;
}

#frontpage img
{
	border: 0;
	cursor: pointer;
	display: none;
	width: 500px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

#front_divider {
		border-top: 1px solid #cccccc;
	}


#nav {
        width: 259px;
        float: right;
        clear:none;
        font: 12px Arial, Helvetica, sans-serif;
		text-align: left;
		padding-top: 5px;
		line-height: 1.2em;
		overflow: hidden;
}


#navbar {
	padding-top: 3px;
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
    overflow: hidden;
}

#footer {
		clear: both;
		background: #FFCC00 url('http://repstl.org/images/uploads/assets/design/footer_bg.gif') top left repeat-y;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 13px;
		text-indent: 0px;
		margin-right: 0px;
		padding-top: 1px;
}

#pagebottom {
	margin-top: 0px;
	padding-top: 0px;
	background: #999999;
}


#sidebar {
	border-top: 1px solid #cccccc;
}

#calendar {
	overflow: hidden;
	} 

div.hidden
{
  display: none;
}

/*    LINK STYLES    */


a {
	color: #990000; 
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C3593C;
	background: inherit;
	text-decoration: underline;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}


/*    TEXT STYLE     */

#nav h1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

#content h1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 20px;
        padding-top: 10px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
        padding-top: 10px;
}

#release h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 24px;
}

#release h2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 21px;
}


/*    PRODUCTION PAGE STYLE CLASSES     */

.logo {
	float: left;
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 10px;
	border: 0px;
}

.title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 24px;
}

.credits {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}

.dates {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 20px;
	text-align: center;
}

.sponsor {
	text-align: center;
}

.description {
	font: 14px Georgia, Helvetica-Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
}

.dropcap {
	float: left;
	color: #333333;
	font-size: 48px;
	line-height: 36px;
	padding-top: 1px;
	font-family: Georgia, Helvetica-Neue, Helvetica, Arial, sans-serif;
} 


.date {
	font: 11px Helvetica-Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	}


.time {
	font: 11px Helvetica-Neue, Helvetica, Arial, sans-serif;
	color: #000000;
	}
	
.notes {
	font: 11px Helvetica-Neue, Helvetica, Arial, sans-serif;
	color: #999999;
	}


/*   PRODUCTION CALENDAR TABLE    */

#calendar table {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 95%;
	}

#calendar th {
	padding: 0 0.5em;
	text-align: left;
	}

#calendar tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	}

#calendar td {
	border-bottom: 1px solid #CCC;
	padding: 3px 5px 0px 3px;
	}

#calendar td.width {
	width: 190px;
	}

#calendar td.adjacent {
	border-left: 1px solid #CCC;
	text-align: center;
	}
	
#calendar .paginate {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	text-align: right;
	}



/*   SEARCH TABLES     */

.tablePad {
 padding:			1px 1px 1px 1px;
 background-color:	#ffffff;
}

.outerBorder {
 border:		1px solid #4B5388;
}

.breadcrumb {
 margin:			0 0 0 0;
 background-color:	transparent;
 font-family:		Arial, Helvetica, sans-serif;
 font-size:			10px;
}

.resultRowOne {
 font-family:		Arial, Helvetica, sans-serif;
 font-size:			12px;
 color:				#000000;
 padding:           6px 6px 6px 8px;
 background-color:	#DADADD;
}

.resultRowTwo {
 font-family:       Arial, Helvetica, sans-serif;
 font-size:         12px;
 color:             #000;
 padding:           6px 6px 6px 8px;
 background-color:  #eee;
}

.resultHead {
 font-family:		Arial, Helvetica, sans-serif;
 font-size: 		12px;
 font-weight: 		bold;
 color:				#000;
 padding: 			8px 0 8px 8px;
 border-bottom:		1px solid #999;
 background-color:	#ffcc33;
}