﻿

/*html, body
        {
            height: 100%;
            
        }*/
        
        /*body
        {
            
            margin: 0;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeef2), to(#d9dee2));
            background-image: -webkit-linear-gradient(top, #ebeef2, #d9dee2);
            background-image: -moz-linear-gradient(top, #ebeef2, #d9dee2);
            background-image: -ms-linear-gradient(top, #ebeef2, #d9dee2);
            background-image: -o-linear-gradient(top, #ebeef2, #d9dee2);
            background-image: linear-gradient(top, #ebeef2, #d9dee2);
        }*/
        
        
        
        #frm_l
        {
             background-color:white;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
            background-image: -webkit-linear-gradient(top, #fff, #eee);
            background-image: -moz-linear-gradient(top, #fff, #eee);
            background-image: -ms-linear-gradient(top, #fff, #eee);
            background-image: -o-linear-gradient(top, #fff, #eee);
            background-image: linear-gradient(top, #fff, #eee);
            height: 220px;
            width: 400px;
            margin: -150px 0 0 -230px;
            padding: 30px;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 0;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
           
        }
        
        #frm_l:before
        {
            content: '';
            position: absolute;
            z-index: -1;
            border: 1px dashed #ccc;
            top: 5px;
            bottom: 5px;
            left: 5px;
            right: 5px;
            -moz-box-shadow: 0 0 0 1px #fff;
            -webkit-box-shadow: 0 0 0 1px #fff;
            
        }
        
        
        
        h5
        {
            text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5); /*text-transform: uppercase;*/
            text-align: center;
            color: #3399FF;
            margin: 0 0 30px 0;
            letter-spacing: 2px;
            font: normal 18px/1 Verdana, Helvetica;
            position: relative;
            font-style: italic;
        }
        
        h5:after, h5:before
        {
         
            height: 1px;
            position: absolute;
            top: 15px;
            width: 50px;
        }
        
        h5:after
        {
            background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
            background-image: -webkit-linear-gradient(left, #777, #fff);
            background-image: -moz-linear-gradient(left, #777, #fff);
            background-image: -ms-linear-gradient(left, #777, #fff);
            background-image: -o-linear-gradient(left, #777, #fff);
            background-image: linear-gradient(left, #777, #fff);
            right: 0;
        }
        

        h5:before
        {
            background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
            background-image: -webkit-linear-gradient(right, #777, #fff);
            background-image: -moz-linear-gradient(right, #777, #fff);
            background-image: -ms-linear-gradient(right, #777, #fff);
            background-image: -o-linear-gradient(right, #777, #fff);
            background-image: linear-gradient(right, #777, #fff);
            left: 0;
        }
        
      
        fieldset
        {
            border: 0;
            padding: 0;
            margin: 0;
        }
        
        
        
        #inputs input
        {
            background: #f1f1f1 url(images/login_image.png) no-repeat;
            padding: 10px 10px 10px 30px;
            margin: 0 0 10px 0;
            width: 353px; /* 353 + 2 + 45 = 400 */
            border: 1px solid #ccc;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
            -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
            box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
        }
      
        #txtAdminName
        {
            background-position: 5px -2px !important;
        }
        
        #txtAdminPass
        {
            background-position: 5px -52px !important;
        }
        
        #inputs input:focus
        {
            background-color: #fff;
            border-color: #e8c291;
            outline: none;
            -moz-box-shadow: 0 0 0 1px #e8c291 inset;
            -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
            box-shadow: 0 0 0 1px #e8c291 inset;
        }
        
        
        #actions
        {
            margin: 25px 0 0 0;
        }
        
        #submit
        {
            background-color: #ffb94b;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#575757));
            background-image: -webkit-linear-gradient(top, #575757, #575757);
            background-image: -moz-linear-gradient(top, #575757, #575757);
            background-image: -ms-linear-gradient(top, #575757, #575757);
            background-image: -o-linear-gradient(top, #575757, #575757);
            background-image: linear-gradient(top, #575757, #575757);
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            text-shadow: 0 1px 0 rgba(255,255,255,0.5);
            -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
            -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
            border-width: 1px;
            border-style: solid;
            border-color: #575757 #575757 #575757 #575757;
            float: left;
            height: 35px;
            padding: 0;
            width: 120px;
            cursor: pointer;
            font: bold 15px Arial, Helvetica;
            color: White;
            margin-left: 130px;
        }
        
        #submit:hover, #submit:focus
        {
            background-color: #fddb6f;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#433F41), to(#433F41));
            background-image: -webkit-linear-gradient(top, #433F41, #433F41);
            background-image: -moz-linear-gradient(top, #433F41, #433F41);
            background-image: -ms-linear-gradient(top, #433F41, #433F41);
            background-image: -o-linear-gradient(top, #433F41, #433F41);
            background-image: linear-gradient(top, #433F41, #433F41);
        }
        
        #submit:active
        {
            outline: none;
            -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
            -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        }
        
        #submit::-moz-focus-inner
        {
            border: none;
        }
        
        #actions a
        {
            color: #3399FF;
            float: right;
            line-height: 35px;
            margin-left: 10px;
        }
        
     
        
        #back
        {
           
            text-align: center;
            position: relative;
            top: 60px;
            color: #999;
        }
       
.cal_Theme1 .ajax__calendar_container
{
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
    z-index : 1000 ;
}

.cal_Theme1 .ajax__calendar_header
{
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev
{
    color: Maroon;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body
{
    background-color: #FFF8C6;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname
{
    color: Maroon;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day
{
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active
{
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today
{
    font-weight: normal;
}

.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
    color: #bbbbbb;
}
.cal_Theme1 table tr td
{
    padding-left:0px !important;
    line-height: 15px !important;   
}
