﻿/* Global Styles */

body {
	margin: 0;
	padding: 0;
	}   
    
a {
	color: #005095;
	}

p a {
	color: #005095;
	text-decoration: none;
	}
	
	p a:hover {
		color: #299EDF;
		}

    input, a {                                  /* -- hides focus outline */
        outline:expression(hideFocus='true');   
        outline:none;
        }
		
img { border: none; }


table { table-layout: fixed; }   /* -- tells IE8 to respect td widths */

		
h1 {
	font-size: 24px;
    font-weight: normal;
    text-decoration: none;
	color: #005095;
	padding: 0;
	}
	
h2 { /* -- 'heading text' */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #0066CC;     
    margin-top: 0.5em;          
    padding-bottom: 1em;
    }
    
h3 { /* -- 'intro text' */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding-bottom: 7px;
    color: #3FA2F3;
    }

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    }
    
em { font-style: italic }

    
p {
	padding-bottom: 1em;
	margin: 0;
	}

fieldset {
    border: 1px dotted #CCC;
    padding: 20px 20px 14px 20px;
    }


.border-bottom {
    border-bottom: 1px dotted #CCC;
    }

input,
textarea {
    font-family: sans-serif;
    font-size: 11px;
    }

input {
    border: 1px solid #005095;
	padding: 2px 4px 0 4px;
    font-size: 8pt;
	color: #000;
	}

dl.plus dd {
    padding-top: 1em; /* -- pad out list items */
    padding-left: 20px; /* -- pad out bullet */
    background: url(/images/bullet_plus.gif) 0px 15px no-repeat;
    }

dl.square dd {
    padding-top: 1em; /* -- pad out list items */
    padding-left: 20px; /* -- pad out bullet */
    background: url(/images/bullet_square.gif) 0px 15px no-repeat;
    }    
    

ul.square li {
    padding-left: 20px;
    background: url(/images/bullet_square.gif) 0px 2px no-repeat;
    }
    
ul.indent li {
        margin-left: 2em;
        background: none;
        }
    

strong { font-weight: 600 }


.b { color: #1A6290; }	
.small { font-size: 11px; }
.text_bold {font-weight: bold;}

.orange { color: #EC9718; }
.blue { color: #005095; }

.right { text-align: right; }
.left  { text-align: left; }


.pad_left { padding-left: 16px }
.pad_right { padding-right: 16px }
.pad_top { padding-top: 16px; }

.border_top {
    border-top: 1px dotted #DFDFDF;
    padding: 1em 0 1em 0;
    }

.text-centre{
	text-align:center;
}

.text-underline
{
    text-decoration: underline;
}
/* Page Container */	

#container {
	position: absolute;
	width: 980px;
	left: 50%;
	margin: 0px 0px 0px -490px;
	padding: 0;
    font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
}

    #container.content_pages {
        padding: 20px 0 0 0;
	    }

	
/* Site Header */


#header {
        height: 139px; 
        background: url(/images/header_grad_blue.jpg) no-repeat;
        }


#head_navbar {
    float: right;
    text-align: right;
	margin: 0;
	padding: 0 30px 0 10px;
	}
	
	#head_navbar ul {
		margin: 0;
		padding: 0;
		}
		
		#head_navbar ul li{
			display: inline;
			color: #CCC;
			}
			
			#head_navbar ul li a{
				color: #8F8F8F;
				text-decoration: none;
				}
				
			#head_navbar ul li a:hover{
				color: #000;
				text-decoration: underline;
				}				


#leaseplus_logo {
    margin: 10px 0 0 20px;
    }
				
		
/* Page Content */		

#content_container{
	float: left;
	width: 100%;
	background: #FFF;
	}

#left {
    float: left;
    width: 164px;
    }

	
/* Content Column Structure */

#main_front {
	width: 710px;
	float: left;
	padding: 6px 0 0 0;
	}
	
 
#main {
	width: 556px;
	float: left;
	padding: 6px 0 0 0;
	}

    #main.no_leftsubmenu {
        width:680px;
        padding: 10px 20px 20px 20px;
        font-size: 12px;
        line-height: 1.6em;
        }

    #main.no_submenu {
        width:940px;
        padding: 10px 20px 20px 20px;
        font-size: 12px;
        line-height: 1.6em;
        }
        
    #main h1 {
        padding-bottom: 4px;
        }
				
						
		
