﻿body
{
	background-color: #fbe9ba; /*fbe9ba #8a7d71*/
	background-image: "resources/images/background_gradient.jpg";
	background-repeat:repeat;
	color: #585858;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;	
}


div.mainBorder
{
	background:#FFFFFF none repeat scroll 0%;
	border-color:#B9BAC8;
	border-style:solid;
	border-width:1px;
	padding:10px 10px 10px 10px;
}

div.containerGlobal 
{
	margin:0px auto;
	width:1000px;
}

.irlLogoMain
{
	font-size: 43px;
	font-style: normal;
	font-family: Times New Roman;
	color: #ffbd21;
}

.irlLogoSecondary
{
	font-size: 29px;
	font-style: normal;
	font-family: Times New Roman;
	color: #b5b5b5;/*#ffbd21*/
}

/*

A:link    { color: red }
A:visited { color: green; font-size: 100% }
A:active  { color: blue; font-size: 100% }
P:first-letter { font-size: 300%; float: left; padding-bottom:90;}

*/
.linkBox
{
	border: 1px solid ActiveBorder;
	background-color:#fbe9ba; 
	padding:5px;
	width:90px;
	text-decoration:none;
	text-align:center;
	
	
}

.linkText
{
	text-decoration:none;
	
}

.bodyText
{
	width:100%;
	border: 1px dashed yellow;
	padding:5px;
}


.NavLink:link 
{
	font-family:Times New Roman;
	text-decoration: none;
	color:#878787;
}
.NavLink:visited 
{
	text-decoration: none;
	color:#878787;
}
.NavLink:active 
{
	text-decoration: none
}
.NavLink:hover 
{
	text-decoration: none; 
	color: #db5c00;/*#4d3321*/
}


.NavLinkSelected:link 
{
	font-family:Times New Roman;
	text-decoration: none;
	color:#db5c00;
}
.NavLinkSelected:visited 
{
	text-decoration: none;
	color:#db5c00;
}
.NavLinkSelected:active 
{
	text-decoration: none
}
.NavLinkSelected:hover 
{
	text-decoration: none; 
	color: #db5c00;
}

.LinkText2:link,.LinkText2:visited,.LinkText2:active
{
	text-decoration: none;
	color: #73b9f5;
}
.LinkText2:hover 
{
	text-decoration: underline; 
	color: #db5c00;
}
