body, td, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}
/* (1) header */
.header_userName
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.header_user {
	color: #666666;
}

/* (2)Breadcrumb path & action menu*/

.breadcrumb {
	color: #333;
	font-size: 1em;
}
.breadcrumb_Link
{
    color: #006600;
    text-decoration: underline;
    font-size: 1em;
}
.breadcrumb_current
{
    font-weight: bold;
    color: #333300;
    font-size: 1em;
}

/* (3)body content*/
.requiredField {
	background-color: #FFFFE1;
}
.recordColHeader {
	padding: 5px;
	vertical-align: middle;
	background-color: #003063;
	color: #FFFFFF;
	font-weight: bold;

}

.recordActionLink {
	color: #3333FF;
	font-size: small;
	text-decoration: underline;
	font-weight: normal;
}
.panelPaddingTop {
	padding-top: 5px;
	bottom: 5px;
}
.panelPaddingLeft {
	padding-left: 5px;
	width: 5px;
}
.panelPaddingBottom {
	padding-bottom: 5px;
}
.panelPaddingRight {
	padding-right: 5px;
	width: 5px;
}
.recordTableBorder {
	border: 1px solid #C0C0C0;
	border-spacing: 0px;
}

table
{
    border-collapse: collapse;
    font-size: 0.9em;
}

.panelBorder {
	padding: 5px 10px 5px 10px;
	min-width: 800px;
	border: thin solid #DBDBDB;
	border-radius: 5px;
	background-color: #F5F5F5;
}
.panelMargin {
	margin: 5px;
	width: 100%;
}
.panelControl
{
	border: thin solid #C0C0C0;
	border-radius:5px;
	color: #666666;
	width: 90%;
	font-size: 1em;
}
.recordFieldValue {
	font-size: small;
}
.searchFieldLabel, .recordFieldLabel
{
    font-size: .9em;
    color: #003300;
    font-weight: bold;
    vertical-align: bottom;
    width: auto;
    padding-left: 1px;
}
.searchColHeader
{
	padding: 5px;
	vertical-align: middle;
	background-color: #FFCF31;
	font: text-align: center;
	font-weight: bold;
	line-height: 22px;
	color: #800000;
}
.searchResultAltLight {
	background-color: #FFFFFF;
	line-height: 18px;
}
.searchResultAltDark {
	background-color: #E8E8E8;
	line-height: 18px;
}
.searchResultCellGeneral {
	padding: 5px;
}
.recordDetailsCellGeneral {
	padding: 5px;
	background-color: #FFFFFF;
}
.searchResultRowGeneral {
	height: 16px;
}
.recordDetailsRowGeneral {
	height: 2px;
}
.recordDetailsDel {
	background-color: #EAEAEA;
	font-style: italic;
}
.recordFieldAlert {
	color: #FF0000;
}
.historyColHeader {
	padding: 5px;
	vertical-align: middle;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}
.searchPager {
	font-size: small;
}
a.searchColHeader:link, a.searchColHeader:visited
{
	color: #800000;
	text-decoration: none;
}
a.searchColHeader:hover {
 color: #333333;
}
/*
.sortasc-header th a
{
	
	font-size: xx-large;
}

.sortasc-header th a:hover
{
	
	font-size: xx-large;
}


.sortdesc-header A
{
   background:url(~/image/desc.gif) right center no-repeat;
}
TH A
{
   padding-right: 20px;
} 
*/

/*
.sortasc-header A, .sortasc-header input[type="image"]
{
   background:url(asc.gif) right center no-repeat;
}

.sortdesc-header A, .sortdesc-header input[type="image"]
{
   background:url(desc.gif) right center no-repeat;
}

TH input[type="image"]
{
   padding-right: 20px;
}
*/

.resultGrid
{
	width: 100%;
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
}  
.resultGrid td
{
	padding: 2px 5px 2px 5px;
	border: solid 1px #c1c1c1;
	color: #717171;
	font-size: 1em;
}  
.resultGrid th
{
    background-position: center;
    padding: 4px 2px;
    color: #FFFFFF;
    background: url('../../image/brownGrad.png') repeat;
    border-left: solid 1px #525252;
    font-size: 1em;
    text-align: center;
    background-color: #736535;
    border: 0px solid #736535;
}  
.resultGrid th a
{
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}  


.resultGrid .sortasc-header
{
}

