﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #B51032;
}

/* Header Section */

#header {
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
	height: 3em;
}

#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb {
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:normal;
	font-style: normal;
	font-variant: normal;
	font-size: 70%;
	line-height: normal;
	font-family: Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	margin-left: 2px;
	position: absolute;
	top: 48px;
	left: 15px;
	width: 510px;
}

#header a:link, a:visited  {
	color: #B51032;
}

/* Navigation */

#navigation {
	width: 200px;
	top: 5em;
	left: 1em;
	width: 15em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a  {
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}

/* Main Content */

.hoof
{
	
}

.CollapsedTitle
{
	background-color: #ffffff;
	border-width:1px;
	border-style: solid;
	border-color: #711515;
	padding: 3px;
	width:520px;
	
}

.Collapsed
{
	height: 0px;	
}

.pageTitel
{
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

.newstitel
{
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
}

.newstext
{
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px
}

#content 
{
	margin-top:1em;
	margin-left: 16em;
	margin-right: 3em;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

.modalPopup
{
	background-color: #ffffff;
	border-width:2px;
	border-style: solid;
	border-color: #000000;
	padding: 3px;
	width:250px;
}

.border
{
    BACKGROUND: #cccccc
}

.shortmonths
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica;
    FONT-VARIANT: small-caps;
    TEXT-DECORATION: none
}

.shortyears
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica;
    FONT-VARIANT: small-caps;
    font-weight:bold;
    TEXT-DECORATION: none;
}

.tablelight
{
    BACKGROUND: #ffffff;
    COLOR: #000000
}
.tabledark
{
    BACKGROUND: #f0f0f0;
    COLOR: #000000
}
.maintable
{
    WIDTH: 650px
}
.titlecell
{
    BACKGROUND: #f5f5f5;
    COLOR: #000000
}

.date
{
    COLOR: #800000;
    TEXT-DECORATION: none
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.6;	
}

/******************************
 * CreateCalendarEntry Style
 ******************************/
#CreateCalendarEntryHeader
{
	font-family:Verdana, Arial, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	margin-left:40px;
	padding-top:30px;
}


#CreateCalendarEntry ul
{
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

#CreateCalendarEntry li
{
	padding:10px;
	display: block;
	line-height:20px;
	
}

.CreateCalendarEntryHeader
{
	font-family:Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	width: 120px;	
	float:left;
}

.CreateCalendarEntryData
{
	display:block;
}


#WEHeader ul
{
	
	display:block;
	height: 30px;
	position:relative;
	list-style-type:none;
	font-family: Verdana;
	font-weight:bold;	
	font-size: 8pt;
	color:#737373;
	border-color:#d4d4d4;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-top:40px;		
}

#WEHeader li 
{
	display: block;
	float: left;
	padding: 0px 5px 0px 0px;
	height: 36px;
}

#WEHeader li 
{
	display: block;
	float: left;
	padding: 0px 5px 0px 0px;
	height: 36px;
}

#WEHeader li a
{
	font-weight:normal;
	color:#711515;
	background-color:#ED9F9F;
	border-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-color:#B51032;
	border-bottom-style:solid;
	display: block;
	padding:6px;
	/*padding: 0.3em 0.5em 0.3em 0.5em;*/
	text-decoration: none;
}

#WEHeader li.selected a
{
	font-weight:normal;
	color:#ffffff;
	background-color:#ED9F9F;
	border-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-color:#B51032;
	border-bottom-style:solid;
	display: block;
	padding:6px;
	/*padding: 0.3em 0.5em 0.3em 0.5em;*/
	text-decoration: none;
}

#WEHeader li a:hover
{

	color:#ffffff;
	background-color:#B51032;
}
/*
#WeBlockHeader
{
	color:#000000;
	font-family:Verdana;
	font-size:20pt;
	padding-bottom: 30px;
	padding-top:15px;
	font-weight:bold;
}
*/

#Test
{
	display:inline;	
	text-align:left;
}

#Test img
{
	float:right;
}

.Block ul
{
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	padding-bottom:50px;
}

.Block li
{
	padding-bottom:20px;
}


.WeBlockLeft
{
	display:table;
	padding-bottom:30px;	
	
}
.WeBlockRightP
{
	float:right;
}

.WeBlockLeftP
{
	float:left;
}
.WeBlockLeft img
{
	float:left;
	padding-right:10px;
}

.WeBlockRight
{
	display:table;
	padding-bottom:30px;	
}

.WeBlockRight img
{
	float:right;	
}

/**************************************************/
#WeCreateBlock
{
}

#WeCreateBlock ul
{
	margin-top:30px;
	list-style-type:none;
}

#WeCreateBlock li 
{
	padding-bottom:10px;
}

#WeCreateBlock li input, #WeCreateBlock li select, #WeCreateBlock li textarea
{
	position:absolute;
	left:430px;
}

#WeCreateBlock li textarea
{
	height:200px;
	width:250px;
}

#WeCreateBlock li label
{
	font-family:Verdana;
	font-weight:lighter;
	font-variant:small-caps;
}

#ButtonRow
{
	padding-top:20px;
	position:relative;
	/*left:325px;
	margin-top:200px;*/
}
#ButtonRow input
{
	border:solid 1px #000000;
	font-family:Verdana;
}

#PictureButton
{
	position:relative;
	left:250px;
	padding-top:5px;
	margin-top:-5px;
}

#PictureButton input
{
	position:relative;
	display:block;
	width:150px;
	
}

.label
{
	width:100px;
}
.AdminDDL
{
	width:100px;
}

#DeleteBlock
{
}

#DeleteBlock ul
{
	list-style-type:none;
}

#DeleteBlock ul li
{
}

#ViewEntry
{
	padding-top:40px;
}

#ViewEntry ul
{
	list-style-type:none;
}

#ViewEntry ul li
{
	line-height:30px;
	list-style-type:none;
}

#ViewEntry ul li
{
	list-style-type:none;
}

#ViewEntry ul li label
{
	font-family:Verdana;
	font-weight:lighter;
	font-variant:small-caps;	
}

#ViewEntry li input, #ViewEntry li select, #ViewEntry li textarea
{
	position:absolute;
	left:430px;
	width: 250px;
}

#ViewEntry li textarea
{
	height:400px;
}

#Documents
{
	padding-top:35px;	
}

#Documents .Titel
{
	padding-bottom:10px;
	font-weight:bold;
	font-size:small;
}

#Documents .DocumentEntry
{
}

#Documents .DocumentEntry .Icon
{	
}

#Documents .DocumentEntry .Titel
{
	display:inline-block;
	font-size:small;
	font-weight:normal;
	vertical-align:top;
	width:339px;
}

#Documents .DocumentEntry .Entry
{
	display:inline-block;
	font-size:10px;
	font-weight:bold;
	vertical-align:top;
}

#Links
{	
	padding-top: 30px;
}

#Links .LinkEntry
{
	display:inline-block;
	font-size:small;
	font-weight:normal;
	vertical-align:top;

}

#Links .LinkEntry .Title
{
	display:inline-block;
	font-size:small;
	font-weight:normal;
	vertical-align:top;
}

#Links .LinkEntry .Entry
{
}
