﻿table.data-form { border: 0px; width: 100%; }  
table.data-form td { padding: 3px 10px 2px 0px; vertical-align: top; overflow: hidden;}
table.data-form td.Header {  font-size: 12pt; font-weight: bold; border-bottom: solid 1px gray;}  
table.data-form td.SmallHeader { font-weight: bold;}  
table.data-form td.OptionalField { background-color: #f2f2f2;}  
table.data-form td.LeftColumn { text-align: right; font-weight: bold; width: 90px; overflow: hidden;}  
table.data-form td.LeftColumnMarketPlace { text-align: right; font-weight: bold; width: 180px; overflow: hidden;}  
table.data-form td.LeftColumnBorder { border-right: solid 1px gray;}  
table.data-form td.RightColumn { text-align: left;width: 200px;  } 
table.data-form td.RightMoneyColumn { text-align: right; } 
table.data-form td.MeetingStyle1 { font-weight: bold;  } 
table.data-form td.MeetingLeftColumnBorder { font-weight: 700;  } 
table.data-form td.Footer{text-align:left;}

p.RequiredField { color: red; }
span.RequiredField { color: red; }
span.Error {color: Red; font-weight: bold; }
span.Title {font-size: 14pt; font-weight: bold;}
span.SmallTitle {font-size: 12pt; font-weight: bold;}
table.Forums { width: 100%; }
tr.GridFooter td
{
    background-color: GrayText;
    font-weight: bold;
    color: #7B0408;
}
tr.GridHeader td
{
    background-color: #b0cbdf;
    font-weight: bold;
    color: #5F5F61;
    border-width: 1px;
    border-style: solid;
    border-color: #707070;

}
tr.GridAlternatingRow td
{
    background-color: #f2f2f2;
}
tr.GridRow td
{
    background-color: White;
}
tr.GridPager td
{
    background-color: #b0cbdf;
    color: White;
    text-align: center;
}

.Repeater
{ width: 100%;
  margin-bottom: 10px;
}

.Repeater td
{ vertical-align:middle;
	text-align:center;
}

.RepeaterMsg 
{
	margin: 2px 5px 2px 10px;
	width: 400px;
}

.RepeaterMsg td
{
	text-align:left;
	border-bottom: solid 1px black;
}

.RepeaterMsg td.HeaderTxt 
{
	font-weight:bold;
}

.AptifySearchButton
{
	background: #9e040c url(../../App_Themes/IFRS/_img/search-button-bg.png); 
	width: 55px; 
	height: 20px; 
	color:White; 
	cursor: pointer; 
	text-indent: -3000px; 
	border-width: 0;
}