/* Start Tag Specs */
* {
	border:0; margin:0;
}
BODY {
	background-color: #413732;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 16px;
	text-align: center;
}
A:link {
	color: #d21034;
	text-decoration: none;
	font-weight: normal;
}
A:visited {
	text-decoration: none;
	color: #d21034;
	font-weight: normal;
}
A:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}
A:active {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: normal;
}
TABLE {
	margin: 0;
}
H1 {
	font-size: 8pt;
	color: #91867e;
	display: inline;
/*
	border-bottom: 1px dotted #91867e;

*/	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 3px;
	line-height: 12pt;
}
H2 {
	font-size: 8pt;
	color: #666666;
	display: inline;
	font-weight: normal;
}
H5 {
	margin-top: 5px;
	font-size: 12pt;
	font-weight: normal;
	/*font-weight: bold;*/
	color: #E51837;
}
IMG {
	display: block;
	border: none;
}
UL {
	padding-left: 3px;
}
OL {
	padding-left: 3px;
}
LI {
}
TD {
	vertical-align: top;
}
FORM {
	width: 100%;
}

INPUT, SELECT, TEXTAREA {
	background-color: #CCCCCC;
	border: 1px solid #413732;
	font-size: 8pt;
	margin: 5px;
}

INPUT.Small, SELECT.Small, TEXTAREA.Small
{
	width: 50px;
}
INPUT.Medium, SELECT.Medium, TEXTAREA.Medium
{
	width: 150px;
}
INPUT.Large, SELECT.Large, TEXTAREA.Large
{
	width: 200px;
}
INPUT.ExLarge, SELECT.ExLarge, TEXTAREA.ExLarge
{
	width: 275px;
}

.DispInline
{
	display: inline;
}
/* End Tag Specs */


