﻿body 
{
	font-size:11px;
	font-family:Verdana;
	background-image:url('../Images/background.png');
	background-repeat:repeat-x;
	background-color:#67AED9;
	/*width:70%;*/
	margin:0px auto 0px auto;
}
        .style1
        {
            border-collapse: collapse;
            height: 80px;
            margin-bottom: 0px;
        }
        .style3
        {
            color: #C0C0C0;
        }
        
        .TableStyle
        {
            width: 528px;
            height: 4px;
            margin-right: 0px;
            background-color:black;
        }
        .MainTableHeight
        {
            width: 528px;
            height: 700px;
        }

.MainCenterAlign
{
	text-align:center;
    color: #000000;
    height: 17px;
    width: 528px;
}

.MainLeftAlign
{
    width: 528px;
	text-align:left;
    color: #000000;
}

.MainRightAlign
{
	text-align:right;
}

.ControlPanelNavigationTab
{
	border-style:solid;
	border-color:#D3D3D3;
}

.ControlPanelTab
{
	border-bottom:solid;
	border-color:#D3D3D3;
	border-width:1px;
	margin-left:6px;
	margin-right:6px;
	margin-top:4px;
	margin-bottom:4px;
	color:#A3A3A3;
}

.ControlPanelSelectedTab
{
	border-top:solid;
	border-left:solid;
	border-right:solid;
	border-color:#919191;
	border-width:1px;
	margin-left:6px;
	margin-right:6px;
	margin-top:4px;
	margin-bottom:4px;
	color:#5C5C5C;
}

/*Tags*/
div#tags a
{
    font-size:12px;
    font-family: Tahoma;
	color:#6D533B;
	text-align: left;
}
/*Tags hover*/
div#tags a:hover, .selected{
    font-size:12px;
    font-family: Tahoma;
	color:#632200;
	text-align: left;
}

/*Header*/
div#ch a
{
    font-size:14px;
	font-weight:bold;
    font-family: Tahoma;
	color:#6D533B;
}
/*Header hover*/
div#ch a:hover, .selected{
    font-size:14px;
	font-weight:bold;
    font-family: Tahoma;
	color:#632200;
}

/* Event Highlights */
.Highlight
{
	text-align:justify;
	color:#000000;
	font-family:verdana;
	margin:10px;
}

/* Normal Event */
.Event
{
	text-align:justify;
	font-family:verdana;
	margin:10px;
}

/* Normal Event Logo */
.EventImage
{
	margin-right:10px;
	margin-bottom:10px;
}

/* Higthlight Event Logo */
.EventHighlightImage
{
	margin-left:10px;
	margin-bottom:10px;
}


/* Navigation Bar */
div#nav {
	width:786px;
	height:30px;
	/*background-image:url('../Images/background.PNG');*/
	background-position:center bottom;
	
}
div#nav ul {
	margin:0;
	padding:0;
    height: 30px;
    width: 900px;
}
div#nav ul li {
	display:block;
	float:right;
	padding-right:10px;
    width: 130px;
    height: 30px;
}
div#nav ul li a {
	float:right;
	padding:5px;
	margin:5px 10px 10px 10px;
	height:20px;
	font-size:12px;
	color:#FFFFFF;
	vertical-align:bottom;
	text-decoration:none;
	font-weight:bold;
    font-family: Tahoma;
    text-align: center;
}

div#nav a:hover, #nav .selected {
color: #FF9900;
background: transparent url(~/Images/arrow_selected.gif) repeat-x bottom center;
}

.Watermark
{
	font-style:italic;
	color:#CCCCCC;
}

.DarkWatermark
{
	font-style:italic;
	color:#333300;
}

.Hint
{
	font-size:9px;
	font-style:italic;
	color:#777777;
}

/* Layout for search results */
.SearchResult
{
	margin:12px;
	padding:12px;
	font-size:12px;
}

/* Collaspe panels for search function */
.CollapseSearchPanel {
	width: 600px;
	background-color:Transparent;
}

.CollapsePanelHeader{	
	width:600px;		
	height:30px;
	color: White;
	background-color: Transparent;
	font-weight:bold;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}