/* UNIVERSAL STYLES
================================================================================*/

html, body{
	padding:0;
	margin:0;
	background:#fff url(/umbraco/images/farmplan/bg.jpg) repeat-x 0 0;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	}
	
/*fixing firefox outline*/

a:active{
	outline:none;
	}
	
:focus{
	outline:none;
	}
	
img, form{
	padding:0;
	margin:0;
	border:none;
	}
	
img a{
	border:none;
	}
	
	
a { color:#0b4790; }	
	
	
/*TEXT STYLES
================================================================================*/

h1{
	padding:0 0 14px 0;
	margin:0;
	font:bold 22px Verdana, Arial, Helvetica, sans-serif;
	color:#0b4790;
	line-height:110%;
	}
	
h2{
	padding:0 0 11px 0;
	margin:0;
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
	color:#0b4790;
	line-height:110%;
	margin-top:8px;
	}
	
h3{
	padding:0 0 10px 0;
	margin:0;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#0b4790;
	line-height:110%;
	}

h3 a { text-decoration: none; color: #0b4790; }





/* NAVIGATION STYLES
================================================================================*/

#tabs{
	float:left;
	padding:65px 0 0 42px;
	width:607px;
	height:42px;
    }

/*only for ie6*/	
* html #tabs{
	float:left;
	padding:65px 0 0 43px;
	width:585px;
	height:42px;
    }
	
#tabs ul{
	margin:0;
    padding:0;
    list-style:none;
    }
	
#tabs li{
	display:inline;
    margin:0;
    padding:0;
    list-style: none;
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
  width: auto;
    }

	  
#tabs a{
	float:left;
    /*background:url('/umbraco/images/farmplan/tab_left.jpg') no-repeat 0 0;*/
    background: url('../images/w_tab_l.png') no-repeat 0 0;
    margin:0 0 0 6px;
    padding:0 0 0 4px;
    text-decoration:none;
	cursor:pointer;
   width: auto;
    }
	  
#tabs a span{
	float:left;
    display:inline-block;
   /* background:url('/umbraco/images/farmplan/tab_right.jpg') no-repeat right top;*/
   background: url('../images/w_tab_cr.png') no-repeat right top;
    padding:14px 10px 0 7px;
    color:#043d7e;
	margin:0;
	height:28px;
	}
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span{
	float:none;
	}

/* End IE5-Mac hack */
#tabs a:hover span{
	color:#fff;
    }
	
#tabs a:hover, #tabs .current a{
	/*background-position:0 -42px;*/
     background: url('/images/b_tab_l.png') no-repeat 0 0;
    }

* html #tabs a:hover { margin-bottom: 0; padding-bottom: 0; }
	
#tabs a:hover span, #tabs .current a span{
	/*background-position:100% -42px;*/
      background: url('/images/b_tab_cr.png') no-repeat right top;
       color: #ffffff;
    }

/* #tabs .current a{
	background-position:0 -42px;
	}
	
#tabs .current a span{
	background-position:100% -42px;
	color:#fff;
    } */



/* LAYOUT STYLES
================================================================================*/
	
#container{
	padding:0;
	margin:0 auto 0 auto;
	width:1000px;
	}
	
#header{
	width:958px;
	height:139px;
	background:url('/umbraco/images/farmplan/header_shadow.jpg') no-repeat left bottom;
	padding:0 10px 0 32px;
	}
	
#logo{
	float:left;
	width:308px;
	padding:20px 0 0 0;
	}
	
#header_right{
	float:right;
	width:625px;
	}
	
.cleardiv{
	clear:both;
        overflow: hidden;
	height: 1px;
	font-size:0;
	}

.cleardiv_announce{
	clear: both;
        overflow: hidden;
	height: 1px;
	font-size: 0;
	margin-bottom: 3px;
	}

/*for ie6 */
.cleardiv2{
	clear:both;
	font-size:0;
	height:0;
	}
	
#top_area{
	padding:0 0 0 149px;
	width:476px;
	height:32px;
        position: relative;
	}

	
