.ErrorText,
.ErrorMessage,
.MessageError { background-color: Transparent; color: #FF0000; font-weight: bold; }
span.required { background-color: Transparent; color: #FF0000; font-weight: bold; }
.InputButton { vertical-align: top; position: relative; top: 0px; font-size: 1em; }

.width100 { width:100%; }
.width70 { width:70%; }
.width50 { width:50%; }
.floatleft { float:left; }
.floatright { float:right; }
.center { text-align:center; }
.clear { clear:both; }

/*--- Show/Hide panel trigger ---*/
h2.trigger { margin: 3px 0 5px 0; padding-left: 14px; font-size: 100%; font-weight: bold;
                             background: url(../../images/ArrowRight.gif) no-repeat 0px 2px; cursor: pointer; }
h2.active { background: url(../../images/ArrowDown.gif) no-repeat 0px 3px; }

.BottomBar
{
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	z-index:999;
    display:block;
    position: fixed;
    bottom: 0;
	right:0;
    /*background: #f2f5f7; */
    height: auto;
	/*max-height: 300px; this is set on server control, default is 200px. */
    width: 70%;
    overflow: auto;
    /*border-top: 1px solid #1A6EFB; */
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #e3e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f6f6 0%,#e3e3e3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6f6f6 0%,#e3e3e3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */            
}
.BottomBar .content { padding: 3px 10px 5px 10px;}


/*--- Generic Form ---*/
.GenericForm { font-size: 0.95em; font-weight: bold; }
.GenericForm table { color: inherit; }

.GenericForm td { color: inherit; vertical-align:middle; }
.GenericForm td h1,
.GenericForm td h2,
.GenericForm td h3 { font-size: 1.1em; }
.GenericForm td p {	font-size: 1.05em; font-weight: normal; }

.GenericForm .textContainer { margin-bottom: 5px; }
.GenericForm .textContainer label {	font-size: 0.95em; font-weight: bold; padding-right: 10px; display: inline; max-width: 100%; margin-bottom: 2px; }
.GenericForm .textContainer input {	vertical-align: middle; margin-bottom: 0.3em; border-collapse:collapse; 
                                   	border: 1px solid #7E9DB9; font-size: 1em; width: 60%; }
* html .GenericForm .textContainer input { height: 1.5em; }

.GenericForm .fileContainer { margin-bottom: 5px; }
.GenericForm .fileContainer label {	font-size: 0.95em; font-weight: bold; }
.GenericForm .fileContainer input {	vertical-align: middle; margin-bottom: 0.3em; border-collapse:collapse;
                                   	border: 1px solid #7E9DB9; font-size: 1em; width: 60%; }
* html .GenericForm .fileContainer input { height: 1.5em; }

.GenericForm .textareaContainer { margin-bottom: 5px; }
.GenericForm .textareaContainer label {	font-size: 0.95em; font-weight: bold; }

.GenericForm .textareaContainer textarea { font-family: Arial, Helvetica, sans-serif; margin-bottom: 0.3em;
                                           border-collapse:collapse; border: 1px solid #7E9DB9; font-size: 104%; width: 60%; }

.GenericForm .checkboxContainer { margin-bottom: 5px; }
.GenericForm .checkboxContainer label { font-size: 0.95em; font-weight: bold; display: inline; margin-right: 6px; }
.GenericForm .checkboxContainer input.checkbox { position: relative; display: inline; margin: 4px 0 0; }

.GenericForm .radioContainer { margin-bottom: 8px; }
.GenericForm .radioContainer label { font-size: 0.95em; font-weight: bold; display: inline; margin-right: 6px; }
.GenericForm .radioContainer input.radio { position: relative; display: inline; margin: 4px 0 0; }

.GenericForm .selectContainer { margin-bottom: 5px; }
.GenericForm .selectContainer option { font-size: 0.95em; font-weight: bold; }
.GenericForm .selectContainer select { }

.InputButton { margin: 8px 0 10px 0; /* float:right; margin: 8px 12px 0 0; */}


/*--- Rss link ---*/
.rsslink { background: transparent url(../../images/rss.gif) no-repeat scroll 0 0;
           padding-left:18px; text-decoration:none; padding-bottom: 3px; }
.rsslink:visited { text-decoration: none; }
.rsslink:hover { text-decoration:underline;	}

