﻿.FormListHeader
{
	text-align: left;
	color: #616161;
	font-size: 14px;
}

.FormListNoDataText
{
	color: black;
	font-size: 11px;
}

.FormListColumnHeader
{
	text-align: center;
	color: black;
	font-weight: normal;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-style: solid;
	border-color: #CCCCCC;
}
.FormListColumnHeaderLink
{
	text-align: center;
	color: black;
	font-weight: normal;
}

.FormListFooter
{
	border-top: 1px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: #CCCCCC;
}


.FormListCell
{
	cursor:pointer;
	border-top: 0px;
	border-right: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

.FormListCellFirst
{
	cursor:pointer;
	border-top: 0px;
	border-right: 1px;
	border-bottom: 0px;
	border-left: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}


.onMouseOverRowOdd
{
	background: #C9CDB4;
}
.onMouseOverRowEven
{
	background: #C9CDB4;
}

.onMouseOutRowOdd
{
	background: #FFFFFF;
}
.onMouseOutRowEven
{
	background: #F7F6F3;
/*	background: #EBE8DF; */
}
.HistoryForm
{
	color:Gray;
}
.NewForm
{
	background-image: url(../Images/Layout/SpecialCell_Finished_False.gif);
	background-repeat:no-repeat;
}
.DeclinedForm
{
	background-image: url(../Images/Layout/SpecialCell_Decision_False.gif);
	background-repeat:no-repeat;
}

.PagerLink
{
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-style: solid;	
	color: black;
	border-color: #F3F3F3;
}
.PagerLinkCurrent
{
	border-color: #CCCCCC;
}
.onMouseOverPagerLink
{
	color: black;
	text-decoration: underline;
}
.onMouseOutPagerLink
{
	color: black;
}



/* Pager buttons */
.PagerButton
{
	padding: 0px;
	margin: 0px;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.PagerButtonFirst
{
	background-image: url(../Images/Buttons/Pager_First.gif);
}
.PagerButtonPrev
{
	background-image: url(../Images/Buttons/Pager_Prev.gif);
}
.PagerButtonNext
{
	background-image: url(../Images/Buttons/Pager_Next.gif);
}
.PagerButtonLast
{
	background-image: url(../Images/Buttons/Pager_Last.gif);
}
.onMouseOverPagerButton
{
	background: #C9CDB4;
	color: #C9CDB4;
}
.onMouseOutPagerButton
{
	background: #F7F6F3;
	color: #F7F6F3;
}




.ArrowSortAsc
{
/*
    background-image:url([ROOT]/Images/Layout/ArrowSortAsc.gif);
    background-position:right center;
    background-repeat:no-repeat;
*/
}

.ArrowSortDesc
{
    /*
    background-image:url([ROOT]/Images/Layout/ArrowSortDesc.gif);
    background-position:right center;
    background-repeat:no-repeat;
    */
}

/*
 * QUERY
 */

.QuerySection
{
    width:100%;
    padding:2px;
}

td.QueryFieldPart
{
}

table.QueryFieldPart
{
    /*border-bottom:solid 1px #CCCCCC;*/
}

.Query_SummaryPanel
{
    background-color:#F3F3F3;
/*    background-color:#C9CDB4; */
}
.Query_ResultsPanel
{
	vertical-align: middle;
	text-align: center;
    background-color:#F3F3F3; 
}

.Query_BtnSearch
{
}