.Textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;

}

.TextboxSmallDisabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: Gainsboro;
	border-top: 1px solid silver;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	border-left: 1px solid silver;
    width:50px;
}
input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.textboxSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width:50px
}
.txtCalendarDisplay
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.Whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
}

.txtSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #000066;
	text-decoration: none;
}
.calendar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.layoutSpacer {
	height: 1px;
}
.layoutSpacerLarge {
	height: 4px;
}

.layoutShowImageTD
{
	width:120
}

.textArea
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width:300
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
	margin-bottom: 0em;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	margin-bottom: 0em;
	font-weight: bold;
}	

.txtRole
{
	
}
.tableData
{
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	margin-left : auto;
	margin-right : auto;
	width:480;
	clear: both;
}

.tableDataEntry
{
	background-color: #F5F5F5;
	border-top: 1px solid #F5f5f5;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #F5f5f5;
	margin-left : auto;
	margin-right : auto;
	width:380
}

.tableDataEntrySmall
{
	background-color: #F5F5F5;
	border-top: 1px solid #F5f5f5;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #F5f5f5;
	margin-left : auto;
	margin-right : auto;
	width:200
}
/*.tableHR 
{
	background-color: #FFFFFF;
	font-size: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	height: 1px;
}*/

.tableDataEntryLarge
{
	background-color: #F5F5F5;
	border-top: 1px solid #F5f5f5;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #F5f5f5;
	margin-left : auto;
	margin-right : auto;
	width:420
}
.textboxcal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
    width:70px
}
.textRequired
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	vertical-align: top;
}
.textTableError { font-family: Verdana, helvetica, sans-serif; 
	 font-size: 9pt; 
	 color: #C00000; 
	 font-weight:bold;
	 margin-bottom: 2em
}
.imageThumbNail
{
	/*border:solid 1px black;
	border-top: solid 1px #666666;
	border-right: solid 3px #333333;
	border-bottom: solid 3px #333333;
	border-left: solid 1px #666666;
	width:100;*/
}

.bgColourRequiredField
{
	border-top: 1px solid #B22222;
	border-right: 1px solid #B22222;
	border-bottom: 1px solid #B22222;
	border-left: 1px solid #B22222;
	background-color: #B0C4DE;
}
.buttoncal {
	height:20px
}
.buttoncalNN {
	height:20px;
	width:20px
}
.textboxcalDayNN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
    width:40px
}
.textboxcalYearNN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
    width:50px
}
.textboxcalMonNN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
    width:75px
}
.adminToolbar
{
	font-size: 10px;
	/*padding: 2px;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;*/
}