/* First Post 

#first_post {
	padding: 0 10px 10px 0;
	}	
    
	#first_post h1{
		padding-top:10px;
		}
		
		#first_post p{
			padding:0;
			}
					
			#first_post .b{
				color:#1A6290;
			}

*/


/* News Box */

#news_box {
        height: 281px;
        width: 710px;                           /* -- Check width in IE */
	    overflow: hidden;
	    }	

#news_box ul {
        margin: 0;                             /* -- Reset default padding */
        padding: 0; }

    #news_box ul li {
        float: left;
        position: absolute;
        list-style: none;
        }
      
    #news_box ul li.show {
        z-index: 100;
        }


#news_nav {
            cursor: pointer;
            padding-bottom: 8px;
            }
        
    
        #news_nav a {
            font-family: Verdana; 
            font-size: 10px;
            font-weight: bold;
            text-decoration: none;
            color: #9F9F9F;
            }
            
        #news_nav a:hover { color: #FF8A00; }
        
        #news_nav a.show {
            color: #EC9718; }
            



/* Section headings */

.dot_under {
    border-bottom: 1px dotted #CCC;
    }


			
/* 1st . Left column */

#first_column {
	width: 228px;
	height: 214px;
	float: left;
	margin-right: 5px;
	background: url(/images/first_column_bg.jpg);
    font-size: 11px;
	}


 #first_column_anchor {
    text-align: right;
    }
 
 	
	#first_column p {
		padding: 10px 20px 20px 20px;
		}
			
		#first_column .b{
			color: #F47E10;
			}

			
			
/* 2nd . Middle column */

#second_column {
	width: 228px;
	height: 214px;
	float: left;
	margin-right: 3px;
	padding: 0 4px 0 0;
	background: url(/images/second_column_bg.jpg) no-repeat;
    margin-left: 5px;
    font-size: 11px;
	}
	
	
 #second_column_anchor {
    text-align: right;
    }
        
    	
	#second_column p {
		padding: 10px 20px 20px 20px;
		}
		
		
		#second_column .b {
			color: #F47E10;
			}

			

/* 3rd . Right column */

#third_column {
	width: 228px;
    height: 214px;
	float: left;
    background: url(/images/third_column_bg.jpg) no-repeat;
    background-position: 0px -18px;
    margin-left: 5px;
    font-size: 11px;
	}


 #third_column_anchor {
    text-align: right;
    }
	
	#third_column p {
		padding: 10px 20px 20px 20px;

		}
		
		#third_column .b{
			color:#F47E10;
			}


/* Read More */

/*

 a.read_more{
	display: block;
	width: 80px;
	height: 15px;
	font-size: 11px;
	text-align: center;
	padding: 4px 8px 4px 5px;
	margin-top: 20px;
	background-color: #EAEAEA;
	text-decoration: none;
	-moz-border-radius: 5px;
	color:#000;
	}
	
	 a.read_more:hover{
		display: block;
		width: 80px;
		height: 15px;
		font-size: 11px;
		text-align: center;
		padding: 4px 8px 4px 5px;
		background-color: #6D8BAF;
		text-decoration: none;
		color: #FFF;
		}
*/


 a.read_more {
    color: #EC9718;
    padding-left: 18px;
    background: url(/images/bullet_square.png) 0px 2px no-repeat;
    } 		
   
     
    a.read_more:hover {
    color: #000;
    }

      
		
/* Search */

#search {
    vertical-align: text-top;
	margin: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	float: right;
	}

    #search input {
        width: 190px;
        padding: 2px 0 4px 3px;
        background: #D4E6F4;
        border: none;
        font-family: Verdana, Arial, sans-serif;
        font-size: 8pt;
        color: #0F548B;
        }
	
	
#search a {
	padding: 10px 0px 0 0;
	text-decoration: none;
	color: #005095;
	}
	
	#search a:hover{
		text-decoration: none;
		color: #FF1F28;
		}

#search_go {
        vertical-align: bottom;
        }
     
     

/* Paging Controls */               
         
#paging_control ul {
   text-align: center;
   width: auto;
   margin-top: 20px;
   border-top: 1px dotted #CCC;
   }
        
     #paging_control li {
        display: inline;
        height: 1em;
        padding-right: 10px; }
        
     #paging_control a {
        text-decoration: none;
        }



/* Content Right */							

