﻿/*=== Form display ===*/
.FormItem 
{
	padding-left: 40px;
	clear: both;
}

.FormItemCollapsed 
{
	visibility: hidden;
}

.FormItemTitle 
{
	float: left; 
	width: 150px;
}

.FormItemOption 
{
}

.FormItem2 
{
	clear: both;
}

.FormItemCollapsed2 
{
	visibility: hidden;
}

.FormItemTitle2 
{
	float: left;
	width: 80px;
}

.FormItemOption2 
{
    margin-left: 5px;
}

.SectionDisplay 
{
	padding: 5px;
	padding-left: 30px;
	font-weight: bold;
	
}

.TextBoxRight
{
	text-align: right;
	width: 30px;
}

/*=== Table Formatting ===*/
table
{
	width: 100%;
	border-collapse: collapse;
}

thead
{
	font-weight: bold;
	background-color: #576523;
	color: #FFFFFF;
}

thead tr td
{
	padding: 5px;
	text-align: center;
}

tfoot
{
	font-weight: bold;
	background-color: #576523;
	color: #FFFFFF;
}

tfoot a:link{
	color: #FFFFFF;
	text-decoration: underline;
}

tfoot a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

tfoot a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

tfoot tr td
{
	padding: 5px;
}

tr
{
	
}

td
{
	padding: 3px;
}

.InsertRow
{
	background-color: #eac256;
}

.EditRow
{
	background-color: #eac256;
}

.AlternateRow
{
	background-color: #eac256;
}

/*=== Progress loader ===*/
.PrProgress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
}
.PrContainer
{
	background-color: #ffffff;
    border: solid 1px #808080;
    border-width: 1px 0px;
}
.PrHeader
{
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    white-space:nowrap;
    font-family: arial,helvetica,clean,sans-serif;
}
.PrBody
{
    text-align: center;
    background-color: #ffffff;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}
.PrIFrame
{
	
}

.DataPager
{
    background-color: #eac256;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    margin-right: 21px;
}

.PreviewPicture
{
    border: 1px solid #eac256;
}

.PreviewItem
{
    float: left; 
    width: 150px; 
    padding-right: 8px;
    padding-left: 8px; 
    text-align: center;
    font-size: 12px;    
    text-decoration: none;
}


.PreviewItem a
{
    text-decoration: none;
}

.PreviewItem a:link
{
    text-decoration: none;
}

.PreviewItem a:visited
{
    text-decoration: none;
}

.SearchBox
{
    border: 1px solid #000000;
    font-family: verdana, arial,  helvetica, Sans-Serif;
    font-size:11px
}