#login_outer{
	float:left;
	background:url('/umbraco/images/farmplan/login_bg.jpg') no-repeat 0 0;
	width:152px;
	height:24px;
	margin:0 0 0 11px;
	padding:8px 0 0 19px;
	}
	
.toplink{
	background:url('/umbraco/images/farmplan/login_arrow.jpg') no-repeat center right;
	padding:4px 30px 3px 0;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	}
	
.toplink:link, .toplink:visited{
	text-decoration:none;
	color:#0b4790;
	}
	
.toplink:hover{
	text-decoration:underline;
	}

#cart{
	background:url('/umbraco/images/farmplan/cart_bg.jpg') no-repeat 0 0;
	width:273px;
	height:24px;
	float:left;
	padding:8px 0 0 19px;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#0b4790;
	}

#bodyarea{
	background:url('/umbraco/images/farmplan/bodyarea_bg.jpg') repeat-y 0 0;
	width:1000px;
	}

* html #bodyarea { margin-top: -1px; }
	
#bodyarea_inside{
	background:url('/umbraco/images/farmplan/bodyarea_top2.jpg') no-repeat 0 0;
	width:934px;
	padding:21px 33px 0 33px;
	}
	
#top_content{
	width:934px;
	padding:0 0 28px 0;
	}
	
#welcome_div{
	float:left;
	width:530px;
	padding:15px 0 0 15px;
	}
	
#welcome_div p{
	padding:0;
	margin:0;
	font:normal 16px Verdana, Arial, Helvetica, sans-serif;
	line-height:135%;
	}
	
#search_outer{
	float:right;
	width:298px;
	padding: 0;
	}

#leftcol ul li, #leftcol_inner ul li
{
    padding: 0 0 10px 3px;
    list-style-image: url(/umbraco/images/farmplan/bullet.jpg);
}

#breadcrumb ul li
{
    background: none;
}
	
#search_top{
	padding:0 0 4px 0;
	}
	
#search_main{
	background:url(/umbraco/images/farmplan/search_bg.jpg) no-repeat 0 0;
	width:288px;
	height:36px;
	padding:9px 0 0 10px;
	}
	
#search_inside{
	background:#fff url(/umbraco/images/farmplan/search_pic.jpg) no-repeat 6px 2px;
	width:246px;
	height:21px;
	border:1px solid #e0b42d;
	padding:2px 2px 2px 28px;
	}

.txtbox{
	background:#fff;
	border:none;
	width:170px;
	height:17px;
	float:left;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#757575;
	padding:2px 10px 2px 7px;
	}

.txtbox2 {
  background:#fff;
	width:300px;
       border: solid #959595 1px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding:4px;
}

.txtarea { 
        background:#fff;
	width:450px;
	height:220px;
    border: solid #959595 1px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding:4px;
}

.txtarea:focus, .txtbox2:focus { border: solid #292929 1px; }

.search_btn{
	float:left;
	}

#banner{
	width:934px;
	
	}
	
#banner1{
	float:left;
	width:305px;
	margin:0 2px 0 0;
	}
	
#banner2{
	float:left;
	width:307px;
	margin:0 2px 0 0;
	}
	
#banner3{
	float:left;
	width:311px;
	}

#content{
	width:934px;
	padding:32px 0 0 0;
	}
	
#leftcol{
	float:left;
	width:620px;
	}
	
.leftbox{
	width:620px;
	height:157px;
	padding:0 0 22px 0;
	}

	
.leftbox_cell1{
	float:left;
	width:167px;
	}
	
.leftbox_cell2{
	float:left;
	width:410px;
	height:141px;
	border-top:1px solid #cacbcd;
	border-bottom:1px solid #cacbcd;
	padding:14px 9px 0 24px;
	}
	

.leftbox_cell2 p, .leftbox2 p{
	padding:0 0 14px 0;
	margin:0;
	line-height:130%;
	}

.more1:link, .more1:visited{
	background:url(/umbraco/images/farmplan/link_arrow.jpg) no-repeat center right;
	text-decoration:underline;
	color:#0b4790;
	padding:2px 32px 3px 0;
	}



	
.more1:hover{
	text-decoration:none;
	}	
	