#right_front {  /* -- front default page version */
	width: 244px;
	float: left;
	clear: right;
	margin-left: 26px;
	padding-top: 6px;
	overflow: hidden; 
	}
	  

#right {
	width: 244px;
	float: left;
	clear: right;
	margin-left: 16px;
	padding-top: 6px;
	overflow: hidden; 
	}
	  


/* Categories */

#categories {
	padding: 0 0 5px 0;
	}
	
	#categories h1{
		padding-top: 0px;
		}

#items {
	float: left;
	margin-bottom: 7px;
	}
	
.item {
		display: block;
		background-color: #EAEAEA;
		padding: 15px 10px 55px 10px;
		}
		
		.item a{
			text-decoration:none;
			}
			
			.item a:hover{
				text-decoration:none;
				}
				
		.item_over{
			display: block;
			width: 230px;
			height: 18px;
			background-color: #EAEAEA;
			padding: 15px 10px 55px 10px;
			margin: 0 0 10px 0;
			-moz-border-radius: 5px;
			}
			
				.item span.y{
					display: block;
					width: 100px;
					color: #000;
					font-size: 12px;
					float: left;
					}
					
					.item span.b{
						width: 120px;
						font-weight: normal;
						color: #8F8F8F;
						font-size: 10px;
						line-height: 0.9;
						}
						
				.item_over span.y{
					display: block;
					width: 100px;
					color: #005095;
					font-size: 12px;
					float: left;
					cursor: pointer;
					}
					
					.item_over a{
						text-decoration: none;
						}
						
					.item_over a:hover{
						text-decoration: none;
						}
						
						.item_over span.b{
						width: 120px;
						font-weight: normal;
						color: #005095;
						font-size: 10px;
						line-height: 0.9;
						}

#login_panel {
        height: 126px;
        padding: 40px 0px 0 0;
        line-height: 22px;
        color: #000;
        background: url(/images/login_panel_fade.jpg) no-repeat;
        }
               
 #login_panel table td {
    margin: 0px;
    padding: 0px;
    text-align: left;
    }
    
 #login_panel input {
    border: none;
    padding: 1px 24px 1px 4px;
    margin: 0px 20px 0px 0px;
    }
    
 #login_panel label {
    margin: 0px 4px 20px 2px;     /* -- Note: IE8 font renders > FF */
    }     
    
.login_panel_errorlabel
{
    margin: 5px 1px 0px 0px;
    color: #CC0000;
}                           
 
 #login_input table
 {
    table-layout:auto;
 }
 
#login_panel_remembermecheckbox
{
    margin: 5px 1px 5px 0px;
}
                         
#login_panel_remembermecheckbox input
{
    border: none;
    padding: 1px 1px 1px 1px;
    margin: 0px 1px 0px 0px;
    vertical-align: middle;
    font-size: smaller;
}       

#login_panel_remembermecheckbox label
{
    vertical-align: middle;
}

 #login_bottom {
    
    }

         #login_lost_link {
            float: left;
            }                    

         #login_button input {
            float: right;
            padding: 0 0px 0px 0px;
            }

/*
       
#quote_panel {
        padding: 9px 0 10px 10px;
        margin-bottom: 20px;
        color: #FFF;
        background: url(/images/bg_quote_grad.jpg) no-repeat;
        }
        
      #quote_panel p {
         color: #FFF;
         padding: 0 0 0 12px; }
 
 */       

        #quote_button {
            margin: 8px 0 14px 0;
            }
						
						
/* Quick Links */

#links {
	float: left;
	width: 155px;
	}
	
	#links ul {
		margin-top: 0;
		padding-left: 17px;
		margin-left: 0;
		}
		
		#links ul li {
			list-style-image: url(images/links_str.gif);
			}
			
			#links ul li a{
				text-decoration: underline;
				}
				
				#links ul li a:hover{
				text-decoration: none;
				}

#links_2 {
	float: left;
	width: 155px;
	}
	
	#links_2 ul {
		margin-top: 0;
		padding-left: 17px;
		margin-left: 0;
		}
		
		#links_2 ul li {
			list-style-image: url(images/links_str.gif);
			}
			
			#links_2 ul li a{
				text-decoration: underline;
				}
				
				#links_2 ul li a:hover{
				text-decoration: none;
				}


/* RHS Testimonials */

