﻿@import url('https://fonts.googleapis.com/css?family=Ubuntu');
img{border-style: none}
a
{
    text-decoration: underline;
    color: #3399FF;
}
p{text-align: justify;text-indent: 30px;margin-bottom: 15px;}
*{padding: 0px; outline: 0px; margin: 0px}
body
{
    font-family: 'Ubuntu',Verdana,Tahoma;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    font-size-adjust: none;
    color: #FFF;
}
.TitleBar
{
    padding: 6px;
    font-family: 'Ubuntu',Verdana,Tahoma;
    font-size: 12pt;
    font-weight: normal;
    text-transform: capitalize;
    color: #0066CC;
    border-style: none none dashed none;
    border-width: 1px;
    border-color: #0066CC;
    text-align: center;
}
.StoryHead
{
    font-family: Verdana;
    font-size: 16px !important;
    font-weight: lighter;
    font-style: italic;
    color: #FFCC00;
}
/* common */
.textbox
{
    font-family: 'Ubuntu' ,Verdana,Tahoma;
    font-weight: normal;
    font-size: 13px;
    padding: 6px;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    color: #000000;
}
.TextBoxD
{
    font-family: 'Ubuntu',Verdana,Tahoma;
    font-weight: normal;
    font-size: 13px;
    padding: 6px;
    border: 1px solid #AAAAAA;
    border-radius:5px;
    color: #000000;
}
.textbox:focus,.TextBoxD:focus {
    font-family: 'Ubuntu',Verdana,Tahoma;
    font-weight: normal;
    font-size: 13px;
    padding: 6px;
    border: 1px solid #6699FF;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #00CCFF;
    color: #000000;
}
.style1{width: 100%;}
.TopTdLabel
{
    color: #0066CC;
    padding: 5px;
    text-align: left;
    text-transform: capitalize;
    font-weight: normal;
}
.tdLabel
{
    color: #0099CC;
    padding: 6px;
    text-align: right;
    text-transform: capitalize;
    font-weight: normal;
}
.tdLabel1
{
    color: #0099CC;
    padding: 6px;
    text-align: left;
    text-transform: capitalize;
    font-weight: normal;
}
.RedStar
{
    font-family: Verdana;
    font-size: 10pt;
    color: #FF0000;
}
.InfoLabel
{
    color: #003366;
    padding: 6px;
    text-align: left;
    font-weight: normal;
}
.GV
{
    border-collapse: collapse;
    border: 1px solid #0066CC;
}
.GV TH,.TeamHead
{
    padding: 3px;
    font-weight: normal;
    font-family: verdana;
    font-size: 10pt;
    color: #FFFFFF;
    border: 1px solid #0066CC;
    background-color: #0066CC;
}
.GV TD, .TeamData
{
    padding: 3px;
    font-weight: normal;
    font-family: verdana;
    font-size: 10pt;
    color: #0066CC;
    border: 1px solid #0066CC;
}
.TeamColor1
{
    background-color: #FF9900!important;
    border:none!important;
}
.TeamColor2
{
    background-color: #CC0066!important;
    border:none!important;
}
.TeamColor3
{
    background-color: #009933!important;
    border: none !important;
}
.btn 
{
    border-style: none;
    font-family: 'Ubuntu',Verdana,Tahoma;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding:6px;
}
.bblue{background-color: #0066CC;}
.bred
{
    background-color: #FF3300;
}
.menubar
{
    font-family: 'Ubuntu',Verdana,Tahoma;
    font-size: 15px;
    font-weight: normal;
    overflow: auto;
    background-color: #0066CC; /*border-radius: 0px 0px 3px 3px;*/
    border: 1px solid #0066CC;
    border-top: none !important;
    color: #FFFFFF;
}
        
.menubar ul
{
    list-style: none;
}
        
.menubar ul li
{
    float: left;
    text-align: center;
    padding: 6px;
    color: #FFFFFF;
    font-size: 18px;
}
        
.menubar ul li a
{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #035d85;
    text-decoration:none;
}
        
.menubar a:hover
{
    text-decoration: underline;
}
        
.menubar ul li ul
{
    display: none;
    list-style: none;
    position: absolute;
    z-index: 1000;
    width: 300px;
}
        
.menubar ul li ul li
{
    float: left;
    background-color: #0066CC;
    width: 300px;
    text-align: left;
}
        
.menubar ul li ul li a
{
    border-right: none !important;
    font-size: 13px !important;
    text-indent: 10px;
    width: 150px;
    float:left;
}
        
.menubar ul li:hover ul
{
    display: block;
}
.LnkTop
{
    text-decoration: underline;
    float: right;
    color: #0066CC;
}
.StatDiv1
{
    margin:0px;
    padding: 6px 10px 6px 6px;
    float: left;
    font-family: 'Ubuntu',Verdana,Tahoma;
    font-size: 12pt;
    font-weight: normal;
    color: #FFFFFF;
    font-style: italic;
}
.StatDiv2
{
    margin:0px;
    padding: 6px 10px 6px 6px;
    float: left;
    background-color: #FFFFFF;
    font-family: 'Ubuntu',Verdana,Tahoma;
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
}
.MyList
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
    padding:6px;
    margin-left:24px;
}
.MyList li{padding:6px;}
.FAQQ
{
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    color: #FF0000;
    padding: 6px;
}
.FAQA
{
    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
    color: #009933;
    padding: 6px;
}
.StatDiv3
{
    padding: 6px;
    font-family: 'Ubuntu',Verdana,Tahoma;
    font-size: 12pt;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}
