﻿/* Basic Display Table for a normal form*/
.DTContainer{
	position:relative;	
	width:550px;			/* Standard table Width on this site*/
	float:left;
	border:solid 1px black;
		clear:both;
}

.DTCol{
	float:left;
	width:250px;		/* Forces the Col width. */
}

.DTLeftElement{	
	text-align: right;	/* Align the text int he left col to the right so it is next to the form element  */
	padding-right:5px;	/* Makes a space between the left and right col. */
		clear:left;			/* End of Row */
}

.DTContainer > .clear{
	border:solid 1px black;
	clear: both;
	/*border-collapse:collapse;*/
	/*border-width:0px;*/
}
.DTContainer > .DTRightElement 
{
	clear:right;			/* End of Row */
}




/* Extra Styles forSpecific Table*/
.DTContainer.contraventions{	/* Ccontraventions Table*/ 
	width:551px;
}
.contraventions > .DTLeftElement{
	/*margin-left: auto;*/
	width:50px;			/* Forces the Col width. */	
}
.contraventions > .col2{
	width:345px;		/* Forces the Col width. */
	text-align:left;
	border-left:1px black solid;
	border-right:1px black solid;
}
.contraventions > .col3{
	width:130px;		/* Forces the Col width. */
	clear:right;			/* End of Row */
}
.contraventions > div{
	text-align:center;
	border-top:1px black solid;
	padding:4px;
}
.contraventions > .header{
	border-top-width:0px;
	text-align:center;
}




/* Extra Styles forSpecific Table*/
/* Currently need ot keep 3 cols to make table work. Set col1 to opx width to hide*/
.LocalAuth > div{
	text-align:center;
	border-top:1px black solid;
	padding:4px;
	position:relative;
}
.LocalAuth > .DTLeftElement
{
	/*margin-left: auto;*/
	width:0px;			/* Forces the Col width. */	
	padding:0;
	border:solid 0px black;

}
.LocalAuth > .col2
{
	left:1px;
	width:340px;		/* Forces the Col width. */
	text-align:center;
	border-left:0px black solid;
	border-right:1px black solid;
}
.LocalAuth > .col3
{
	
	width:191px;		/* Forces the Col width. */
	clear:right;			/* End of Row */
	border-left:1px black solid;
}

.LocalAuth > .header{
	border-top-width:0px;
	text-align:center;
}


