/* Default CSS Stylesheet for a new Web Application project */
/* NOTE THIS FILE HAS BEEN AMENDED WITH GCC STYLES */

BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 80%;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #003366; 
	BACKGROUND-REPEAT: no-repeat;
	background-position:100 80;
}

#head{
height:100px;
text-align:left;
background-image: url(images/header.gif);
background-repeat: no-repeat;
background-position: top left;
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
}

input, select
{
	font-size:smaller ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

HR
{
	color:#003366;
	height:1px;
}

/* Headings, Text, Lists and Misc --------------------------------------------------*/
h1 { font-size: 1.2em;
     color: #580E31;
	 padding: 0px;
	 margin: 10px 0px 10px 0px}
	 
h2 { font-size: 1em;
     color: #08315F;
	 padding: 0px;
	 margin: 10px 0px 0px 0px}
	 
h3 {color: #000000;
	 font-weight:bold;
	 font-size: 0.9em;
	 padding: 0px;
	 margin:10px 0px 0px 0px}	 
	 	 
p   
{     font-size: 0.8em;
	margin: 5px 0px 5px 0px}
	
	
a:link {color:#881D04;}
a:visited  {color:#881D04;}
a:hover {color:#3189BB}
		
TFOOT, THEAD	{	
	font-size:	0.8em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	0.8em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Helvetica, sans-serif;
	text-align:right;
	}	
	
TD	{	
	vertical-align:	baseline;
	font-size:	0.8em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Helvetica, sans-serif;
	}	

	
SMALL	{	
	font-size:	0.9em;
	}	

BIG	{	
	font-size:	0.9em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
.resultsTable TABLE
{
	 border-style:none ;
}
.resultsTable TD
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: bold;
    border-style:none;
    border-width:0px;
    border-color:#003366;
    padding: 5 5 5 5;
}

.resultsTableHeader TD
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: normal;
    border-style:none;
    border-width:0px;
    border-color:#003366;
    padding: 5 5 5 5;
}
.detailsTable table
{
	border-width:1px;
}
.detailsTable TD
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: normal;
    border-style: none;
    border-width:1px;
    border-color:#003366;
    padding: 10 10 10 10;
}
.detailsTable TH
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: bold;
    border-style:none;
    border-width:1px;
    border-color:#003366;
    padding: 5 5 5 5;
}
.tblCitizenship TH 
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: bold;
    text-align:center ;
    border-style:groove;
    border-width:1px;
    border-color:#003366;
    padding: 0 0 0 0;
}
.tblCitizenship TD
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: normal;
    text-align:center;
    border-style:groove;
    border-width:1px;
    border-color:#003366;
}
.tblCitizenship TABLE
{
	text-align:right ;
}
.lblCantFindTownland SPAN
{
	color:Red;	
}

.sessionErrorTable table
{
	border-width:1px;
}
.sessionErrorTable TD
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    border-style:none;
    border-width:1px;
    border-color:#003366;
    padding: 3 3 3 3;
}
.sessionErrorTable TH
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    border-width:1px;
    border-style:none;
    border-color:#003366;
    padding: 3 3 3 3;
}
.sessionErrorAltIttem1
{
	background-color:#ddd0e9;
}
.sessionErrorAltIttem2
{
	background-color:#dee0f9;
}
.sessionErrorTableHeader TD
{
	font-weight:bold;
	font-size:10pt;
}



