/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px
}

.Top
{
	FONT-SIZE: 12px;
    font-weight:bold;
	background-color:#499693;
	color:white;
}
.AreaMap
{
	border-right: #d28c01 thin solid;
	border-top: #d28c01 thin solid;
	font-size: 10px;
	border-left: #d28c01 thin solid;
	color: white;
	border-bottom: #d28c01 thin solid;
	background-color: #0c7a82;
	
}
.TextBlock
{
	border-right: #d28c01 thin solid;
	padding-right: 5px;
	border-top: #d28c01 thin solid;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 5px;
	border-left: #d28c01 thin solid;
	color: black;
	padding-top: 5px;
	border-bottom: #d28c01 thin solid;
	height: 100%;
	background-color: Transparent;
}
.Header
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: #d28c01 thin solid;
	background-color: #0c7a82;
	font-weight:bold;
	color:White;
	height:20px;
}

.ShopMap
{
	border-right: #d28c01 thin solid;
	border-top: #d28c01 thin solid;
	font-size: 10px;
	border-left: #d28c01 thin solid;
	color: white;
	border-bottom: #d28c01 thin solid;
	background-color: #499693;
	padding:3px;
}
.Shoplink
{
	color:White;
	cursor:hand;
	text-decoration:none;
}
HR.ShopMap
{
		color:#d28c01;
}
HR.AreaMap
{
	color:#d28c01;
}
.TopTab
{
	 background-color:#0c7A82;
	 color:White;
	 font-size:10px;
}
.OrangeTop
{
	background-color:#d28c01;
}
.orangeLink
{
	 color:#d28c01;
	 text-decoration:none;
	  font-weight:bold;
}
TD.Content
{
		FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    
	font-weight:normal;
}
.Content
{
	FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    
	font-weight:normal;
}
.LeftMenu
{
	font-size: 12px;
	color: white;
	line-height: 20pt;
	background-color: #499693;
}
TABLE
{
		FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    
	font-weight:normal;
}