/* Start Container Classes (Shell > Header / BodyLeft + BodyRight / Footer) */
Table.Shell {
	width: 780px;
	vertical-align: top;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
TD.Header {
	height: 100px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #413732;
}
TD.BodyLeft {
	width: 225px;
	height: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
}
TD.BodyRight {
	width: 555px;
	height: 400px;
}
TD.BodyLeftWeb {
	width: 125px;
	height: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
}
TD.BodyRightWeb {
	width: 655px;
	height: 400px;
}
TD.Footer {
}
.Project {
	width: 220px;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #413732;
	font-style:inherit;
	line-height: 9pt;
}
.Project IMG {
	width: 150px;
	border: 1px solid #413732;
}
/* End Container Classes */


/* Start Grid Classes */
.Grid {
	font-size: 9pt;
	color: #333333;
	border: solid 2px #FFFFFF;
	width: 500px;
}
.Grid td {
	text-align: left;
}
.Grid IMG {
	padding-top: 2px;
}
.GridWide {
	font-size: 9pt;
	color: #333333;
	border: solid 2px #FFFFFF;
	width: 600px;
}
.GridWide td {
	text-align: left;
}
.GridWide IMG {
	padding-top: 2px;
}
/*
.Grid a:link, .Grid a:visited {
	color: #D21034;
	text-decoration: none;
}
.Grid a:active, .Grid a:hover {
	color: #FF0000;
	text-decoration: underline;
}
*/
.GridHeader TD {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	padding-left: 5px;
	padding-right: 18px;
	height: 18px;
}
.GridHeader TD.GridHeaderSortDesc {
	background-color: Gray;
	background-position: right;
	background-image: url(../../images/up-arrow.gif);
	background-repeat: no-repeat;
}
.GridHeader TD.GridHeaderSortAsc {
	background-color: Gray;
	background-position: right;
	background-image: url(../../images/down-arrow.gif);
	background-repeat: no-repeat;
}
.GridHeader A:link, .GridHeader A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.GridHeader A:active, .GridHeader A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.GridItem, .GridAltItem, .GridItemHide, .GridItemFeatured {
	font-size: smaller;
	height: 25px;
	line-height: 25px;
	text-indent: 5px;
}

.GridItem {
	background-color: #FFFFFF;
	background-position: right;
}

.GridAltItem { background-color: #CCCCCC; }
.GridItemHide { background-color: #FF9999; }
.GridItemFeatured { background: #D0E4FB; }

.GridPager TD {
	font-weight: bold;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #666666;
	border-top: 1px solid #797979;
	border-bottom: 2px solid #797979;	
	padding-right: 14px;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
}


.GridPager a:link, .GridPager a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.GridPager a:active, .GridPager a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* End Grid Classes */


/* Start Component Specific Classes */
#Login {
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	line-height: 8pt;
}
Table.TertNav {
	position: relative;
	width: 525px;
	left: 0px;
	top: 72px;
	line-height: 10pt;
	padding-right: 2px;
	white-space: nowrap;
}
TD.TertNav {
	padding-right: 5px;
}
Table.FootertNav {
	width: 250px;
	padding-left: 5px;
	padding-right: 5px;
}
IMG.Tag {
	padding: 10px;
}
TD.Logo {
	padding: 10px;
	line-height: 10pt;
}
IMG.Logo {
}
Table.Thumbs {
	width: 50px;
	padding: 3px;
	margin-top: 148px;
}
TD.Thumbs {
	padding: 2px;
}
IMG.Thumbs {
	border: 1px solid #666666;
}
.Thumbs IMG:link, .Thumbs IMG:visited, .Thumbs IMG:active{
	border: 1px solid #666666;
}
.Thumbs IMG:hover {
	border: 1px solid #d21034;
}
.filterbutton a
{
	display: block; 
	float: left; 
	margin-right: 5px;
	padding: 0 4px;
	font-size: 11px;
	border: 1px solid;
}
.filterbutton a.selected 
{
	border-color: #777;
	color: #777;
}

.WizardHeaderTD {
	border-bottom: 1px dotted #91867e;
	padding-top: 15px;
}
/* End Component Specific Classes */


/* Start Text Only Classes */
.Red7 {
	color: #d21034;
	font-size: 7pt;
}
.Red7 A:link, .Red7 A:visited, .Red7 A:active {
	color: #413732;
	text-decoration: none;
}
.Red7 A:hover {
	color: #d21034;
	text-decoration: underline;
}
.Red8 {
	color: #d21034;
	font-size: 8pt;
}
.Red9 {
	color: #d21034;
	font-size: 9pt;
	font-weight: bold;
}
.Grey10 {
	color: #413732;
	font-size: 10pt;
}
.Grey9 {
	color: #413732;
	font-size: 9pt;
}
.Grey8 {
	color: #413732;
	font-size: 8pt;
}
.Grey7 {
	color: #413732;
	font-size: 7pt;
}
.Grey7Caps {
	color: #413732;
	font-size: 7pt;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.Grey8 A:link, .Grey8 A:visited, .Grey8 A:link, .Grey7 A:visited, .Grey7Caps A:link, .Grey7Caps A:visited, {
	color: #d21034;
	text-decoration: none;
}
.Grey8 A:active, .Grey8 A:hover, .Grey7 A:active, .Grey7 A:hover, .Grey7Caps A:active, .Grey7Caps A:hover {
	color: #FF0000;
	text-decoration: underline;
}
.Grey9 A:link, .Grey9 A:visited
{
	font-size: 9pt;
	color: #d21034;
	text-decoration: none;
	font-weight: bold;
}
.Grey9 A:active, .Grey9 A:hover
{
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline;
}
.Grey10 A:link, .Grey10 A:visited
{
	color: #d21034;
	text-decoration: underline;
}
.Grey10 A:active, .Grey10 A:hover
{
	color: #FF0000;
	text-decoration: none;
}

.LiollioBtn {
	width: 60px;
}

.Req
{
	color: #413732;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}
/* End Text Only Classes */


.error, .success { display: block; padding: 4px; margin: 0 5px; background-color: #ffe; border: 1px solid #fff;  }
.error { color: Red; border-color: Red; }
.success { color: Green; border-color: Green; }
