﻿* html img,
* html .png{
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
                this.src = "/_layouts/BSEC/ClientLibraries/ImageLibrary/blank.gif") :
            '') :          
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
}

html, body
{
    height: auto !important;
    height: 100% !important;
    margin: 0px;
    padding: 0px;
    top: 0px;
    font: 11px Tahoma;
    color: #4d76c0;
    background-image: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/background.png);
    background-repeat: repeat-x;
}
div
{
}
.clr
{
    clear: both;
    position: relative;
}
img
{
    border: 0px;
}
#aspnetForm
{
    height: 100%;
    height: auto !important;
}

/* Layouts Style */
#Container
{
    margin: 0 auto;
    width: 834px;
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/bg_LeftSide.png) repeat-y left top;
}
#Container #Header
{
    width: 834px;
}
#Container #Header #SiteMenu
{
    height: 71px;
    background: #1e375d;
    z-index: 999;
}
#Container #Header #TopAnimation
{
    position:relative;
    height: 191px;
}
#Container #Header #TopAnimation .TopBannerMaquee{
    position:absolute;
    top: 165px;
    left:230px;
    height:25px;
    width: 265px;
    z-index: 999;
    font: 11px Arial !important;
    color: #FFF !important;
}

#Container #Content
{
    height: auto !important;
    height: 100% !important;
}
#Container #Content, #LeftSide, #ContentSide, #ContentSide #HomeSide, #ContentSide #RightSide
{
    float: left;
}
#Container #Content #LeftSide
{
    width: 192px;
    float: left;
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/bg_LeftSide.png) repeat-y;
}
#Container #Content #ContentSide
{
    width: 642px;
    height: 100%;
    min-height: 500px;
    background-color: #fff;
    background-image: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/bg_Home.png);
    background-repeat:  no-repeat;
}
#Container #Content #ContentSide #HomeSide
{
    width: 470px;
    height: 100%;
}
#Container #Content #ContentSide #RightSide
{
    width: 172px; /*    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/bg_Right.png) no-repeat;*/
    height: 100%;
}
#Container #Footer
{
    display: block;
    height: 100px;
    width: 834px;
    background-color: Fuchsia;
}
#ContentSide div span span div iframe
{
    width: 640px;
    height: 600px;
}

/* - - - - - - - - - - - - - - - - - - - - - - */
/* round Table Round */
div.rounded
{
    clear: both;
    max-width: 2400px;
    margin: 5px auto;
    width: 95%;
}
div.rounded div.top
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/Round_tl.png) no-repeat bottom left;
    padding: 0px;
    width: 100%;
}
div.rounded div.top div.right
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/Round_tr.png) no-repeat bottom right;
    height: 11px;
    margin-left: 11px;
}
div.rounded div.middle
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/Round_l.png) repeat-y left;
    clear: both;
    width: 100%;
}
div.rounded div.middle div.right
{
    /*background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/Round_r.png) repeat-y right;*/
    margin-left: 5px;
}
div.rounded div.middle div.right div.content
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/Round_bg.png) repeat top left;
    color: #4d76c0;
    font-family: Tahoma, "Trebuchet MS" , Calibri, sans-serif;
    font-size: 1.0em;
    line-height: 1.3em;
}

