﻿.BodyBackground
{
    /*background-image: url('../img/tiles.jpg');*/
    background-repeat:repeat;
    background: url('../Images/BodyBackgroundLightBlue1.jpg');
}

.controlHeading
{
    font-weight: normal;
    font-size: 10px;
    color: black;
    font-family: Verdana;
    font-weight: bold;
}
.controlLabelBlack
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Verdana;
}

.controlLabelSuccess
{
    font-weight: normal;
    font-size: 12px;
    color: Green;
    font-family: Verdana;
}
.controlLabelError
{
    font-weight: normal;
    font-size: 12px;
    color: Red;
    font-family: Verdana;
}
.tableBorder
{
    border: 1px solid #666666;
   
    margin-right: 0;
    width: 100%;
    margin-left: 0;
}
.formHeadingBlack
{
    font-weight: bold;
    font-size: 13px;
    color: White;
    font-family: Verdana;
}
.controls
{
    border: 1px solid #a9a9a9;
    font-weight: normal;
    font-size: 13px;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
    margin-bottom: 0px;
}
.numerictextbox
{
    border: 1px solid #a9a9a9;
    font-weight: normal;
    font-size: 13px;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
    margin-bottom: 0px;
   
}

.ListBoxControls
{
    border-right: #a9a9a9 1px solid;
    border-top: #a9a9a9 1px solid;
    border-left: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    font-weight: normal;
    font-size: 13px;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
    z-index: 90;
}

.radiocontrols
{
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
}

.cal_Theme1 .ajax__calendar_container
{
    z-index: 110;
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
}
.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: #004080;
    padding-top: 3px;
}
.cal_Theme1 .ajax__calendar_body
{
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}
.cal_Theme1 .ajax__calendar_dayname
{
    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: bold;
}
.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
    color: #bbbbbb;
}

.jqueryslidemenu
{
    background-position: left bottom;
    font: normal 10px Verdana;
    background: url('../img/background.gif') #fff bottom left repeat-x;
    width: 100%;
}

.jqueryslidemenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li
{
    position: relative;
    display: inline;
    float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a
{
    display: block; /*background: #414141; */
    background: url( '../img/background.gif' ) #fff bottom left repeat-x;
    color: white;
    padding: 8px 10px;
    border-right: 1px solid #778;
    color: #2d2b2b;
    text-decoration: none;
    border-right-color: #ADD1FF;
    width: 100px;
}

* html .jqueryslidemenu ul li a
{
    /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited
{
    color: #ADD1FF;
}

.jqueryslidemenu ul li a:hover
{
    background: #CCFFFF;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul
{
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li
{
    display: list-item;
    float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul
{
    top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a
{
    font: normal 10px Verdana;
    width: 160px; /*width of sub menus*/
    padding: 5px;
    margin: 0;
    border-top-width: 0;
    border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover
{
    /*sub menus hover style*/
    background: #eff9ff;
    color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass
{
    position: absolute;
    top: 12px;
    right: 7px;
    height: 8px;
    width: 8px;
}

.rightarrowclass
{
    position: absolute;
    top: 6px;
    right: 5px;
}

.mouseHover
{
    cursor: hand;
}
.tdClass
{
    background-color:#d2e0f0 !important;
    height:30px !important;
    border: 1px solid #99bbe8;
    font-family:Verdana;
    font-size:11px;
    color:#1538a5;
    font-weight:bold;
        
}
.tdClassControls
{
    background-color:#d2e0f0;
    text-align:left;
}
.txtClass
{
    padding: 2px 2px 2px 2px;
   
    font-family:Verdana;
    font-size:11px;
    
}
.headerlable
{
   
   
    font-family:Times New Roman;
    font-size:large;
    color:Blue;
    
}
.LRGtxtClass
{
    padding: 2px 2px 2px 2px;
    border: 1px solid #CCCCCC;
    font-family:Verdana;
    font-size:11px;
    
}

.ddlClass
{
   
     padding:0px 1px 1px 0px;
      padding: 2px 2px 2px 2px;
    border: 1px solid #CCCCCC;
    font-family:Verdana;
    font-size:11px;
    vertical-align:middle;
    margin-right: 0px;
}


.fontClass
{
    padding:1px 1px 1px 1px; 
    font-family:Verdana;
    font-size:11px;
    text-align:left;
}

.linkRight
{
    padding:1px 1px 1px 1px;
    font-family:Verdana;
    font-size:10px;
    text-decoration:none;
    text-align:right;
    }
.fontClassCenter
{
    padding:1px 1px 1px 1px;
    font-family:Verdana;
    font-size:12px;
    text-align:center;
    }

.tdLeft
{
    padding:1px 1px 1px 1px;
    border:1px solid #CCCCCC;
    float:left;
    text-align:left;
}

.tdCenter
{
    padding:2px 2px 2px 2px;
    border:1px solid #CCCCCC;
    height:auto;
    width:auto;
    text-align:center;
}

.tdRight
{
    padding:1px 1px 1px 1px;
    border:1px solid #CCCCCC;
    height:auto;
    width:auto;
    text-align:right;
}

.imageCenter
{
    padding: 5px 5px 5px 5px;
    border:1px solid #CCCCCC;
}

.btnCenter
{
    padding:2px 2px 2px 2px;
    text-align:center;
    font-family:Verdana;
    font-size:11px;
    width:auto;
    height:auto;
}

.txtBox
{
    padding:1px 1px 1px 1px;
    border:1px solid #CCCCCC;
    text-align:left;
    font-family:Verdana;
    font-size:10px;
}

.Header
{
    padding:1px 1px 1px 1px;
    font-family:Verdana;
    font-size:x-large;    
}
        .styled-button-2 
        {
	        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px 0px;
	        background-color: #7cceee;
	        border-radius: 5px;
	        border-bottom-color: #333;
	        border: 1px solid #61c4ea;
	        box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px 0px;
	        color: #333;
	        font-family: 'Verdana', Arial, sans-serif;
	        font-size: 14px;
	        text-shadow: #b2e2f5 0px 1px 0px;
	        padding: 5px;
        }
       
        .styled-button-3
         {
	        -webkit-box-shadow: rgba(0, 0, 0, 0.0.97) 0px 1px 0px 0px;
	        background-color: #5B74A8;
	        border: 1px solid #29447E;
	        font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	        font-size: 12px;
	        font-weight: bold;
	        color: #fff;
	        border-radius: 5px;
    margin-left: 0px;
    }

.FileUploadStyle
        {
            -webkit-box-shadow: rgba(0, 0, 0, 0.0.97) 0px 1px 0px 0px;
	        border: 1px solid #29447E;
	        font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	        font-size: 12px;
	        font-weight: bold;
	        color: #5B74A8;
	        border-radius: 5px;
            margin-left: 0px;
        }






/*----------------------------------------------------*/