.leftbox_cell3{
	float:left;
	background:url(/umbraco/images/farmplan/support_right.jpg) no-repeat 0 0;
	width:10px;
	height:157px;
	}
	
.leftbox2{
	width:619px;
	padding:0 0 22px 0;
	}
	
.leftbox2_top{
	background:url(/umbraco/images/farmplan/leftbox_top.jpg) no-repeat 0 0;
	width:619px;
	height:11px;
	font-size:0;
	}
	
.leftbox2_middle{
	border-left:1px solid #cacbcd;
	border-right:1px solid #cacbcd;
	width:579px;
	padding:8px 19px 8px 19px;
	}
	
.leftbox2_bottom{
	background:url(/umbraco/images/farmplan/leftbox_bottom.jpg) no-repeat 0 0;
	width:619px;
	height:10px;
	font-size:0;
	}
	
.leftbox2_inside{
	width:529px;
	padding:14px 20px 5px 30px;
	}
	
.leftbox2_pic{
	float:left;
	width:140px;
	padding:0 50px 0 0;
	}
	
.leftbox2_text{
	float:left;
	width:330px;
	}

.leftbox2 a { color: #636263; }
	
.leftbox2_text p{
	padding:0 0 15px 0;
	margin:0;
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#0b4790;
	line-height:110%;
	}
	
.leftbox2_text ul{
	padding:0 40px 0 0;
	margin:0;
	line-height:100%;
	list-style:none;
	float:left;
	}
	
.leftbox2_text ul li{
	padding:0 0 0 3px;
	margin:0 0 3px 14px;
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
	color:#636263;
	list-style-image: url(/umbraco/images/farmplan/bullet.jpg);
	}
	
#rightcol{
	float:right;
	width:298px;
	}
	
.rightbox{
	width:298px;
	padding:0 0 22px 0;
	}
	
.rightbox_top{
	background:url(/umbraco/images/farmplan/rightbox_top.jpg) no-repeat 0 0;
	width:298px;
	height:11px;
	font-size:0;
	}
	
.rightbox_miidle{
	width:296px;
	border-left:1px solid #cacbcd;
	border-right:1px solid #cacbcd;
	}
	
.rightbox_pic{
	float:left;
	width:106px;
	margin:0 7px 0 0;
	}
	
.rightbox_text{
	float:left;
	width:175px;
	padding:5px 0 3px 0;
	}
	
.rightbox_miidle p{
	padding:0 0 12px 0;
	margin:0;
	line-height:130%;
	}
	
.more2:link, .more2:visited{
	background:url(/umbraco/images/farmplan/more_arrow.jpg) no-repeat center right;
	text-decoration:none;
	color:#636263;
	padding:2px 30px 3px 0;
	font-weight:bold;
	margin:0 0 0 20px;
	}
	
.more2:hover{
	text-decoration:underline;
	}
	
.rightbox_bottom{
	background:url(/umbraco/images/farmplan/rightbox_bottom.jpg) no-repeat 0 0;
	width:298px;
	height:11px;
	font-size:0;
	}

.rightbox_image_item{
	width:257px;
	height:120px;
	margin:0 0 22px 0;
	padding:21px 13px 0 28px;
	}

.rightbox_image_item p{
	padding:0 0 20px 0;
	margin:0;
	line-height:130%;
	color:#fff;
	}
	
.more3:link, .more3:visited{
	background:url(/umbraco/images/farmplan/more_arrow2.jpg) no-repeat center right;
	text-decoration:none;
	color:#fff;
	padding:5px 28px 3px 0;
	font-weight:bold;
	margin:0 0 0 110px;
	}
	
.more3:hover{
	text-decoration:underline;
	}
	
.rightbox_miidle2{
	width:266px;
	border-left:1px solid #cacbcd;
	border-right:1px solid #cacbcd;
	padding:10px 15px 6px 15px;
	}
	
.rightbox_miidle2 p{
	padding:0 0 12px 0;
	margin:0;
	line-height:130%;
	}
	
.rightbox_miidle2 p a:link, .rightbox_miidle2 p a:visited{
	text-decoration:underline;
	color:#636263;
	}
	