#right_testimonial {
    clear: left;
    padding: 0px 10px 10px 0px;
    margin-bottom: 20px;
 /* background: url(/images/first_column_bg.jpg) #EDEDED; */
    background: #EDEDED;
    font-size: 11px;
    }    
        

    #right_testimonial blockquote {
     padding: 10px 10px 0 20px;
     font-size: 11px;
    }
    
    .quote_from {
        margin-top: -1em;
        padding: 0 20px 7px 0;
        text-align: right;
        font-weight: bold;
        font-size: 10px;
    }

/* Global Blockquote */

/*
    blockquote {    
        background: transparent url(/images/bq_left_sm.png) left top no-repeat;
        margin: 5px 10px 10px 10px;
        padding-left: 12px;
        }

    blockquote p {
        background: url(/images/bq_right_sm.png) right bottom no-repeat;
        margin: 0;
        padding: 18px 12px 8px 0 !important;
        }    
*/						


#footer {
	float: left;
	height: 25px;
	width: 980px;
	padding: 4px 0 0 0;
	margin-top: -1px;
	border-top: 1px dotted #BFBFBF;
	background: #FFF;
	}
		
		#footer a{
			text-decoration: none;
			color: #BFBFBF;
			}
			
			#footer a:hover{
				text-decoration: underline;
				}
				
				
/* Footer Sections */

#footer_left {
	width: 48%;
	float: left;
	color: #BFBFBF;
	padding-left: 10px;
	}
	
#footer_right {
	width: 48%;
	float: left;
	text-align: right;
	font-size: 11px;
	color: #BFBFBF;
	}
	




/* Inside Pages */

#menu_side {
    float: left;
    width: 176px;
    display: block;
    }



.inside {
    float: right;
    width: 500px;
    padding: 0 20px 20px 0;
    font-size: 12px;
    line-height: 1.6em;
/*  border: 1px solid Red; */
    }


/* Back to top */

        .back_top {
            text-align: right;
            padding-top: 4px;
            }
            
            .back_top a {
                text-decoration: none;
                font-size: 10px;
                color: #AFAFAF;
                }


    /* Testimonials */
    
    cite {
        display: block;
        text-indent: -6px;
        margin-bottom: 2em;
        padding: 0 20px 16px 20px;
        border-bottom: 1px dotted #CCC;
        }
        
    .quote_source {
        color: #6F6F6F;
        }        

  
  
    /* Downloadable Brochures */
    
    ul#brochure_list li {
        height: 24px;
        vertical-align: text-top;
        font-weight: 600;
        background: url(/images/pdf_icon.gif) no-repeat;
        padding-left: 24px;
        }
        
    ul#brochure_list li a {
	    color: #005095;
	    text-decoration: none;
	    }
	
	ul#brochure_list li a:hover {
		color: #299EDF;
		}



    /* Contact Details */
        
    table#contact_table td {
        vertical-align: top;
        line-height: 18px;
        font-size: 12px;
        background: #FFF;
        }
   
    #contact_us a {
        color: #DF920D;
        }


    /* Feedback Form */

    #contact_form {
        padding: 10px 10px 20px 0px;
    /*  background: #B5CCDF;   -- Light navy */
        background: #FFF;
        }

	#contact_form fieldset {
		padding: 10px 0px 10px 0px;
		text-align: left;
		border: none;
		}
		
	#contact_form legend {
		font-family: Verdana, Arial, sans-serif;
		font-weight: 600;
		font-size: 12px;
		}

	#contact_form .form_button {
		color: #000;
		font-size: 0.9em;
		font-weight: bold;
		padding: 6px 12px 6px 12px;
		margin: 8px 8px 4px 0;
		cursor: pointer;
		background: #00A2E3#;
		}
		
    #contact_form input {
        border-color: #CCC;
        }		

    #contact_form_error {
        display: block;
        color: Red;
        font-size: 10px;
        }


	#mailform fieldset {	
		padding: 10px 16px 20px 16px;
		text-align: left;
		border: none;
		}





	label {
	    font-size: 11px;
	    font-weight: 500;
		}

    #mailform td {
        vertical-align: middle;
        padding: 8px 0 4px 0;
        border-top: 1px dotted #CCC;
        border-bottom: 1px dotted #CCC;
        }
        
		
	#mailform input {
		padding: 4px;
		margin: 0px 10px 6px 0px;
		color: #000;
		}

	#mailform_textarea {
	    padding: 8px 0 8px 0;
		}

        #mailform_textarea textarea {
            width: 446px;
            padding: 8px;
            overflow: hidden;
            font-family: sans-serif;
            font-size: 11px;
            border: 1px solid #CCC;
            }

        #mailform_textarea_submit {
            padding-right: 18px;
            }
    
    #mailform_textarea_submit input {
        background: #EEE;
        cursor: pointer;
        }



