body
{
    color:#000000;
	border:0px;
}
[disabled]
{
	color: darkgrey;
	background-color: whitesmoke;
}
input[type=text], textarea
{
	FONT-SIZE: 14px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    padding: 2px;
}
td
{
    font-family: Arial;
    font-size: 14px;
    color: #222222;
	text-align: left;  
}
.NotesSmall
{
    font-size: 12px;
}
.GridStyle
{
    color: #CCCCCC;
    background-color: White;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: Solid;
    width: 100%;
    border-collapse: collapse;
}
.GridStyle .Date
{
	text-align: right;
	width: 85px;
}
.GridStyle .Id
{
	color:silver;
	width: 30px;
}
.GridStyle .MainColumn
{
	font-weight: bold;
}
.GridStyle .Edit, .GridStyle .Delete, .GridStyle .Copy
{
    text-align:center;
	width: 30px;
}
.GridStyle a.DeleteButton
{
    background: url("../../images/Delete.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 15px;
    width: 15px;
}
.GridStyle a.EditButton
{
    background: url("../../images/Edit.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 15px;
    width: 15px;
}
.GridHeaderStyle
{
    color: Black;
    background-color: LightGrey;
    font-weight: normal;
    text-align: left;
	padding-left: 5px;
	padding-right: 5px;
    border-color: #CCCCCC;
}
.GridHeaderStyle th
{
    padding: 5px;
}
.GridHeaderStyle a
{
    font-weight: normal;
    color: Black;
}
.GridStyle .Edit, .GridStyle .Delete, .GridStyle .Copy
{
    text-align:center;
	width: 30px;
}

.GridFooterHeaderStyle
{
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}
.GridAlternatingItemStyle
{
    background-color: #F7F7F7;
    border-color: #CCCCCC;

}
.GridRowStyle, .GridSelectedRowStyle, .GridAlternatingRowStyle,   table.Pager tr 
{
    height: 30px;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
}
.GridStyle tr.GridRowStyle td, .GridStyle tr.GridAlternatingRowStyle td, .GridSelectedRowStyle td {
    padding-left: 5px;
    padding-right: 5px;
}
.GridAlternatingRowStyle
{
    background-color: whitesmoke;
}
.GridSelectedRowStyle
{
    background-color: #dddddd;
}

.GridPagerStyle
{
    color: Black;
    background-color: #999999;
    border-color: #CCCCCC;
}
.Pager
{
    color: Black;
    background-color: #999999;
}

.GridPagerStyle table tr td, table.Pager tr td
{
        padding: 0px ; 
/*        min-width: 20px; */
        text-align:center;
}
.GridPagerStyle table tr td span, .GridPagerStyle table tr td a, table.Pager tr td a
{
    display: block;
    min-width: 22px;
    min-height: 22px;
/*    border: 1px solid gray; */
    color: black;
    vertical-align: middle;
    line-height: 22px;
    text-align:center;
}
.GridPagerStyle table tr td span
{
    background-color: #cccccc; 
}
.GridPagerStyle table tr td a:link
{
    color: black;
    text-decoration: none;
    
}
.GridPagerStyle table tr td a:hover
{
    background-color: #cccccc;
}

table.Pager tr td
{
    padding:5px
}
table.Pager tr td select{
    min-width: 20px;
     padding: 0 15px;
}
/***************************************************************/

.InputTable
{
    border-style: none;
    background-color: white;
}
.InputTable tr
{
    height: 32px !important;
}
.InputTable td
{
    /* 	padding: 2px 2px 2px 2px;	 */
/*    text-align: left; */
}

.InputTable .InputLabel
{
    padding-right: 10px;
    padding-left: 15px;
	color: black;
    background-color: whitesmoke;

}
.InputTable .InputLabelLeft
{
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
	color: black;
}
.InputTable .InputLabelIndent 
{
	text-align:left;
	padding-right:5px;
	padding-left:35px;
	vertical-align: top;

}
.InputTable .Header
{
	background-color: silver;
    text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 23px;
	font-weight: bold;
}
.InputTable .ButtonPanel
{
    text-align: center;
    height: 50px;
    vertical-align: middle;
    background-color: whitesmoke;
}
.Error
{
    color: red;
}
.Info
{
    color: red;
}

/************************************************************************************************************/
.FloatLeft
{
    float: left;
}

.FloatRight
{
    float: right;
}

.AlignRight
{
    text-align: right !important;
}

.AlignLeft
{
    text-align: left !important;
}

.AlignCenter
{
    text-align: center !important;
}
.Bold
{
    font-weight: bold !important;
}
.ClearBoth
{
	clear:both;
}
.ClearLeft
{
	clear:left;
}
.ClearRight
{
	clear:right;
}
.Indent
{
	margin-left: 20px;
}
.Indent2
{
	margin-left: 40px;
}
.Indent3
{
	margin-left:60px;
}
.NoRecordFound
{
	font-weight:bold;
	color:silver;
	padding:10px;
	text-align:center;	
	display:block;
}
span.NoRecordFound
{
	display: block;
}
div.Tooltip
{
    position: absolute;
    border: solid 1px black;
    min-width: 100px;
    max-width: 400px;
    min-height: 50px;
    padding: 5px;
    display: none;
    z-index: 999999;
    background-color: White;
    background-color: #FFFFE1;
	color:black;
}
div.Tooltip .TooltipHeader
{
    font-weight: bold;
    padding-bottom: 0px;
	color:black;
}

/**************************************************************************/
.ConfirmBox
{
	background: #dff0d8 url(/Images/icon_confirm.gif) no-repeat scroll 10px 10px;
	border-style: solid;
	padding: 10px 10px 10px 30px;
	border-color: #d6e9c6;
	border-collapse: collapse;
	border-width: 1px;
    color: black;
}

.ErrorBox
{
	background: #f2dede url(/Images/icon_warning.gif) no-repeat scroll 10px 10px;
	border-style: solid;
	padding: 10px 10px 10px 30px;
	border-color: ebccd1;
	border-collapse: collapse;
	border-width: 1px;
	color:  black;

}
.ErrorMessage
{
	color: red;		
	font-size: 12px;
}

.ConfirmMessage
{
	font-weight: bold;
	color: #C00000;
}

/*Modal Popup*/

.modalBackground
{
    background-color: gray;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalPopup
{
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: black; /*	margin-left: 400px; 	margin-top: 400px; */
    width: 700px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
	position: fixed;
	top: -10000px;
}
.modalPopup .popupHeader
{
    background-color: gray;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    height: 14px;
	cursor: move;
}
.modalPopup .popupHeader a
{
    text-decoration: none;
}

.modalPopup .popupHeader a:active
{
    color: white;
    font-weight: normal;
}
.modalPopup .popupHeader img
{
    border: 0px;
}
.modalPopup .popupHeader img:hover
{
    /*	border: solid 1px white; */
}

.modalPopup .popupHeader a
{
    color: white;
    font-weight: normal;
}

.modalPopup .popupContent
{
/*    padding: 30px; */
    text-align: left;
}
.modalPopup .popupContent h1
{
    color: black;
    font-weight: bold;
    font-size: 15px;
    padding-top: 0px;
}
.modalPopup .popupContent .GridRowStyle, .modalPopup .popupContent .GridAlternatingRowStyle
{
    border-width: 0px;
    font-family: Arial;
    font-size: 8pt;
    text-align: left;
    background-color: white;
}
.modalPopup .popupContent .GridRowStyle .programName, .modalPopup .popupContent .GridAlternatingRowStyle .programName
{
    background-color: silver;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}


.ajax__tab_panel
{
    min-height: 350px;
}
.SearchFilters .InputLabel
{
	text-align: left;

}
.SearchFilters .InputTable .Header
{
text-align: center;
font-weight: bold
}
.SearchResultCount
{
	font-weight: bold;
	padding-left: 5px;
}
input[type=text].Date
{
	width: 80px !important;
}
input[type=text].LongDate
{
	width: 120px !important;;
}
/*****************************************************************/
ul.hozTabs, ul.HozTabs
{
    border-color: #d3d3d3;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    bottom: -1px;
    float: left;
    line-height: 1;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
ul.hozTabs li, ul.HozTabs li
{
    /*resets*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    list-style: none;
    float: left;
    border: 1px solid #d3d3d3;
    border-right: none;
    border-bottom: none;
}
ul.hozTabs li a.hozTab div, ul.HozTabs li a.HozTab div
{
    display: inline;
    color: #555555;
}
ul.hozTabs li a.hozTab:hover div, ul.HozTabs li a.HozTab:hover div
{
    color: #212121;
}
ul.hozTabs li a.hozTab, ul.HozTabs li a.HozTab
{
    float: left;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 7px;
    background: #e6e6e6 url(/images/tabBackground.png) 0 50% repeat-x;
}
ul.hozTabs li a.hozTab:hover, ul.HozTabs li a.HozTab:hover
{
    background: #dadada url(/images/tabBackground.png) 0 50% repeat-x;
    color: red;
}
ul.hozTabs li a.hozTab.selected, ul.HozTabs li a.HozTab.Selected
{
    background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
    color: #555555;
    border-bottom: solid 1px white;
}
ul.hozTabs li a.hozTab.first, ul.HozTabs li a.HozTab.First
{
}
.tabContainer, .TabContainer
{
    /*	border-bottom: solid 1px #577CBB;  */
    width: 100%;
}
.tabBody, .TabBody
{
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #D3D3D3;
    clear: left;
    color: #222222;
    line-height: 1.3;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 30px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    overflow: auto;
    padding: 10px;
    text-decoration: none;
}
.TabContainerHeader
{
    border: 0px solid whitesmoke;
    font-size: 13pt;
    margin: 5px 0;
    padding: 4px;
}
.TabContainerHeader label
{
    font-weight: bold;
    color: silver;
    font-size: 13pt;
}
.TabContainerHeader .TitleText
{
    margin-left: 5px;
    font-weight: bold;
	color: #616161;
}
.TabContainerHeader .SubTitleText
{
    margin-left: 5px;
    font-size: 9pt;
    color: silver;
    font-weight: bold;

}

.CollapsibleBox
{

}
.CollapsibleBoxHeader
{
	background-color:silver;
	text-align: center;
	cursor:pointer;
	font-weight:bold;
	padding:5px;

}
.CollapsibleBoxBody
{

}
.ExportToExcel
{
	background: url("../../images/excelIcon.gif") no-repeat scroll 2px 2px #F3F3EF !important;
	padding-left: 22px;	
}
.Hidden
{
	display:none;
}
.ItemAssignment
{
	clear: both;
	min-width: 500px;
}
.ItemAssignment .AvailableItems
{
    float: left;
    width: 42%;
}
.ItemAssignment .MiddlePanel
{
    text-align: center;
    width: 16%;
	margin-top: 40px;
    float: left;
}
.ItemAssignment .MiddlePanel input
{
   width: 80px;
}
.ItemAssignment .SelectedItems
{
    float: right;
    width: 42%;
}
.ItemAssignment label
{

}
.ItemAssignment select
{
   height: 100px;
    width: 100%;
}
.RecordList div.ButtonPanel
{
	padding: 10px;
	text-align: center;
}
.RecordList .RecordCountPanel .RecordCount 
{
	font-weight: bold;
}
.PopupConfirmBox
{
	margin: 0px;
}
.PopupErrorBox
{
	margin: 0px;
}
.RecordDetails td input[type=text], .RecordDetails td textarea 
{
	width: 80%;
    padding: 2px;
}
.RecordDetails td.InputLabel
{
	width: 130px;
}
img.CCard
{
	margin-bottom: -5px;
}
.modalPopup .Info
{
	background: url(/images/Icons/info.png) 15px 30px no-repeat;
	padding-left: 60px !important;
	color: black !important;
}
input[type=submit], input[type=button],button
{
    border-radius: 2px  ;
    box-shadow: 0 1px 1px #B0B0B0;
    cursor: pointer; 
    display: inline-block;
    font-size: 13px;
    outline: medium none;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    background: -moz-linear-gradient(center top , #EEEEEE, #EEEEEE) repeat scroll 0 0 #F3F3EF; 
    background: #f3f3ef url("") no-repeat scroll 5px 50%; /* for ipad */

    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid #BBBBBB;


}
span.Time
{
	color: silver;
}
a.Preview {
    background: url("/images/Icons/15x15/preview.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    overflow: hidden;
    padding-left: 15px;
    width: 0;
}
a.Statistics {
    background: url("/images/Icons/15x15/Statistics.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    overflow: hidden;
    padding-left: 16px;
    width: 0;
}

a.Send {
    background: url("/images/Icons/15x15/send.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    overflow: hidden;
    padding-left: 16px;
    width: 0;
}
input[type=submit]:active, input[type=button]:active,button:active
,input[type=submit]:hover, input[type=button]:hover,button:hover

{
	border-color: #999999;
}
input[disabled=disabled]
{
	cursor: default;
	color: darkgray;
}
a.Home
{
	background: url(/images/Icons/15x15/home.gif) 0 0px no-repeat; 
	padding-left: 15px
}
.ClosePopup
{
	width: 100px;
	background: url("/images/icons/15x15/close.png") no-repeat scroll 3px 50% #F3F3EF;
}
input[value=Close]
{
	width: 100px !important;
	background: url(/images/Icons/15x15/close.png) 5px 50% no-repeat  #F3F3EF;
}
input[value=Save], input[value=Update]
{
	width: 100px !important;
	background: url(/images/Icons/15x15/save.png) 5px 50% no-repeat  #F3F3EF;
}
input.Update
{
	background: url(/images/Icons/15x15/save.png) 5px 50% no-repeat  #F3F3EF;
}
input.Print
{
	background: url(/images/Icons/15x15/print.gif) 5px 50% no-repeat  #F3F3EF;
}
a.Print
{
	background: url(/images/Icons/15x15/print.gif) 5px 50% no-repeat  ; 
	padding-left:25px; display: inline-block; 
}
input[value=Send]
{
	width: 100px;
	background: url(/images/Icons/15x15/send.gif) 5px 50% no-repeat  #F3F3EF;
}
input[value=Search]
{
	width: 100px !important;
        text-align: center;
	background: url(/images/Icons/15x15/search.png) 5px 50% no-repeat  #F3F3EF;
}
input.Search
{
    text-align: center;
	background: url(/images/Icons/15x15/search.png) 5px 50% no-repeat  #F3F3EF;
}
input.Copy
{
	width: 100px;
	background: url(/images/Icons/15x15/Copy.gif) 5px 50% no-repeat  #F3F3EF;
	padding-left: 23px !important;
}
input.Add
{
	background: url(/images/Icons/15x15/Add.gif) 5px 50% no-repeat  #F3F3EF;
	padding-left: 23px !important;
}

.RecordDetails td input[type="text"].Amount {
    padding-right: 5px;
    text-align: right;
    width: 84px;

}
.small-banner {
    display: flex;
    margin-bottom: 30px;
    display: flex;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
    perspective: 1px;
}

.small-left-banner-text {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    Color: #fff;
    text-align: center;
}

.small-right-banner-text {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff
}