div.rounded div.middle div.right div.content a
{
    font-weight: bold;
    color: #001d4a;
    text-decoration: none;
}
div.rounded div.middle div.right div.content .TblContent
{
    padding: 3px;
    border: none 0;
    width: 95%;
}
div.rounded div.middle div.right div.content .tdImg img
{
    padding: 3px;
    width: 120px !important;
}
div.rounded div.middle div.right div.content .tdSummary
{
    vertical-align: top;
}
div.rounded div.bottom
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/Round_bl.png) no-repeat top left;
    clear: both;
    padding: 0px;
    width: 100%;
}
div.rounded div.bottom div.right
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/Round_br.png) no-repeat top right;
    height: 11px;
    margin-left: 11px;
}
#Container #Content #ContentSide #HomeSide .HomeNewsMoreLink a
{
    text-align: right;
    font: bold 11px Tahoma;
    color: #001d4a;
    text-decoration: none;
    display: block;
    padding-right: 13px;
}
#Container #Content #ContentSide #HomeSide .HomeNewsMoreLink a:hover
{
    text-decoration: underline;
}
/* - - - - - - - - - - - - - - - - - - - - - - */
/* Home Items Styles */
div.HomeItemsHead
{
    width: 96%;
    margin: 10px 0 7px 10px;
    height: 26px;
}
div.HomeItemsHead .Left
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/Home_hd_lf.png) no-repeat left top;
    width: 170px;
    padding: 4px 0px 0px 8px;
}
div.HomeItemsHead .Right
{
    width: 259px;
}
div.HomeItemsHead .All
{
    display: block;
    height: 26px;
    float: left;
    font: bold 14px Arial !important;
    color: #fff;
}
div.HomeItemsHeadGeneral
{
    width: 96%;
    height: 26px;
    margin: 10px 0 7px 10px;
}
div.HomeItemsHeadGeneral .Left
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/Home_hd_lfbg.png) no-repeat left top;
    width: 13px;
}
div.HomeItemsHeadGeneral .Right
{
    padding: 4px 25px 0px 8px;
    min-width: 259px;
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/Home_hd_rgbg.png) no-repeat right top;
}
div.HomeItemsHeadGeneral .All
{
    display: block;
    height: 26px;
    float: left;
    font: bold 14px Arial !important;
    color: #fff;
}
/* - - - - - - - - - - - - - - - - - - - - - - */
/* News Accordion Styles */
#News_Accordion_Hd
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/News_Accordion_Hd.png) no-repeat;
    display: block;
    width: 136px;
    height: 32px;
    font: bold 13px Tahoma;
    color: #FFF;
    padding: 3px 0 0 35px;
}
#News_Accordion_ft
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/News_Accordion_ft.png) no-repeat;
    display: block;
    width: 172px;
    height: 20px;
}
#Container #Content #ContentSide #RightSide #RightNews .NewsAccordion
{
    width: 172px;
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/News_Accordion_Bg.png) repeat-y;
}
#Container #Content #ContentSide #RightSide #RightNews .NewsAccordion div
{
    font: 11px Tahoma;
    padding-top: 5px;
}
#Container #Content #ContentSide #RightSide #RightNews .NewsAccordion .accordionHeader
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/News_Accordion_Header.png) no-repeat;
    width: 147px;
    height: 29px;
    cursor: pointer;
    padding-left: 25px;
    color: #FFF;
}
#Container #Content #ContentSide #RightSide #RightNews .NewsAccordion .accordionHeaderSelected
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/News_Accordion_Header_Alter.png) no-repeat;
    width: 147px;
    height: 29px;
    cursor: pointer;
    padding-left: 25px;
    color: #FFF;
}
#Container #Content #ContentSide #RightSide #RightNews .NewsAccordion .accordionContent
{
    width: 140px;
    margin-left: 25px;
    margin-bottom: 5px;
    font: 11px Tahoma !important;
    color: #3866ad !important;
}
.accordionContent img
{
    width: 126px !important;
}
#Container #Content #ContentSide #RightSide #RightNews .NewsAccordion .accordionContent a
{
    font: 11px Tahoma !important;
    text-decoration: none;
    color: #3866ad !important;
}
#Container #Content #ContentSide #RightSide #RightNews .NewsAccordion .accordionContent a:hover
{
    text-decoration: underline;
}
/* - - - - - - - - - - - - - - - - - - - - - - */
/* Calendar Styles */
#RightCalendar
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/RightCalendarBg.png) no-repeat top left;
    width: 172px;
    height: 185px;
}
#RightCalendar #CalenderBG .AllEventLink
{
    display: block;
    text-align: center;
    padding-top: 8px;
}
#RightCalendar .AllEventLink a
{
    text-decoration: none;
    font: 11px Tahoma;
    color: #FFF;
}
#RightCalendar .AllEventLink a:hover
{
    color: #3866ad;
}
#RightCalendar #CalenderBG
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/CalendarBg.png) no-repeat;
    display: block;
    width: 172px;
    height: 135px;
}
#RightCalendar #CalenderBG #MyCalendar
{
    margin-left: 10px;
    margin-top: 3px;
}
#RightCalendar #CalenderBG #MyCalendar td
{
    background-color: transparent !important;
}
#RightCalendar #CalenderBG #MyCalendar img
{
    border: 0px;
}
#RightCalendar #CalenderBG #MyCalendar.Calendar
{
    font: bold 10px Verdana;
}
#RightCalendar #CalenderBG #MyCalendar.Calendar a
{
    text-decoration: none;
}
#RightCalendar #CalenderBG #MyCalendar.Calendar td
{
    text-align: center;
}
#RightCalendar #CalenderBG #MyCalendar .DayStyle
{
    background-color: #FFF !important;
    text-align: right !important;
    color: #002871 !important;
}
#RightCalendar #CalenderBG #MyCalendar .OtherMonthDate
{
    background-color: #eef2fe !important;
    text-align: right !important;
    color: #88a3c7 !important;
}
#RightCalendar #CalenderBG #MyCalendar .WeekendDayStyle
{
    background-color: #c7d9f0 !important;
    text-align: right !important;
    color: #5e91d4 !important;
}
#RightCalendar #CalenderBG #MyCalendar .ActivityDay
{
    background-color: #2b4c99 !important;
    text-align: right !important;
}
#RightCalendar #CalenderBG #MyCalendar .ActivityDay a
{
    color: #FFF !important;
    text-decoration: none;
}
#RightCalendar #CalenderBG #MyCalendar .DayStyleTodayDayStyle
{
    border: solid 1px #012971;
    
}
#RightCalendar #CalenderBG #MyCalendar .SelectDayStyle, .TodayDayStyle
{
    background-color: transparent !important;
    border: solid 1px #244789;
}
#RightCalendar #CalenderBG #MyCalendar .SelectDayStyle, .TodayDayStyle
{
    text-align: right !important;
    color: #002871 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - */
/* Left Side Div Styles */
/*-- SEARCH BOX STYLES*/
#Container #Content #LeftSide .SearchPanel
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/SearchBoxBG.png) no-repeat;
    width: 192px;
    height: 39px;
    margin: 0;
}
#Container #Content #LeftSide .SearchPanel .SearchTitle
{
    padding: 2px 0 0 15px;
    font: bold 12px Tahoma;
    color: #FFF;
    display: block;
}
#Container #Content #LeftSide .SearchPanel .SearchBox
{
    display: block;
}
#Container #Content #LeftSide .SearchPanel .SearchBox .SearchTextBox
{
    border: none 0;
    background: none;
    height: 15px;
    width: 125px;
    margin: 2px 0 0 20px;
    font: 11px Tahoma;

}
#Container #Content #LeftSide .SearchPanel .SearchBox .SearchImageBtn
{
    vertical-align: top;
    margin-left: 10px;
}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- LEFT MENU STYLES -- */
#Container #Content #LeftSide #LeftMenu
{
    margin-left: 1px;
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/LeftMenuBG.png) no-repeat;
}
#LeftTreeMenu
{
    width: 191px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-type: none;
    display: block;
}
#LeftTreeMenu li ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-type: none;
}
#LeftTreeMenu li ul li
{
    text-indent: 15px;
    background-color: #5f8dc9;
}
#LeftTreeMenu li ul li div
{
    background: none;
    background-color: #5f8dc9;
}
#LeftTreeMenu img
{
    position: relative;
}
#LeftTreeMenu a
{
    font: 13px Franklin Gothic Medium !important;
    color: #FFF !important;
    text-decoration: none;
    padding-left: 5px;
    padding-bottom: 3px;
}
#LeftTreeMenu a:hover
{
    color: #001d4a !important;
}
#LeftTreeMenu li div
{
    min-height: 23px;
    padding-top: 10px;
    background: url(/_LAYOUTS/BSEC/ClientLibraries/ImageLibrary/menu_line_i.png) repeat-x;
    overflow: hidden;
}
#LeftTreeMenu li div li
{
    padding:0 0 0 5px;
    margin: 0px;
    list-style: none;
    list-style-type: none;
}