.resultGrid .sortasc-header a
{
   background:url("../../image/asc.gif") right center no-repeat;
}
/*
.resultGrid .sortasc-header input[type="image"]
{
   background:url("../../image/asc.gif") right center repeat;
}
*/
.resultGrid .sortdesc-header 
{
}

.resultGrid .sortdesc-header a
{
   background:url("../../image/desc.gif") right center no-repeat;
}
/*
.resultGrid .sortdesc-header input[type="image"]
{
   background:url("../../image/desc.gif") right center repeat;
}
*/
.resultGrid th a
{
   padding-right: 20px;
}
/*
.resultGrid th input[type="image"]
{
   padding-right: 20px;
}
*/
.resultGrid a
{
	color: #003063;
	text-decoration: underline;
}  

.resultGrid a:hover
{
    color: #CC3300;
    text-decoration: underline;
}  

.resultGrid th a:hover
{
    color: #333300;
    text-decoration: underline;
}  
.resultGrid .alt
{
	background: #fcfcfc url('../../image/grd_alt.png') repeat-x top;
}  
.resultGrid .pgr
{
    background: url('../../image/brownGrad.png') repeat-x center;
    background-color: #736535;
    border: 0px solid #736535;
}  
.resultGrid .pgr table { margin: 5px 0; }  
.resultGrid .pgr td
{
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	
	color: #808080;
	line-height: 12px;
	border-left-color: #C0C0C0;
}     

.recordPanelControl
{
	border: thin solid #C0C0C0;
	border-radius:5px;
	color: #666666;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 1em;
}

.recordPanelCell
{
	padding: 10px 20px 10px 20px;
}
.recordPanelField
{
	font-size: 0.95em;
	color: #333333;
	width: auto;
	padding-left: 1px;
}

.recordGrid
{
	width: 100%;
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: 1px solid #C0C0C0;
		
	border-collapse: collapse;
	
	vertical-align: top;

}  
.recordGrid td
{
	padding: 5px 5px 2px 5px;
	border: solid 1px #c1c1c1;
	color: #717171;
	vertical-align: top;
	font-size: 1em;
}  
.recordGrid th
{

	background-position: center;
    padding: 4px 2px;
    color: #FFFFFF;
    background: url('../../image/brownGrad.png') repeat;
    border-left: solid 1px #525252;
    font-size: 1em;
    text-align: center;
    background-color: #736535;
    border: 0px solid #736535;
}  
.recordGrid th a
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}  


.recordGrid a
{
	color: #003063;
	text-decoration: underline;
	font-size: 0.9em;
}  

.recordGrid a:hover
{
	color: #3366CC;
	text-decoration: underline;
}  

.recordGrid th a:hover
{
	color: #99CCFF;
	text-decoration: underline;
}  
.recordGrid .alt
{
	background: #fcfcfc url('../../image/grd_alt.png') repeat-x top;
}  
.recordGrid .pgr
{
	background: url('../../image/brownGrad.png') repeat-x center;
    background-color: #736535;
    border: 0px solid #736535;
}  
.recordGrid .pgr table { margin: 5px 0; }  
.recordGrid .pgr td
{
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	color: #CCCCCC;
	line-height: 12px;
	border-left-color: #C0C0C0;
}     
.recordGrid .pgr a
{
	color: #FFFFFF;
	text-decoration: underline;
}  
.recordGrid .pgr a:hover
{
	color: #99CCFF;
	text-decoration: underline;
}  

.recordGrid .sortasc-header
{
}

.recordGrid .sortasc-header a
{
   background:url("../../image/asc.gif") right center no-repeat;
}
.recordGrid .sortdesc-header 
{
}

.recordGrid .sortdesc-header a
{
   background:url("../../image/desc.gif") right center no-repeat;
}
.recordGrid th a
{
   padding-right: 20px;
}	

.recordGridControl
{
	/*border: thin solid #C0C0C0;*/
	color: #666666;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.miscFieldLabel
{
	font-size: 1em;
	color: #003300;
	font-weight: bold;
	vertical-align: bottom;
	width: auto;
}


.recordGridControlAlert
{
	border: thin solid #C0C0C0;
	color: #FF0000;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}


.searchButton
{
    background: url('../../image/find.ico') no-repeat;
    cursor: hand; 
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: none;
}


.recordGridMinWidth
{
    width:auto !important;
    min-width:100px 
}

.recordGridFixedWidthImg
{
    
    min-width:50px !important;
    max-width:50px !important
}
.no-close .ui-dialog-titlebar-close {display: none }
