/* ------------------
 styling for the tables on page ImportPreview.aspx and ErrorList.aspx
   ------------------   */
table.vertical
{
	background: #fff;
	border-collapse: collapse;
	text-align: left;
}
th.vertical
{
	border-right: 1px solid #ccc;
	padding: 6px 8px;
	font-weight: normal;
}
td.vertical
{
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 6px 8px;
}

table.horizontal
{
	background: #fff;
	border-collapse: collapse;
	text-align: left;
}
th.horizontal
{
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
	font-weight: normal;
	white-space: nowrap;
	height: 70px;
	max-height: 70px;
	display: block;
	overflow: auto;
}
td.horizontal
{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 6px 8px;
	height: 70px;
	max-height: 70px;
	display: block;
	overflow: auto;
}
/*General stylesheet (partially taken from http://www.methodintegration.com/METHOD/GeneralStyleScript.css)*/
.MiniHeader
{
	text-decoration: none;
	color: white;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	padding: 2pt;
	
}
/*.SectionBar
{
	background-color: #669933;
}*/
.SectionBarTable
{
	margin-left: auto;
	margin-right: auto;
	/*border-collapse: collapse;- RP IE is off, and buttons dont get shadow*/
	border-width: 0px;
}

p
{
	text-decoration: none;
	color: black;
	font-family: Arial;
	font-size: 9pt;
}
span
{
	text-decoration: none;
	color: black;
	font-family: Arial;
	font-size: 9pt;
}
body
{
	font-family: Arial;
	font-size: 9pt;
	background-color: White;
}
.EmphasisQuicklink
{
	text-decoration: none;
	color: #669933;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
}
.EmphasisQuicklinkDisabled
{
	text-decoration: none;
	color: #686868;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
}
.buttonLink
{
	text-decoration: none;
	cursor: pointer;
	background-color: transparent;
	font-family: Arial;
	border: none;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	color: #665;
}
.buttonLink:hover
{
	text-decoration: underline;
}
/*
.button
{
	border-color: #7F7F7F;
	border: 1px solid;
	font-family: Arial;
	cursor: pointer;
	font-size: 9pt;
	color: #000000;
	padding: 2px;
	text-align: center;
	height: 23px;
	line-height: 13px;
	width: auto;
	margin: 0px;
	background: transparent url(but_bg.gif) repeat-x top;
	background-color: #7F7F7F;
	min-width: 100px;
}
.button:hover
{
	border: 1px solid;
	border-color: #606060;
	font-family: Arial;
	cursor: pointer;
	font-size: 9pt;
	color: #000000;
	padding: 2px;
	text-align: center;
	height: 23px;
	line-height: 13px;
	width: auto;
	margin: 0px;
	background: transparent url(but_bg_over.gif) repeat-x top;
	background-color: #606060;
	min-width: 100px;
}

.button_flexible
{
	border-color: #7F7F7F;
	border: 1px solid;
	font-family: Arial;
	cursor: pointer;
	font-size: 9pt;
	color: #000000;
	padding: 2px;
	text-align: center;
	height: 23px;
	line-height: 13px;
	width: auto;
	margin: 0px;
	background: transparent url(but_bg.gif) repeat-x top;
	background-color: #7F7F7F;
}
.button_flexible:hover
{
	border: 1px solid;
	border-color: #606060;
	font-family: Arial;
	cursor: pointer;
	font-size: 9pt;
	color: #000000;
	padding: 2px;
	text-align: center;
	height: 23px;
	line-height: 13px;
	width: auto;
	margin: 0px;
	background: transparent url(but_bg_over.gif) repeat-x top;
	background-color: #606060;
}
*/
.error
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: red;
}

.error a
{
    color: blue;
    font-weight: bold;
}

.success
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: green;
}

.centeredText
{
	margin-left: auto;
	margin-right: auto;
	/*border-collapse: collapse; - RP IE is off, and buttons dont get shadow*/
	border-width: 0px;
	height: 100%;
	border-color: #696969;
	border-width: 1px;
	border-style: solid;
	padding: 5px 5px 5px 5px;
}
.cellStepDefinition
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	vertical-align: top;
}
.cellStepValue
{
	vertical-align: top;
	padding-left: 20px;
}

.pspan
{
	text-decoration: none;
	color: black;
	font-family: Arial;
	font-size: 9pt;
}

.green .ajax__progress_indicator
{
    background-image:url(progress_green.gif);
}  

#pageLoading
{
	position: absolute;
	left: 50%;
	top: 50%;
}



