﻿html, body, FORM
{
	width: 100%;
	height: 100%;
}


body
{
	margin: 0px;
	font-size: 8pt;
	font-family: Arial;
	
}

.containerStyle
{
	width: 100%;
	padding: 5px;
}

.containerCellStyle, .controlCellStyle
{
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

.errorPanel
{
	width: 100%;
	font-size: 8pt;
	font-family: Arial;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #C60000;
	color: white;
}



.gridCellStyle, .gridCellStyle-Selected, .gridCellStyle-MouseOver, .gridChildCellStyle
{
	font-size: 8pt;
	font-family: Arial;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #B8CEE7 1px solid;
	border-left: #B8CEE7 1px solid;
	border-right: #B8CEE7 1px solid;
	background-color: #F3F7FB;
	cursor: pointer;
}

.gridFrameStyle
{
	width: 100%;
	height: 500px;
	text-align: center;	
	border-bottom: #8EB1D9 1px solid;
	border-left: #8EB1D9 1px solid;
	border-right: #8EB1D9 1px solid;
	border-top: #8EB1D9 1px solid;
}

.gridChildCellStyle
{
	/*background-color: #FAF8CC;*/
	background-color: #F7F7BE;
}

.gridCellStyle-Selected
{
	background-color: #FFCC80;
}

.gridCellStyle-MouseOver
{
	background-color: #FFF2DF;
}


.gridPanel-default
{
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}


.gridContainer
{
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}

.gridHeaderStyle, .gridHeaderStyle1
{
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal; /*white-space: nowrap;*/
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #8EB1D9 1px solid;
	border-left: #8EB1D9 1px solid;
	border-right: #8EB1D9 1px solid;
	background-color: #DAE4F3;
	cursor: pointer;
	height: 18px;
}

.gridHeaderStyle1
{
	font-weight: bold;
}


.groupColumn-default
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	border: #87AADA 1px solid;
	text-align: center;
	white-space: nowrap;
	padding: 2px;
	background-color: #B4CAE8;
	height: 18px;
}


.gridTableStyle
{
	width: 98%;
}

.groupColumn-empty
{
	white-space: nowrap;
	border-bottom: #719ECF 1px solid;
}

.progressStyle,.statusPanel
{
	width: 100%;
	font-size: 8pt;
	font-family: Arial;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #B8CEE7 1px solid;
	background-color: #F3F7FB;
}

.errorStatusPanel
{
	width: 100%;
	font-size: 8pt;
	font-family: Arial;
    color:white;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #d90000;
}

.progressStyle2
{
	width: 100%;
	font-size: 8pt;
	font-family: Arial;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #B8CEE7 1px solid;
	background-color: #FFFFCC;
}

.helpPanel
{
	width: 100%;
	font-size: 8pt;
	font-family: Arial;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #B8CEE7 1px solid;
	background-color: #FFEECC;
}




.searchControl-default
{
	border-right: #a2b5dd 1px solid;
	border-top: #a2b5dd 1px solid;
	border-left: #a2b5dd 1px solid;
	border-bottom: #a2b5dd 1px solid;
}
.searchControl-header
{
	height: 20px;
	width: 100%;
	background-image: url(/ahriDirectory/App_Themes/Default/images/headerBG.jpg);
	background-repeat: repeat-x;
}
.searchControl-headerText
{
	height: 20px;
	width: 100%;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	font-weight: bold;
	padding-left: 8px;
}
.searchControl-headerImage, .table-headerImage
{
	padding-left: 8px;
}

.table-headerText
{
	height: 20px; /*width: 100%;*/
	font-size: 8pt;
	color: white;
	font-family: Arial;
	font-weight: bold;
	padding-left: 8px; /*text-align: left;*/
}

.textDisplay
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	padding: 2px;
	height: 14px;
	width: 95%;
	vertical-align: middle;
	color: dimgray;
}

.toolbar-default
{
	background-image: url(/ahriDirectory/App_Themes/Default/images/toolbarBG.jpg);
	width: 100%;
	height: 24px;
}

.toolbar-oem
{
	width: 100%;
	height: 24px;
	border-bottom: #a2b5dd 1px solid;
}

.toolbar-ImageStyle
{
	padding-right: 1px;
	padding-left: 2px;
}

.toolbar-TextStyle
{
	text-decoration: none;
	padding-right: 10px;
	color: black;
}

.toolbar-TextStyle1
{
	text-decoration: none;
	padding-right: 5px;
	color: black;
	font-size: 10px;
	font-family: Arial;
	white-space: nowrap;
	padding-top: 6px;
	text-align: center;
}

.toolbar-seperatorStyle
{
	width: 100%;
}


input, select, textarea
{
	font-size: 8pt;
	font-family: Arial;
}

.tablecell-Default
{
	font-size: 8pt;
	font-family: Arial;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 50%;
}
.tablecell
{
	font-size: 8pt;
	font-family: Arial;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
.table-Default
{
	width: 100%; /*padding: 5px;*/ /*border-right: #a2b5dd 1px solid; 	border-top: #a2b5dd 1px solid; 	border-left: #a2b5dd 1px solid; 	border-bottom: #a2b5dd 1px solid;*/
}
.webgrid-Header
{
	font-size: 8pt;
	font-family: Arial; /*white-space: nowrap;*/
}

.toolbar-BlankCellStyle
{
	width: 5px;
}
.helpspan
{
	background-image: url(/ahriDirectory/App_Themes/Default/images/helpSpan.jpg);
	background-repeat: repeat-x;
}

.helpHeading1
{
	padding: 4px;
	font-size: 14px;
	color: #333333;
	font-family: Tahoma;
}

.helpHeading2
{
	padding: 4px;
	font-size: 12px;
	color: #333333;
	font-family: Tahoma;
}

.helpContainer
{
	padding: 4px;
	font-size: 8pt;
	line-height: 14pt;
	font-family: Arial;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	overflow: auto;
	height: 200px;
}
.directoryHeaderStyle
{
	width: 100%;
	background-image: url(/ahriDirectory/App_Themes/Default/images/ARI_Header_Span.jpg);
	background-repeat: repeat-x;
}

.login-header
{
	padding:1px;
	padding-left:5px;
	width:360px;
	background-color: #DAE4F3;
	height: 20px;
	text-align: left;
	font-weight: bold;
}
.login-table
{
	
	padding:0px;
	margin:0px;
	border-right: #DAE4F3 1px solid;
	border-top: #DAE4F3 1px solid;
	border-left: #DAE4F3 1px solid;
	border-bottom: #DAE4F3 1px solid;
	width:360px;
}

.default-table
{	
	padding:0px;
	margin:0px;
	border-right: #DAE4F3 1px solid;
	border-top: #DAE4F3 1px solid;
	border-left: #DAE4F3 1px solid;
	border-bottom: #DAE4F3 1px solid;
	
}



.login-label
{
	padding:5px;
	width:80px;
	text-align:left;
}
.login-textbox
{
	width:220px;
	text-align:left;	
}
.login-checkbox
{
	padding-left:110px;
	text-align:left;	
}

.errorField
{
	background-color:#C60000;
	color:White;
}


ul.links
{
    list-style-type:none;
    padding:0;
    margin:0;
}