.rightbox_miidle2 p a:hover{
	text-decoration:none;
	}

.more4:link, .more4:visited{
	background:url(/umbraco/images/farmplan/more_arrow.jpg) no-repeat center right;
	text-decoration:underline;
	color:#0b4790;
	padding:2px 30px 3px 0;
	float: left;
        margin: 5px 0 0 0;
	}
	
.more4:hover{
	text-decoration:none;
	}

#content_bottom{
	width:934px;
	padding:0 0 23px 0;
	}
	
#content_bottom_top{
	background:url(/umbraco/images/farmplan/bottom_content_top.jpg) no-repeat 0 0;
	width:934px;
	height:11px;
	font-size:0;
	}
	
#content_bottom_middle{
	width:896px;
	border-left:1px solid #cacbcd;
	border-right:1px solid #cacbcd;
	padding:10px 18px 14px 18px;
	}
	
#content_bottom_bottom{
	background:url(/umbraco/images/farmplan/bottom_content_bottom.jpg) no-repeat 0 0;
	width:934px;
	height:11px;
	font-size:0;
	}

#content_bottom_inside{
	background:url(/umbraco/images/farmplan/bottom_content_bg.jpg) repeat-y 0 0;
	width:896px;
	padding:4px 0 10px 0;
	}
	
#content_bottom_cell1{
	float:left;
	width:273px;
	margin:0 1px 0 0;
	padding:0 20px 0 0;
	}
	
#content_bottom_cell2{
	float:left;
	width:290px;
	margin:0 1px 0 0;
	padding:0 14px 0 23px;
	}
	
#content_bottom_cell3{
	float:left;
	width:247px;
	padding:0 0 0 27px;
	}
	
#content_bottom_inside p{
	padding:0 0 13px 0;
	margin:0;
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	line-height:110%;
	}
	
#content_bottom_inside a:link, #content_bottom_inside a:visited{
	text-decoration:underline;
	color:#4a4a4a;
	}
	
#content_bottom_inside a:hover{
	text-decoration:none;
	}
	
#content_bottom_inside ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#content_bottom_inside ul li{
	padding:0 0 10px 0;
	margin:0;
	}

#footer{
	background:#012a59 url(/umbraco/images/farmplan/footer_big.jpg) repeat-x 0 0;
	width:934px;
	}

#footer_inside{
	background:url(/umbraco/images/farmplan/footer_top.jpg) no-repeat 0 0;
	width:934px;
	padding:25px 25px 15px 25px;
	text-align:left;
	}

*html #footer_inside { width: 884px; }
	
#footer_inside ul{
	padding:0 0 22px 0;
	margin:0;
	line-height:100%;
	list-style:none;
	}

.foot_logo { background: url('../images/worldpay_logo.png'); width: 300px; height: 40px; float: right; margin: 0 50px 0 0; padding: 0; }

* html .foot_logo { margin: 0; padding: 0; }
	
#footer_inside ul li{
	padding:0 12px 0 0;
	margin:0;
	display:inline;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
        list-style: none;
	}
	
#footer_inside ul li a:link, #footer_inside ul li a:visited{
	text-decoration:none;
	color:#fff;
	}
	
#footer_inside ul li a:hover{
	text-decoration:underline;
	}

#footer_inside ul li.lastnav{
	padding:0;
	}

#footer_inside p{
	padding:0;
	margin:0;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	line-height:110%;
	}


/*for inner pages*/

#content_inner{
	width:934px;
	}
	
#leftcol_inner{
	float:left;
	width:605px;
	}
	
#breadcrumb{
	padding:0 0 22px 0;
	}
	
#breadcrumb ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#breadcrumb ul li{
	padding:0 2px 0 0;
	margin:0;
	display:inline;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
        list-style: none;
	}
	
#breadcrumb ul li em{
	padding:0 0 0 6px;
	font-style:normal;
	}
	
#breadcrumb ul li a:link, #breadcrumb ul li a:visited{
	text-decoration:underline;
	color:#0b4790;
	}
	
