/*
Telephone Success Main CSS

V1.03 - 25/01/10 TS
- added styles for graphical widget boxes

V1.02 - 23/11/09 TS
- set FORM tag style to remove padding & margin

V1.01 - 02/10/07 TS
- added H3 style

V1.0 - 30/01/07 TS
- new file
*/

.show_print {
	display: none;
}

html, body {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffffff;
}

p {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;	
}

form {
	padding: 0px;
	margin: 0px;
}

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 {
	line-height: 100%;
	margin-top: 0px;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

h2 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin-top: 30px;
	margin-bottom: 5px;
}

img {
	border: 0px;
}

.btn {
	cursor: pointer;
}

/* begin widget box defenitions */

table.lgtTbl {
	border-collapse: collapse;
	width: 100%;
}
td.lgtTL {
	width: 16px;
	background-image: url(../images/sections/lightTopLeft.gif);
	padding: 0px;
}
td.lgtTM {
	height: 16px;
	background-image: url(../images/sections/lightTop.gif);
	padding: 0px;
	padding-top: 3px;
	vertical-align: center;
	font-weight: bold;
	color: #555555;
}
td.lgtTR {
	width: 20px;
	background-image: url(../images/sections/lightTopRight.gif);
	padding: 0px;
}
td.lgtML {
	width: 4px;
	background-image: url(../images/sections/lightLeft.gif);
	padding: 0px;
}
td.lgtMM {
	background-color: #F0F0F0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
td.lgtMMT {
	background-color: #F0F0F0;
	padding-left: 0px;
	padding-right: 0px;
}
td.lgtMR {
	width: 8px;
	background-image: url(../images/sections/lightRight.gif);
	padding: 0px;
}
td.lgtBL {
	width: 22px;
	background-image: url(../images/sections/lightBottomLeft.gif);
	padding: 0px;
}
td.lgtBM {
	height: 21px;
	background-image: url(../images/sections/lightBottom.gif);
	padding: 0px;
}
td.lgtBR {
	width: 22px;
	background-image: url(../images/sections/lightBottomRight.gif);
	padding: 0px;
}

table.drkTbl {
	border-collapse: collapse;
	width: 100%;
}
td.drkTL {
	width: 16px;
	background-image: url(../images/sections/darkTopLeft.gif);
	padding: 0px;
}
td.drkTM {
	height: 16px;
	background-image: url(../images/sections/darkTop.gif);
	padding: 0px;
	padding-top: 3px;
	vertical-align: center;
	font-weight: bold;
	color: #555555;
}
td.drkTR {
	width: 20px;
	background-image: url(../images/sections/darkTopRight.gif);
	padding: 0px;
}
td.drkML {
	width: 4px;
	background-image: url(../images/sections/darkLeft.gif);
	padding: 0px;
}
td.drkMM {
	background-color: #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

}
td.drkMMT {
	background-color: #DDDDDD;
	padding-left: 0px;
	padding-right: 0px;
}
td.drkMR {
	width: 8px;
	background-image: url(../images/sections/darkRight.gif);
	padding: 0px;
}
td.drkBL {
	width: 22px;
	background-image: url(../images/sections/darkBottomLeft.gif);
	padding: 0px;
}
td.drkBM {
	height: 21px;
	background-image: url(../images/sections/darkBottom.gif);
	padding: 0px;
}
td.drkBR {
	width: 22px;
	background-image: url(../images/sections/darkBottomRight.gif);
	padding: 0px;
}

/* end widget box defenition */

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 */
#wheelBk {
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#dashboard_main_content {
	position: absolute;
	top: 10px;
	width: 960px;
}

#main_content {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
}

#widgetTable {
	border-collapse: collapse;
}

.dashboardMargin {
	margin-left: 200px;
}
.dashboardPadding {
	padding-left: 200px;
}

#top_logo {
	margin: 0px;	
}

#top_menu {
	margin-top: 13px;
	height: 16px;
	padding: 8px;
	padding-right: 16px;
	text-align: right;
	width: 976px;
}

#top_menu a, #top_menu a:visited {
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 15px;
}

#footer {
	height: 16px;
	padding: 8px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 30px;
	margin-bottom: 40px;
	clear: both;
}

#footer a, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	margin-right: 10px;
}

#footer a:hover {
	text-decoration: underline;	
}

#media_player {
	position: absolute;
	display: none;
	top: 110px;
	left: 330px;
	background-color: #ffffff;
	/*
	padding: 40px;
	*/
	border: solid 1px #1D497A;
	width: 320px;
	height: 90px;
}