#LeftTreeMenu li div li a
{
    text-indent:0px !important;
}
/*
#Container #Content #LeftSide #LeftMenu.L_StaticMenuStyle
{

}
#Container #Content #LeftSide #LeftMenu.L_StaticSelectedStyle
{

}
.LeftMenuStyle
{
    padding-top: 10px;
    padding-bottom: 7px;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
    display: block;
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/LeftMenuLine.png) repeat-x left bottom;    
}
.L_StaticMenuItemStyle a
{
    font: 13px Franklin Gothic Medium !important;
    color: #FFF !important;
    text-decoration: none;
}
.L_StaticMenuItemStyle a:hover
{
    color: #001d4a !important;
}


#Container #Content #LeftSide #LeftMenu.MenuItems
{

}
#Container #Content #LeftSide #LeftMenu #MenuAcoordion div.MenuItem
{
    padding-top: 10px;
    padding-bottom: 7px;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
}
#Container #Content #LeftSide #LeftMenu #MenuAcoordion .MenuSubItem
{
    background-color: #5f8dc9;
    width: 95%;
    padding-left: 8px;
}
#Container #Content #LeftSide #LeftMenu #MenuAcoordion .MenuSubItem a
{
    font: 13px Franklin Gothic Medium !important;
    color: #FFF !important;
    text-decoration: none;
}
#Container #Content #LeftSide #LeftMenu #MenuAcoordion .MenuSubItem a:hover
{
    color: #001d4a !important;
}
#Container #Content #LeftSide #LeftMenu div a
{
    font: 12px Franklin Gothic Medium !important;
    color: #FFF !important;
    text-decoration: none;
}
#Container #Content #LeftSide #LeftMenu div a:hover
{
    color: #001d4a !important;
}
#Container #Content #LeftSide #LeftMenu .MenuItem
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/LeftMenuLine.png) repeat-x left bottom;
}
*/
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* - - - - - - - - - - - - - - - - - - - - - - */
/* SiteMenu Styles */