.StatDiv4
{
    padding: 6px;
    background-color: #FFFFFF;
    font-family: 'Ubuntu',Verdana,Tahoma;
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
}    
/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    default stylesheet
    copyright (c) 2011 - 2012 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/

.Zebra_DatePicker *                          { margin: 0; padding: 0; color: #000 }
.Zebra_DatePicker                            { position: absolute; background: #666; border: 3px solid #666; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: none; z-index: 100; font-family: Verdana; font-size: 13px }
/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                      { border-collapse: collapse; border-spacing: 0 }

.Zebra_DatePicker td,
.Zebra_DatePicker th                         { text-align: center; padding: 5px 0 }

.Zebra_DatePicker td                         { cursor: pointer }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker             { margin-top: 3px }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { background: #E8E8E8; width: 30px; border: 1px solid #7BACD2 }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td             { color: #FFF }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { width: 30px }

.Zebra_DatePicker .dp_header .dp_caption    { font-weight: bold }
.Zebra_DatePicker .dp_header .dp_hover      { background: #222; color: #FFF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px }
.Zebra_DatePicker .dp_header .dp_blocked    { color: #888; cursor: default }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th          { background: #FFCC33 }
.Zebra_DatePicker td.dp_not_in_month        { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_weekend             { background: #D8D8D8 }
.Zebra_DatePicker td.dp_weekend_disabled    { color: #CCC; cursor: default }
.Zebra_DatePicker td.dp_selected            { background: #5A4B4B; color: #FFF !important }
.Zebra_DatePicker td.dp_week_number         { background: #FFCC33; color: #555; cursor: text; font-style: italic }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td        { width: 33% }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td         { width: 33% }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer                { margin-top: 3px }
.Zebra_DatePicker .dp_footer td             { color: #FFF; padding: 2px; font-weight: bold }
.Zebra_DatePicker .dp_footer .dp_hover      { background: #222; color: #FFF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current             { color: #C40000 }
.Zebra_DatePicker td.dp_disabled_current    { color: #E38585 }
.Zebra_DatePicker td.dp_disabled            { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_hover               { background: #482424; color: #FFF }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon                { position: absolute; width: 16px; height: 16px; background: url('Img/calendar.png') no-repeat left top; text-indent: -9000px; border: none; cursor: pointer; margin: 0 0 0 5px; padding: 0; line-height: 0 }
button.Zebra_DatePicker_Icon_Disabled       { background-image: url('Img/calendar-disabled.png') }
button.Zebra_DatePicker_Icon_Inside         { margin: 0 3px 0 0 }

/* Fix icon position in Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    button.Zebra_DatePicker_Icon_Inside     { margin: 0 5px 0 0 }
}
