﻿div.custom 
{
    font-family: arial; 
    font-size:80%;
    width:100%;	
}

div.custom  input
{
	
}

div.custom a
{
	color:#495676;
	text-decoration:none;
}

div.custom a:hover
{
	text-decoration:underline;
}

div.custom em
{
	font-size:80%;
}

div.custom a.back 
{
	display:block;
	padding-bottom:10px;
}

div.view h2 
{
	padding-top:0px;
	margin-top:2px;
}

div.view em
{
	color:#b1b1b1;
}

div.list.home a{
    color:white;
    text-decoration:none;
}



div.list p
{
	padding:0px;
    margin:0px;
	color:Black;
}

div.list a:hover{
    text-decoration:underline;
}

div.list ul li h5{
    padding:0px;
    margin:0px;
    display:inline;
}         

div.list ul li em{
    padding-left:5px;
}

div.list ul li 
{
margin-bottom:20px;	
}

div.custom table 
{
	width:95%;
}

div.custom table thead 
{
	font-weight:bold;
	color:White;
	background-color:#495676;
}

div.custom table thead  tr td 
{
	padding:10px;
}

div.custom table tbody  tr 
{
	background-color:expression((rowIndex % 2)==0? "#f1f1f1":"white")!important;
}

div.custom table tbody  tr td 
{
	padding:5px;	
}

div.custom table tbody  tr td.col0
{
	font-weight:bold;
}

div.error 
{
color:Red;	
}

div.custom span.error
{
	display:none;
	color:Red;
}
