﻿/* html elements */
img{border-style: none}
a{text-decoration: none}
p{text-align: justify;text-indent: 30px;margin-bottom: 15px;}
*{padding: 0px; outline: 0px; margin: 0px}
body
{
    background-position: center top;
    font-family: verdana, Tahoma, "lucida grande" , Trebuchet MS, arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    background-image: url('Images/bdybg.bmp');
    background-repeat: repeat-y;
    background-color: #313540;
}
.style1
{
    width: 100%;
}
/* end of html elements */
.titlebar
{
    padding: 0px 10px 0px 10px;
    border-color: #313540;
    border-style: solid;
    border-width: 1px 1px 3px 1px;
    background-image: url('Images/title.bmp');
    background-repeat: repeat-x;
    background-position: center center;
    line-height: 60px;
    opacity: 0.75;
    box-shadow: 0px -2px 2px #000;
    border-radius: 10px 10px 0px 0px;
    color: #CCCCCC;
    font-family: Georgia;
    font-size: 20px;
}
.footer
{
    border-color: #313540;
    border-style: solid;
    border-width: 3px 1px 1px 1px;
    background-image: url('Images/footer.bmp');
    background-repeat: repeat-x;
    background-position: center center;
    line-height: 60px;
    opacity: 0.75;
    box-shadow: 0px 2px 2px #000;
    border-radius: 0px 0px 10px 10px;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    text-align: center;
}
.contentarea
{
    width: 960px;
    margin: 0px auto;
}

/* top menu */
.topmenu
{
    border-color: #313540;
    border-style: solid;
    border-width: 3px 1px 1px 1px;
    background-image: url('Images/footer.bmp');
    background-repeat: repeat-x;
    background-position: center center;
    line-height: 60px;
    opacity: 0.75;
    box-shadow: 0px 2px 2px #000;
    border-radius: 0px 0px 10px 10px;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
}
.topmenu ul
{
 	list-style-type: none;
 	margin-left: 0px;
}
.topmenu ul li
{
    display: inline;
    padding: 18px 25px 18px 25px;
}
.topmenu ul li a
{
    color: #E5E5E5;
    text-decoration: none;
    text-shadow: 1px 1px 5px #000;
}
.topmenu ul li a:hover
{
    color: #FFCC00;
    text-decoration: none;
}
/* end of top menu */
.tdlabel
{
    text-align: right;
    font: bold 10pt verdana;
    text-transform: capitalize;
    color: #333;
}
.UTextbox
{
    padding: 5px;
    border: 1px solid #333333;
    background: #fff;
    font-family: verdana;
    font-size: 10pt;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.LTextbox
{
    padding: 5px;
    border: 1px solid #333333;
    background: #fff;
    font-family: verdana;
    font-size: 10pt;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: lowercase;
}
.NTextbox
{
    padding: 5px;
    border: 1px solid #333333;
    background: #fff;
    font-family: verdana;
    font-size: 10pt;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.DTextbox
{
    padding: 5px;
    border: 1px solid #333333;
    background: #fff;
    font-family: verdana;
    font-size: 10pt;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 150px;
}
.Combobox
{
    padding: 5px;
    border: 1px solid #333333;
    background: #fff;
    font-family: verdana;
    font-size: 10pt;
    text-transform: uppercase;
}
.Button
{
    border: 1px solid #003366;
    padding: 5px;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 11px;
    background-color: #0099CC;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}
.Button:hover
{
    border: 1px solid #003366;
    padding: 5px;
    color: #003366;
    font-family: verdana;
    font-size: 11px;
    background-color: #66CCFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.GV
{
    border: 1px solid #003366;
    border-collapse: collapse;
}

.GV th
{
    padding: 5px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0099CC;
    text-align: center;
    border: 1px solid #003366;
}

.GV td
{
    padding: 2px;
    font-family: verdana;
    font-size: 12px;
    border: 1px solid #003366;
}
.LinkButton
{
    padding:5px;
    color: #0066FF;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}
.InfoLable
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: normal;
    color: #003366;
}
.EDiv
{
    background-image: url('Images/E.gif');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    border: 1px dashed #FF3300;
    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
    color: #FF3300;
    text-align: left;
    padding: 5px 5px 5px 33px;
    margin: 5px;
}
.SDiv
{
    background-image: url('Images/S.gif');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    border: 1px dashed #006600;
    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
    color: #006600;
    text-align: left;
    padding: 5px 5px 5px 33px;
    margin: 5px;
}
/*

    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('Images/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('Images/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 }
}