#media_player_close {
	position: absolute;
	display: none;
	top: 153px;
	left: 990px;	
}
#media_player-popup-bar {
                height: 20px;
                background-color: #0000FF;
                text-align: right;
            }

#media_player-popup-bar a {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	background-color:#1D497A;
	color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}

            #popup {
                width: 320px;
                height: 240px;
                border: 1px solid #000000;
                background-color: #F0F0F0;
                position: absolute;
            }
            #popup-bar {
                height: 20px;
                background-color: #0000FF;
                text-align: right;
            }
            #popup-bar a {
                color: #FFFFFF;
            }


.click {
	cursor: pointer;	
}

/* Entry Form */
p.entry_question {
	float: left;
	width: 90%;	
	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;
}

div.info_box {
	background-image: url(../images/info_box_top.jpg);
	background-repeat: no-repeat;
	background-color: #C3E5F5;
	padding: 10px;
	padding-bottom: 0px;
	width: 280px;
}

div.info_box h2 {
	margin-top: 15px;
	margin-bottom: 10px;	
}

div.info_box p {
	margin-top: 0px;
	margin-bottom: 10px;
}

div.info_box a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}


/* Tables */
table.gridTable td.minSidePadding {
	padding-left: 0px;
	padding-right: 0px;
}

table.gridTable {
	border-collapse: collapse;	
}

table.gridTable td {
	background-color: #F0F0F0;
	color: #333333;
	padding: 3px;
	padding-right: 8px;
	padding-left: 8px;
}

table.gridTable td a, table.gridTable td a:visited {
	color: #333333;	
}

tr.gridTableHeader td {
	background-color: #DDDDDD;
	font-weight: bold;
	color: #ffffff;
}

table.gridTable tr.gridTableHeaderRound td {
	padding-top: 0px;
	vertical-align: top;
	height: 10px;
}

table.gridTable tr.gridTableHeaderRound td span {
	position: absolute;
	margin-top: -10px;
}

table.formTable td {
	background-color: #F2E7C8;
	color: #614D32;
}

table.formTable tr.gridTableHeader td {
	background-color: #E6B840;
	color: #FFFFFF;
}

table.listTable {
	border-collapse: collapse;
}

table.listTable td {
	padding-right: 10px;
}

table.listTable td.headerCell {
	font-weight: bold;
	border-bottom: solid 1px black;
}

table.listTable tr.dividerRow td {
	border-top: solid 1px #cccccc;
}

/* Buttons */
.button {
	width: 100px;
	padding: 1px;
	font-size: 11px;
}
.smlbutton {
	width: 60px;
	padding: 1px;
	font-size: 11px;
}
.medbutton {
	width: 120px;
	padding: 1px;
	font-size: 11px;
}
.longbutton {
	width: 150px;
	padding: 1px;
	font-size: 11px;
}

.report_button {
	width: 180px;
	padding: 3px;
	font-size: 11px;
}

.selectListButton {
	width: 40px;
	padding: 1px;
	font-size: 11px;
}

/* Reports */


input.report_check {
	margin: 0px;	
}

img.img_hide {
	visibility: hidden;	
}

table.gridTable td.section_divide {
	border-bottom: solid 1px #235A98;
	padding-bottom: 20px;
}

#key_div {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 180px;	
}

#key_div table {
	
}

.tooltipDiv {
	position: absolute;
	background-color: #FFFFE0;
	border: solid 1px #6A6A00;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 5px;
}

/* ---------- jtip --------------------------------------------------------------*/

.formInfo a, .formInfo a:active, formInfo a:visited{
    background-color:#FF0000;
    font-size: 1.3em;
    font-weight:bold;
    padding:1px 2px;
    margin-left:5px;
    color:#FFFFFF;
    text-decoration: none;
}

.formInfo a:hover{
    color:#660000;
    text-decoration: none;
}

#JT_arrow_left{
    background-image: url(../images/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    left:-12px;
    height:23px;
    width:10px;
    top:-3px;
}

#JT_arrow_right{
    background-image: url(../images/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    height:23px;
    width:11px;
    top:-2px;
}

#JT {
    position: absolute;
    z-index:100;
    border: 2px solid #CCCCCC;
    background-color: #fff;
}

#JT_copy{
    padding:10px 10px 10px 10px;
    color:#333333;
}

.JT_loader{
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:12px;
}

#JT_close_left{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_close_right{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
    padding: 1px;
    border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------- thickbox settings ----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}