﻿body
{
    background-image: url('/Content/Images/bg.jpg');
    background-color: White;
    margin: 0px;
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 12px;
    color: #536e7d;
}
a
{
    text-decoration: underline;
    color: #00486a;
    font-weight: bold;    
    /*font-size: 10px;*/
}
a.Menu
{
    text-decoration: none;
}
a.UserControl
{
    text-decoration: none;
    font-size: 10px;
}
img
{
    border-width: 0px;
}
.Clear
{
    clear: both;
}
.Main
{
    margin: auto;
    width: 980px;
}
.Header
{
    width: 100%;
    height: 370px;
}

.HeaderMenu
{
    height: 48px;
}

.Banner
{
    width: 100%;
    padding-left: 38px;
}
.Content
{
    width: 100%;
    padding-left: 38px;
    background-image: url('/Content/Images/bgInner.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.Footer
{
    margin-top: 15px;
    width: 100%;
    padding-left: 38px;
}

.LeftBanner
{
    background-image: url('/Content/Images/LeftTopBanner.gif');
    width: 11px;
    height: 52px;
    float: left;
}

.CenterBanner
{
    background-image: url('/Content/Images/BgTopBanner.gif');
    width: 866px;
    height: 52px;
    float: left;
    padding-top: 10px;
    background-repeat: repeat-x;
    padding-left: 16px;
}

.RightBanner
{
    background-image: url('/Content/Images/RightTopBanner.gif');
    width: 11px;
    height: 52px;
    float: left;
}
.LeftContent
{
    float: left;
    width: 247px;
}
.RightContent
{
    float: left;
    width: 695px;
}
.LeftNavMenu
{
    width: 235px;
}
.LeftNavMenu > ul
{
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}
.LeftNavMenu > ul > li
{
    float: left;
    width: 235px; /*height: 35px;*/
    padding-bottom: 5px;
}
.LeftNavMenu > ul > li > a
{
    background-image: url('/Content/Images/ButtonBg.png');
    width: 203px;
    height: 24px;
    float: left;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding-top: 6px;
    padding-left: 32px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.BannerImage
{
    padding-top: 5px;
}

.LeftNavBox
{
    margin-top: 10px;
}

.LeftNavBoxTop
{
    width: 235px;
    height: 25px;
}

.LeftNavBoxContent
{
    width: 220px;
    padding: 5px 5px 5px 10px;
    background-color: #005679;
    color: White;
}
.LeftNavBoxContent input
{
    width: 120px;
    background-color: #6fbcd9;
    border: solid 1px #014a6e;
}

.LeftNavBoxBottom
{
    background-image: url('/Content/Images/LeftNavBoxBottom.gif');
    width: 235px;
    height: 5px;
}
.ButtomBar
{
}
.ButtomLeft
{
    background-image: url('/Content/Images/LeftBottomBanner.png');
    width: 6px;
    height: 30px;
    float: left;
}
.ButtomContent
{
    background-image: url('/Content/Images/BgBottomBanner.png');
    width: 795px;
    height: 30px;
    float: left;
}
.ButtomRight
{
    background-image: url('/Content/Images/RightBottomBanner.png');
    width: 100px;
    height: 30px;
    float: left;
}

.ButtomCopyRight
{
    margin: auto;
    text-align: center;
    width: 100%;
    padding-top: 15px;
}

.ButtomContent ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-top: 8px;
}

.ButtomContent ul li
{
    float: left;
    padding-left: 20px;
    text-align: center;
}

.ButtomContent ul li a
{
    text-decoration: none;
    color: White;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.HomeBox
{
    /*background-image: url('/Content/Images/HomeWelcom.png');
    width: 655px;
    height: 290px;
    background-repeat:no-repeat;*/
    background-color: #cce2ff;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    height:318px;
}
.HomeBoxTop
{
    width: 655px;
    height: 15px;
}
.HomeBoxContent
{
}
.HomeBoxBottom
{
    width: 655px;
    height: 15px;
}

.HomeBoxContentLeft
{
    /*width: 455px;*/
    float: left;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.HomeBoxContentRight
{
    width: 166px;
    float: left;
}

.HomeBoxContentLeft ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
}

.HomeBoxContentLeft ul li
{
    float: left;
    margin-left: 5px;
}
.Box
{
    width: 655px;
}
#PoweredBox
{
    width: 900px;
    padding-top:0px;
    padding-left: 38px;
}
.InnerBoxTop
{
    background-image: url('/Content/Images/InnerTop.png');
    width: 655px;
    height: 8px;
    background-repeat: no-repeat;
}

.InnerBoxContent
{
    /*background-color: #bfdbff;*/
    background-color: #cce2ff;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
}

.InnerBoxBottom
{
    background-image: url('/Content/Images/InnerBottom.png');
    width: 655px;
    height: 5px;
    background-repeat: no-repeat;
}

.BoxTitle
{
}
.BoxTitle h3
{
    float: left;
    color: #00344D;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-size: 1.17em;
}
.TitleBorder
{
    width: 65%;
    border-bottom: solid 5px #cbe2ff;
    float: left;
    height: 10px;
    margin-left: 10px;
}

.BoxContent
{
}


/******************           Slide show                  **********************/
#theImages ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#theImages ul li
{
    float: left;
}
#dhtmlgoodies_slideshow
{
    float: left;
    width: 670px;
}
#previewPane
{
    border: 0px solid #CCCCCC;
    height: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
#Pan_top
{
    height: 422px;
}
#Pan_bottom
{
    height: 422px;
}
#waitMessage
{
    background-color: #FFFFFF;
    border: 3px double #000000;
    color: #555555;
    display: none;
    font-family: arial;
    font-size: 0.9em;
    left: 200px;
    padding: 4px;
    position: absolute;
    top: 150px;
}
#previewPane
{
    text-align: center;
}
#previewPane #largeImageCaption
{
    font-family: Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif;
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
}
#previewPane #largeImageCaption
{
    font-family: Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif;
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
}
#galleryContainer
{
    border: 0px solid #cd9c64;
    height: 70px;
    overflow: hidden;
    padding: 0px;
    top: 8px;
    position: relative;
}


#theImages
{
    height: 70px;
    left: 40px;
    position: absolute;
    width: 100000px;
}
#theImages .imageCaption
{
    display: none;
}
#theImages #slideEnd
{
    float: left;
}
#previewPane
{
    border: 0px solid #CCCCCC;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    position: relative; /* CSS HACK */
    height: 412px; /* IE 5.x */
    height: /* */ /**/ 400px; /* Other browsers */
    height: /**/ 370px;
    margin-bottom: 10px;
}
#previewPane img
{
    padding-top: 0px;
    width: 560px;
    height: 336px; /*line-height: 400px;*/
}
#previewPane #largeImageCaption
{
    /* CSS styling of image caption below large image */
    font-style: italic;
    text-align: center;
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; /* Font to use */
    font-size: 0.9em;
}
#galleryContainer
{
    height: 100px; /* Height of the images + 2 */
    border: 0px solid #gray;
    position: relative;
    overflow: hidden;
    padding: 0px; /* CSS HACK */
    height: 102px; /* IE 5.x - Added 2 pixels for border left and right */
    height: /* */ /**/ 101px; /* Other browsers */
    height: /**/ 101px;
}
#arrow_left
{
    position: absolute;
    left: 0px;
    z-index: 10;
    padding: 0px;
    width: 15px;
    height: 60px;
    padding-top: 0px;
}
#arrow_left img
{
    float: left;
}
#arrow_right
{
    position: absolute;
    right: 0px;
    z-index: 10;
    padding: 0px;
    width: 15px;
    height: 60px;
    padding-top: 0px;
}
#arrow_right
{
    float: right;
}
#theImages
{
    position: absolute;
    height: 100px;
    left: 30px;
    width: 100000px;
}
#theImages #slideEnd
{
    float: left;
}
#theImages img
{
    float: left;
    padding-right: 25px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer;
    border: 0px;
}
#waitMessage
{
    display: none;
    position: absolute;
    left: 200px;
    top: 150px;
    background-color: #FFF;
    border: 3px double #000;
    padding: 4px;
    color: #555;
    font-size: 0.9em;
    font-family: arial;
}
#theImages .imageCaption
{
    display: none;
}
.photo_list_items
{
    float: left;
    height: 106px;
    left: 10px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    top: 8px;
    width: 670px;
}

.ContentData
{
    color: #034D6F;
    padding-right: 15px;
    padding-top: 15px;
    padding-left: 10px;       
}
.DownloadsContentData
{
    color: #034D6F;
    padding-right: 15px;
    padding-top: 15px;
    padding-left: 10px;       
    line-height: 2.0em;
}

h4
{
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
}

.HeaderMenu ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
}

.HeaderMenu ul li
{
    float: left;
    padding-left: 18px;
}

.HeaderMenu ul li a
{
    color: White;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.login
{
    background-image: url('/Content/Images/bgLogin.png');
    width: 520px;
    height: 26px;
    margin-bottom: 5px;
    padding-left: 135px;
    padding-top: 4px;
}
.login div
{
    float: left;
}


.login .LoginUser
{
    float: left;
    margin-top: 2px;
    font-weight: bold;
    font-size: 15px;
    color: white;
}
.login .LoginUser b
{
    text-transform: uppercase;
}


#UserName
{
    background-image: url('/Content/Images/username.gif');
    background-repeat: no-repeat;
    width: 117px;
    height: 20px;
    border-width: 0px;
    padding-left: 3px;
    color: #808486;
}
#Password
{
    background-image: url('/Content/Images/password.gif');
    background-repeat: no-repeat;
    width: 93px;
    height: 20px;
    border-width: 0px;
    margin-left: 5px;
    padding-left: 3px;
    color: #808486;
}
#btnLogin
{
    background-image: url('/Content/Images/btnLogin.gif');
    width: 30px;
    height: 22px;
    border-width: 0px;
    text-indent: -600px;
    cursor: pointer;
}

.divInnerMenu
{
    background-color: #BFDBFF;
    padding-left: 5px;
    padding-top: 10px;
}

.divInnerMenuButtom
{
    background-image: url('/Content/Images/menuButtonBG.png');
    width: 235px;
    height: 8px;
}

.divInnerMenu a
{
    font-size: 12px;
    line-height: 18px;
    color: #0F2935;
    font-weight: bold;
}

.tableItem
{
    clear: both;
    padding-bottom: 8px;
}
.txtBox
{
    float: left;
}

.txtBox input, .txtBox select
{
    background-image: url('/Content/Images/TextBox.jpg');
    background-repeat: no-repeat;
    width: 395px;
    height: 20px;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
}


.txtBox select
{
    background-image: url('/Content/Images/TextBox.jpg');
    background-repeat: no-repeat;
    width: 405px;
    height: 22px;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.txtBox select[multiple='multiple']
{
    background-image: none;
    background-repeat: no-repeat;
    width: 405px;
    height: 70px;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.txtBox textarea
{
    width: 394px;
    height: 50px;
    border: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.lable
{
    width: 90px;
    float: left;
    padding-top: 5px;
    font-weight: bold;
    color: #747A83;
    font-family: arial;
}

input.Button
{
    background-image: url('/Content/Images/Button.jpg');
    background-repeat: no-repeat;
    width: 58px;
    height: 24px;
    color: White;
    border: 0px;
    margin: 0px;
    font-weight: bold;
    cursor: pointer;
}

.validation-summary-errors ul
{
    list-style-type: circle;
}

.validation-summary-errors ul li
{
}

/* Table */
.GridTable
{
    width:630px;
    background-image: url('/Content/Images/GridHeader.png');
    background-repeat:no-repeat;
    background-position:top left;
}
/*00597c*/
.GridTable tr th
{
     color:#00597c;
     text-align:left;
     padding-left:10px;
}
.GridTable tr td
{
    background-color:#9CD7E2;
    color:Black;
}
.Welcome
{    
    /*font-style: italic;*/
    line-height: 30px;
    font-size: 14px;
    color: #17365d;    
}
.Slogan
{
    font-family: MV Boli;
    color:#00b0f0;    
    text-align:center;
    font-size: 18px;
    padding-top:20px;
    padding-bottom:20px;
}
.RMed
{
    font-family: MV Boli;
    font-weight: bold;
    color:#00b0f0;        
    font-size: 18px;
}


#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #005b7d;
    color: white;
}