#breadcrumb ul li a:hover{
	text-decoration:none;
	}
	
#breadcrumb ul li#current_page{
	font-weight:bold;
	color:#0b4790;
	text-decoration: none;
	}
	
#top_content_inner{
	width:605px;
	padding:8px 0 32px 0;
	}
	
#top_content_inner_pic{
	float:right;
	width:211px;
	margin:0 0px 0 0;
	}
	
#top_content_inner_text{
	float:left;
	width:361px;
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
	line-height:120%;
	}
	
#inner_heading{
	border-bottom:1px solid #dadadc;
	margin:0 0 20px 0;
	padding:0 0 2px 0;
	}
	
.inner_row{
	width:605px;
	border-bottom:1px solid #dadadc;
	margin:0 0 24px 0;
	padding:0 0 24px 0;
	}
	
.inner_cell1{
	float:left;
	width:137px;
	margin:0 24px 0 0;
	}
	
.inner_cell2{
	float:left;
	width:425px;
	}
	
.inner_cell2 p{
	padding:0 0 12px 0;
	margin:0;
	line-height:130%;
	}
	
.more5:link, .more5:visited{
	background:url(/umbraco/images/farmplan/more_arrow.jpg) no-repeat center right;
	text-decoration:underline;
	color:#0b4790;
	padding:2px 32px 3px 0;
	line-height:135%;
	}

.more5:hover{
	text-decoration:none;
	}
	
#rightcol_inner{
	float:right;
	width:304px;
	padding:8px 0 0 0;
	}
	
.rightbox_inner{
	width:304px;
	padding:0 0 28px 0;
	}
	
.more_inner{
	background:url('/umbraco/images/farmplan/inner_right_bottom.jpg') no-repeat 0 0;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#0b4790;
	}
	
.more_inner a:link, .more_inner a:visited{
	text-decoration:none;
	color:#0b4790;
	display:block;
	width:280px;
	height:29px;
	padding:12px 0 0 24px;
	}
	
.more_inner a:hover{
	text-decoration:underline;
	}
	
.rightbox_inner_top{
	background:url('/umbraco/images/farmplan/inner_right_top.jpg') no-repeat 0 0;
	width:304px;
	height:10px;
	font-size:0;
	}
	
.rightbox_inner_middle{
	background:url('/umbraco/images/farmplan/inner_right_bg.jpg') repeat-y 0 0;
	width:256px;
	padding:6px 26px 10px 22px;
	}
	
.rightbox_inner_middle p{
	padding:0;
	margin:0;
	color:#0f4b95;
	line-height:130%;
	}


.demo_form { width: 100%; }

.demo_form td
{
   padding: 5px;
   margin: 0;
}

.textbox
{
   padding: 2px;
   width: 280px;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px 20px 0;
    padding:15px 10px 15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}

.contourFieldSet { border: 0; padding: 0; margin: 0; }
.contourField { padding: 10px 0; }
.contourFieldSet input { margin: 10px 0 0 0; }
.text { width: 300px; }
.contourFieldSet textarea { height: 100px; margin: 10px 0 0 0; }
.contourFieldSet label { font-weight: normal !important; }
.contourIndicator { color: red; }
.contourFieldSet .checkboxlist input { margin-right: 5px; }

/* Overlay
================================================================================*/ 

/* the overlayed element */
#overlay {
  
 /* initially overlay is hidden */
 display:none;
  
  /* growing background image */
 background-image:url('../images/farmplan-popup2.png');
  /* 
    width after the growing animation finishes
    height is automatically calculated
  */
  width:426px;
  margin: 0;
  position: relative;
  /* some padding to layout nested elements nicely  */
  padding:115px 65px;
  /* a little styling */
  font-size:11px;
  text-align: center;
}

#overlay .content {  }

/* default close button positioned on upper right corner */
#overlay .close {
  background: url('../images/closebtn.png') no-repeat;
  position:absolute; right:30px; top:30px;
  cursor:pointer;
  width:50px;
 height: 16px;
}

/* Overlay
================================================================================*/ 