/* FAQ , Novated Leasing 101 pages */

       a.question {
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #3FA2F3; 
        text-decoration: none;
        border-top: 1px dotted #CCC;
        padding: 10px 0 10px 2px;
        }
        
        div.answer {
            display: none;      /* -- start closed */
            padding-left: 20px; /* -- pad out bullet */
            /*background: url(/images/bullet_square.gif) 0 3px no-repeat;*/
            }               
            
        .imgFAQ
        {
            height:25px;
        }
        
    /* Calculator border */

    .tableBorder, .tdBorder, .tdBorderBold {
        border-color: #000000;
        border-style: solid;
        font-size: 11px;
        }
    
    .tableBorder {
        border-width: 0 0 1px 1px;
        border-spacing: 0;
        border-collapse: collapse;
        font-size: 11px;
        }

    .tdBorder {
        margin: 0;
        padding: 4px;
        border-width: 1px 1px 0 0;
        background-color: #FFFFFF;
        color: #000000;
        font-size: 11px;
        }

    .tdBorderBold {
        margin: 0;
        padding: 4px;
        border-width: 1px 1px 0 0;
        background-color: #FFFFFF;
        color: #000000;
        font-weight: bold;
        font-size: 11px;
        }    

    /* Calculator - Other */

    .blackText { color: #000000; }
    .blackTextBold { color: #000000; font-weight: bold } 

    .redText { color: Red; } 
    .redTextBold { color: Red; font-weight: bold } 

    #ctl00_ContentPlaceHolderMiddle_pnlCalculator { width: 100%; }


    table#calculator_form tr {
        height: 30px;
        border-top: 1px dotted #CCC;
        border-bottom: 1px dotted #CCC;
        }
        
    table_calculator_form td {
        vertical-align: middle;
        }
 
 
        table#calculator_form td.captionTBL {
            vertical-align: top;
            text-align: right;
            padding-top: 6px;
            padding-right: 1em;
            font-weight: 600;
            }
 
        table#calculator_form td.datafieldTBL {
            padding: 6px 0 4px 0;
            }
        
        table#calculator_form select {
            width: 170px;
            border: 1px solid #CCC;
            padding: 2px 4px 2px 4px;
            }

            #calculator_form_submit {
                text-align: right;
                margin-right: 55px;
                padding: 24px 4px 0 0;
                }
            
            #calculator_form_submit input {
                border: 1px solid #CCC;
                color: #000;
		        font-size: 0.9em;
		        font-weight: bold;
		        padding: 6px 12px 6px 12px;
		        margin: 8px 8px 4px 0;
		        cursor: pointer;
		        background: #00A2E3#;
                }

    
        .calculationHeading {
                color: #0070CF;
                font-family: Verdana, 'Arial Black', Arial;
                font-size: 14px;
                font-weight: bold
                }
   
        .calculationSmallText {
                font-family: Verdana, 'Arial Black', Arial;
                font-size: 11px;
                } 

        .cellLine {
                border-bottom: 1px dotted #CCC;
                }

        .blackTextCellLineDotted {
                color: #000000;
                font-family: Verdana, 'Arial Black', Arial;
                font-size: 11px;
                border-bottom: 1px dotted #CCC;
                }

        .blackTextCellLineSolid {
                color: #000000;
                font-family: Verdana, 'Arial Black', Arial;
                font-size: 11px;
                border-bottom: 1px solid #000;
                }
        .ctrltextBlack
        {
            width: 160px;
            border: 1px solid #CCC;
            padding: 4px;
        }

        .ctrlRdoBlack input {
            font-size: 12px;
            border: 0px;
            padding: 6px;
            vertical-align: middle;
        }
        .ctrlRdoBlack label {
            font-size: 12px;
        }
        
    /* Carbon calculator */
    table#carbon_calculator {
        table-layout:auto;
        }
        
    table#carbon_calculator tr {
        height: 30px;
        vertical-align:top;
        }
        
        table#carbon_calculator td.captionTBL {
            vertical-align: top;
            text-align: right;
            padding-top: 6px;
            padding-right: 1em;
            font-weight: 600;
            }
 
        table#carbon_calculator td.datafieldTBL {
            padding: 6px 0 4px 0;
            }
        
        .carbon_calculator_ctrltextBlack
        {
            width:25px;
            border: 1px solid #CCC;
            font-size: 12px;
        }
            
        .carbon_calculator_submit {
                text-align: right;
                }
            
        .carbon_calculator_submit_btn {
                border: 1px solid #CCC;
                color: #000;
		        font-size: 0.9em;
		        font-weight: bold;
		        padding: 6px 12px 6px 12px;
		        margin: 8px 0px 4px 0px;
		        cursor: pointer;
		        background: #00A2E3#;
		        width: 100px;
                }
        
        .carbon_calculator_fieldsets
        {
            text-align: left;
            width: 100%;
            margin: 0px;
            height: 200px;
            border: solid 1px #999999;
        }
            .carbon_calculator_fieldsets tr
            {
                
            }
                .carbon_calculator_fieldsets td
                {
                    padding: 12px 2px 12px 2px;
                    vertical-align:top;
                }
    /* Search results */
 
    .blackTextBoldSearch {
        color: #000000;
        font-family: Verdana, 'Arial Black', Arial;
        font-size: 13px;
        font-weight: bold
        } 

    .blackTextSearch {
        color: #000000;
        font-family: Verdana, 'Arial Black', Arial;
        font-size: 13px;
        } 
   
    .linkSearch {   
        color:#005095;
        font-family: Verdana, 'Arial Black', Arial;
        font-size: 13px;
        font-weight: bold;
        margin-left:15px;
        } 

    .stdText {
        color: #000000;
        font-family: Verdana, 'Arial Black', Arial;
        font-size: 13px;
        font-weight: normal;
        padding-left: 15px;	
        }    


    /* Paging Controls */

    .gridPager {
        width: 100%;
        margin-top: 20px;
        border-top: 1px dotted #CCC;
        text-align: center;
        }

        .gridPager td table {
            text-align:center;
            }

        .gridPager td {
            padding-left: 6px;      
            padding-right: 6px;
            } 

        .gridPager a {
            text-decoration:none;
            text-align: center;
            }   

        .notifyText {
            color: #555555;
            font-weight: bold;
            font-size:14px;
            }


    /* Savings Comparison Tables */
                        
    table.savingsComparison tr {
        border-top: 1px dotted #CCC;
        border-bottom: 1px dotted #CCC;
        background: #CFE9FF;                /* -- light blue background */
        }

        table.savingsComparison tr.totals {
            font-weight: bold;
            border-top: 1px solid #999999;
            border-bottom: 1px solid #999999;
            }

        table.savingsComparison td {
            vertical-align: top;
            padding: 6px 6px 6px 6px;
            }

