﻿/* 
* {
	margin:0; padding:0;
}

body{
	text-align:center;
	
}*/


.div_inherit
{
	float: inherit;
}

.fontGray
{
	font-family:Trebuchet MS;
	font-size:9px;
	color:#7D7D7D;
	text-decoration: none;
	
}

.div_left
{
	float: left;
}

.div_left_menu1
{
	float: left;
	padding-top:3px;
}

.div_left_menu2
{
	float: left;
	padding-top:10px;
}

.div_right
{
	float: right;
}

.div_padding_left20
{
	 padding-left:20px
}

.div_padding_left40
{
	 padding-left:40px
}



a.menu1
{
	font-family:Trebuchet MS;
	font-size:11px;
	color: #DADAE0;
	text-decoration: none;
	font-weight:bold;
}
a.menu1:hover
{
	font-family:Trebuchet MS;
	font-size:11px;
	color:#1EC1FE;
	text-decoration:none;
	font-weight:bold;
}

a.menu2
{
	font-family:Trebuchet MS;
	font-size:10px;
	color: #3A3A3A;
	text-decoration: none;
	font-weight:bold;
}
a.menu2:hover
{
	font-family:Trebuchet MS;
	font-size:10px;
	color:#1EC1FE;
	text-decoration:none;
	font-weight:bold;
}

.menuPopupHeader
{
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 12px;
    color: #fff;
    background-color: transparent;
}

.menuPopupSub
{
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
    color: #fff;
    background-color: transparent;
}

a.menuPopupHeader
{
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 12px;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    outline-style: none;
}

a.menuPopupHeader:hover
{
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
    font-size: 12px;
	color: #ccc;
    text-decoration: none;
    background-color: transparent;
    outline-style: none;
}


a.menuPopup
{
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
    font-size: 11px;
	color: #eee;
    background-color: transparent;
    text-decoration: none;
    outline-style: none;

}
a.menuPopup:hover
{
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
    font-size: 11px;
	color: #ccc;
    text-decoration: none;
    background-color: transparent;
    outline-style: none;
}

a.menuPopupSub
{
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    outline-style: none;
}

a.menuPopupSub:hover
{
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
    font-size: 11px;
	color: #ccc;
    text-decoration: none;
    background-color: transparent;
    outline-style: none;
}

a.menuSitemap
{
	font-family:Trebuchet MS;
	font-size:11px;
	color: #E8E8E8;
	text-decoration: none;
	font-weight:bold;
}
a.menuSitemap:hover
{
	font-family:Trebuchet MS;
	font-size:11px;
	color:#FF8300;
	text-decoration:none;
	font-weight:bold;
}


a.menu3:link, a.menu3:visited
{

	font-size:11px;
	color: #F2EEE9;
	text-decoration: none;
}


#link2Home a
{ 
    display:block;
    width:46px;
    height:30px;
    text-indent:-9999px;
    background-image:url('../../Images/CONTENT_1024_05.gif');
    /*background-image:url('<%= ResolveUrl("~/Images/CONTENT_1024_05.gif") %>');*/
}

#link2Home a:hover
{
    display:block;
    width:46px;
    height:30px;
    text-indent:-9999px;
    background-image:url('../../Images/CONTENT_1024_05_over.gif');
    /*background-image:url('<%= ResolveUrl("~/Images/CONTENT_1024_05_over.gif") %>');*/
}
