﻿.TableBorder .DataCaptionTD, .TableBorder .DataTD
{
	border-bottom:1px solid #CCDDDD;
}

.DataCaptionTD
{
	background-color:#EAF3F8;
	padding:8px;
	color:#11567F;
}

.DataCaptionbiltyTD
{
	background-color:#EAF3F8;
	padding:8px;
	color:#11567F;
}

.FirstLeftTD
{
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}

.FirstRightTD
{
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.DataTD
{
	background-color:#F3F8FB;
	padding:8px;
}

.DatabiltyTD
{
	background-color:#F3F8FB;
	padding:8px;
}

.MyBGDiv
{
	background-color:#F6F6F6;
}


.MyButton
{
	 background-color:#408BB5;
	 padding:4px;
	 border:1px solid #F3F8FB;
	 color:#FFFFFF;
	 font-weight:lighter;
}

input, textarea, select
{
	border:1px solid #888888;
	font-family:verdana, arial;
	font-size:11px;
	padding:3px;
	background-color:#fafbe3;
	color:#222222;
	position:relative;
	z-index:20;
}

.LoginTextBox
{
	background-color:#c0e5f5;	
}

.NoPadding
{
	padding:0px;	
}

.SearchButton
{
	vertical-align:middle;
	padding:0px;
}

.RoundedTextBox
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 4px;
}

.RightText
{
	text-align:right;
}

.LoginLink
{
	font-family:Verdana,arial;
	font-size:11px;
	color:#11567F;	
	text-decoration:none;
}

.LoginLink:hover
{
	text-decoration:underline;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.asterix
{
	color:#E30716;	
	font-weight:bold;
}

.BigTitle
{
	font-family:Verdana, Arial;
	font-size:medium;
	color:#519eca;
	vertical-align:bottom;
	font-weight:bold;
}

.Title
{
	font-family:Verdana, Arial;
	font-size:small;
	color:#519eca;
	vertical-align:bottom;
	font-weight:bold;
}

.normalTitle
{
	font-family:Verdana, Arial;
	font-size:small;
	color:#519eca;
	vertical-align:bottom;
}

.legendTitle
{
	margin-left:7px;
	padding:1px 2px 1px 7px;
	background-color: #519eca;
	border:solid 1px #519eca;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 4px;
}

.TitleBox
{
	height:20px;
	line-height:20px;
	color:#FFF;
	font-weight:bold;
}

.fieldsetbig
{
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 4px;
	width:760px; */
	border:solid 1.5px #519eca;
	padding-top:18px;
	padding-left:15px;
}

.fieldsetsmall
{
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 4px;*/
	border:solid 1.5px #519eca;
	width:200px; 
	padding-top:18px;
	padding-left:10px;
}

.Welcome
{
	font-family:Verdana, Arial;
	font-size:small;
	color:#519eca;
	vertical-align:top;
}

.calendarContainerOverride table
{
    width:0px;
    height:0px;
}

.calendarContainerOverride table tr td
{
    padding:0;
    margin:0;
}
img
{
	border:0px;	
}

.HideColumn
{
	display:none;
}
#progressBackgroundFilter {
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    padding:0;
    margin:0;
    background-color:#ccc;
    filter:alpha(opacity=50);
    opacity:0.5;
    z-index:1000;
}

#processMessage {
    position:fixed;
    top:30%;
    left:43%;
    z-index:1001;
    background-color:#fff;
    border:solid 1px #000;
}


.BlueText
{
	font-family:verdana,arial;
	font-size:12px;
	color:#039ede;
	font-weight:bold;
}

.BlueTextHeader
{
	font-family:verdana,arial;
	font-size:31px;
	color:#039ede;
	font-weight:bold;
	text-align:right;
}

.RedText
{
	font-family:verdana,arial;
	font-size:12px;
	color:#ef8100;
	font-weight:bold;
}
input:focus
{
	background-color:#F0F0F0;
}
textarea:focus
{
	background-color:#F0F0F0;
}
select:focus
{
	background-color:#F0F0F0;
}

.back
{
   background: url("../Images/Back_button.jpg") no-repeat 0 0;
   border: 0;
   height: 25px;
   width: 65px
}

.save
{
	background: url("../Images/save_button.jpg") no-repeat 0 0;
	border: 0;
	height: 25px;
	width: 65px
}
.search
{
	background: url("../Images/Search_button.jpg") no-repeat 0 0;
	border: 0;
	height: 25px;
	width: 65px
}
.submit
{
	background: url("../Images/Submit_button.jpg") no-repeat 0 0;
	border: 0;
	height: 25px;
	width: 65px;
}
.reset 
{
   background: url("../Images/Reset_button.jpg") no-repeat 0 0;
   border: 0;
   height: 25px;
   width: 65px
}

.finish
{
	background: url("../Images/Finish_button.jpg") no-repeat 0 0;
	border: 0;
	height: 25px;
	width: 65px
}
.next 
{
   background: url("../Images/Next_button.jpg") no-repeat 0 0;
   border: 0;
   height: 25px;
   width: 65px
}

.previous 
{
   background: url("../Images/Previous_button.jpg") no-repeat 0 0;
   border: 0;
   height: 25px;
   width: 65px
}

.print
{
	background: url("../Images/print_button.jpg") no-repeat 0 0;
   border: 0;
   height: 25px;
   width: 65px
}

.excel
{
   background: url("../Images/Excel.jpg") no-repeat 0 0;
   border: 0;
   height: 25px;
   width: 65px
}

.sideCalendar {  
    background-color: #efefef;  
    width: 200px;  
    height: 25px;
	width: 65px;
}  
  
/* 
    Common style declaration for hyper linked text 
*/  
.sideCalendar a {  
    text-decoration: none;  
}  
  
/* 
    Styles declaration for top title 
    [TitleStyle] [CssClass] = sideCalendarTitle 
*/  
.sideCalendar .sideCalendarTitle {  
    font-weight: bold;  
}  
  
/* 
    Styles declaration for date cells 
    [DayStyle] [CssClass] = sideCalendarDay 
*/  
.sideCalendar td.sideCalendarDay {  
    border: solid 2px #fff;  
    border-left: 0;  
    border-top: 0;  
}  
  
/* 
    Styles declaration for next/previous month links 
    [NextPrevStyle] [CssClass] = sideCalendarNextPrev 
*/  
.sideCalendar .sideCalendarNextPrev {  
    text-align: center;  
}  
  
/* 
    Styles declaration for Week/Month selector links cells 
    [SelectorStyle] [CssClass] = sideCalendarSelector 
*/  
.sideCalendar td.sideCalendarSelector {  
    background-color: #dddddd;  
}  
  
.sideCalendar .sideCalendarDay a,   
.sideCalendar .sideCalendarSelector a,  
.sideCalendar .sideCalendarNextPrev a {  
    display: block;  
    line-height: 18px;  
}  
  
.sideCalendar .sideCalendarDay a:hover,   
.sideCalendar .sideCalendarSelector a:hover {  
    background-color: #cccccc;  
}  
  
.sideCalendar .sideCalendarNextPrev a:hover {  
    background-color: #fff;  
}  