/* News page */

    .news_date 
    {
        float: right;
        text-align: right;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        position: relative;
        top: 0px;
        right: 10px;
    }

    a.news_heading 
    {
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #3FA2F3; 
        text-decoration: none;
        border-top: 1px dotted #CCC;
        padding: 10px 0 10px 0;
    }
    
    div.news_article 
    {
        display: none;      /* -- start closed */
        padding-left: 20px;
    }               
    
/* Search vehicle page */
    .SearchVehicleInput .caption
    {
        font-weight:bold;
        width:80px;
    }
    
    .SearchVehicleInput td
    {
        padding: 5px 5px 5px 2px;
    } 
    
    .SearchVehicleInput .ctrltextBlack
    {
        width: 180px;
    }
    
    .ctrltextBlackLong
    {
        width: 208px;
        border: 1px solid #CCC;
        padding: 4px;
    }
    
    .SearchVehicleContainer
    {
        position: relative;
        padding: 0px 10px 20px 2px;
    }
    
        .SearchVehicleContainer a
        {
            font-weight: normal;
	        text-decoration: none;
        }
        
        .SearchVehicleContainer a:hover
        {
            color: #299EDF;
        }
    
        .SearchVehicleRequestQuote
        {
            color: #EC9718;
            font-weight: normal;
            text-decoration: none;
        }
    
    .SearchVehicleMakeAndModel
    {
        color: #0066ca;
        font-weight: bold;
    }
    
    .SearchVehicleMoreDetail
    {
        padding-right: 75px;
    }
    
    .vehicleSearchImg
    {
        position:absolute;
        top:0px;
        right:0px;
    }
    
    .SearchVehicleInput #calculator_form_submit 
    {
        text-align: right;
        margin-right: 55px;
        padding: 10px 4px 0 0;
    }
    
