@CHARSET "ISO-8859-1";

.HomePanel span {
	display: inline-block;
	vertical-align: top;
}

.HomePanel .Title span {
	vertical-align: baseline;
}


.HomePanel {	
	display: inline-block;
	margin: 10px;
	height: 248px;
}

.Green .Title {
	background: url(../req/home/title/GreenBkg.gif);
}

.Blue .Title {
	background: url(../req/home/title/BlueBkg.gif);
}

.Purple .Title {
	background: url(../req/home/title/PurpleBkg.gif);
}

.Yellow .Title {
	background: url(../req/home/title/YellowBkg.gif);
}

.Gray .Title {
	background: url(../req/home/title/DefaultBkg.gif);
}

.HomePanel .Title {	
	height: 20px;
	text-align: right;
	text-transform: uppercase;
}

.HomePanel .Title a {
	display: inline-block;
	color: white;
	padding: 4px 0px 2px 0px;
}

.HomePanel .Content {	
	width: 222px;	
	height: 228px;
	overflow: hidden;
}
.HomePanel .Content>a {
	display: inline-block;
	width: 222px;
}

.HomePanel .DoubleColumn .Content {
	width: 232px;
}

.HomePanel .DoubleColumn .Content>a {
	width: 232px;
	display: inline-block;
}

.HomePanel .SingleColumn, .SingleColumn .Title{
	width: 222px;
}

.HomePanel .DoubleColumn .SingleColumn {
	width: 232px;
}

.HomePanel .DoubleColumn, , .DoubleColumn .Title {
	width: 464px; 
}
.HomePanel .Half {
	height: 114px;
}	

.HomePanel .Title a:hover {
	text-decoration:none;
}

.HomePanel .Title a:hover span {
	text-decoration:underline;
}

.HomePanel .Title a img {
	padding: 0px 5px;
}

.HomePanel .Title a span {
	font-size: 10px;
}

.HomePanel .HomeContentText {
	margin: 10px;
	height: 208px;
	overflow: hidden;
}

.Half .HomeContentText {
	height: 94px;
}

.LinkArrow {
	display: inline-block;
	width: 14px;
	height: 14px;
	text-decoration: none;
}
	
.Blue .LinkArrow {
	background: url(../req/bullets/blue.gif) no-repeat center center;
}
.Green .LinkArrow {
	background: url(../req/bullets/green.gif) no-repeat center center;
}
.Purple .LinkArrow {
	background: url(../req/bullets/purple.gif) no-repeat center center;
}
.Yellow .LinkArrow {
	background: url(../req/bullets/yellow.gif) no-repeat center center;
}
.Gray .LinkArrow {
	background: url(../req/bullets/gray.gif) no-repeat center center;
}

.Dark .LinkArrow {
	background: url(../req/bullets/white.gif) no-repeat center center;
}

.Dark h1, .Dark h2, .Dark h3, .Dark h4, .Dark a {
	color: white;
}
a span {
	cursor: pointer;
	cursor: hand;
}

a:hover {
	text-decoration: none;
}
a.ExternalLink:hover {
	text-decoration: underline;
}

a:hover .LinkText {
	text-decoration: underline;
}

.HomePanel .Content .gwt-Anchor {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.CurrentUser {
	display: inline-block;
	vertical-align: middle;
	padding: 12px;
	font-size: 18px;
	font-family: Verdana;
}
