﻿/*********************/
/* CSS Imports       */
/*********************/

@import url('topmenu.css');
@import url('footer.css');
@import url('content.css');
@import url('sidemenu.css');
@import url('topmenu.css');
@import url('mainmenu.css');


/*********************/
/* HTML Selectors    */
/*********************/

body
	{
	margin: 0;
	padding: 0;
	font: 62.5% verdana,helvetica,sans-serif;
	color: #444;
	background: #e8e5ee url('../images/bg.gif') repeat-x 0 54px;
	}

h1, h2, h3, h4
	{
	font-family: tahoma,helvetica,sans-serif;
	font-size: 1.8em;
	}
 
h1 { 
	margin: 0 0 10px 0;
	padding: 0 0 5px 45px;
	background: url('../images/h1_bg.gif') no-repeat 0 0;
	border-bottom: 3px solid #c5bdd4;
	color: #333;
	}

h1.small { font-size: 1.7em }
 
h2	{
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #999;
	padding-top: 8px;
	}
  
h3 { margin: 15px 0 8px 0; font-size: 1.2em; color: #555; padding-bottom: 0;}
 
h4	{ font-size: 1.1em; margin: 0; padding: 0 0 5px 0; color: #333;}
 
img { border: none; }

acronym { border-bottom: 1px dotted #999; }
 
/*********************/
/* Layout Structures */
/*********************/

#TopBanner, #TopSubBanner, #MainMenu, #Content, #Footer
	{
	position: relative;
	margin: 0;
	padding: 0;
	width: 770px;
	height: auto;
	text-align: left;
	}

#TopBanner
	{
	margin-top: 10px;
	height: 45px;
	overflow: visible;
	background: url('../Images/header_bg.jpg') no-repeat left top;
	text-align: left;
	border-left: #727175 1px solid;
	border-right: #727175 1px solid;
	}
 
#TopSubBanner 
	{
	background: url('../images/mainmenu_bg.gif') repeat-x 0 0 !important;	
	height: 69px;
	z-index: 100;
	border-left: #727175 1px solid;
	border-right: #727175 1px solid;
	}
 
#MainMenu
	{
	margin: 0;
	padding: 0;
	width: 440px;
	float: right;
	text-align: right;
	}
 
#HeaderSearch
	{
	position: relative;
	right: 16px;
	top: 11px;
	width: 267px;
	height: 100%;
	float: right;	
	text-align: right;
	}
 
#Content
	{
	clear: both;
	overflow: hidden;
	background:#fff url('../images/content_bg.gif') repeat-y 0 0;
	font-size: 1.2em;
	border-left: #727175 1px solid;
	border-right: #727175 1px solid;
	}
 
#SideMenu
	{
	position: relative;
	background: url('../images/sidemenu_top.jpg') no-repeat 0 0;
	float: left;
	width: 243px;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: visible;
	font-size: 0.9em;
	} 
 
#Footer
	{
	overflow: hidden;
	background: #fff url('../images/content_bg.gif') repeat-y 0 0;
	color: #666;
	font-size: 1.1em;
	}

/*********************/
/* Base Classes      */
/*********************/
 
a.tLink { color: #c00; }
a:hover.tLink { color: #e2e2e2; text-decoration: none; }

.tSmall { font-size: 0.8em; }
.tNormal { font-weight: normal;	}
.tStrike { text-decoration: line-through; }
.tBold { font-weight: bold; }
.tWhite { color: #fff; }
.tGrey { color: #666; }
.tRed { color: #900; }
.noShow { display: none; }
.clear { clear: both; }
.FloatR { float: right; }
.FloatL { float: left; }

/**************************/
/* FROM STOREFRONT        */
/* Default CSS Stylesheet */ 
/* for a new Web          */
/* Application project    */
/**************************/

.Instructions
	{
	display: block;
	color: #666; 
	background-color: #e2e2e2; 
	text-align: left;
	padding: 8px;
	border: 1px solid #ccc;
	font-size: 0.9em !important;
	line-height: 1.5em;
	margin-bottom: 15px;
	}

.ErrorMessages
	{
	display: block;
	font-weight: bold; 
	text-align: center;
	color: #fff;
	background: #c03 url('../images/errorbox.gif') no-repeat top center;
	padding: 20px 0 10px 0;
	border: 1px solid #600;
	margin-bottom: 10px;
	}

.ErrorMessages a { color: #fff !important;}


#ErrorParagraph
	{
	height: auto !important;
	}

.Messages
	{
	display: block;
	border-bottom: 1px solid #ccc;
	color: #690; 
	font-weight: bold; 
	text-decoration: none; 
	text-align: center; 
	width: 95%;
	padding: 3px 8px;
	font-size: 1em;
	}

.Inputs
	{
	color: black; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	background-color: #fff; 
	background-image: none;
	font-size: 1em;
	}
	
/* to size the text in Partner Listing  */

#dgPartnerLogos
	{
	width: 100%;
	}

.smText
	{
	font-family: Arial;
	font-size: 8pt;
	}
	
/*****************************/
/*  Mouseover PopBox   */
/****************************/

a.popBoxLink
    {
        position:absolute;
        top:30px;
        right: 7px;
        z-index:1400;
    }

a.popBoxLink span
    {
        display:none;
        z-index:1400;
    }

a.popBoxLink:hover
    {
        cursor:default;
        z-index:1400;
    }

a.popBoxLink:hover
.popbox 
	{
	    display:block;
	    position:absolute;
	    top:-20px;
	    left:-200px;
	    width:250px;
	    height:auto;
	    overflow-y: auto;
	    background-color:#eaeaea;
	    color:#555;
	    font-size:9pt;
	    border:1px solid #037cae;
	    padding:1ex;
	    text-align:left;
	}
