﻿div.groupArticleListTitle
{
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 5px;
}

span.groupArticleListPath,
span.groupArticleListPath a:hover,
span.groupArticleListPath a:link,
span.groupArticleListPath a:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

span.groupArticleListPath,
span.groupArticleListPath a:link,
span.groupArticleListPath a:visited
{
	color: #AAAAAA;
}
span.groupArticleListPath a:hover
{
	color: #003c5a !important;
}

table.groupArticleList
{
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	font-size: 11px;		
	margin-bottom: 50px;
}

table.groupArticleList th
{
	background-color: #94b5ca;
	font-weight: bold;
	text-align: left;
}

table.groupArticleList tr.mainRow
{	
	background-color: #F0F0F0;
}
table.groupArticleList tr.alternateRow
{
	background-color: #DEDEDE;
}

table.groupArticleList div.title
{
	color: #002c4a;
	font-weight: bold;
}

table.groupArticleList div.description
{
	margin-top: 5px;
}

table.groupArticleList th.idColumn
{
	width: 30px;
}

table.groupArticleList td.idColumn
{
	text-align: center;
}

table.groupArticleList th.titleColumn
{
	width: auto;
}
table.groupArticleList td.titleColumn
{
	width: auto;
}

table.groupArticleList th.crDateColumn
{
	width: 70px;	
}

table.groupArticleList td.crDateColumn
{
	text-align: center;
}