/* the overlayed element */
.apple_overlay {
  
  /* initially overlay is hidden */
  display:none;
  
  /* growing background image */
 background-image:url('../images/overlay/apple.png');
  
  /* 
    width after the growing animation finishes
    height is automatically calculated
  */
  width:714px;    
  margin: 0;
  
  /* some padding to layout nested elements nicely  */
  padding:35px;
  /* a little styling */  
  font-size:11px;
}

.contentWrap { padding: 7px 11px 7px 5px; }

/* default close button positioned on upper right corner */
.apple_overlay .close {
  background-image:url('../images/overlay/close.png');
  position:absolute; right:5px; top:5px;
  cursor:pointer;
  height:35px;
  width:35px;
}

.vtrigger { position: relative; display: block; }

.playbutton { position: absolute; display: block; top: 45px; left: 88px; background: url('../images/play-button.png') no-repeat 0 0; z-index: 100;  width: 40px; height: 39px; }

/* Support Centre
 ============================================*/

#supportleftcol
{
    width: 218px;
    float: left;
    padding: 0 0 0 0;
}

#supportcontent
{
    float: left;
}

#supportinner
{
	margin:0;
	padding:0;
	width:716px;
}

#supporttabscontent
{
    padding: 18px;
    border: solid 1px #cedbeb;
    background: #ffffff;
}

#supporttabscontent .inner_cell2{
	width:440px;
	}

#supporttabscontent h1
{
    margin: 0 0 14px 0;
    padding: 0;
    font-size: 16px;
}

#widgets
{
    float: right;
    width: 190px;
}

.module_box {
	background:url('../images/support/module_bg.png');
	width:160px;
	height:25px;
	padding: 86px 0 0 0px;
	text-align:center;
	color: #0B4690;
	font-size:13px;
}

.module_box_outer {
	margin-right: 7px;
	margin-bottom: 7px;
	width: 160px;
	height: 111px;
	float: left;
}

.announce_top {
	width: 484px;
	height: 20px;
	background:url('../images/support/announcement_top.jpg') no-repeat;
	color: #0B4690;
	font-weight: bold;
	padding: 2px 0 0 10px;
}

.announce_body {
	width: 472px;
	border-left:#CC9A02 solid 1px;
	border-right:#CC9A02 solid 1px;
	padding: 10px;
}

.announce_bottom {	
	width: 494px;
	height: 8px;
	background:url('../images/support/announcement_bottom.jpg') no-repeat;
}

.annouce_separator {
	width: auto;
	height: 2px;
	background:url('../images/support/announcement_separate.png') no-repeat center;
}

#leftcontent
{
    margin-right: 210px;
}

#leftcontent h1, #leftcontent h2, #leftcontent p
{
    margin: 0 0 14px 0;
    padding: 0;
}

#leftcontent h1
{
    font-size: 16px;
}

#leftcontent .inner_row { float: left; }

.support_search {
    background: url("../images/support/support_searchBG.jpg") no-repeat;
    width:187px;
    height:45px;
    padding: 10px 0 0 11px;
}

.search_field {
    border:none;
    width: 135px;
    height: 23px;
    margin-left:3px;
    float:left;
    color: #868686;
}

ul#supportleftnav
{
    margin: 0 0 0 10px;
    padding: 0;
    background: #FFF;
    border:#E0B42D solid 1px;
    width: 164px;
    min-height:94px;
}

ul#supportleftnav li
{
    /* list-style-type: square;
    list-style-image: url('../images/support/bullet.jpg'); */
    list-style: none;
    /* margin-bottom: 8px; */
    height: 22px;
    width: 154px;
    background: url('../images/support/support_linkBG.jpg') repeat-x;
    padding: 3px 0 0 10px;
}

ul#supportleftnav li a
{
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: #0b4790;
}

.leftnav_current
{
    font-weight: bold;
}

ul#supportleftnav li ul
{
    margin: 10px 0;
    padding: 0 0 0 20px;
}

ul#supportleftnav li ul li
{
    font-weight: normal;
    list-style: none;
}

ul#supportleftnav li ul li { font-weight: normal; }

ul#supporttabs
{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 32px;
}