#Container #Header #SiteMenu #TextMenu
{
    height: 22px;
    margin-right: 40px;
    text-align: right;
    padding-top: 15px;
}
#Container #Header #SiteMenu #TextMenu a
{
    font: 12px Franklin Gothic Medium !important;
    color: #FFF !important;
    text-decoration: none;
    margin-left: 10px;
}
#Container #Header #SiteMenu #TextMenu a:hover
{
    color: #577fb6 !important;
}
#Container #Header #SiteMenu #ImgMenu
{
    height: 34px;
    margin-left: 21px;
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/SiteMenuCenter.png) repeat-x;
}
#Container #Header #SiteMenu #ImgMenu .center
{
    width: 753px;
    height: 34px;
    float: left; /*margin-top: 10px;*/
}
#Container #Header #SiteMenu #ImgMenu .center a
{
    font: 13px Franklin Gothic Medium !important;
    color: #FFF;
    text-decoration: none;
    margin-right: 15px;
}
#Container #Header #SiteMenu #ImgMenu .center a:hover
{
    color: #1e375d !important;
}
#Container #Header #SiteMenu #ImgMenu .left
{
    float: left;
    width: 30px;
    height: 34px;
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/SiteMenuLeft.png) no-repeat;
}
#Container #Header #SiteMenu #ImgMenu .right
{
    float: left;
    width: 30px;
    height: 34px;
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/SiteMenuRight.png) no-repeat;
}
/* ASP Menu Styles */
#Container #Header #SiteMenu #ImgMenu .ASPMenuStyle
{
    height: 34px;
}
div.DynamicMenuStyle
{
    background: #c1d1e7;
}
.DynamicHoverStyle
{
}
div.DynamicMenuStyle .DynamicMenuItemStyle
{
    padding: 3px;
    border-bottom: solid 1px #4a70a1;
}
div.DynamicMenuStyle .DynamicMenuItemStyle td
{
}
div.DynamicMenuStyle .DynamicMenuItemStyle a
{
    color: #000 !important;
    font: 13px Franklin Gothic Medium !important;
    text-decoration: none;
    margin: 5px 0 5px 0;
}
div.DynamicMenuStyle .DynamicSelectedStyle
{
}
/* Information Content ASP Menu */

#Container #Content #ContentSide .ASPMenuStyle
{
 
    margin-left: 10px;
}
#Container #Content #ContentSide .ASPMenuStyle .StaticMenuItemStyle td
{
    height: 31px;
    background:url(/_layouts/BSEC/ClientLibraries/ImageLibrary/TabBG_Left_Selected.png) no-repeat left top;
    padding-left: 20px;
    width:100%;
    min-width:150px;
}

#Container #Content #ContentSide .ASPMenuStyle .StaticMenuItemStyle a
{
    display: block;
    height: 31px;
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/TabBG_Right_Selected.png) no-repeat right top;
    padding-top: 10px;
    font: bold 11px Arial;
    text-decoration: none;
    color: #1c4f94;
    padding-right:30px;
    
}