/* Medallion club tickets */
.datagrid
{
	width: 100%;
	border: solid 1px #CCCCCC;
	table-layout: auto;
}
    .datagrid a:link,.datagrid a:visited
    {
	    color:#1D4F9B;
    }
    .datagrid a:hover
    {
	    color:#EC7C18;
	    text-decoration:underline;
    }
    .datagrid td
    {
	    padding: 0px 2px 0px 2px;
        border: solid 1px #CCCCCC;
        height: 25px;
    }
    
.dataheading
{
    color: Black;
    background-color: silver;
    height: 30px;
}
    .dataheading th
    {
        vertical-align: middle;
        padding: 0px 0px 0px 2px;
    }
    
.datalineeven
{
    background: #eeeeee;
}
     
.datalineodd
{
    background: #ffffff;
}

.submitrequesttickets
{
    padding: 50px;
    font-family: Verdana, Arial, sans-serif
}

    .submitrequesttickets td 
    {
        vertical-align: middle;
        padding: 8px 0 4px 0;
        border-top: 1px dotted #CCC;
        border-bottom: 1px dotted #CCC;
    }
    
    .submitrequesttickets label, .submitrequesttickets span
    {
		font-size: 11px;
	}
	
   .submitrequesttickets input 
    {
		padding: 4px;
		margin: 0px 10px 6px 0px;
		color: #000;
		border-color: #CCC;
	}
	
	.submitrequesttickets textarea 
    {
            width: 446px;
            padding: 8px;
            overflow: hidden;
            font-family: sans-serif;
            font-size: 11px;
            border: 1px solid #CCC;
	}
	
	.submitrequesttickets submit 
    {
            padding-right: 18px;
	}
	
/* end Medallion club tickets */

.centrecell{
	border: 1px solid #90A7D3;
	vertical-align:top;
	padding-left:10px;
	padding-right:5px;
	color:#666;
}

.centreheading{
	background: #0066ca;
	color:#FFF;
	font-size: 12px;
	padding: 3px 0px 3px 5px;
	text-align:left;
	margin-top:0px;
	border:none;
	vertical-align:top;
	height: 18px
}

.datasubheading
{
	background:#cccccc;
}
    .datasubheading td
    {
	    padding: 6px 6px 6px 6px;
    }
    
.passwordrecovery 
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    
}
    .passwordrecovery label
    {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
    }
    .passwordrecovery input
    {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        height:15px;
       
    }
    .passwordrecovery td
    {
        padding: 5px 5px 5px 0;
        text-align: left;  
    }
    
/*** Login Name Upper Page Section in Customer Centre **/
.main_login
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bolder;
    position: absolute;
    top: 2px;
    right: 10px;
}
    .main_login a
    {
        color: White;
        text-decoration: none;
    }
    
    .main_login a:hover
    {
        color: #EC9718;
    }
    
.Instructions
{
    font-weight: bold;
    color: #e88f00;
}
Input.FormElementNonEditable
{
    font: 100% Verdana,Arial,sans-serif;
	padding: 4px 4px 4px 0px;
	border: 0px;
	vertical-align: middle;
	color: #000000;
}
    span.FormElementNonEditable input
    {
        font: 100% Verdana,Arial,sans-serif;
	    padding: 4px 4px 4px 0px;
	    border: 0px;
	    vertical-align: middle;
	    color: #000000;
    }
Input.FormElementEditable
{
    font: 100% Verdana,Arial,sans-serif;
	padding: 4px 4px 4px 0px;
	border: solid 1px #999999;
	vertical-align: middle;
	color: #000000;
}
    span.FormElementEditable input
    {
        font: 100% Verdana,Arial,sans-serif;
	    padding: 4px 4px 4px 0px;
	    border: 0px;
	    vertical-align: middle;
	    color: #000000;
    }
#RequestQuote table tr td
{
    padding:2px;
}
    .txtAddEdit
    {
        margin:1px;
        padding: 5px;
        border: 1px solid #999999;
    }
    
.PageHeader
{
    font-family: Arial Narrow, Arial, sans-serif;
    font-size: 30px;
    padding-top: 3px;
    padding-bottom: 0.3em;
    line-height: 1em;
    font-weight:bold;
    
}