/*
Telephone Success Print CSS

V1.01 - 02/10/07 TS
- added H3 style

V1.0 - 15/02/07 TS
- new file
*/

.show_screen {
	display: none;	
}

body {
	background-color: #ffffff;
}

p {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;	
}

table tr td, ul li {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;	
}

input, textarea, select {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

a, a:visited {
	color: #000000;	
}

h1 {
	font-size: 24px;
	color: #008DC9;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

h2 {
	font-size: 20px;
	color: #008DC9;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin-top: 30px;
	margin-bottom: 5px;
}

h3 {
	font-size: 18px;
	color: #008DC9;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin-top: 30px;
	margin-bottom: 5px;
}

img {
	border: 0px;	
}

select.permission_select {
	width: 200px;
	font-size: 10px;
}

select.dealer_select {
	width: 350px;
	font-size: 10px;
}

p.admin_check {
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 300px;	
}

p.float_clear {
	clear: left;
	font-size: 0px;
	height: 0px;	
}

/* Main Page Layout */
#main_content {
	
}

#top_logo {
	margin: 0px;	
}

#top_menu {
	display: none;
}

#footer {
	display: none;
}

#media_player {
	display: none;
}

#media_player_close {
	display: none;	
}

img.click {
	cursor: pointer;	
}

/* Entry Form */
p.entry_question {
	float: left;
	width: 300px;	
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 40px;
	margin-top: 1px;
	margin-bottom: 1px;
}

div.large_form {
	background-image: url(../images/large_form_top.jpg);
	background-repeat: no-repeat;
	background-color: #F5EBD2;
	padding: 10px;
	padding-bottom: 1px;
	width: 740px;
}

div.med_form {
	background-image: url(../images/med_form_top.jpg);
	background-repeat: no-repeat;
	background-color: #F5EBD2;
	padding: 10px;
	padding-bottom: 1px;
	width: 530px;
}

div.small_form {
	background-image: url(../images/small_form_top.jpg);
	background-repeat: no-repeat;
	background-color: #F5EBD2;
	padding: 10px;
	padding-bottom: 1px;
	width: 380px;
}


/* Tables */
table.gridTable {
	border-collapse: collapse;	
}

table.gridTable td {
	background-color: #ffffff;
	color: #000000;
	padding: 3px;
	padding-right: 8px;
	padding-left: 8px;
}

table.gridTable td a, table.gridTable td a:visited {
	color: #000000;	
}

tr.gridTableHeader td {
	background-color: #ffffff;
	font-weight: bold;
	color: #000000;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
}

/* Reports */
input.report_button {
	width: 200px;
	padding: 3px;	
}

input.report_check {
	margin: 0px;	
}

img.img_hide {
	visibility: hidden;	
}

table.gridTable td.section_divide {
	border-bottom: solid 1px #000000;
	padding-bottom: 20px;
}

#key_div {
	
}

#key_div table {
	margin-top: 20px;
	margin-right: 20px;
	float: left;	
}
