﻿body 
{
	font-family: 'lucida grande', 'lucida sans', lucida, verdana;
	font-size:12px;
}

#main
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#GiftList
{
	font-size:xx-large;
}

.NewsGridDate
{
	color:Yellow;
}

.NewsGrid
{
	border-style:none;
	width:100%;
}

.NewsGridRow
{
	border-style:none;
	background-color:Fuchsia;
	padding-bottom:50px;
}

/* NEWS*/
.newsDate {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 90%;
}
.newsResume {
	margin: 0 0 10px 0;
	padding: 0;
}

/* Navigation */

#secondLevelNavigation {
    float: left;
    width: 110px;
    list-style:none;
    padding:0;
    margin: 0;  
    border-top: 1px solid #ddd;
}

#secondLevelNavigation li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#secondLevelNavigation a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

#secondLevelNavigation a:hover {
    background-color: #eee;
}

#content {
	float: left;
	padding-top:15px;
	padding-left:17px;
	padding-right:25px;
	padding-bottom:15px;
}



#textContent {
	width: 600px;
	border-left: 1px solid #ddd;
	float: right;
	padding-left: 10px;
	min-height: 280px;
	_height: 280px;
}


/* Used by CmsXforms/NewsItem.aspx. Formatting of a single news item */
.newsItemDate
{
	font-size:70%;
}

.newsItemTitle
{
	font-size:120%;
	font-weight:bold;
}

.newsItemTeaser
{
	font-size:90%;
	margin-bottom:20px;
}

/* Used by CmsXforms/News.aspx. Formatting of the listed items */
.newsListDate
{
	font-size:70%;
}

.newsListTitle
{
	font-weight:bold;
}

.newsListTeaser
{
}

.newsListContent
{
	margin-bottom:20px;
}
