﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/**************************************************************************************************
/*  CSS file for Resource pages
/*************************************************************************************************/
#resources
{
}
#resources .column
{
	width: 34em;
}

#resources .leftColumn
{
	float: left;
}

#resources .rightColumn
{
	float: right;
}

.guLightBlueContainer
{
	background-color: #dbdfed;
	padding: 5px 0 5px 15px;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #013e7f;
	border-bottom-width: thin;
}

.guLightBlueContainer span
{
	font-size: 1.1em;
	font-weight: bold;
	color: #013e7f;
}

#resources ul
{
	list-style: url('../../Images/Web_16x16.png') circle;
}

#resources ul li
{
}

#resources ul li a
{
	font-size: 1.2em;
	color: #7ac141;
}

#resources ul li a:after
{
	content: url('../../Images/NewWindow_16x16.png');
	margin-left: .25em;
}

#resources ul li p
{
	margin-top: .25em;
}

/* Style for glossary entries */
.glossary dt a
{
	font-size: 1.05em;
	font-weight: bold;
	color: #013e7f;
}

.glossary dd p
{
	margin-top: .25em;
}
