﻿@import url (../CSS/JCDCVamCalendar.css);

body 
{
    background-color: black;
    font-family: Verdana;
    font-size:small;
    margin-top: 0px;
}

.ContentPlaceHolder
{
	background-color: White;
	height: 100%;
}

.HorizontalMenuBar
{
	background-color: darkred;
	text-align: center;
	width: 100%;
}

.ContentArea
{
	vertical-align:top;
	height:100%;
	width:100%;
	background-image: url(http://www.ForzaVIP.com/images/logo_transparent.gif);
	background-repeat:no-repeat;
	background-position: center top;
	background-color:White;
	border-width:thin;
	padding:2px;
	padding-bottom:20px;
}

.LeftArea
{
	vertical-align:top;
	background-color:darkred;
	border-width:thin;
	border-color:white;
	width:17%;
}

.RightArea
{
	vertical-align:top;
	background-color: black;
	border-width:thin;
	border-color:white;
	width:50px;
}

.BottomArea
{
	color:White;
	text-align:center;
}

.MarqueeBar
{
	background-color:buttonface;
	width:100%;
}

.Label
{
	vertical-align:top;
	text-align:right;
	font-weight:bold;
}

h4
{
	margin-bottom:0px;
}

ul
{
	margin-top:0px;
}

	
.notop {
	margin-top:0px;
	padding-top:0px;
	}
	
			
   
/*----------newslist-----------*/

		.newslist {
			list-style:none;
			margin:0;
			padding:0;
			}

		.newslist li {
			margin-bottom: 20px;
			border-bottom: 1px dashed #ededed;
			}
		.newslist p.summary {
			margin:0;
			font-size: 0.9em;
			}
		.newslist h4, .newslist h5 {
			margin: 0;
			padding: 0;
			font-size: 1.0em;			
			}
		.newslist h5 {
			font-weight: normal;
			}
		.newslist span.date {
			font-style: italic;
			font-size: 0.8em;
			}
		.newslist a.more {
			font-size: 0.8em;
			}

		/*---------singlenews---------*/

		.singlenews h2 {
			font-size: 1.5em;
			margin-bottom: 0;
			}		
		.singlenews h3 {
			margin: 0;
			padding: 0;
			font-weight: normal;
			font-size: 0.9em;
			}		
		.singlenews span.date {
			font-style: italic;
			font-size: 0.8em;
			line-height: 3em;			
			}
		.singlenews p.summary {
			font-weight: bold;
			font-size: 0.9em;
			}
		.singlenews div.newsbody {
			margin-top: 20px;
			font-size: 0.9em;
			}
		.related h3 {
			font-size: 1.2em;
			margin-top: 30px;
			margin-bottom: 10px;
			}
		.related h4 {
			margin: 0 0 10px 0;
			font-size: 1.0em;			}
		.related ul {
			margin:0 0 20px 0;
			padding:0;						
			}
		.related li {
			padding: 0 0 0 0;
			margin-left: 20px;
			}
		.related li.more {
			font-size: 0.8em;
			line-height: 2.5em;
			list-style-type: none;
			}

