﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}


.mainTitle
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 15px;
	color: #ffffff;
	background-color:#196471;	
	/*background-image:url("../Admin/images/maintitle.gif");*/
	text-align:center;
	width:100%;
	text-align:center;
	
}
.mainTable
{
	background-color:White;
	font-size:10pt;
	border-width:1px;
	border-color:#4f74aa;
	border-style: solid;
	width:100%;
	text-align:center;
	margin-top:8px;
	
}
.subTable
{
	background-color:White;
	font-size:10pt;
	border-width:1px;
	border-color:#689ba5;
	border-style: solid;
	width:50%;
	text-align:center;
	margin-top:8px;
	
}

.subTitle
{
background-color:#689ba5;
font-family:Tahoma,Arial,Times New Roman;
font-size:10pt;
font-weight:bold;
color:#162166;
text-align:left;
padding-left:10px;
height:25px;
}

.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	vertical-align:top;
}

.hintContainer {
	width:211px;
   	display: none;
    position: absolute;
    vertical-align:top;
   
}

.hintContainer .hintContent {
    
	padding-left:20px;
	padding-right:20px;
	background: url(CreateStoreimages/hintBG.gif) left top repeat;
	padding-top:10px;
	padding-bottom:10px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
}

 .hintTop {
	width:211px;
   	height:6px;
	background: url(CreateStoreimages/hintTop.gif) left top no-repeat;
	line-height:1px;
	font-size:1px;
}

 .hint-pointerFName {
    position: absolute;
    left: -15px;
    top: 5px;
    width: 16px;
    height: 20px;
    background: url(CreateStoreimages/pointer.gif) left top no-repeat;
    }
    
 .hintBtm {
	width:211px;
    background: url(CreateStoreimages/hintBtm.gif) left top no-repeat;
	height:6px;
}

.StoreType
{
	font-family: Arial,Tahoma, Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background-color:#8fc432;
	vertical-align:top;
	padding-left:2px;
	
}

.StorePayment
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color:#ffffff;
	
}

.ddlStyle
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	vertical-align:text-top;
}
.tablestoreType
{
	border:solid 6px #8fc432;
	background-color:#8fc432;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 15px; 
	-moz-border-radius-topright: 15px; 
}
