﻿body {
}

.FacilityBar
{
    width: 50%; 
    height: 20px; 
    border-top: #f5f5f5 1px solid; 
    background-color:#fbf1e0;    
}

.FacilityBarLabel
{
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    color: #179ce6;           
}

.MasterLogo
{
    background:URL('../Images/fw_link_banner.jpg');
    height:90px;
}


.MainMenu
{
    background-color:#179ce6;
    font-family: Verdana;
    font-size:0.9em;
    font-weight: bold;
    color:White;
}

.MainMenuHoverStyle
{
   background-Color:#fbf1e0;
   color:#179ce6;
}

.MainMenuBackground
{
    background-color:#179ce6;
    width:100%;
    height:25px;
}

.Copyright
{
    font-family: Trebuchet MS;
    font-size: 14px;
    color: White;           
}

.CopyrightBackground
{
    background-color:#179ce6;
    width:100%;
    height:20px;
}

.Title
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:16px;
	color:#FF6500;
	font-weight:bold;
	border-bottom: #179ce6 thin solid; 
}


td
{
	font-family:Tahoma, Trebuchet MS, Verdana, Arial;
	font-size:small;
	color:#00659c;
	font-weight:normal;
}

th
{
	background-color:#179ce6;
	font-family:Tahoma, Trebuchet MS, Verdana, Arial;
	color:White;
	font-size:small;
	font-weight:bold;
}

mGrid {       
    background-color: #fff;   
    margin: 5px 0 10px 0;   
    border: solid 1px #525252;   
    border-collapse:collapse;   
}  
mGrid td {   
    padding: 4px;   
    border: solid 1px #c1c1c1;   
    color: #717171;   
}  

.mGrid tr {   
    padding: 4px;   
    border: solid 1px #c1c1c1;   
    color: #EFF3FB;   
}  
.mGrid th {   
    padding: 4px 2px;   
    color: White;   
    background: #179ce6;   
    border-left: solid 1px #525252;   
    font-size: 0.9em;   
}  

.mGrid th a:link
{
    color:White;
}

.mGrid caption
{
    font-family:Tahoma, Trebuchet MS, Verdana, Arial; 
    Font-Size:small;
    Color:#00659C;  
    text-align:center;  
}
.mGrid .alt { background-color:White}  
.mGrid .pgr { background: #179ce6; }  
.mGrid .pgr table { margin: 5px 0; }  
.mGrid .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #666;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;   
    }     
.mGrid .pgr a { color: #666; text-decoration: none; }  
.mGrid .pgr a:hover { color: #000; text-decoration: none; }  

.mGridHeader
{
    background-color:#179ce6; 
    color:White;  
}

.mGridRow
{
    background-color:#EFF3FB;
}

.mGridRowAlt
{
    background-color:White;
}
.mGridFooter
{
    background-color:#507CD1; 
    color:White;  
}
.mGridCommandRow
{
    background-color:#D1DDF1; 
}
.mGridPager
{
    background-color:#2461BF; 
    color:White;  
}
.mGridPager a:link
{
    color:White;  
}

.mGridFieldHeader
{
    background-color:#DEE8F5; 
}
.mGridEditRow
{
    background-color:#2461BF; 
}
.mGridSelectedRow
{
    background-color:#D1DDF1; 
    color:#333333;
}
.mGridButton
{
    color:#333333; 
}

.ContentHeading 
{
	font-family:Tahoma, Trebuchet MS, Verdana, Arial;
	font-size:small;
	color:White;
	background-color:#179ce6;
	font-weight:bolder;
}


.BorderAll
{
    border-right: #179ce6 1px solid; 
    border-top: #179ce6 1px solid; 
    border-left: #179ce6 1px solid;
    border-bottom: #179ce6 1px solid; 
}

.BorderLeft{ border-left: #179ce6 1px solid; }
.BorderRight{ border-right: #179ce6 1px solid; }
.BorderTop{ border-top: #179ce6 1px solid; }
.BorderBottom{ border-bottom: #179ce6 1px solid; }

.ProfileBackground
{
    background-color: #EFF3FB; 
}

/*AutoComplete flyout */
.autocomplete_completionListElement 
{  
       margin : 0px;
       background-color : window;
       color : windowtext;
       border : buttonshadow;
       border-width : 1px;
       border-style : solid;
       cursor : 'default';
       overflow : auto;
       height : auto;
	   text-align : left; 
       list-style-type : none;
       padding : 0px;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
       background-color: #179CE6;
       color: white;
       padding : 0px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
       background-color : window;
       color : windowtext;
       padding : 0px;
}

.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#OuterTableCellOverlay
{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;    
    background-color: white;
    z-index: 999;    
    -moz-opacity:0.50;
    padding-top: 250px;
    padding-bottom: 250px;
    padding-right: 100px;
    
    
}

#InnerTableCellOverlay
{
    width: 500px;      
    border: 1px solid black;
    padding: 10px;
    background-color: #eee;
    z-index: 998;    
    -moz-opacity:1.00;
}

#OuterTableCellOverlayRPS
{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;    
    background-color: white;
    z-index: 999;    
    -moz-opacity:0.50;
    padding-top: 250px;
    padding-bottom: 250px;
    padding-right: 100px;
    
    
}

#InnerTableCellOverlayRPS
{
    width: 500px;      
    border: 1px solid black;
    padding: 10px;
    background-color: #eee;
    z-index: 998;    
    -moz-opacity:1.00;
}

h1
{
	font-family:Tahoma, Trebuchet MS, Verdana, Arial;
	font-size:16pt;
	color: #179ce6;
	font-weight:bold;
}

h2
{
	font-family:Tahoma, Trebuchet MS, Verdana, Arial;
	font-size:14pt;
	color: #179ce6;
	font-weight:bold;
}

p
{
	font-family:Tahoma, Trebuchet MS, Verdana, Arial;
	font-size:10pt;
	color: #179ce6;
	font-weight: normal;
}

.Calendar
{
	font-family:Tahoma, Trebuchet MS, Verdana, Arial;
    border-left-color: #ececec; 
    border-bottom-color: #ececec; 
    border-top-color: #ececec;
    border-right-color: #ececec;   
}
.CalendarNextPreviewStyle 
{   
    background-color:#bfdbff;
    text-align:center;
    width:8px;
}
.CalendarSelectedDayStyle
{   
    background-color:#4682b4;
    Color:White;
    font-weight:bold;
}
.CalendarWeekNumberStyle
{   font-size:10px !important;
    border-right:solid 1px #9ac6ff;
    cursor: default !important;
    line-height:24px;
}
.CalendarMonthViewStyle 
{   
    cursor:hand;
    text-align:center;
    font:normal 11px Arial, Verdana, Sans-Serif;
    text-decoration:none;
}
.CalendarPrevPreviewStyle
{   
    background-color:#bfdbff;
    text-align:center;
    width:8px;
}
.CalendarWeekDayStyle
{   
    font-size:12px !important;
    border-bottom:solid 1px #9ac6ff;
    cursor:default !important;
    line-height:24px;
}
.CalendarOtherMonthDayStyle
{   color: #b3b3b3;
}
.CalendarTitleStyle
{   background-color:#bfdbff;
}
.CalendarDayStyleHover
{   
    background:#bfdbff;
    cursor:default;
}
.CalendarOutOfRangeDayStyle
{
    color: #b3b3b3;
}
