/*Ilyda - CSS definition file containing site wide stylesheets */

  body        {background:#FFFFFF; font:11px Tahoma,Verdana; height:100%}
  td          {font:normal 12px Tahoma,Verdana; color:#787878; vertical-align:top; box-sizing:border-box; -moz-box-sizing:border-box;}

  a
  {
	color: #666666;
  }

  a:hover
  {
	color: #a21c20;
  }
  
  .footer_a       {
	color:#D5D5D5;
	text-decoration:none;
	vertical-align: middle;
}
  .credit_a       {color:#D5D5D5; text-decoration:none;}
  .credit_a:hover {color:#92B974;}
  .justify        {
	text-align:justify;
	color: 666666;
}


  .title_1        {font:bold 11px Tahoma; color:#056647;}
  .title_2        {font:bold 11px Tahoma; color:#6A8B50}
  .title_3        {font:bold 16px Arial; color:#000000}
  
  .menuItem
  {
	text-align: left;
  	color: #FFFFFF;
	font-size: 13px;
	font-family: Tahoma, Serif;
	background:#4d83a9; 
	background-image:url(im/bluewhitebullet.jpg); 
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	cursor: pointer;
  }
  
  .menuItem:hover
  {
  	background: #a21c20;
	text-decoration: underline;
  }

  .menuItemOver
  {
  	background: #a21c20;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Tahoma, Serif;
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	cursor: pointer;
  }

  .headerRight{
	text-align: right; 
	vertical-align: bottom;
	color: #a21c20;
  }

  .headerLink
  {
	color: #a21c20;
	text-decoration: none;
	cursor: pointer;
  }

  .headerLink:hover{
	color: #4d83a9;
  }

  .headerLinks
  {
	position: relative;
	top: 22px;
  }

  .newsHeader
  {
	text-align: left;
	font-family: Tahoma, Serif;
	font-size: 13px;
	color: #000000;
	background: #d8d7d8;
  }

  .newsBullet
  {
	list-style-type: circle;
	text-align: left;
	list-style-position:outside;
	margin-left: 0 0 0 0;
  }

  .quickLinks
  {
	text-align: left;
	font-family: Tahoma, Serif;
	font-size: 13px;
	color: #000000;
  }

  .inputs
  {
	color: #a21c20;
	font-size: 11px;
	font-family: Verdana, Helvetica;
  }

  .footer
  {
	background: #4d82a8;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 20px;
  }

  .footer_a
  {
	color: #FFFFFF;
	vertical-align: middle;
  }

  .news_date
  {
	font-family: Arial, Helvetica, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url('im/bullet_red.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
  }

  .news_title
  {
	padding-left: 15px;
  }

  .news_titleLink
  {
	font-family: Verdana, Serif;
  }

  ul{
	list-style-image: url(im/bullet_red.gif);
  }
  #lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}