ul#supporttabs li
{
    float: left;
    list-style: none;
    margin: 0 4px 0 0;
    padding: 0;
}

ul#supporttabs li a
{
    background: url('../images/support/tab_l_white.png') no-repeat 0 0;
    text-decoration: none;
    float: left;
    padding: 0 0 0 5px;
    height: 32px;
    width: auto;
}

ul#supporttabs li a span
{
    background: url('../images/support/tab_cr_white.png') no-repeat right top;
    padding: 9px 18px 9px 8px;
    color: #0b4790;
    font-size: 11px;
    float: left;
    display: inline-block;
    font-weight: bold;
    height: 14px;
}

ul#supporttabs li a:hover, ul#supporttabs li.current a
{
    background: url('../images/support/tab_l_blue.png') no-repeat 0 0;
} 

ul#supporttabs li a:hover span, ul#supporttabs li.current a span
{
    background: url('../images/support/tab_cr_blue.png') no-repeat top right;
    color: #ffffff;
}

.greybox
{
    margin-bottom: 20px;
}

.greybox2
{
    background: #f7f8fc;
    border: solid 1px #e2eff7;
    padding: 18px;
    width: 147px;
}

.greybox_top
{
    background: url('../images/support/wrapper_top.jpg') no-repeat 0 0;
    width: 187px;
    margin-right: 31px;
    height: 10px;
}

.greybox_middle
{
    background: url('../images/support/wrapper_bottom2.jpg') no-repeat #FBBF07 bottom;
    width: 187px;
    margin-right: 31px;
    min-height: 94px;
    padding-bottom: 10px;
}

.greybox_bottom
{
    /*background: url('../images/support/grey_bottom.png') no-repeat 0 0;*/
    width: 218px;
    height: 7px;
}

.whitebox
{
    
}

.whitebox p
{
    margin: 0;
    padding: 0 0 7px 0;
}

.whitebox h2
{
    padding: 7px 16px 7px;
    margin: 0;
    color: #FFFFFF;
}

.whitebox_top
{
    /* background: url('../images/support/wid_top.png') no-repeat 0 0; */
    width: 186px;
    height: 100px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}



.whitebox_middle
{
  background:url("../images/support/wid_middle.png") repeat-y scroll 0 0 transparent;
padding:12px 16px 15px 17px;
width:156px;
}

.whitebox_bottom
{
    background: url('../images/support/wid_bottom.png') no-repeat 0 0;
    width: 186px;
    height: 6px;
}

#logout_link { float: right; }

.thumb_box_left
{
    float: left;
    width: 100px;
    margin: 0 17px 17px 0;
}

.video_thumbs
{
   
}

.thumb_box_left a
{
    font-size: 7pt;
}



/* DYNAMIC FAQS
================================================================================*/  

.faq, .news
{
    padding: 0px 0 20px 0 ;
}

.faq_outer, .news_outer {
    border-bottom: solid #cedbeb 1px;
  margin-bottom: 20px;
}

.faq_outer h3, .news_outer h3 {
   margin: 0 0 20px 0;
   padding: 0;
}

.faq_title, .news_title {
  background: url('../images/arrow.gif') no-repeat 0 0;
  padding-left: 30px;
  cursor: pointer;
  padding-bottom: 10px;
  background-position: 0 5px;
}
.faq_title_clicked, .news_title_clicked {
  background: url('../images/arrow2.gif') no-repeat 0 0;
  padding-left: 30px;
  cursor: pointer;
  padding-bottom: 10px;
  background-position: 0 5px;
}
.faq_title a, .faq_title_clicked a, .news_title a, .news_title_clicked a {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  margin: 5px 0 0 0;
}

.top_support_nav
{
    
}

.top_support_nav li a
{
    font-size: 12px;
}

.blue
{
    color: #0b4790;
}

.fieldcontainer
{
    margin-bottom: 20px;
    clear: left;
}

.field1
{
    float: left;
    width: 100px;
}

.field2
{
    float: left;
    margin-left: 10px;
}

.support_left_title
{
	color: #043d7e; padding: 10px 0 5px 0; margin: 0; font-size:11px;
}















































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

