/******************************************
 * site specific classes                 
 ******************************************/ 

/* main navigation menu */

.topMenu td
{
	background-color: #ececed;
	color:#003366;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
    text-align: center;
}

.topMenu a:link,
.topMenu a:visited
{
	color:#003366;
	text-decoration: none;
}	

.topMenu a:hover 
{
	color:#DE4E08;
	text-decoration: none;
}

.menuLink 
{
    font-family: Arial, Helvetica, sans-serif, "Arial Narrow"; 
    font-size: 11px; 
    font-weight: bold;
}
a.menuLink:link, a.menuLink:visited { color: #FFFFFF; text-decoration: none;}
a.menuLink:active, a.menuLink:hover { color: #FFFFFF; text-decoration: underline; }

.SideMenu
{
    width: 100%;
}

div.SideMenu
{
    font-family: Arial, Helvetica, sans-serif, "Arial Narrow"; 
    font-size: 12px; 
    margin: 0 auto;
}

div.SideMenu ul
{	
	margin: 0 0 0 0.8em;
	padding: 0 5px 0.2em 0.8em;	
}

div.SideMenu ul li
{
	font-size: 12px;
	margin: 0 0 0.2em 0;
}

div.SideMenuBanners { text-align:center; width: 130px; margin: 0 auto; margin-top: 5px; }
div.SideMenuBanners img { border: none; margin-bottom: 2px; display:block; }    


/* @group Typography */

/*

li.number-1 {
	background: url(/i/t/number-1.png) 0 3px no-repeat;	
}

li.number-2 {
	background: url(/i/t/number-2.png) 0 3px no-repeat;	
}

li.number-3 {
	background: url(/i/t/number-3.png) 0 3px no-repeat;	
}

li.number-4 {
	background: url(/i/t/number-4.png) 0 3px no-repeat;	
}

li.number-5 {
	background: url(/i/t/number-5.png) 0 3px no-repeat;	
}

li.number-6 {
	background: url(/i/t/number-6.png) 0 3px no-repeat;	
}

li.number-7 {
	background: url(/i/t/number-7.png) 0 3px no-repeat;	
}

li.number-8 {
	background: url(/i/t/number-8.png) 0 3px no-repeat;	
}

li.number-9 {
	background: url(/i/t/number-9.png) 0 3px no-repeat;	
}

ul.bullet-1 li {
	background: url(/i/t/bullet-1.png) 0 2px no-repeat;
}

ul.bullet-2 li {
	background: url(/i/t/bullet-2.png) 0 2px no-repeat;
}

ul.bullet-3 li {
	background: url(/i/t/bullet-3.png) 0 2px no-repeat;
}

ul.bullet-4 li {
	background: url(/i/t/bullet-4.png) 0 2px no-repeat;
}

ul.bullet-5 li {
	background: url(/i/t/bullet-5.png) 0 2px no-repeat;
}

ul.bullet-6 li {
	background: url(/i/t/bullet-6.png) 0 2px no-repeat;
}

ul.bullet-7 li {
	background: url(/i/t/bullet-7.png) 0 2px no-repeat;
}

ul.bullet-8 li {
	background: url(/i/t/bullet-8.png) 0 2px no-repeat;
}

ul.bullet-9 li {
	background: url(/i/t/bullet-9.png) 0 2px no-repeat;
}

ul.bullet-10 li {
	background: url(/i/t/bullet-10.png) 0 2px no-repeat;
}

ul.bullet-11 li {
	background: url(/i/t/bullet-11.png) 0 2px no-repeat;
}

ul.bullet-12 li {
	background: url(/i/t/bullet-12.png) 0 2px no-repeat;
}

ul.bullet-13 li {
	background: url(/i/t/bullet-13.png) 0 2px no-repeat;
}

ul.bullet-14 li {
	background: url(/i/t/bullet-14.png) 0 2px no-repeat;
}

ul.bullet-15 li {
	background: url(/i/t/bullet-15.png) 0 2px no-repeat;
}

ul.bullet-16 li {
	background: url(/i/t/bullet-16.png) 0 2px no-repeat;
}

ul.bullet-17 li {
	background: url(/i/t/bullet-17.png) 0 2px no-repeat;
}

ul.bullet-18 li {
	background: url(/i/t/bullet-18.png) 0 2px no-repeat;
}

ul.icon-1 li {
	background: url(/i/t/icon-1.png) 0 2px no-repeat;
}

ul.icon-2 li {
	background: url(/i/t/icon-2.png) 0 2px no-repeat;
}

ul.icon-3 li {
	background: url(/i/t/icon-3.png) 0 2px no-repeat;
}

ul.icon-4 li {
	background: url(/i/t/icon-4.png) 0 2px no-repeat;
}

ul.icon-5 li {
	background: url(/i/t/icon-5.png) 0 2px no-repeat;
}

ul.icon-6 li {
	background: url(/i/t/icon-6.png) 0 2px no-repeat;
}

pre {
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
}

blockquote {
	color: #666;
	background: url(/i/t/quote.png) 0 5px no-repeat;
}

blockquote p {
	background: url(/i/t/quote.png) 100% 100% no-repeat;
}


span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(/i/t/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(/i/t/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(/i/t/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(/i/t/status-download.png) 10px 50% no-repeat;
}

img.content-left {
	border: 1px solid #eee;
}

img.content-right {
	border: 1px solid #eee;
}

fieldset {
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
}

img.speakers {
	background: url(../images/light/demo-icon.jpg) 0 0 no-repeat;
	float: right;
	margin-left: 15px;
}

.demo-border {
	padding: 5px;
	border: 1px solid #eee;
}

.tool-tip {
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	padding: 4px;
}
*/

/* @end */