﻿/******************
HTML Tags
******************/
#header-left 
{
    background-image:url("./headerLeft.png");
    float:left;
    width:12px;
    height: 79px;
}
#header-middle
{
    float:left;
    width: 910px;
}
#header-right 
{
    background-image:url("./headerRight.png");
    float:right;
    width:21px;
    height: 79px;
}
#header-middle-left
{
    background-image:url("./headerMiddleLeft.png");
    background-position:left top;
    background-repeat: repeat-x;
    float:left;
    height: 79px;
}
#header-middle-transition 
{
    background-image:url("./headerMiddleTransition.png");
    background-position:right top;
    background-repeat: no-repeat;
    float:left;
    height: 79px;
}
#header-middle-right 
{
    background-image:url("./headerMiddleRight.png");
    background-position:right top;
    float:right;
    height: 79px;
}

#content-container
{
	background-image:url("./background.png");
    background-position:right top;
    background-repeat: repeat-y;
}
#content
{
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	width: 630px;
	background-color: #DEEBEB;
}
#content-right
{
    float: left;
    width: 240px;
    margin-left: 12px;
    margin-bottom: 12px;
    height: 400px;
}
#content-right-login
{
    padding: 10px 0px 10px 10px;
    border-left: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
    border-top: solid 2px #FFFFFF;
    background-color: #9FCCCC;
}
#content-right-welcomepage
{
    float: left;
    width: 266px;
    margin-top: 57px;
}
#content-right-eventlist
{
    padding: 20px 0px 10px 10px;
}
#content-wide
{
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	width: 700px;
	background-color: #DEEBEB;
}
#content-full
{
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	width: 880px;
	background-color: #DEEBEB;
}
#content-wide-right
{
    float: left;
}



/******************
Navigation Bar
******************/
#navigationBar
{
    margin-left: 20px;
    font-size: 15px;
}
#navigationBar td
{
    text-align: center;
}
#navigationBar .Item, #navigationBar .HoverItem
{
    background-image: url("./navigationCategory.png");
    background-repeat: no-repeat;
    width: 110px;
    height: 31px;
}
#navigationBar .SelectedItem
{
    background-image: url("./navigationSelectedCategory.png");
    background-repeat: no-repeat;
    width: 110px;
    height: 31px;
}

#navigationBar .SelectedItem a
{
    background-image: none;
    text-align: center;
    color: #FFFFFF;
}
#navigationBar .SelectedItem a:hover
{
    background-image: none !important;
    color: #F7931D;
}
#navigationBar a
{
    background-image: none !important;
}
#navigationBar a:hover, #navigationBar a:active, #navigationBar a:focus
{
    background-image: none !important;
}

#navigationBar .DynamicItem
{
    font-size: 12px;
    background-color: #007070;
    width: 110px;
    height: 25px;
    color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
}
#navigationBar .DynamicSelectedItem
{
    font-size: 12px;
    background-color: #007070;
    width: 110px;
    height: 25px;
    color: #F7931D;
    border-bottom: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
}
#mainnav
{
	float:left;
}
#mainnav-side
{
	float:right;
	padding-top: 4px;
	text-align:right;
	margin-right: 20px;
}

/******************
FOOTER
******************/

#footer-left 
{
    background-image:url("./footerLeft.png");
    float:left;
    width:23px;
    height: 53px;
}
#footer-middle
{
    background-image:url("./footerMiddle.png");
    background-position:left top;
    background-repeat: repeat-x;
    float:left;
    width:903px;
    height: 53px;
}
#footer-right 
{
    background-image:url("./footerRight.png");
    float:right;
    width:17px;
    height: 53px;
}
#footer ul
{
    margin:10px 0px 0px 0px;
}
#footer li 
{
	padding:0px;
	list-style:none;
	display:inline;
	margin:5px 10px 5px 0px;
}
