/* Default style for the L&L Driving School Website */
/* All original content, created by Daniel Cox */
/* Modified last on: 6:29 PM 6/17/2007 */

@media screen {
   *.printOnly { display: none; }
   #container {
	position: relative;
	left: 50%;
	margin-left: -390px;
	width: 780px;
   }
   #content, div.norm {
	width: 600px;
   }
   #header {
	text-align: left;
	background: transparent url("/images/logo1.jpg") no-repeat top right;
	height: 130px;
	width: 600px;
	vertical-align: top;
   }
}

@media print {
   body { background-color: white; }
   *.noPrint, #header, #nav { display: none; }
}


/* ######## Start layout style ######## */


#container td { 
	padding: 0;
	margin: 3px;
	border: none;
}

#nav {
	vertical-align: top;
}

#rightSide {
	vertical-align: top;
}

#login {
	background: transparent url("/images/animation.gif") no-repeat bottom left;
	height: 100%;
	width: 100%;
	text-align: right;
	font-size: 10px;
}

#login input {
	font-size: 10px;
	height: 12px;
	width: 50px;
}

#login input.submitLogin {
	height: 20px;
	width: 30px;
}




/* ######### End layout style ######### */



body {
	background-color: rgb(200,200,200);
	color: black;
	font: normal small verdana, arial, sans-serif, "times new roman";
   	text-decoration: none;
}

p.note {
	font-size: x-small;
}

ol.formDirections {
	font-size: x-small;
}

h1 h2 h3 h4 h5 h6 {
	font-weight: bold;
}

*.nocenter {
	text-align: left;
}

*.center {
	text-align: center;
}

*.underline {
	text-decoration: underline;
}

*.border {
	border: black 1px solid;
}

.indent {
	text-indent: 1.5em;
}

div.errorMessages p {
	padding-left: 5em;
	color: rgb(230,50,50);
	background-color: rgb(200,200,200);
}

ul.none {
	list-style: none;
}

img {
	border: none;
}

div#footer {
	font-size: x-small;
	color: rgb(100,100,100);
	background-color: rgb(200,200,200);
	clear: both;
	text-align: center;
	width: 600px;
}

div#dates table.dates {
	border-style: groove;
	border-color: black;
	border-width: thin;
	width: 45em;
	border-collapse: collapse;
}

div#dates table.dates tr td {
	border-style: groove;
	border-color: black;
	border-width: thin;
	padding: .5em 1em;
}

div#dates table.dates tr.firstRow td.title {
	color: black;
	background-color: rgb(245,245,245);
	font-weight: bold;
	padding: .75em 1em;
	border-right: none;
	vertical-align: middle;
	white-space: pre;
}

div#dates table.dates tr.firstRow td.studentNote {
	color: black;
	background-color: rgb(245,245,245);
	padding: .75em 1em;
	border-left: none;
	font-size: x-small;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

div#dates table.dates tr td.headerRow {
	font-weight: bold;
	border-style: groove;
	border-color: black;
	border-width: thin;
	vertical-align: middle;
	text-align: center;
	padding: .5em 1em;
}

div#dates table.dates tr td.typeOfMeeting {
	border-style: groove;
	border-color: black;
	border-width: thin;
	vertical-align: middle;
	text-align: center;
	padding: .5em 1em;
}

.editBox {
	width: 580px;
	height: 400px;
}


/* ######## Start form Style ######## */
input, form select, form textarea {
	background-color: rgb(230,230,230);
	color: black;
}

input[type="radio"] {
	background-color: transparent;
}

input.standard {
	width: 22em;
}

input.shortened1 {
	width: 12em;
}

input.shortened2 {
	width: 4.8em;
}

input.shortened3, form input.birthDay{
	width: 1.5em;
}

input.phone1, form input.phone2 {
	width: 2.1em;
}

input.phone3, form input.birthYear {
	width: 2.8em;
}

form ul.formTwoOption {
	list-style: none;
}

form ul.formTwoOption li {
	float: left;
	position: relative;
	padding-right: 1em;
}

*.explanation {
	padding-left: 2em;
}

.commentBox {
	width: 580px;
	height: 100px;
}
/* ######### End form Style ######### */ 


/* ######### Start Table Style ########## */
table.lawStyle1, table.lawStyle2 {
	border-style: groove;
	border-color: black;
	border-width: thin;
}

table.lawStyle1 tr td, table.lawStyle2 tr td {
	border-style: groove;
	border-color: black;
	border-width: thin;
}

table.lawStyle1 tr td:first-child {
	background-color: rgb(200,200,200);
	color: rgb(0,0,0);
	width: 10em;
}

table.lawStyle2 tr td {
	vertical-align: top;
}

table.lawStyle2 tr.header td {
	width: 10em;
	background-color: rgb(200,200,200);
	color: rgb(0,0,0);
	vertical-align: bottom;	
}

table#law {
	border-collapse: collapse;	
}

table#law td {
	border: 1px black solid;
	padding: 4px;
}

table#law td.divider {
	padding: 0;
}

div#existingLocations table {
	border-collapse: collapse;
}

div#existingLocations td {
	padding: 4px;
}

div#existingLocations textarea, div#newLocations textarea {
	width: 500px;
	height: 100px;
}
/* ########## End Table Style ########### */



/* ########### Start Print Form Style ########## */
table#body, div.printOnly { 
	font-weight: normal;
	font-size: 10pt;
	font-family: "times new roman";
	background-color: white;
	color: black;
}

table#letterHeadOuter {
	border: black 2px solid;

	width: 100%;
}

table#letterHeadInner {
	border: black 3px solid;
	width: 100%;
}

table#letterHead {
	border: black 2px solid;

	width: 100%;
}

table#letterHead td {
	width: 50%;
	text-align: left;
}

table#letterHead span.letterHeadTitle {
	font-size: 16pt;
}

div.printOnly .titleText {
	font-size: 12pt;
}

div.printOnly .title {
	font-size: 16pt;
	text-decoration: underline;
}

div.printOnly .fine {
	font-size: 8pt;
}

div.printOnly ol#seg1Form li {
	margin-bottom: 10px;
}

div.printOnly table#btwAgree {
	border-collapse: collapse;
}

div.printOnly table#btwAgree td {
	padding-left: 3px;
	border: 1px black solid;
}

div.printOnly table#btwAgree table {
	border: none;
	width: auto;
}

div.printOnly table#btwAgree table td {
	border: none;
}

div.printOnly table#btwAgree table.center td {
	text-align: center;
	vertical-align: bottom;
	padding-right: 10px;
}

div.printOnly table#segIIContract {
	border-collapse: collapse;
	border: none;
}

div.printOnly table#segIIContract td {
	border: none;
	padding-top: .5em;
}

#SiteActions a {
	border: 1px black solid;
	background: white;
	color: black;
}