#Container #Content #ContentSide .ASPMenuStyle .StaticSelectedStyle td
{
    height: 31px;
    background:url(/_layouts/BSEC/ClientLibraries/ImageLibrary/TabBG_Left.png) no-repeat left top;
    padding-left: 20px;
    width:100%;
    min-width:150px;
}
#Container #Content #ContentSide .ASPMenuStyle .StaticSelectedStyle a
{
    display: block;
    height: 31px;
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/TabBG_Right.png) no-repeat right top;
    padding-right: 45px;
    padding-top: 10px;
    font: bold 11px Arial;
    text-decoration: none;
    color: #1c4f94;
    
}
/* ----------------------------------------------- */
/* EventAccordion */
/* ----------------------------------------------- */
.ContentDefaultStyle
{
    padding: 10px;
    color: #4D76C0;
}
.ContentDefaultStyle .EventAccordionHeader
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/EventAccordionHeader.png) no-repeat left top;
    display: block;
    height: 42px;
    width: 570px;
    padding: 0px 30px 0 20px;
    margin:10px 0 0 0;
}
.ContentDefaultStyle .EventAccordionHeader a, .ContentDefaultStyle .EventAccordionHeaderSelected a
{
    font: bold 11px Tahoma;
    color: #003A79;
    text-decoration: none;
}
.ContentDefaultStyle .EventAccordionHeaderSelected
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/EventAccordionHeader_up.png) no-repeat left top;
    display: block;
    height: 42px;
    width: 570px;
    padding: 0 30px 0 20px;
    margin:10px 0 0 0;
}
.ContentDefaultStyle .EventAccordionContent
{
    width: 580px;
    padding: 10px;
    background-color: #CBDDF9;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
/*   */

.AllEventDayLbl
{
    width: 210px;
    height: 19px;
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/AllEventDay.png) no-repeat left top;
    display: block;
    text-align: center;
}
.AllEventDayLbl .AllEventDayLbl_Date
{
    font: bold 12px Franklin Gothic Medium !important;
    color: #003978;
    margin-bottom: 15px;
}
.AllEventDayLbl .AllEventDayLbl_Day
{
    font: bold 12px Franklin Gothic Medium !important;
    color: #3379b7;
    padding: 0px;
}
.AllEventPrevDayBtn
{
    width: 78px;
    height: 19px;
    padding: 0px;
}
.AllEventNextDayBtn
{
    width: 62px;
    height: 19px;
    padding: 0px;
}
.TbSpacer
{
     width: 30px;
     padding: 0px;
}
/*-------------------------------------*/
/* Global Styles */
.ContentDefaultStyle a
{
    color: #4D76C0;
    text-decoration: underline;
}
.DetailCalendarTitle
{
    font-weight: bold;
}
.DataRepeater
{
    text-align: center;
    width: 95%;
}
.DataRepeater a
{
    font: 11px Verdana;
    color: Gray;
    text-decoration: none;
}
.DetailCalendarDates img
{
    margin: 3px;
    vertical-align: middle;
}
.DataRepeater a:hover
{
    color: #577fb6;
}
.GenericStyle
{
    padding: 0 10px 10px 10px;
    color: #4D76C0;
    background-color:#FFF;
}
.GenericStyle img
{
    padding: 3px;
}
.GenericImage img
{
    width: 250px;
    float:left;
}
.GenericStyle a
{
    color: #4D76C0;
}.GenericStyle a:hover
{
    color: #1c4f94;
}
/*-----------------------------------*/
#ContentSide .ms-WPBody .srch-WPBody .srch-results .srch-Icon
{
    padding: 5px;
}
.srch-stats
{
    padding: 5px;
}
/*------------------------------------*/
.pnlSearchBox
{
    background: url(/_layouts/BSEC/ClientLibraries/ImageLibrary/SearchTextBox.png) no-repeat left top;
}
.pnlSearchTextBox
{
    margin: 0 0 0 5px;
    border: none 0;
    background: none;
    font: 11px Tahoma;
    height:15px;
    width:125px;
}
.pnlSearchImageBtn
{
    vertical-align: top;
    margin: 0 0 0 15px;
}
/* - Edit Form (Admin) Styles -*/
.EditFormStyle
{
    padding: 0 10px 10px 10px;
    color: #4D76C0;
}
.EditFormStyle input
{
    border: solid 1px #17447f;
    background: #d4deeb;
    font: 12px "Trebuchet MS";
}
/* - - - - - - - - - - - - - - */