body
{
    color: #303030;
    font-family: Arial, Helvetica, sans-serif, verdana;
    font-size: 12px;
    background: #bbbbbb;
    margin: 0px;
    padding: 0px;
}
.WaterMarkText
{
    font-size: 13px;
    font-weight: bold;
    color: Gray;
    width: 130px;
    height: 20px;
}
*html .WaterMarkText
{
    width: 190px;
}
#PageContainer
{
    width: 950px;
    text-align: center;
    margin: auto;
}
#ContentContainer
{
    background: #ffffff;
    padding: 0px; /*border-top: solid 1px #cdcdcd; 	margin-top: 5px;*/
    padding-bottom: 5px;
    float: left;
    width: 100%;
}
*html #ContentContainer
{
    height: 1px;
}
#LeftNav
{
    float: left;
    padding: 10px;
    padding-top: 0px;
    vertical-align: top;
}

.LeftNavClass
{
    vertical-align: top;
    width: 180px;
}

.ContentPlace
{
    border-left: 1px solid #CDCDCD;
    margin-left: 200px;
    margin-right: 10px;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
.ContentPlaceMore
{
    border-left: 1px solid #CDCDCD;
    margin-left: 200px;
    margin-right: 10px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 5px;
}

.FeatureImage
{
    text-align: center;
    height: 100px;
    vertical-align: middle;
}

.ContentPlaceFeatures
{
    margin-left: 10px;
    border: solid 1px #cdcdcd;
    margin-top: 10px;
    margin-right: 10px;
    text-align: left;
}
#divLoginControl
{
    float:left;
    width:950px;
}
#Header
{
    background: url(../Images/HeaderBg.jpg) no-repeat top;
    height: 71px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 15px;
    float:left;
    width:100%;
}
#HeaderLeft
{
    float: left;
}
.SaleContactDetails
{
    width: 168px;
    color: #e4e3e1;
    padding-top: 11px;
    font-size: 13px;
    padding-left: 25px;
}

.SupportContactDetails
{
    width: 168px;
    color: #e4e3e1;
    padding-left: 5px;
    padding-top: 11px;
    font-size: 13px;
}
#HeaderRight
{
    float: right;
    padding-right: 13px;
}
#TelephoneIcon
{
    background: url(../Images/TelephoneIcon.jpg) no-repeat left;
    width: 21px;
    height: 19px;
}
#EmailIcon
{
    background: url(../Images/EmailIcon.jpg) no-repeat left;
    width: 25px;
    height: 24px;
}
.TextAlignRight
{
    text-align: right;
}
.TextAlignLeft
{
    text-align: left;
}
.ImageBorderNone
{
    border: none;
}
.Asterix
{
    color: Red;
    vertical-align: middle;
}
.ValidationSummary
{
    text-align: center;
}
.ValidationSummary li
{
    text-align: left;
}
#Nav
{
    border-top: solid 1px #8a8889;
    background: #343233;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden; 
    float:left;/*margin-bottom: 5px;*/
    width:100%;
}
*html #Nav
{
    height: 36px;
}
#NavLeft
{
    padding: 10px;
    padding-left: 13px;
    padding-right: 0px;
    padding-top: 0px;
    float: left;
}


.NavNotSelected
{
    float: left;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-right: solid 1px #8a8889;
    color: White;
    cursor: pointer;
}
.NavSelected
{
    float: left;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-right: solid 1px #8a8889;
    border-bottom: none;
    border-left: none;
    background: url(../Images/TopNavigationSelectedBG.jpg);
    color: black;
    cursor: pointer;
    text-decoration: none !important;
}
.NavNotSelected:hover
{
    background: #7e7e7e;
    text-decoration:none !important;
}
.RemoveUnderLine
{
    text-decoration: none;
}

*html #ContentContainer
{
    height: 1px;
}
#Content
{
    /*border: solid 1px #9f9f9f;*/ /*padding: 10px;*/
}
* + #Content
{
    /*height:1%*/
    height: 280px;
}

.ContainerTitle
{
    font-size: 20px;
    color: #240002;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
    margin-bottom: 0px;
}
.ContentTitle
{
    font-size: 14px;
    font-weight: bold;
}
#LeftCol
{
    float: left;
    width: 680px;
    vertical-align: top;
    height: 100%;
}
#RightCol
{
    /*margin-left: 630px;*/
    border: solid 1px #b8b8b8 !important;
    text-align: left;
    width: 300px;
    vertical-align: top;
}
* + #RightCol
{
    height: 100%;
}


.NewsAndCareerContent
{
    height: 220px;
    overflow: auto; /*overflow: -moz-scrollbars-vertical;*/
}
#NewsHeaderLeftImg
{
    height: 20px; /*background: url(../Images/NewsHeadingLeftImg.jpg) no-repeat left;	 	min-width: 60px;*/
}
#Footer
{
    background: #055F93 none repeat scroll 0 0;
    color: #FFFFFF;
    margin: auto;
    padding-bottom: 3px;
    padding-top: 3px;
    float: left;
    width: 100%;
    text-align: center;
}
*html #Footer
{
    padding-top: 4px;
}
.Footer a
{
    padding-top: 7px;
    padding-left: 11px;
    padding-right: 11px;
    color: #ffffff;
    text-decoration: none;
    color: #E8E8E8;
}
.FooterSeperator
{
    padding-top: 7px;
    height: 7px;
    background: url(../Images/FooterSeperator.jpg) repeat-y;
    width: 1px;
}
*html .FooterSeperator
{
    padding-top: 0px;
}
#FooterRight
{
    color: #9a918c;
    text-align: center;
}
.demoImage
{
    vertical-align: bottom;
}
.InfoHeading
{
    background: #065f93;
    padding: 5px;
    padding-right: 1px;
    text-align: right;
    color: White;
    width: 160px;
}
.TextBoxText
{
    font-weight: bold;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-right: 5px;
    min-width: 110px;
}
.LinkHref
{
    color: Black;
    text-decoration: none !important;
    padding-top: 5px;
    font-weight:bold;
    font-size:15px;
}
#DivLogin
{
    padding-top: 10px;
    float: right;
    padding-right: 10px;    
}
.InfoValue
{
    vertical-align: top;
    text-align: left;
    border: solid 1px #d1dbe1;
    border-right: 0px;
    border-top: 0px;
}
#test
{
    vertical-align: middle;
}
.FirstTextBox
{
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 3px;
    text-align: left;
}
.PaddingLeft10
{
    text-align: left;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 5px;
}
.TextAlignCenter
{
    text-align: center;
    margin: auto;
}
.btnStartDemo
{
    background: url(../Images/btnStartLiveDemo.png) no-repeat;
    border: none;
    width: 152px;
    height: 22px;
    cursor: pointer;
}

/* Production Navigation UserControl */

#SubNav
{
    padding: 1px;
    width: 184px;
    text-align: left;
}
.SubNavNotSelected
{
    /*background: url(../Images/SubNavNotSelectedBg.jpg) repeat-y;*/
    background: #034265;
    padding: 10px;
    padding-left: 20px;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
}

.SubNavSelected
{
    background: url(../Images/SubNavSelectedBg.jpg) repeat-y;
    padding: 10px;
    padding-left: 20px;
    color: #ffffff;
    text-decoration: none !important;
    text-align: left;
}
.SubNavBottom
{
    background: url(../Images/SubNavBottom.jpg) no-repeat top;
    height: 9px;
}

.SubNavTop
{
    background: url(../Images/SubNavTop.jpg) no-repeat bottom;
    height: 9px;
}
.SubNavSeperator
{
    padding: 1px;
    padding-bottom: 0px;
    background: #ffffff;
}
.RestaurantColor
{
    color: #056095;
}
.WaveColor
{
    color: #738807;
}
.TextBoxWidth, input[type=text], input[type=password]
{
    width: 200px;
}
.TextBoxWidth230
{
    width: 170px;
}
/* Feature Page */
.FeatureBox
{
    width: 32%;
}
.FeatureHeader
{
    background: url(../Images/FeatureBoxHeadingBg.jpg) repeat-x top;
    padding: 10px;
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 500;
    font-weight: bold;
    padding-top: 5px;
    height: 27px;
}
.FeatureContent
{
    padding: 10px;
    text-align: justify;
    vertical-align: top;
}
.DomainName
{
    background: url(../Images/DomainName1.jpg) no-repeat right top;
    min-height: 78px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
}
.DomainHosting
{
    background: url(../Images/DomainHosting1.jpg) no-repeat right top;
    min-height: 59px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
}
.DataBaseHosting
{
    background: url(../Images/DBHosting.jpg) no-repeat right top;
    min-height: 59px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
}
.CustWebsite
{
    background: url(../Images/CustomizeWebSite1.jpg) no-repeat right top;
    min-height: 59px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
}
.FlashImage
{
    background: url(../Images/Flash1.jpg) no-repeat right top;
    min-height: 105px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
}
.MultiResturant
{
    background: url(../Images/MultipleLocation1.jpg) no-repeat right top;
    min-height: 65px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
}
.MenuUpdates
{
    background: url(../Images/MenuUpdating.jpg) no-repeat right top;
    min-height: 65px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
}
.ListingOnRWave
{
    background: url(../Images/RestaurantListing.jpg) no-repeat right top;
    min-height: 91px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 98px;
}
.OrderKiosk
{
    background: url(../Images/OrderKiosh.jpg) no-repeat right top;
    min-height: 92px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
    height: 80px;
}
.OnlinePayment
{
    background: url(../Images/OnlinePayment.jpg) no-repeat right top;
    min-height: 65px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
}
.HighLevelSecurity
{
    background: url(../Images/HighLevelSecurity.jpg) no-repeat right top;
    min-height: 65px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
}
.Fax
{
    background: url(../Images/Fax.jpg) no-repeat right top;
    min-height: 123px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
}
.sms
{
    background: url(../Images/sms1.jpg) no-repeat right top;
    min-height: 70px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 135px;
}
.CustOrder
{
    background: url(../Images/CustomizeOrder.jpg) no-repeat right top;
    min-height: 103px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 130px;
}
.OrderReport
{
    background: url(../Images/OrderReport.jpg) no-repeat right top;
    min-height: 92px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
}
.Support24
{
    background: url(../Images/24support.jpg) no-repeat right top;
    min-height: 70px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 78px;
}
.TrafficReport
{
    background: url(../Images/WebsiteTraffic.jpg) no-repeat right top;
    min-height: 78px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 108px;
}
.POS
{
    background: url(../Images/pos1.jpg) no-repeat right top;
    min-height: 98px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 135px;
}
.Customerfeedback
{
    background: url(../Images/customerfeedback.jpg) no-repeat right top;
    min-height: 98px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 135px;
}
.Jitmarketing
{
    background: url(../Images/jitmarketing.jpg) no-repeat right top;
    min-height: 98px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 135px;
}
.Interactivedirections
{
    background: url(../Images/interactivedirections.jpg) no-repeat right top;
    min-height: 98px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 135px;
}
.MoreLink
{
    vertical-align: text-top;
    text-align: right;
    text-decoration: none;
    color: Blue;
}
.ErrorMessage
{
    color: Red;
    font-size: 14px;
}
.MoreLink a
{
    font-size: 12px;
    color: blue;
    float: right;
    margin-right: 5px;
    text-decoration: none;
}
.MoreLink:hover
{
    color: blue;
    text-decoration: underline;
}

.MoreLinkHeading
{
    text-decoration: none;
}

.MoreLinkHeading:hover
{
    text-decoration: underline;
}

.ContentHeading
{
    background: url(../Images/ContentBoxHeadingBg.jpg) repeat-x;
    padding: 4px;
    font-size: 13px;
    font-weight: bold;
}
.FeatureContentHeading
{
    background: url(../Images/ContentBoxHeadingBg.jpg) repeat-x;
    padding: 4px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}
.ContentBoxContent
{
    padding: 5px;
}
.OrangeText
{
    color: #e0880a;
}
.DemoBox
{
    border: solid 1px #b5b5b5;
}
.DemoBoxHeading
{
    background: url(../Images/ContentBoxHeadingBg.jpg) repeat-x top;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
}
.DemoBoxText
{
    background: #f2f2f2;
    padding: 4px;
}

.TemplateBox
{
    border: solid 1px #b5b5b5;
    background: #f2f2f2;
    padding: 10px;
    margin: 16px;
}
/* Box Container */
.BoxTopBorder
{
    background: url(../Images/BoxBorder.jpg) repeat-x top;
}
.BoxBottomBorder
{
    background: url(../Images/BoxBorder.jpg) repeat-x bottom;
}
.BoxLeftBorder
{
    background: url(../Images/BoxBorder.jpg) repeat-y left;
}
.BoxRightBorder
{
    background: url(../Images/BoxBorder.jpg) repeat-y right;
}
.BoxTopLeft
{
    background: url(../Images/BoxTopLeft.jpg) no-repeat top left;
}
.BoxTopRight
{
    background: url(../Images/BoxTopRight.jpg) no-repeat top right;
}
.BoxBottomLeft
{
    background: url(../Images/BoxBottomLeft.jpg) no-repeat Bottom left;
}
.BoxBottomRight
{
    background: url(../Images/BoxBottomRight.jpg) no-repeat Bottom right;
}
.BoxContent
{
    padding: 5px;
    text-align: center;
    height: 95px;
}
#Image1
{
    background: url(../Images/Img1.jpg) no-repeat top center !important;
    height: 21px;
    width: 21px;
    text-align: center;
    margin: auto;
}
#Image2
{
    background: url(../Images/Img2.jpg) no-repeat top center;
    height: 21px;
    width: 21px;
    text-align: center;
    margin: auto;
}
#Image3
{
    background: url(../Images/Img3.jpg) no-repeat top center;
    height: 21px;
    width: 21px;
    text-align: center;
    margin: auto;
}
#DemoTemplateImage
{
    border-bottom: dotted 1px;
}
#DemoGraphyInfo
{
    padding-top: 30px;
    width: 850px;
    text-align: center;
    margin: auto;
}
.AlignLeft
{
    text-align: left;
}
.AlignCenter
{
    text-align: center;
}
.DeleteText
{
    color: Red;
    text-decoration: line-through;
}
/* Ajax Image */
.AjaxImage
{
    top: 50%;
    margin: auto;
    text-align: center;
    position: fixed;
}

/* Pricing Table Formate */

#PriceTable
{
    border: solid 1px #cccccc;
}
#PriceTableHeading
{
    background: url(../Images/TableHeadingBg1.jpg) repeat-x;
    padding: 5px;
    border-bottom: solid 1px #cccccc;
}
.LinkColor12
{
    color: White;
}

#PriceTableContent
{
}
.fontBold
{
    font-weight: bold;
}

.TextBoxStyle
{
    width: 130px;
    font-size: 13px;
    font-weight: bold;
    color: #252525;
    height: 20px;
}
*html .TextBoxStyle
{
    width: 190px;
}
.btnContinue
{
    background: url(../Images/btnContinue.png) no-repeat;
    height: 22px;
    width: 90px;
    border: none;
}
.btnUnsubscribe
{
    background: url(../Images/btnUnsubscribe.gif) no-repeat;
    height: 25px;
    width: 116px;
    border: none;
}

.ImageButtonStyle
{
    background: url(../Images/btnApply.png) no-repeat;
    width: 90px;
    height: 22px;
    border: none;
}
.TextBoxWaterMarkStyle
{
    font-weight: bold;
    font-size: 13px;
    color: #a5a5a5;
    border: solid 1px #828282;
    padding: 5px;
    width: 180px;
}

.ProductTitle
{
    font-weight: bold;
    padding: 5px;
    width: 150px;
}
.ProductName
{
    color: #4a4a4a;
    border-top: solid 1px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    border-bottom: dotted 1px #d4d4d4;
    padding: 5px;
}
.ProductType
{
    font-weight: bold;
    text-align: right;
    padding: 5px;
}
.ProductPrice
{
    border-left: solid 1px #d4d4d4;
    padding: 5px;
    text-align: left;
    text-align: center;
}
.FeatureList
{
    padding: 5px;
    text-align: center;
    margin-top: 3px;
    border-left: solid 1px #d4d4d4;
}
.FeatureListTitle
{
    margin-top: 3px;
    padding: 5px;
    font-weight: bold;
}
.ProductBottomPrice
{
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
.PromoText1
{
    border: solid 1px #d4d4d4;
    border-top: 0px;
    padding: 5px;
}

.PromoText2
{
    border: none;
    padding: 0px;
}
/* Cart Table Formate */

.CartHeading
{
    background: #065f93;
    padding: 5px;
    color: White;
    font-weight: bold;
    font-size: 13px;
}
.CartTableBorder table
{
    border: solid 1px #d7d7d7;
}
.LocationTextBoxWidth
{
    width: 40px;
    border: solid 1px;
    text-align: center;
}
.RemoveBorder
{
    border: 0px;
    width: 40px;
    text-align: center;
    color: Black;
    background-color: #FFFFFF;
}
/* For Home page coda slider styles.... */
p a, li a
{
    color: #39c;
    text-decoration: none;
}
p.intro
{
    margin-bottom: 20px;
    padding: 20px 0 30px 0;
    text-align: center;
    width: 100%;
}
p#cross-links
{
    text-align: left;
    margin: 0px;
}
p#cross-links
{
    margin-bottom: 30px;
    padding-bottom: 30px;
}
noscript p, noscript ol
{
    color: #a00;
    font-size: 13px;
    line-height: 1.4em;
    text-align: left;
}
noscript a
{
    color: #a00;
    text-decoration: underline;
}
a:focus
{
    outline: none;
}
img
{
    border: 0;
}
h3
{
    margin-bottom: 5px;
    padding-bottom: 3px;
    text-align: left;
    color: #1a5982;
}
.stripViewer .panelContainer .panel ul
{
    text-align: left;
    margin: 0px;
}
.txtsmallwidth
{
    width: 40px;
    vertical-align: middle;
}
.txtBoxAlignTextCenter
{
    width: 60px;
    vertical-align: middle;
}

.slider-wrap
{
    /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
}
/* These 2 lines specify style applied while slider is loading */.csw
{
    width: 100%;
    height: 350px;
    background: #fff;
    overflow: scroll;
}
.stripNav li a.current
{
    background: url(../Images/selected.jpg) repeat-x top #ffffff;
    color: #ce6000;
    border-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.stripViewer
{
    /* This is the viewing window */
    position: relative;
    overflow: hidden;
    border: 1px solid #bcc9d2; /* this is the border. should have the same value for the links */
    border-top: 0px;
    text-align: left;
    width: 616px; /* Also specified in  .stripViewer .panelContainer .panel  below */
    height: 280px;
    clear: both;
    background: #fff;
}
.stripViewer .panelContainer
{
    /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
    position: relative;
    width: 100%;
    list-style-type: none; /* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panel
{
    /* Each panel is arranged end-to-end */
    float: left;
    height: 100%;
    width: 615px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper
{
    /* Wrapper to give some padding in the panels, without messing with existing panel width */
    padding: 8px;
    overflow: auto;
}


.stripNav
{
    /* This is the div to hold your nav (the UL generated at run time) 9925633756 chintan_20051@yahoo.com */
    color: #064b82;
}
.stripNav ul
{
    /* The auto-generated set of links */
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.stripNav ul li
{
    float: left;
    border-top: solid 1px #bcc9d2;
    border-left: solid 1px #bcc9d2;
    border-right: solid 1px #bcc9d2; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
    padding-top: 5px;
    padding-bottom: 5px;
}
.stripNav a
{
    /* The nav links */
    color: #0a4b83;
    background: url(../Images/NotSelected1.jpg) repeat-x bottom #ffffff;
    padding-left: 49px;
    padding-right: 46px;
    font-weight: bold;
    border-bottom: solid 1px #bcc9d2;
    padding-bottom: 5px;
    padding-top: 5px;
}
* + html .stripNav a
{
    padding-left: 48px;
}

/* News Information */
.TextBold
{
    font-weight: bold;
}
/* PromoImages */
.CssNone
{
    padding: 0px;
}
.CssVisible
{
    padding: 5px;
    border: solid 1px;
}
.CartTextBox_Background_Border
{
    border: medium solid #EDEDED;
    background-color: #EDEDED;
    color: #000000;
    text-align: center;
}
.InfoTitle
{
    background: #065f93;
    border-bottom: 1px solid rgb(129, 156, 173);
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 13px;
    color: White;
    width: 175px;
}
.LinkText
{
    color: #1688c7;
    font-weight: bold;
    text-decoration: none;
}
.MultiPanelPage
{
    text-align: center;
    border: solid 1px #a5abb3;
    width: 674px;
    height: 245px;
    border-top: 0px;
    overflow: auto;
}
.MultiPanelPageContent
{
    padding: 5px;
    text-align: left;
}
.LinkPositioning
{
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
}
.InfoHeadingFeedback
{
    background: #065f93;
    padding: 5px;
    padding-right: 1px;
    text-align: right;
    color: White;
    width: 140px;
}
.InfoSupportDesc
{
    padding: 2px 10px 2px 10px;
    text-align: justify;
    font-family: Arial,Helvetica;
    font-size: 11px;
    vertical-align: top;
}

.login_signUp_Captcha
{
    /* 	position: relative; 	padding-top: 7px; 	padding-left: 0px; 	width: 150px; 	height: 23px; 	background: #065f93; 	text-align: center; 	vertical-align: middle;*/
}

.login_signup_loading
{
    color: Black;
}

/*Form Data Style */
.FormHeading
{
    background: url(../Images/ContentBoxHeadingBg.jpg) repeat-x top;
    padding: 4px;
}
.FormHeadingText
{
    padding-left: 20px;
    font-weight: bold;
}
.btnLogin
{
    background: url(../Images/btnLogin.png) no-repeat;
    height: 22px;
    width: 92px;
    border: none;
}
.btnRegister
{
    background: url(../Images/btnRegister.png) no-repeat;
    height: 22px;
    width: 92px;
    border: none;
}
.LoginTextBox
{
    width: 120px;
}
.PurchaseProgressTabDefault
{
    color: #065F93;
    font-weight: bold;
    text-align: center;
    width: 140px;
    height: 30px;
    vertical-align: middle;
    background-image: url(../Images/PurchaseProgressTabNotSelected.gif);
    font-size: 11px;
    margin-left: -13px;
}
.PurchaseProgressTabSelected
{
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    width: 140px;
    height: 30px;
    vertical-align: middle;
    background-image: url(../Images/PurchaseProgressTabSelected.gif);
    font-size: 11px;
    margin-left: -13px;
}
.cursorPointer
{
    cursor: pointer;
}

.BuyNowButton
{
    background: url(../Images/btnBuyNow.png) no-repeat;
    width: 90px;
    height: 22px;
    border: none;
}

/* FAQs */
.divQuestionCategory
{
    text-align: left;
    color: #166087;
    font-size: 13px;
    font-weight: bold;
    height: 22px;
    border: solid 1px #d9d9d9;
    background: url(../Images/FAQ/HeadingBg.jpg) repeat-x;
    padding-left: 50px;
    padding-top: 5px;
}

.lblQuestionCategory
{
    text-align: left;
}

.divCategorySeperator
{
    border-top: dashed 1px #cdcdcd;
}

.QuestionTextLink
{
    color: #2b2b2b;
    font-size: 12px;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.BackToTopLink
{
    color: #0352b9;
    font-size: 12px;
    text-decoration: none;
}

.BackToTopLink:hover
{
    color: #0352b9;
    text-decoration: underline;
}

.QuestionText
{
    color: #166087;
    font-size: 12px;
}

.divQuestionText
{
    text-align: left;
    padding-left: 80px;
    vertical-align: top;
}

.divQuestionContainer
{
    padding: 10px;
}

.lblQuestionTextHeading
{
    color: #5a5a5a;
    font-size: 11px;
    font-weight: bold;
}

.divQuestionAnswerDescription
{
}

.divQuestionAnswerText
{
    text-align: left;
    padding-left: 15px;
    border: solid 1px #d7d7d7;
    background: #f8f8f8;
    padding: 5px;
    margin: 10px;
    min-height: 70px;
}

.UpArrowImage
{
    width: 26px;
    height: 25px;
}
.divAnswerText
{
    text-align: left;
    padding-left: 19px;
}
.QuestionTextLink:hover
{
    color: #0352b9;
    text-decoration: underline;
    cursor: pointer;
}
.AnswerText
{
    font-size: 12px;
}
.fQuestion
{
    width: auto;
}
.fAnswerText
{
    padding-left: 10px;
}

/*Modal Popup*/

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}
.panelBuyText
{
    text-align: center;
    padding: 10px;
    font-size: 16px;
    border: solid 2px Gray;
}
.ClosePopupsPanel
{
    height: 0px;
}
.btnOK
{
    background: url(../Images/btnOK.jpg) no-repeat;
    width: 90px;
    height: 22px;
    border: none;
}
/* Home Page Images */
.Offering
{
    background-image: url(../Images/VrindiHomeImage.jpg);
    background-repeat: no-repeat;
    background-position: -130px 0px;
    width: 128px;
    height: 82px;
    display: block;
}
.Innovation
{
    background-image: url(../Images/VrindiHomeImage.jpg);
    background-repeat: no-repeat;
    background-position: -390px 0px;
    width: 128px;
    height: 82px;
    display: block;
}
.Insight
{
    background-image: url(../Images/VrindiHomeImage.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 128px;
    height: 82px;
    display: block;
}
.Technology
{
    background-image: url(../Images/VrindiHomeImage.jpg);
    background-repeat: no-repeat;
    background-position: -260px 0px;
    width: 128px;
    height: 82px;
    display: block;
}

/*added by milind for vrindifeatures.aspx page for more features.*/
.allFeatures
{
    min-height: 78px;
    height: 110px;
    width: 123px;
    padding: 5px;
    padding-left: 10px;
}

/*added by milind.. for FAQ given by Ashish*/
.linkbuttonright
{
    background: url(../images/headerArrow.gif) no-repeat left;
    text-decoration: none;
    vertical-align: top;
    color: Navy;
    display: block;
    padding-top: 4px;
    padding-left: 15px;
    padding-bottom: 6px;
    text-align: left;
    cursor: pointer;
}
.linkbuttondown
{
    background: url(../images/HeaderArrowExpanded.gif) no-repeat left;
    color: Navy;
    vertical-align: top;
    text-decoration: none;
    display: block;
    padding-top: 4px;
    padding-left: 15px;
    padding-bottom: 6px;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}
.linkbuttonright:hover
{
    font-weight: bold;
    text-decoration: underline;
    color: Navy;
    cursor: pointer;
}

.AnswerHidden
{
    display: none;
    font-weight: bold;
    color: Navy;
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 8px;
}
.AnswerVisible
{
    padding: 5px;
    padding-left: 20px;
    color: black;
    text-align: left;
}
.FAQcontentplace
{
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: solid 1px #cdcdcd;
    border-right: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
}
.FAQFormHeading
{
    padding-bottom: 10px;
    font-weight: bold;
}
/*Added by Milind for home page customer logo*/
.HomeCustomerImages
{
    padding-left: 5px;
    padding-right: 4px;
    margin: 0px;
}
/*Added by Milind for Email Link style*/
.EmailAddress
{
    color: #e4e3e1;
    text-decoration: none;
    font-weight: bold;
    border: none;
}
.headerPhoneNumber
{
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    text-decoration: none;
}
*html .headerPhoneNumber
{
    padding-left: 0px;
}
img a
{
    border: none;
}

.ItemTemplate
{
    text-align: center;
    padding: 20px;
    border: solid 1px #dddddd !important;
}

.HomePageContentPlaceFeatures
{
    text-align: left;
}

.divFeatureImage
{
    float: left;
    margin-left: 5px;
}

.divFeatureTitle
{
    font-weight: bold;
    font-size: 16px;
    color: #055f93;
    padding: 0px;
    margin: 0px;
}

.divFeatureText
{
    padding-top: 5px;
    text-align: left;
    font-family: Arial;
    color: #505050;
    font-size: 15px;
    font-weight: bold;
}

.LinkButton:hover
{
    color: Red;
    text-decoration: underline;
}

.LinkButton
{
    text-decoration: none;
    color: Blue;
}

.HomePageContentPlaceFeatures
{
    height: 213px;
}

.TabStripContentDiv
{
    padding: 5px;
    background: white;
}

.TabStripContentTitle
{
    font-size: 20;
    font-weight: bold;
    color: #055f93;
}
.TabStripContentDescription
{
    text-align: justify;
    padding-top: 3px;
    padding-bottom: 10px;
    border-bottom: dotted 2px #d4d4d4;
}

.MarginTop
{
    margin-top: 5px;
    margin-left: 200px;
    border: solid 1px #cdcdcd;
    margin-right: 10px;
    text-align: left;
    padding: 5px;
}

.AlwaysVisibleButton
{
    margin-left: 120px;
}

.CustomerHeaderText
{
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #2a78a6;
}

.divLiveSupport
{
    text-align: right;
}

.divPromotionCode
{
    height: 37px;
    width: 948px;
    background: #e8e8e8;
    border: solid 1px #dddddd;
}

.divPromotionCodeContent
{
    height: 37px;
    float: right;
}

.PromotionCodeWatermark
{
    color: #cacaca;
    font-style: italic;
}

.lblPromotionCode
{
    font-size: 13px;
    color: black;
    font-weight: bold;
}

.txtPromotionCode
{
    font-size: 13px;
}

.TestimonialContainer
{
    margin: 0px 3px 3px 3px;
    background: white;
    padding-bottom: 10px;
    border-bottom: dotted 2px #d4d4d4;
}

.TestimonialTitle
{
    text-align: left;
    color: #00507d;
    font-size: 18px;
    padding-bottom: 10px;
}

.TestimonialSource
{
    text-align: left;
    color: #404040;
    font-size: 16px;
    width: 28%;
    float: right;
}

.TestimonialText
{
    text-align: justify;
    font-size: 14px;
    padding-bottom: 6px;
}


.CustomerContainer
{
    /*margin:0px 3px 3px 3px;*/
    background: #fffff;
}

.CustomerName
{
    text-align: left;
    color: #00507d;
    font-size: 18px;
    padding-bottom: 10px;
}

.GridPagging
{
    background: red;
}

.CustomerDescription
{
    text-align: justify;
    padding-bottom: 10px;
    border-bottom: dotted 2px #d4d4d4;
}

.CustomerDescriptionDetail
{
    text-align: justify;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.ClientBackLink
{
    text-align: right;
    padding: 10px;
}

#TopNavBottom
{
    height: 5px;
    width: 100%;
    background: white;
}
.HtmlPromotion
{
    width: 720px;
    border-top: solid 1px black;
    text-align: center;
    padding-top: 5px;
    margin-left: 5px;
}
.PaddingBottom
{
    padding-bottom: 10px;
}

.tdIconSize
{
    width: 200px;
    vertical-align: text-top;
    text-align: center;
}

.divMoreLink
{
    text-align: right;
}
.PaddingTop10
{
    padding-top: 10px;
}

.HomePageFeatureStatements
{
    font-family: Arial;
    font-size: 10;
    color: #505050;
    text-align: left;
    padding-bottom: 5px;
}

.FeatureStatementsDiv
{
    padding-top: 5px;
    padding-left: 5px;
}

.NewsAndCareerHeader
{
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
    height: 20px;
    background: url(../Images/NewsAndCareerHeadingBgImgNonSelected.jpg) repeat-x !important;
    cursor: pointer;
    border-top: solid 1px #b1b1b1;
    border-bottom: solid 1px #b1b1b1;
    color: #84889c;
}

.NewsAndCareerHeaderSelected
{
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
    height: 20px;
    background: url(../Images/NewsAndCareerHeadingBgImgSelected.jpg) repeat-x !important;
    cursor: pointer;
    color: #B86401;
}
.NewsAndCareerContent
{
    height: 220px;
    overflow: auto;
}

/* (START) Style sheet for Current Opening (START) */

.divHomeCareerImage
{
    text-align: center;
    padding-top: 2px;
}
.divHomeCareerLink
{
    background-color: #055f93;
    height: 42px;
    text-align: center;
    padding-top: 10px;
}

.hrefHomeCareerLink
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.hrefHomeCareerLink:hover
{
    text-decoration: underline;
}

.divEmploymentHeader
{
    text-align: left;
    color: #024265;
    font-size: 25px;
    font-weight: bold;
}
.divJobImage
{
    padding-right: 50px;
}

.imgCareer
{
    margin-top: 10px;
    width: 310px;
    height: 206px;
    float: right;
    border: solid 1px #eaeaea;
}

.divJobContentBlock
{
    padding-top: 25px;
}

.JobContainer
{
    text-align: center;
    padding: 10px;
    padding-left: 75px;
    padding-right: 0px;
    border-right: solid 1px #eaeaea;
    float: left;
    width: 475px;
}

.JobContentContainer
{
    text-align: left;
}

.divJobTitle
{
    color: #d99702;
    font-weight: bold;
}

.divDepartment
{
}

.divJobLocation
{
}

.divJobType
{
}

.divMoreJobDetail
{
}

.LinkMoreJobDetail
{
    text-decoration: none;
    color: #067ab4;
    font-family: Sans-Serif;
    font-size: 11px;
}

.LinkMoreJobDetail:hover
{
    text-decoration: underline;
}

.divJobDetailContainerMain
{
    padding: 10px;
}

.divJobDetailContainer
{
    border: solid 1px #dedede;
    width: 700px;
    text-align: left;
    margin-left: 115px;
}

.tableJobDetails
{
    width: 100%;
    height: 100%;
    text-align: left;
}

.tdJobDetailLable
{
    width: 200px;
    font-weight: bold;
    border-right: solid 1px #dedede;
    padding: 10px;
    vertical-align: top;
}

.tdJobDetailDescription
{
    padding: 5px 10px 5px 10px;
    text-align: left;
    line-height: 20px;
}

.tdJobDetailDescription, .ClassLi
{
    margin-left: 15px;
}

.trJobDetailTemplateBlue
{
    background-color: #c7eafe;
}

.trJobDetailTemplateGray
{
    background-color: #f7f7f7;
}

.siteMapRootNode
{
    color: #1688c7;
    text-decoration: none;
    font-weight: bold;
}

.siteMapRootNode:hover
{
    text-decoration: underline;
}

.siteMapNode
{
    color: #1688c7;
    text-decoration: none;
    font-weight: bold;
}

.siteMapNode:hover
{
    text-decoration: underline;
}

.siteMapCurrentNode
{
    color: #303030;
    font-weight: bold;
}

/* (END) Style sheet for Current Opening (END) */

/* (START) Style sheet for Restaurateur.aspx (START) */

.RestaurateurinforamtionContainer
{
    border: 1px solid #ebebeb;
}
.RestaurateurPageHeading
{
    background: #6cabcc;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding-left: 10px;
    text-align: left;
    cursor: pointer;
}

.pnlRestaurateurCollapse
{
}

#divbtnSubmit
{
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btnSubmit
{
    height: 22px;
    width: 90px;
    background: url(../Images/btnSubmit.png) no-repeat;
    border: none;
    cursor: pointer;
}

/*.btnContinue
{
    height: 22px;
    width: 90px;
    background: url(../Images/btnContinue.png) no-repeat;
    border: none;
    cursor: pointer;
}*/

.pnlRestaurateurSubmit
{
    height: 120px;
}

.divRestaurateurActionButton
{
    padding-top: 20px;
    text-align: center;
}


#DivSubmitMessage
{
    padding-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.RestaurantLabelClass
{
    text-align: right;
    vertical-align: middle;
}

#RestaurateurInformationSeperator
{
    height: 10px;
}

#RestaurrateurBasicInformation
{
    padding-left: 10px;
}

.RestaurateurMultiLineTextBox
{
    width: 400px;
    height: 80px;
}

.RestaurateurTextBox
{
    width: 200px;
}

.RestaurateurCurrentWebsiteURL
{
    width: 400px;
}

.RestaurateurWaterMarkText
{
    font-style: italic;
    color: Gray;
}

.NotificationDiv
{
    border: 1px solid #e88c8c;
    background: #f2f2f2;
    text-align: center;
    padding: 5px;
}

.RestaurateurNotificationMessage
{
    font-size: 12px;
    font-weight: bold;
}

.SalesInquiryHeader
{
    background: transparent url(../Images/FAQ/HeadingBg.jpg) repeat-x scroll 0 0;
    border: 1px solid #D9D9D9;
    color: #166087;
    font-size: 13px;
    font-weight: bold;
    height: 22px;
    padding-left: 50px;
    padding-top: 5px;
    text-align: left;
    margin-bottom: 5px;
}

.btnSalesInquiryClass
{
    padding: 0px;
    margin: 0px;
    border: none;
    background: url(../Images/btnSalesInquiry.jpg) no-repeat;
    width: 172px;
    height: 35px;
    cursor: pointer;
}

#divSalesInquiryOnContactUS
{
    padding-top: 10px;
    padding-right: 20px;
    float: right;
}

/* (END) Style sheet for Restaurateur.aspx (END) */

/* (START) DemoSubMaterPage (START) */
.divTopicList
{
    float:left;
    margin-top:10px;
    width:100%;
}
#divWriteUp
{
    float:left;
    width:100%;   
    border-bottom:1px dotted gray; 
    padding-bottom:5px;
}
.btnSignUp
{
   background:url("../Images/btnsubmit.png") no-repeat;
    border:medium none;
    cursor:pointer;
    height:22px;
    width:90px;
    margin-bottom:10px;
    margin-left:120px;
    margin-top:10px;
}


.spnTimings
{
    color:#3061CF;
    font-weight:bold;
    padding-left:20px;  
    float:left;
    margin-top:4px;
}
#divTimeSlotDetails
{
    width:100%;
    float:left;
    margin-top:5px;
}
#divTimeSlots
{
    color:#92231D;
    float:left;   
    font-weight:bold;
    padding-top:5px;
    width:100%;
}
#divJoin
{
    float:left;
    margin-left:10px;
}
.btnJoin
{
    background:url("../Images/signup.png") no-repeat;
    height:22px;
    width:90px;
    display:block;
    float:left;
}
#divRegistration
{
    float:left;
    margin-left:150px;
    padding-top:5px;
}
.LeftNavigationDiv
{
    float: left;
    padding-left: 5px;
}
.spnDuration
{
    font-weight:bold;
    color:#92231D;
}
.divTopicList b
{
    color:#92231d;
}
.divWebcastDetail
{
    float:left;
    padding-top:20px;
    width:100%;
    border-bottom:1px dotted gray;
    padding-bottom:10px;
}
.spnTitle
{
    color:#1f6188;
float:left;
font-family:helvetica;
font-size:14px;
font-weight:bold;
width:100%;
  padding-bottom:10px;
}
.tdsignupLeft
{
    padding-top:2px;
}
.btnWebContinue
{
    background:url("../Images/btnContinue.png") no-repeat scroll 0 0 transparent;
    height:22px;
    margin-left:300px;
    border:none;
    margin-top:10px;
    text-align:center;
    width:90px;
}
#divText
{
    float:left;
    font-size:15px;
    font-weight:bold;
    margin-left:10px;
    padding-bottom:15px;
    padding-top:10px;
    width:650px;
}
.RightsideContentPlaceHolderDiv
{
    border-left:1px solid #CDCDCD;
    float:left;
    margin-left:10px;
    padding-left:10px;
    padding-top:10px;
    width:730px;
    text-align:left;
}
#divImage
{
    background:url("../Images/webcastIcon.jpg") no-repeat scroll 0 0 transparent;
    float:left;
    height:45px;
    width:48px;
}
.LeftNavigationTreeview
{
    background-color: #474747;
    font-weight: bold;
}

.SelectedNode
{
    background-color: #333333;
}

.HoverNode
{
}

.NonselectedNode
{
    color: #fff;
    background-color: #474747;
    background-color: #333333;
}

.WebsiteTemplateContainer
{
    background-color: #ebebeb;
    width: 215px;  
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    margin: 10px;
    border: solid 1px #d2d2d2;
    float:left;
    height:222px;
}
.WebsiteTemplateContainer:hover
{
    background:#b7d1df !important;
}
.WebsiteTemplateContainerdiv
{
    text-align: left;
    width: 100%;
    float: left;
}

.divWebsiteTemplateID
{
    float:left;
    font-size:11px;
    padding-left:15px;
}
.divWebsiteTemplateCaption
{
    width: 100%;
    font-weight: bold;
}

.divViewLarge
{
    float: right;
    padding-right: 12px;
    vertical-align: middle;
}
.ViewLargeText
{
    color:#333333;
    float:left;
    font-size:11px;
}
.WebsiteTemplateThubImage
{
    width: 100%;
    padding-top:5px;
    float:left;
}

.datalstWebsiteTemplate
{
    margin-left: 20px;
}
#divWebcast
{
    float:left;
    margin-left:10px;
    margin-top:10px;    
}
#divWebcast a
{
    text-decoration:none;
    color:#1f6188;
    font-size:13px;
    font-weight:bold;
}
#divWebcast a:hover
{
    text-decoration:underline;
}
.WebsiteTemplateHeader
{
    text-align: left;
    color: #303030;
    font-size: 13px;
    font-weight: bold;
    height: 22px;
    border: solid 1px #d9d9d9;
    background: url(../Images/FAQ/HeadingBg.jpg) repeat-x;
    padding-left: 20px;
    padding-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.ViewEnlargeLink
{
    color: #303030;
    cursor: pointer;
    text-decoration: none;
}
#divWriting
{
    color:#303030;
    font-family:arial;
    font-size:12px;
    padding-left:20px;
    padding-right:20px;
    text-align:left;
}
.ViewLargeText:hover
{
    text-decoration: underline;
}
#divLine
{
    border-bottom:1px dotted gray;
    float:left;
    margin:0 0 10px 25px;
    width:700px;
}
/* (END) DemoSubMaterPage (END) */

/* Client Utility page */
#divContent
{
    margin-left: 10px;
    margin-top: 5px;
    text-align: left;
    float: left;
}
#divPage
{
    float: left;
    margin-top: 5px;
    border: 1px solid #a5a5a7;
}
.divPage
{
    width: 760px;
    text-align: left;
}
#divFileUpload
{
    background-color: #D6E8F2;
    float: left;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
    width: 740px;
}
.divInner
{
}
.tdDispFiles
{
    padding-top: 15px;
    padding-bottom: 10px;
}
#divInfo
{
    background-color: #8CBBD7;
    float: left;
    color: White;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    width: 97.5%;
}
#divUploadedFiles
{
    float: left;
}
#tdRemoveButton
{
    padding: 3px;
}
.divFileNames
{
    background-color: white;
    width: 760px;
}
.divFileNamesAlt
{
    background-color: #D6E8F2;
    width: 760px;
}
#tdFileName
{
    padding-left: 50px;
    width: 340px;
}
#tdDateTime
{
    padding-right: 30px;
    text-align: right;
}
/* End of Client Utility */

/* Website Template */

#tblSearchTable
{
    margin: 4px;
}
#tdSearchCurve
{
    background: url(../Images/SearchCurve.jpg) no-repeat right top;
    width: 20px;
    height: 33px;
}
#tdSearchTextBox
{
    background: url(../Images/SearchBg.jpg) repeat-x;
}
.imgSearchItemButton
{
    margin: 0px;
}
.txtSearch, .watermarked
{
    border: none;
    background-color: Transparent;
    margin-left: 5px;
    width: 140px;
}

#divSearchTextbox
{
    float: right;
    margin-right: 10px;
}

.pnlNoTemplates
{
    color: Red;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    display: block;
    padding-left: 20px;
    padding-top: 20px;
}
#divCategoryTop
{
    background:url("../Images/SubNavTop.jpg") no-repeat scroll 0 0 transparent;
    height:9px;
    width:184px;
    margin-bottom:1px;
}
#divCategoryBottom
{
    background:url("../Images/SubNavBottom.jpg") no-repeat scroll 0 0 transparent;
    height:9px;
    width:184px;
}
#divTemplateDescription
{
    color:#333333;
    float:left;
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    margin:5px 0 2px 15px;
    text-align:left;
}
/* Website Template */