﻿/* ==================== body layout ==================== */

body { padding: 0; margin: 0; background: #fff;}
body td {font: 11px "Tahoma", "Lucida Grande", "Verdana", "Helvetica", sans-serif; color: #000; line-height: 15px; }



p {margin-top: 6px; margin-bottom: 14px; }

.nolink {color: red; font-weight: bold; }
.line {border-bottom: 1px solid #DFDFD8; margin-bottom: 8px; }
.spacer {margin: 4px}

.banner_title { font: 18px/1em "Arial", "Lucida Grande", "Verdana", "Helvetica", sans-serif; font-weight: normal; color: #fff; margin: 0 20px 0 40px; }
.title { font: 18px/1em "Arial", "Lucida Grande", "Verdana", "Helvetica", sans-serif; font-weight: normal; color: #666; margin-bottom: 24px; }
.header {font: 16px "Arial", "Lucida Grande", "Verdana", "Helvetica", sans-serif; font-weight: bold; color: #000; margin-bottom: 6px; line-height: 18px; }
.header_grey {font: 16px "Arial", "Lucida Grande", "Verdana", "Helvetica", sans-serif; font-weight: bold; color: #666; margin-bottom: 2px; line-height: 18px; }
.header2 {font: 14px "Arial", "Lucida Grande", "Verdana", "Helvetica", sans-serif; font-weight: bold; color: #000; margin-bottom: 2px; line-height: 18px; }




.caption {font-size: 10px; margin: 10px; line-height: 12px; }


a img {border: 0px none; margin: 0; padding: 0; }
a:link { color: #006BB6; text-decoration: none; }
a:visited { color: #497DA2; text-decoration: none; }
a:active { color: #37ADFF; text-decoration: none; }
a:hover { color: #37ADFF; text-decoration: none; }
/* ================ side panel ============================ */
.sidebar_shortcut_hdr 
{     
	margin: 4px 4px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #f8f8ff;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
    background-color: #0069a5;  text-align: center;   }

.sidebar_shortcut_subhdr 
{        
	margin: 2px 4px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #f8f8ff;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
    background-color: #8d8d8a;  text-align: left;      }


    
.sidebar_shortcut { 
	margin: 0 8px 4px 16px;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
 }

.sidebar_shortcut a:link		{ color: #0071b3; text-decoration: none; }
.sidebar_shortcut a:active		{ color: #0071b3; text-decoration: none; background: #bff0ff; }
.sidebar_shortcut a:hover		{ color: #0071b3; text-decoration: none; background: #bff0ff; }
.sidebar_shortcut a:visited	{ color: #0071b3; text-decoration: none; }







/* ================= image shadow ========================== */
.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
.img-shadow ImageButton 
{
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
	
}  



/* ================= footer ================================ */
.footertext {color: #7C7C7C; font-size: 10px; margin-left: 15px; }
.footertext a:link { color: #006BB6; font-weight: normal; text-decoration: none; }
.footertext a:visited { color: #497DA2; font-weight: normal; text-decoration: none; }
.footertext a:active { color: #37ADFF; font-weight: normal; text-decoration: none; }
.footertext a:hover { color: #37ADFF; font-weight: normal; text-decoration: none; }







