/* -------------------------------------------------------------- 
   Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, sup,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  /*vertical-align: text-bottom*/
  vertical-align: inherit;
}
select {padding: 2px; }

#header a.headerBtn{
  border-radius: 3px 3px 3px 3px;
  padding-left: 10px;
  position: absolute;
  box-shadow: 0.5px 0.5px 2px #053044;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}


#headerAddBtn2{
  right:142px;
  top: 56px;
}
#headerAddBtn3{
  right:262px;
  top: 56px;
}
#headerAddBtn4{
  right:380px;
  top: 56px;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header {
  background: url("/images/portlet-header-bg.png") repeat-x scroll 0 0 #F0F0F0;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 3px 5px 0 0;
  border-width: 0 0 1px;
  color: #3C3C3C;
  font-weight: bold;
  margin: -2px -2px 9px;
}


/* -------------------------------------------------------------- 
   Form Pretty
-------------------------------------------------------------- */

.selectPretty {
  background-image: linear-gradient(to top, #eaeaea 0%, #FBFBFB 50%);
  background-clip: padding-box;
  border: 1px solid #aaa;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.selectPretty select {
  -moz-user-select: none;
  background-color: transparent;
  background-image: url('/images/activeddIcon.png');
  background-repeat: no-repeat;
  background-position: 92% center;
  border: none;
  color: #444;
  display: block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.selectPretty select option{
    padding: 2px 5px;
  }


/* -------------------------------------------------------------- 
   Form Validation
-------------------------------------------------------------- */

input.error, input.error:focus {
  border-color: #ff0000 !important;
  background-color: #FFF1F1 !important;
}
form label.error {
  float: none;
  width: auto;
}


/* -------------------------------------------------------------- 
   Text
-------------------------------------------------------------- */
h1,h2,h3,
h4,h5,h6		{ color: #111; margin-bottom: .75em; }

h1 				{ font-size: 30px; line-height: 1em; }
h2 				{ font-size: 24px; font-weight: normal; color: #222; margin-bottom: .3em }
h3 				{ color: #333333; font-size: 16px; line-height: 1.4em; margin-bottom: 0.5em;}
h4 				{ font-size: 14px; color: #666; line-height: 1.25; margin-bottom: 1.25em }
h5 				{ font-size: 12px; font-weight: bold; margin-bottom: 1.5em }
h6 				{ font-size: 11px; font-weight: bold }


h2.tableHeadingBreak {
							  color: #222222;
							  font-size: 22px;
							  font-weight: normal;
							  margin-bottom: 6px;
							  padding: 5px;
							  text-transform: capitalize;
							  position: relative;
							}

p           	{ margin: 0 0 1.5em }
p.last      	{ margin-bottom: 0 }
img         	{ border: none; }

ul, ol			{ margin-left: 28px; margin-bottom: 1.5em; }
li ul,
li ol			{ margin-top: 1em; }
/*ul li			{ list-style-type: disc; }*/
li				{ margin-bottom: .5em; }

dl          	{ margin: 0 0 1.5em 0 }
dl dt       	{ font-weight: bold }
dd          	{ margin-left: 1.5em }

abbr, 
acronym     	{ border-bottom: 1px dotted #666 }
address     	{ margin-top: 1.5em; font-style: italic }
del         	{ color:#9C9C9C }
del:hover     { color:#333; text-decoration: none }
sup				{ font-size: 9px; vertical-align:top; }

a				{ color: #069; text-decoration: underline, outline:none }
a:visited		{ color: #667 }


blockquote  	{ margin: 1.5em; color: #666; font-style: italic }
strong      	{ font-weight: bold }
em,dfn      	{ font-style: italic; background: #ffc }
dfn         	{ font-weight: bold }
pre,code    	{ margin: 1.5em 0; white-space: pre }
pre,code,tt 	{ font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5 } 
tt         		{ display: block; margin: 1.5em 0; line-height: 1.5 }


hr { border: none; border-bottom: 1px dotted #CCC; margin-bottom: 2em; margin-top: 1em; }

table { width: 100%; border: 0; margin-bottom: 2em;  border-collapse: collapse;}

	 table thead th
	 {
	 	font-size: 13px;
		font-weight: bold;
		text-align: left;
		padding: 7px 5px 5px 5px;
		
		background-color: #0D6AB5 !important;
		
		color: #FFF;
		
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}		
	
	table td { vertical-align: top; }
	
	table tbody tr td { background: #FFF; border-bottom: 1px dotted #DDD; }

	table th { padding:7px 5px 5px 5px;}
	table tbody td { padding:7px 5px 5px 5px; }
	
	table tr.even td { background: #F9F9F9; }
	
	tr:nth-child(even) td { background-color:#F9F9F9; }
	tr:nth-child(odd) td { background-color:#FFF; }

		table.gridTable tr td {
      border-left: 1px dotted #CCCCCC;
    }


.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
/*.clearfix {
	display: inline-block;
}*/
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.bold{font-weight: bold;}
.clear { clear: both; }

.delButton {
  border-color: #CB6C6C !important;
}
.delButton .ui-button-text {
    color: #FF0000;
}
.greenButton {
  border-color: rgba(108, 203, 116, 1) !important;
}
.greenButton .ui-button-text {
    color: rgba(6, 129, 20, 1);
}


table.intro p {
  font-size: 15px;
  margin: 0 0 1em;
}
table.intro h2 {
  margin-bottom: 0.6em;
}
table.intro h3 {
  font-weight: bold;
   margin-top: 0.8em;
}
table.intro ul, table.intro ol {
  margin-top: .5em;
  margin-bottom:0;
}
table.intro ul li, table.intro ol li {
  font-size: 15px;
}
table.intro .iconHolder {
  background-position: left 4px !important;
  float: none;
  display: inline-block;
}

.panel_break {
  border-bottom: 1.5px solid #EDEDED;
  border-top: 1.5px solid #CDCDCD;
  margin: 9px -10px;
}

.docBreak{
  border-bottom: 1.5px solid #F5F5F5;
  border-top: 1.5px solid #E1E1E1; 
	margin: 1.5em .5em;
}
.miniInfo{font-size:9px;}

.disclaimer {
  font-size: 11px;
  line-height: 13px;
  vertical-align: middle;
}
h2 span.disclaimer {
  font-size: 0.5em;
  vertical-align: middle;
}
.navMenuLink {
  float: right;
  padding: 0;
  color: #666;
}
a.navMenuLink:hover {
  color: #333;
}
a.iconBtn.navMenuBtn {
	float: right; clear: both; padding: 0px; font-size: 85%;
}
.iconBtn {
	background: #F8F8F8; /* Old browsers */
  background: -moz-linear-gradient(center top , #F8F8F8 0%, #F7F7F7 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#F7F7F7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F8F8F8 0%,#F7F7F7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F8F8F8 0%,#F7F7F7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F8F8F8 0%,#F7F7F7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F8F8F8 0%,#F7F7F7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#F7F7F7',GradientType=0 ); /* IE6-9 */
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 1px #D9D9D9;
  color: #4B4B4B;
  font-size: 120%;
  padding: 1px 2px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 #FFFEFE;
  vertical-align: baseline;
}
.iconBtn i {
	margin-top:.2em;
	margin-bottom:.2em;
}
.iconBtn i:before {
	line-height: 19px;
}

.iconBtn .iconHolder {
  background-position: center 2px !important;
  display: inline-block;
  height: 18px !important;
  padding: 2px 4px;
  float: none;
  width: 15px;
  vertical-align: middle;
}
.iconBtn .iconText {
	padding-right:6px;
	vertical-align: bottom;
}

.iconBtn:hover {
	background: #EFEFEF; /* Old browsers */
  background: -moz-linear-gradient(center top , #EFEFEF 0%, #DADADA 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#EFEFEF), color-stop(100%,#DADADA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EFEFEF 0%,#DADADA 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EFEFEF 0%,#DADADA 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #EFEFEF 0%,#DADADA 100%); /* IE10+ */
	background: linear-gradient(to bottom, #EFEFEF 0%,#DADADA 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#DADADA',GradientType=0 ); /* IE6-9 */
  border-color: #AAAAAA;
  color: #1A1A1A;
  text-shadow: 1px 1px 0 #FFFFFF;
}

.weatherBlock {
  display: block;
  float: right;
  margin:-1px 10px 0 0;
  vertical-align: middle;
  cursor:pointer;
}
.weatherBlock img{
  vertical-align: middle;
}
/* -------------------------------------------------------------- 
   Layout
-------------------------------------------------------------- */
body
{
	background: #F7F7F7;
	font: 13px/1.7em arial,sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
	#wrapper { width: 100%; min-width: 1350px; margin: 0 auto; }
	#shadowLayer {
	  background-image: url("/images/shadow-top.png");
	  background-position: center top;
	  background-repeat: no-repeat;
	  height: 14px;
	  top: 0;
	  width: 100%;
	  z-index: 99;
	}
	#content {
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 10;
	}
	.headerBtn {display: none !important;}
	#headerAddBtn4 {display: block !important; right: 25px; top: 56px;}
}
@media screen and (min-width: 1350px){
	#wrapper { width: 100%; min-width: 1350px; margin: 0 auto; }
	#shadowLayer {
	  background-image: url("/images/shadow-top.png");
	  background-position: center top;
	  background-repeat: no-repeat;
	  height: 32px;
	  top: 0;
	  width: 100%;
	  z-index: 99;
	}
	#content { width: 95%; margin: 0 auto; position: relative; z-index: 10; }

}
@media only screen and (max-device-width: 480px) {
	#wrapper { 
    width: 100%; 
    min-width: 0; 
    margin: 0 auto;
    font-size: 2.2em;
    line-height: 1.7;
   }
	#shadowLayer {
	  background-image: url("/images/shadow-top.png");
	  background-position: center top;
	  background-repeat: no-repeat;
	  height: 32px;
	  top: 0;
	  width: 100%;
	  z-index: 99;
	}
	#content { width: 95%; margin: 0 auto; position: relative; z-index: 10; }

}
#top {
  background: url("/images/seamless_paper_texture.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #bfbcb4;
}
/* ---------------------------------------

Block Accordian Menu

--------------------------------------- */

  ul.blockAccordianMenu {
    background: #F6F6F6; /* Old browsers */
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F6F6F6 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F6F6F6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#F6F6F6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFFFFF 0%,#F6F6F6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%,#F6F6F6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFFFFF 0%,#F6F6F6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F6F6F6',GradientType=0 ); /* IE6-9 */
    list-style: none outside none;
    border-top: 1px solid #CCCCCC;
    margin: 0;
  }
	ul.blockAccordianMenu li {
	  background: url("/images/ListArrowLight.png") no-repeat scroll 96% center #F4F4F4;
	  border-bottom: 1px solid #D2CFCF;
	  border-top: 1px solid #FFFFFF;
	  color: #414141;
	  font-size: 15px;
	  font-weight: bold;
	  list-style: none outside none;
	  margin: 0;
	  text-shadow: 0 1px 0 #FFFFFF;
	}
  ul.blockAccordianMenu li a {
    background-position: 5px 10px;
    color: #444444;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 9px 10px 30px !important;
    text-decoration: none;
    width: inherit;
  }
	ul.blockAccordianMenu li:hover, ul.blockAccordianMenu li.active {
	  background: url("/images/ListArrow.png") no-repeat scroll 96% center #E7E7E7;
	}


/* ---------------------------------------

Left Nav Menu Block

--------------------------------------- */
	ul.leftNavMenuBlock{
	  list-style: none;
	  margin: 0;
	}      
	ul.leftNavMenuBlock li {
	  background-color: #939393;
	  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #DDDDDD), color-stop(100%, #C9C9C9));
	  background-image: -webkit-linear-gradient(top, #DDDDDD,#C9C9C9);
	  background-image: -moz-linear-gradient(top, #DDDDDD,#C9C9C9);
	  background-image: -o-linear-gradient(top, #DDDDDD,#C9C9C9);
	  background-image: linear-gradient(top, #DDDDDD,#C9C9C9);
	  border-bottom: 1px solid #B5B5B5;
	  border-top: 1px solid #EBEBEB;
	  color: #414141;
	  font-size: 15px;
	  font-weight: bold;
	  list-style: none outside none;
	  margin: 0;
	  padding: 6px 9px;
	  text-shadow: 0 1px 0 #FFFFFF;
	}
	ul.leftNavMenuBlock li .group_address{
	  font-size: 11px;
	}  
	ul.leftNavMenuBlock ul{
	  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
	  background-image: -webkit-linear-gradient(top, #ffffff,#f6f6f6);
	  background-image: -moz-linear-gradient(top, #ffffff,#f6f6f6);
	  background-image: -o-linear-gradient(top, #ffffff,#f6f6f6);
	  background-image: linear-gradient(top, #ffffff,#f6f6f6);
	  list-style: none;
	  margin: 0;
	}      
	ul.leftNavMenuBlock ul li {
	  background: none repeat scroll 0 0 transparent;
	  border-bottom: 1px solid #C4C4C4;
	  border-top: 1px solid #FFFFFF;
	  font-size: 12px;
	  list-style: none outside none;
	  margin: 0;
	  padding: 0 0 0 14px !important;
	}   
	ul.leftNavMenuBlock ul li a {
	  background-position: 1px 7px;
	  color: #444444;
	  display: block;
	  font-weight: bold;
	  padding: 5px 9px 8px 25px !important;
	  text-decoration: none;
	  width: inherit;
	}
	ul.leftNavMenuBlock ul li:hover {
	    background: url("/images/ListArrowLight.png") no-repeat scroll 96% center  #E8E8E8;
	}        
	ul.leftNavMenuBlock ul li.active {
	    background: url("/images/ListArrow.png") no-repeat scroll 96% center  #E8E8E8;
	}     
	ul.leftNavMenuBlock ul li:hover a, ul.farmMenuList ul li.active a{
	    color:#111;
	} 






#subNavRow {
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
	  border-bottom: 1px solid #B5B5B5;
	  position: relative;

	}

	#subNav { 
		width: 93%; 
		height: 37px; 
		margin: 0 auto;
		
		z-index: 100;
	}

	ul.subNavBar{
		margin-bottom: 0;
	  text-decoration: none;		
	}
	ul.subNavBar li:first-child {
	  border-left: none;
	}	
	ul.subNavBar li:last-child {
	  border-right: none;
	}
	ul.subNavBar li {
	  border-left: 1px solid #FFFFFF;
	  border-right: 1px solid #D5D5D5;
	  float: left;
	  list-style: none outside none;
		margin: 7px 0;
	  text-decoration: none;
	}
	ul.subNavBar li a {
	  color: #606060;
	  display: block;
	  font-size: 13px;
	  font-weight: bold;
	  margin: 0;
	  padding: 2px 14px;
	  text-decoration: none;
	}
	ul.subNavBar li.active a {
	    color:#111;
	  	text-shadow: 1px 1px 0 #D3D3D3;
	}
	ul.subNavBar li a:hover {
	  color: #111;
	}


	ul.tabNav{
		text-decoration: none;
		 position: relative;

	}
	ul.tabNav li {
		background: #EFEFEF;
	  background: -moz-linear-gradient(center top , #FFFFFF 0%, #EFEFEF 100%);
		background: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EFEFEF)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%); /* IE10+ */
		background: linear-gradient(to bottom, #FFFFFF 0%,#EFEFEF 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EFEFEF',GradientType=0 ); /* IE6-9 */
	  float: left;
	  list-style: none outside none;
	  margin: 0;
	  margin-right:1px;
	  border:1px solid #D5D5D5;
	  border-radius: 5px 5px 0 0;
	  text-decoration: none;
	}	
	ul.tabNav li:first-child a{

	}
	ul.tabNav li a {
	  background: url("/images/ddIcon.png") no-repeat scroll 90px center transparent;
	  display: block;
	  color: #777;
	  font-size: 15px;
	  font-weight: bold;
	  height: 21px;
	  padding: 8px 12px 6px;
	  text-decoration: none;
	  width: 85px;
	}
	ul.tabNav li a:hover {
	  background-color: #fefefe;
	  color: #555;
	}

	ul.tabNav li.active{
		border-bottom-color: #FEFEFE;
	}	
	ul.tabNav li.active a{
	  background: url(/images/activeddIcon.png) no-repeat 90px center #FEFEFE;
	  color: #111;
	  text-shadow: 1px 1px 0 #eee;
	}
	ul.tabNav li:hover > ul {
	    display: block;
	}

	ul.tabNav ul {
	    background: none repeat scroll 0 0 #F1F1F1;
	    border-radius: 0 0 0 0;
			display: none;
	    padding: 0;
	    position: absolute;
	    top: 100%;
	    margin: 0 0 0 -2px;
	}
	ul.tabNav li ul li {
	  border-radius: 0 0 0 0;
	  float: none;
	  border-top: none;
	  position: relative;
	}
	ul.tabNav ul li a {
	  background: none repeat scroll 0 0 #FFFFFF !important;
	  color: #585252 !important;
	  font-size: 12px;
	  font-weight: bold;
	  padding: 3px 20px 3px 5px;
	  width: auto;
	  min-width: 100px;
	}

	ul.tabNav ul li:hover a{
	    background: none repeat scroll 0 0 #F7F7F7 !important;
	    color:#434343 !important;
	}
	ul.tabNav ul ul {
	    left: 100%;
	    position: absolute;
	    top: 0;
	}

	.setHome {
	  border: medium none;
	  position: absolute;
	  right: 75px;
	  top: 2px;
	}
	.setHome a {
	  background: none repeat scroll 0 0 #FFFEFE;
	  border: 1px solid #DDDDDD;
	  border-radius: 5px;
	  box-shadow: 1px 1px 2px #F8F8F8 inset;
	  color: #666666;
	  display: block;
	  font-weight: bold;
	  margin: 3px 0;
	  padding: 2px 5px;
	  text-decoration: none;
	}
	.setHome a:hover {color: black;}
	.setHome a:hover i {color: black; color: #1C9F1F;}
	.setHome a i{
	  
	  font-size: 132%;
	}
		#switchBox {
			background: #EFEFEF;
		  background: -moz-linear-gradient(center top , #FFFFFF 0%, #EFEFEF 100%);
			background: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EFEFEF)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%); /* IE10+ */
			background: linear-gradient(to bottom, #FFFFFF 0%,#EFEFEF 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EFEFEF',GradientType=0 ); /* IE6-9 */
		  border-radius: 0 0 5px 5px;
		  position: absolute;
		  right: 25px;
		  top: 0;
			-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
			-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
			box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
		}
		ul.switchNav{
			text-decoration: none;
			 position: relative;
			 margin: 0 5px;

		}
		ul.switchNav li {
		  float: left;
		  list-style: none outside none;
		  text-decoration: none;
		  font-size: 13px;
		  font-weight: bold;
		  border-left: 1px solid #FFFFFF;
		  border-right: 1px solid #D5D5D5;
		  position: relative;
		  margin: 0;
		}
		ul.switchNav li:first-child {
		  border-left: none;
		}	
		ul.switchNav li:last-child {
		  border-right: none;
		}
		ul.switchNav li:first-child a{

		}
		ul.switchNav li a.ddMenu {
		  background: url("/images/ddIcon.png") no-repeat scroll right 12px transparent;
		  padding: 5px 28px 28px 5px;
		}
		ul.switchNav li a {
		  color: #0069AA;
		  display: block;
		  font-size: 14px;
		  font-weight: bold;
		  height: 23px;
		  margin-right: 10px;
		  padding: 5px 8px 5px 5px;
		  text-decoration: none;
		  text-shadow: 0 1px 0 #FCFCFC;
		}
		ul.switchNav li a:hover {
		  color: #555;
		}

		ul.switchNav li.active{
			border-bottom-color: #FEFEFE;
		}	
		ul.switchNav li.active a{
		  background: url(/images/activeddIcon.png) no-repeat 84px center #FEFEFE;
		  color: #111;
		}
		ul.switchNav li:hover > ul {
		    display: block;
		}

		ul.switchNav ul {
		    background: none repeat scroll 0 0 #F1F1F1;
		    border-radius: 0 0 0 0;
				display: none;
		    padding: 0;
		    position: absolute;
		    top: 100%;
		    right:0;
			 	border: 1px solid #CCCCCC;
		    margin: 0 0 0 -2px;
		    z-index: 1000;
		    border-bottom-color: #8E8E8E;
		    min-width: 100%;
    		white-space: nowrap;
		}
		ul.switchNav li ul li {
		  border-radius: 0 0 0 0;
		  float: none;
		  border-top: none;
		  border-bottom: 1px solid #CCCCCC;
		  position: relative;
		  margin: 0;
		}
		ul.switchNav ul li a {
		  background: none repeat scroll 0 0 #FFFFFF !important;
		  color: #005284;
		  text-shadow: 0 1px 0 #FCFCFC;
	  	font-size: 12px;
		  font-weight: bold;
		      padding: 5px 0 24px 6px;
		      display: block;
		  margin:0;
		}

		ul.switchNav ul li:hover a{
		    background: none repeat scroll 0 0 #F7F7F7 !important;
		    color:#434343 !important;
		}
		ul.switchNav ul ul {
		    left: 100%;
		    position: absolute;
		    top: 0;
		}

#header {
  height: 80px;
  margin: 0 auto;
  position: relative;
  width: 93%;
}
#header h1 {
  background: url("/images/title.png") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  font-size: 32px;
  height: 90px;
  left: 22px;
  line-height: 500px;
  overflow: hidden;
  position: absolute;
  top: -7px;
  width: 450px;
}
	
		#header h1 a { display: block; }

#info {
  color: #DDDDDD;
  font-size: 11px;
  font-weight: bold;
  padding-right: 85px;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 6px;
  width: 250px;
}

	#info h4 { font-size: 16px; color: #DDD; margin-bottom: .2em; }

	#info a { color: #F90; }
	
	#info img 
	{ 
		width: 64px; 
		position: absolute; 
    padding:4px 8px;
		top: 0; 
		right: 0; 
	}


#nav 
{ 
	width: 93%; 
	height: 37px; 
	
	margin: 0 auto;
	
	position: relative;
	z-index: 100;
	
}


#footer
{
	width: 93%;
	border-top: 1px dotted #AAA;
	clear: both;
	padding: 15px 0;
	margin: 0 auto;
	margin-top: 5em;
	margin-bottom: 30px;
}



.portlet
{
	background: #FFF;	
	margin-bottom: 1.5em;
	position: relative;
	border: 1px solid #D9D9D9;

	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.09);
	box-shadow:0 0 3px rgba(0, 0, 0, 0.09);
	
}

.portlet .center{text-align:center;}
	
	.portlet-header {
    background: #EFEFEF;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #EFEFEF 100%);
    background: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EFEFEF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%,#EFEFEF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFFFFF 0%,#EFEFEF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EFEFEF',GradientType=0 ); /* IE6-9 */
	  text-shadow:0 1px 0 #FFFFFF;
	  border-bottom: 1px solid #CCCCCC;
	  color: #666666;
	  cursor: pointer;
	  padding: 14px 0 10px;
	  position: relative;
	  text-align: left;
	  width: 100%;
	}

		.portlet-state-closed .portlet-header { padding-bottom: 10px; }
	
		.portlet-header h4
		{
			font-size: 14px;			
			font-style: normal;
			font-weight: bold;
			color: #085373;
			padding: 0 0 0 10px;
			margin: 0;
		}
		
		.portlet-state-closed .portlet-header { -moz-border-radius: 6px; -webkit-border-radius: 6px; }
		
	.portlet-content { 	padding: 20px 15px 35px; position: relative; }	
	
	.portlet-state-closed .portlet-content { display: none; }
	.portlet-state-closed h4 { border: none; }
	
		.portlet-toggle-icon
		{
			background: url(/images/portlet/portlet-arrow-close.png) no-repeat 0 0 !important;
			width: 12px;
			height: 5px;
			display: block;
			position: absolute;
			right: 15px;
			top: 16px;
		}
	
		.portlet-state-closed .portlet-toggle-icon { background: url(/images/portlet/portlet-arrow-open.png) no-repeat 0 0 !important; }
		
	.portlet-tab-nav
	{
		padding: 0;
		margin: 0;
		position: absolute;
		top: 11px;
		right: 10px;
	}
	
	.portlet-state-closed .portlet-tab-nav { display: none; }

		.portlet-tab-nav li
		{
			background: transparent;
			line-height: 2em;
			list-style-type: none;
			float: left;
			margin: 0 1em 0 0;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
			-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
			box-shadow: 1px 1px 1px rgba(0,0,0,.1);
			
		}
		
			.portlet-tab-nav li:hover { background: #DDD;}

			.portlet-tab-nav li a
			{
				color: #444;
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;
				padding: 5px 8px;
				outline: none !important;
			}
			
				.portlet-tab-nav li a:hover {   }
							
		.portlet-tab-content { display: block; }
		
		.portlet-tab-nav .portlet-tab-nav-active
		{
			background-color: #085373 !important;
			border: 1px solid transparent;
		}
		
			.portlet-tab-nav-active a { color: #FFF !important; }
			
			.portlet-tab-nav-active a:hover { text-decoration: none !important; }
		
		.portlet-tab-content-active { display: block !imporant; }		
			.portlet-tab-nav .portlet-tab-nav-active  a { color: #0B66B9; text-decoration: none; }



/* -------------------------------------------------------------- 
   Tabs
-------------------------------------------------------------- */
.tab_container { }

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  width: 100%;
}

  ul.tabs li 
  {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #CCC;
    border-left: none;
    margin-bottom: -1px;
    background: #e0e0e0 url(../images/accordion_header.png) repeat-x top right;
    overflow: hidden;
    position: relative;
  }
  
    ul.tabs li a 
    {
      text-decoration: none;
      color: #263849;
      display: block;
      font-size: 1.2em;
      padding: 0 20px;
      border: 1px solid #fff;
      outline: none;
    }
    
      ul.tabs li a:hover { background: #ccc; }  
      ul.tabs li.active, ul.tabs li.active a:hover  { background: #fff; border-bottom: 1px solid #fff; }

.tab_content_container 
{
  border: 1px solid #CCC;
  border-top: none;
  clear: both;
  float: left; 
  width: 100%;
  background: #fff;
  -moz-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
  .tab_content { font-size: 1.2em; padding: 20px 20px 10px; }
  
  
  

 /* -------------------------------------------------------------

Portlet Link Nav - Added after the fact 6/20/2011
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	.portlet-header h4 form {
  margin: 0 0 -4px;
}


  /*.portlet-link-nav
	{
		padding: 0;
		margin: 0;
		position: absolute;
		top: 7.5px;
		right: 10px;
	}*/

    .portlet-link-nav {
      border-left: 1px solid #FFFFFF;
      border-right: 1px solid #FFFFFF;
      margin: 0;
      padding: 0;
      position: absolute;
      right: -2px;
      top: 0;
    }

  .portlet-state-closed .portlet-tab-nav { display: none; }

    /*.portlet-link-nav li
    {
      background: none repeat scroll 0 0 #DCDCDC;
      border: 1px solid #CCCCCC;
      border-radius: 5px 5px 5px 5px;
      float: left;
      list-style-type: none;
      margin: 0 1em 0 0;
      padding: 1.5px;
    }*/

      .portlet-link-nav li {
          border-left: 1px solid #CCCCCC;
          border-right: 1px solid #FFFFFF;
          display: block;
          float: left;
          list-style-type: none;
          margin: 0;
          vertical-align: middle;
          width: inherit;
      }
      .portlet-link-nav li:last-child {
        border-right: 1px solid #CCCCCC;        
      }
			.portlet-link-nav li label { vertical-align: baseline; }
      .portlet-link-nav li:hover, .portlet-link-nav li.active {
        background: url("/images/portlet-header-bg.png") repeat-x scroll 0 0 #f0f0f0;
        box-shadow: 1px 1px 3px #ddd inset;
        color: #000;
        border-right-color: #dddddd;
      }
			.portlet-link-nav li:hover a, .portlet-link-nav li.active a{cursor:pointer;color:#000;text-shadow:none;}

      .portlet-link-nav li.link-nav-form:hover {
        background: none repeat scroll 0 0 transparent;
        border-left-color: #ccc;
        box-shadow: none;
        color: #444444;
      }

      /*.portlet-link-nav li a
      {
        color: #444;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 8px;
        outline: none !important;
        vertical-align: baseline; 
      }*/
      .portlet-link-nav li a {
        color: #444444;
        display: block;
        font-size: 13px;
        font-weight: bold;
        padding: 10px;
        text-decoration: none;
        width: auto;
      }

    .portlet-link-nav li input.external {
      background: url("/images/csg-4e001fe7b2b51.png") no-repeat scroll 109px -1042px transparent;
      border: medium none;
      color: #444444;
      font-family: arial;
      font-size: 11px;
      font-weight: bold;
      outline: medium none !important;
      padding: 2px 26px 2px 6px;
      text-decoration: none;
      vertical-align: baseline;
    }
      
				.portlet-link-nav li input.submit:hover {cursor:pointer;}
							
		.portlet-link-content { display: block; }
		
		.portlet-link-nav .portlet-link-nav-active
		{
			background-color: #085373 !important;
			border: 1px solid transparent;
		}
		
			.portlet-link-nav-active a { color: #FFF !important; }
			
			.portlet-link-nav-active a:hover { text-decoration: none !important; }
		
		.portlet-link-content-active { display: block !imporant; }		
			.portlet-link-nav .portlet-link-nav-active  a { color: #0B66B9; text-decoration: none; }

  /*li.portlet-link-nav-dd {
    background: none repeat scroll 0 0 #DCDCDC;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    float: left;
    font-weight: bold;
    list-style-type: none;
    margin: 0 1em 0 0;
    padding: 2px 7px;
    position: relative;
  }*/
  li.portlet-link-nav-dd {
  float: left;
  font-weight: bold;
  list-style-type: none;
  padding: 3px 10px;
  position: relative;
  vertical-align: baseline;
}
  li.portlet-link-nav-dd:hover {
    text-shadow:none;
  }
  li.portlet-link-nav-dd ul{
    display: none;
  }
  li.portlet-link-nav-dd:hover ul{
    display: block;
    position: absolute;
    top:100%;
    z-index: 100;
    margin: 0;
    left: 0;
  }

  li.portlet-link-nav-dd:hover ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: medium none;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 160px;
    color: #ccc;
  }
  li.portlet-link-nav-dd:hover ul li:last-child {
    border-bottom: 1px solid #ccc;
  }
  li.portlet-link-nav-dd:hover ul li a {
    color: #333;
  }
  li.portlet-link-nav-dd:hover ul li:hover {
    background-color: #085373 !important;
    box-shadow: none;
  }
  li.portlet-link-nav-dd:hover ul li:hover a{
    text-shadow:none;
    color: #fff;
  }

  .link-nav-form form {
    padding: 5px 0;
  }

 /* -------------------------------------------------------------
	Feed list Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


      .blContainer{
        height:300px;
        overflow:auto;
        border: 1px solid #dadada;
        border-radius: 0 0 5px 5px;
        margin: -13px -8px -27px;
      }
      .blTitle{
        font-weight: bold;
        overflow: hidden; 
        text-overflow: ellipsis; 
        white-space: nowrap;
      }
      .blDesc{
        overflow: hidden; 
        text-overflow: ellipsis; 
        white-space: nowrap;
      }
      .blGroupDate {
        background-color: #939393;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #eee), color-stop(100%, #f6f6f6));
        background-image: -webkit-linear-gradient(top, #ffffff,#eee 3%,#f6f6f6);
        background-image: -moz-linear-gradient(top, #ffffff,#eee 3%,#f6f6f6);
        background-image: -o-linear-gradient(top, #ffffff,#eee 3%,#f6f6f6);
        background-image: linear-gradient(top, #ffffff,#eee 3%,#f6f6f6);
		    border-bottom: 1px solid #CFCFCF;
		    border-top: 1px solid #FFFFFF;
        font-weight: bold;
        padding: 1px 12px;
        text-shadow: 0 1px 0 #FFFFFF;
        color:#085373;
      }

      .blRow{
        background-color: #fff;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #ffffff), color-stop(100%, #f6f6f6));
        background-image: -webkit-linear-gradient(top, #ffffff,#ffffff 3%,#f6f6f6);
        background-image: -moz-linear-gradient(top, #ffffff,#ffffff 3%,#f6f6f6);
        background-image: -o-linear-gradient(top, #ffffff,#ffffff 3%,#f6f6f6);
        background-image: linear-gradient(top, #ffffff,#ffffff 3%,#f6f6f6);
		    border-bottom: 1px solid #ddd;
		    border-top: 1px solid #F5F5F5;
        padding:9px;
      }

			.blRow .blTime {
			  border-right: 1px solid #CCCCCC;
			  float: left;
			  margin: auto;
			  width: 40px;
			}
      .blRow .blDetail {
        padding-left: 8px;
        border-left: 1px solid #fff;
        float: left;
        width: 75%;
      }
      .blRow:nth-child(2n){
          background-color: #F9F9F9;
      }
      .blRow .blTime .day {
        text-align: center;
        font-size: 1em;
        margin-left: -9px;
      }
      .blRow .blTime .month {
        text-align: center;
        margin-left: -9px;
        font-size: 1em;
      }


 /* -------------------------------------------------------------
Header Link Nav - Added after the fact 6/20/2011
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	.header-link-nav
	{
		padding: 0;
		margin: 0;
		position: absolute;
		top: 2px;
		right: 10px;
	}
	
	.header-state-closed .header-tab-nav { display: none; }

		.header-link-nav li a.btn-link {
		  padding: 2px 6px 5px 22px !important;
		}
		
		.h2-btn {
		  background: none repeat scroll 0 0 #F0F1EE;
		  border: 1px solid #CCCCCC;
		  border-radius: 5px 5px 5px 5px;
		  font-size: 17px;
		  list-style-type: none;
		  margin-left: 4px;
		  padding: 0;
		  vertical-align: baseline;
		}

		.h2-btn .btn-link {
		  font-size: 12px;
		  font-weight: bold;
		  height: 13px !important;
		  margin-left: 4px !important;
		  overflow: hidden;
		  padding: 2px 6px 0 21px !important;
		  text-decoration: none;
		  width: 16px;
		}


		.header-link-nav li {
		  background: none repeat scroll 0 0 #F0F1EE;
		  border: 1px solid #CCCCCC;
		  border-radius: 5px 5px 5px 5px;
		  float: left;
		  list-style-type: none;
		  margin: 0 1em 0 0;
		  padding: 1px;
		}
		
			.header-link-nav li:hover { background: #085373;  }
			.header-link-nav li:hover a{ color: #fff;  }

			.header-link-nav li a
			{
				color: #444;
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;
				padding: 5px 8px;
				outline: none !important;
			}
			
				.header-link-nav li a:hover {  color:#fff;}
							
		.header-link-content { display: block; }
		
		.header-link-nav .header-link-nav-active
		{
			background-color: #085373 !important;
			border: 1px solid transparent;
		}
		
			.header-link-nav-active a { color: #FFF !important; }
			
			.header-link-nav-active a:hover { text-decoration: none !important; }
		
		.header-link-content-active { display: block !imporant; }		
			.header-link-nav .header-link-nav-active  a { color: #0B66B9; text-decoration: none; }





/* -------------------------------------------------------------
FORM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.form { padding: 0; margin: 0; }
.form .checkboxlabel{ 
    width: 100%;
    text-align: left;
    margin-left: 67px;
}

.form .field { float: left; width: 100%;}
.form .fieldfloat { float: left; margin-bottom: .5em;}
.form .field .fieldHeader {
  border-bottom: 1px dashed #DDDDDD;
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 2px;
  margin-left: 96px;
  padding: 5px 0;
  text-align: left;
  width: 260px;
}
.form.formdisplay .field .fieldHeader {
	margin-left: 0;
	width:auto;
}
.form .field_help { margin-left: 96px; font-size: 90%; color: #777; margin-bottom: 0 }
.form label .field_help {
  color: #777777;
  font-size: 72%;
  line-height: 10px;
  margin-bottom: 0;
  margin-left: 5px;
  vertical-align: bottom;
}
.form label, 
.form span.label { color: #444; padding-top: 3px; margin-right: 0px; padding-right: 5px; width: 90px; display: block; float: left;  font-weight: bold; text-align: right; position: relative; }
.form span.innerLabel { color: #444; margin-right: 10px; padding-right: 10px; width: 90px; font-weight: bold; text-align: right; }
.form label em, 
.form span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
.form input:focus,
.form input.error:focus, 
.form textarea:focus {	background-color: #FFC; border-color: #FC6; }
.form .upload { margin-bottom: -5em;}


.form .buttonrow { float: left; margin-top: 1em; margin-bottom: 2.5em; margin-left: 145px; display: block; }
.form .cancel { font-size: 11px; color: #C00; padding-left: 10px; }
.form .field { margin-bottom: .5em; }
.form .uploader { margin-bottom: .5em !important; }
.form .field input,
.form .field textarea,
.form .fieldfloat input,
.form .fieldfloat textarea
{
	padding: 4px;
	margin-right: 1em;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.form.formdisplay .field span {
    display: inline-block;
    margin-right: 1em;
    padding: 2px;
}

.form .phone_field input { margin-right: 0; }
/*
.form .xsmall { width: 50px; }
.form .small { width: 100px; }
.form .medium { width: 200px; }
.form .large { width: 300px; }
.form .xlarge { width: 400px; }
*/

/* Label top styles */
.label-top .field label { width: 100%; display: block; text-align: left; }
.label-top .field span.label { width: 100%; display: block; float: left; text-align: left; position: relative; }
.label-top .field .field_help { margin-left: 0; font-size: 11px; }
.label-top .buttonrow { margin-left: 0; }
.label-top .selector { width: 100%; display: block; float: left; }
.label-top .field .fieldHeader { margin-left: 0}

.form div.controlset label, 
.form div.controlset input { display: inline; float: none; }
.form .controlset label {font-size: 11px; font-weight: normal !important; }
.controlset { float: left; }
.controlset .controlset-pad { width: 300px; float: left;  }











/* -------------------------------------------------------------- 
   Grid
-------------------------------------------------------------- */

.xgrid { width: 960px; margin: 0 auto; }
.xfluid { width: 96%; }

.x1 			{ width: 60px; }
.x2 			{ width: 140px; }
.x3 			{ width: 220px; }
.x4 			{ width: 300px; }
.x5 			{ width: 380px; }
.x6 			{ width: 460px; }
.x7 			{ width: 540px; }
.x8 			{ width: 620px; }
.x9 			{ width: 700px; }
.x10 			{ width: 780px; }
.x11 			{ width: 860px; }
.x12 			{ width: 940px; }

	.a1			{ padding-right: 80px; }
	.a2			{ padding-right: 160px; }
	.a3			{ padding-right: 240px; }
	.a4			{ padding-right: 320px; }
	.a5			{ padding-right: 400px; }
	.a6			{ padding-right: 480px; }
	.a7			{ padding-right: 560px; }
	.a8			{ padding-right: 640px; }
	.a9			{ padding-right: 720px; }
	.a10		{ padding-right: 800px; }
	.a11		{ padding-right: 880px; }
	.a12		{ padding-right: 960px; }
	
	.p1			{ padding-left: 80px; }
	.p2			{ padding-left: 160px; }
	.p3			{ padding-left: 240px; }
	.p4			{ padding-left: 320px; }
	.p5			{ padding-left: 400px; }
	.p6			{ padding-left: 480px; }
	.p7			{ padding-left: 560px; }
	.p8			{ padding-left: 640px; }
	.p9			{ padding-left: 720px; }
	.p10		{ padding-left: 800px; }
	.p11		{ padding-left: 880px; }
	.p12		{ padding-left: 960px; }


.xfluid .x1 		{ width: 6.33%; }
.xfluid .x2 		{ width: 14.66%; }
.xfluid .x3 		{ width: 23% }
.xfluid .x4 		{ width: 31.33%; }
.xfluid .x5 		{ width: 39.66%; }
.xfluid .x6 		{ width: 48%; }
.xfluid .x7 		{ width: 56.33%; }
.xfluid .x8 		{ width: 64.67%; }
.xfluid .x9 		{ width: 73%; }
.xfluid .x10 		{ width: 81.33%; }
.xfluid .x11 		{ width: 89.67%; }
.xfluid .x12 		{ width: 98%; }
	
	.xfluid .a1			{ padding-right: 8.33%; }
	.xfluid .a2			{ padding-right: 16.66%; }
	.xfluid .a3			{ padding-right: 25%; }
	.xfluid .a4			{ padding-right: 33.33%; }
	.xfluid .a5			{ padding-right: 41.66%; }
	.xfluid .a6			{ padding-right: 50%; }
	.xfluid .a7			{ padding-right: 58.33%; }
	.xfluid .a8			{ padding-right: 66.67%; }
	.xfluid .a9			{ padding-right: 75%; }
	.xfluid .a10		{ padding-right: 83.33%; }
	.xfluid .a11		{ padding-right: 91.67%; }
	.xfluid .a12		{ padding-right: 100%; }
		
	.xfluid .p1			{ padding-left: 8.33%; }
	.xfluid .p2			{ padding-left: 16.66%; }
	.xfluid .p3			{ padding-left: 25%; }
	.xfluid .p4			{ padding-left: 33.33%; }
	.xfluid .p5			{ padding-left: 41.66%; }
	.xfluid .p6			{ padding-left: 50%; }
	.xfluid .p7			{ padding-left: 58.33%; }
	.xfluid .p8			{ padding-left: 66.67%; }
	.xfluid .p9			{ padding-left: 75%; }
	.xfluid .p10		{ padding-left: 83.33%; }
	.xfluid .p11		{ padding-left: 91.67%; }
	.xfluid .p12		{ padding-left: 100%; }
	
.x1, .x2, .x3, .x4, 
.x5, .x6, .x7, .x8, 
.x9, .x10, .x11,  .x12 
{
	margin: 0 10px 1.5em;
	float: left;
}

.xfluid .x1, .xfluid .x2, .xfluid .x3, 
.xfluid .x4, .xfluid .x5, .xfluid .x6, 
.xfluid .x7, .xfluid .x8, .xfluid .x9, 
.xfluid .x10, .xfluid .x11,  .xfluid .x12 
{
	margin: 0 .85% 1em;
}

.xbreak { clear: both; }

.xgrid:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}




/* -------------------------------------------------------------- 
   Menu
-------------------------------------------------------------- */

.mega-container
{
	text-align: left;
	list-style-type: none !important;
	padding: 0;
	margin: 0;
}

/* List item styling */
.mega-container li			{ list-style-type: none; }

.mega
{
	float: left;
	position: relative;
	z-index: 10;
	padding-left: 10px; 
	margin: 8px 0 10px 0;
	list-style-type: none !important;
}

	.mega:first-child { background: none !important; }

	.mega:hover { z-index: 10000 !important; }
	*:first-child+html .mega:hover { zoom: 1 !important;  }


/* Menu tab styling */	

.mega .mega-tab,
.mega .mega-link,
.mega-current .mega-tab,
.mega-current .mega-link
{
	background: url(/images/button-gradient.png) repeat-x right -200px;	
	font-weight: bold;
	color: #222;	
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;	
	display: block;
	padding: 5px;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	cursor: pointer;	
	position: relative;	
	z-index: 2;	
	border: 1px solid transparent;
	
	text-shadow: 1px 1px 3px rgba(0,0,0,.35);
}

.mega-current .mega-tab { background-position: right -100px !important; }

.mega-link { background-position: right -2000px !important; color: #fff !important; padding-right: 10px !important; padding-bottom: 10px;  }

.mega-link:hover,
.mega-current .mega-link
{ 
	background-position: right -100px !important;		
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;	
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    .mega .mega-tab,
    .mega .mega-link  { padding-bottom: 10px !important; }
}

	.mega:hover .mega-tab
	{
		background-position: right -100px; 
		background-color: #AAA;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	
/* Content container styling */	

.mega-content 
{ 
	width: 175px;
	display: none; 
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;	
	padding: 10px;
	position: absolute;
	top: 98%;	
	left: 10px;
	border: 4px solid #aaa;
	text-align: left;
	color: #222;
	font-size: 11px;
	z-index: 6;
	background: #FFF;
}

	.mega .mega-content li { background-image: none; }
	.mega:hover .mega-content { display: block; border-color: #aaa; }	

	*+html .mega-content { padding-bottom: 5px !important; } /* Fix padding in IE7 */
	*+html .mega-menu li > ul { padding-top: 5px !important; padding-bottom: 10px !important; }
	


/* Drop Menu Styling */

.mega-menu { background: #aaa; filter: none !important; padding: 5px 5px 0 !important; z-index: 10000 !important; }

.mega-menu ul { list-style-type: none; margin: 0; }
	
	.mega-menu li { margin-bottom: .5em; }
	
		.mega-menu li a
		{			 
			background-color: #F9F9F9;  
			display: block;
			padding: 5px 10px 5px 10px;
			color: #069;
			text-decoration: none;
			font-weight: bold;
			-moz-border-radius: 4px; 
			-webkit-border-radius: 4px; 
			border-radius: 4px;
		}
		
		.mega-menu li a.hasSub { background-image:  url(/images/link-menu-arrow.png); background-repeat: no-repeat; background-position: 95% 50% ;}

		
			.mega-menu li a:hover { background-color: #DDD; }

		.mega-menu li { position: relative; }
			.mega-menu li:hover > ul { display: block !important; }
			
		.mega-menu li > ul { background: #689C29; width: 175px; padding: 10px 10px 5px;  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; z-index: 1000; position: absolute; left: 100%; top: 0; display: none; }


/* Utility Classes */

.mega-left { left: 0; }
.mega-right { left: auto; right: 0; }

	.mega-right 
	{ 
		-webkit-border-radius: 4px;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 4px;
		-moz-border-radius-topright: 0;
		border-radius: 4px;
		border-top-right-radius: 0;	
	}


/* Color styling */


.mega-container .mega-tab { background-color: transparent; color: #fff !important; background-position: right top; border: 1px solid transparent; }

.mega-container .mega:hover .mega-tab,
.mega-container .mega:hover .mega-link,
.mega-container .mega-current .mega-tab,
.mega-container .mega-current .mega-link  { background-color: #085373; color: #fff !important; border-color: #054863;   }

.mega-container .mega:hover .mega-content { border-color: #085373; }
.mega-container .mega-menu { background: #085373 !important; }
.mega-container li > ul { background-color: #085373 !important; }






/* -------------------------------------------------------------- 
   Buttons
-------------------------------------------------------------- */
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
     background-color: #fff; 
     border-color: inherit; 
}

.btn,
.btn-icon,
.btn-icon-right,
.btn-mini
{
	background-repeat: repeat-x;
	color: #FFF;	
	font-weight: bold;
	display: inline-block;	
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px 4px;
	margin: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.25);

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2);
	cursor: pointer;
	position: relative;
}
	
	/* Active/Click state */
	.btn:active, .btn-icon:active, .btn-mini:active { top: 1px; }


/* Sizes */
.btn, .btn-icon, .btn-icon-right { background-position: 0 -80px; font-size: 12px; height: 32px; line-height: 29px; }
.btn.btn-small, .btn-icon.btn-small { background-position: 0 0; font-size: 10px; height: 26px; line-height: 23px; }
.btn.btn-large, .btn-icon.btn-large { background-position: 0 -160px; font-size: 15px; height: 42px; line-height: 40px; }

	/* Sizes - Line height for A buttons need to be different */
	a.btn, a.btn-icon { height: 32px; line-height: 32px; padding-bottom: 0; }
	a.btn.btn-small, a.btn-icon.btn-small { line-height: 26px; padding-bottom: 0; }
	a.btn.btn-large, a.btn-icon.btn-large { line-height: 42px; padding-bottom: 0; }
	

/* Fix the button in IE7 :-( */
*+html .btn, *+html .btn-icon { border-color: none ; border: 1px solid transparent; }



/* Set default button colors */
.btn, .btn-icon, .btn-mini, .btn[disabled],
.btn:visited, .btn-icon:visited, .btn-mini:visited {  background-image: url(/images/bg-lite.png); background-color: #085373; border-color: #054863; color: #FFF; }

.btn:hover, .btn-icon:hover, .btn-mini:hover { background-color: #054863; color: #FFF; }


/* Colors */	
.btn-pink,
.btn-pink:visited { background-color: #FF0066; border-color: #DA0C59; }
.btn-pink:hover { background-color: #DA0C59; }

.btn-blue,
.btn-blue:visited { background-color: #0880EF; border-color: #096DC9; }
.btn-blue:hover { background-color: #0972D3; }

.btn-red,
.btn-red:visited { background-color: #E40001; border-color: #CC0000; }
.btn-red:hover { background-color: #CC0000; }

.btn-green,
.btn-green:visited { background-color: #77B32F; border-color: #689C29; }
.btn-green:hover { background-color: #689C29; }

.btn-black,
.btn-black:visited { background-color: #111; border-color: #000; }
.btn-black:hover { background-color: #000; }

.btn-purple,
.btn-purple:visited { background-color: #7B0F75; border-color: #6A0D66; }
.btn-purple:hover { background-color: #6A0D66; }

.btn-maroon,
.btn-maroon:visited { background-color: #750000; border-color: #530000; }
.btn-maroon:hover { background-color: #530000; }

.btn-yellow,
.btn-yellow:visited { background-color: #FFCC00; border-color: #D9AD01; }
.btn-yellow:hover { background-color: #D9AD01; }

.btn-teal,
.btn-teal:visited { background-color: #39A7B6; border-color: #2E8794; }
.btn-teal:hover { background-color: #2E8794; }

.btn-orange,
.btn-orange:visited { background-color: #F90; border-color: #D58000; color: #FFF; }
.btn-orange:hover{ background-color: #D58000; color: #FFF; }

.btn-grey,
.btn-grey:visited  { background-color: #aaa; border-color: #999; color: #FFF; }
.btn-grey:hover{ background-color: #999; color: #FFF; }


/* Images Overlays - Gradient Effect */
/* 50% Opacity for darker colors */
.btn-black,
.btn-purple,
.btn-maroon,
.btn-teal { background-image: url(/images/bg-dark.png) !important; }


/* 65% opacity for lighter colors */
.btn-blue,
.btn-grey,
.btn-red,
.btn-orange,
.btn-green,
.btn-yellow,
.btn-pink { background-image: url(/images/bg-lite.png) !important; }



/* Icon Button Styles */
.btn-icon { padding-left: 32px !important; }
.btn-icon-right { padding-right: 32px !important; }
*+html .btn-icon { padding-left: 20px !important; padding-right: 5px !important; }

.btn-icon span
{
  background-image: url(/images/amp-btn-icon-sprite.png); 
  background-repeat: no-repeat; 
  background-position: 0 0; 
  width: 16px; 
  height: 16px; 
  position: absolute; 
  left: 6px; 
  top: 6px;
}
.btn-icon-right span
{
	background-image: url(/images/amp-btn-icon-sprite.png); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	width: 16px; 
	height: 16px; 
	position: absolute; 
  right: 6px; 
  top: 6px;
}

	.btn-icon.btn-small span { top: 4px; }
	.btn-icon.btn-large span { top: 12px; }
	@-moz-document url-prefix() {.btn-icon.btn-small span { top: -1px; } .btn-icon.btn-large span { top: 4px; } } 


/* Mini Buttons */
.btn-mini 
{ 
	background-position: 0 0; 
	width: 32px; 
	height: 26px !important; 
	line-height: 500px !important; 
	overflow: hidden;
	padding: 0; 
}

	.btn-mini span 
	{ 
		background-image: url(/images/amp-btn-icon-sprite.png); 
		background-repeat: no-repeat; 
		display: block;
		width: 16px; 
		height: 16px;
		line-height: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -8px;
		margin-top: -8px;
	}
	
	
/* Icon Classes */
.btn-arrow-down span { background-position: -48px 0; }
.btn-arrow-up span { background-position: -32px 0; }
.btn-arrow-right span { background-position: -16px 0; }
.btn-arrow-left span { background-position: 0 0; }
.btn-comment span { background-position: -112px 0; }
.btn-heart span { background-position: -96px 0; }
.btn-star span { background-position: -80px 0; }
.btn-cart span { background-position: -64px 0; }
.btn-print span { background-position: -128px 0; }
.btn-rss span { background-position: -144px 0; }
.btn-person span { background-position: 0 -16px; }
.btn-check span { background-position: -16px -16px; }
.btn-dollar span { background-position: -32px -16px; }
.btn-refresh span { background-position: -48px -16px; }
.btn-home span { background-position: -64px -16px; }
.btn-plus span { background-position: -80px -16px; }
.btn-minus span { background-position: -96px -16px; }
.btn-cross span { background-position: -112px -16px; }
	
	
/* Transparent Button Styles */
.btn-transparent, .btn-transparent:hover { background-image: url(/images/bg-lite.png); background-color: transparent; filter: none; border-color: transparent\0/; border-color: rgba(0,0,0,.4) !important; margin: 0 1em 0 0; }
*+html .btn-transparent { border: none; }





/* -------------------------------------------------------------- 
   Budgets
-------------------------------------------------------------- */

.budget_items td {
  padding: 7px 9px 3px;
}
table tr.ApplicationRow  td{
  background: #FFEFC6;
  font-weight:bold;
  padding: 4px 9px;
  border:none;
}
table tr.harvestRow td{
  background: #E8ED93;
  font-weight:bold;
  padding: 4px 9px;
  border:none;
}
table tr.totalRow td{
  background: #BED36B;
  font-weight:bold;
  padding:4px 9px;
  border:none;
}
table tr.ratioRow td{
  background: #576811;
  color: #FFF;
  font-weight:bold;
  padding:4px 9px;
  border:none;
}
table tr.innerHeaderRow td {
  background: none repeat scroll 0 0 #085373;
  color: #FFFFFF;
  font-weight: bold;
  padding: 1px 9px;
  text-align: left;
  border:none;
}

table tr.seperator td {
  background-color: #FAFFA7;
  border-bottom: 2px solid #DDE655;
  font-size: 13px;
  font-weight: bold;
  padding: 2px;
}

	
/* -------------------------------------------------------------- 
   Accordion
-------------------------------------------------------------- */
h2.accordion_panel 
{
	background: url(/images/accordion_header.png) no-repeat;
	width: 100%;
	height: 36px;	
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	padding: 0;	
	margin: 0 0 .5em 0;	
	border: 1px solid #C5C5C5;
	
	cursor: pointer;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

	h2.accordion_panel a 
	{
		color: #085373;
		text-decoration: none;
		padding: 0 0 0 50px;
	}
	
		h2.active {background-position: left bottom; border-color: #131C24; }	
			h2.active a { color: #FFF; }
			
.accordion_content 
{
	width: 100%;
	font-size: 1.2em;
	padding: 0;
	margin: 1em 0 5px;
	overflow: hidden;
	clear: both;
}

.icon_holder {
  display: block;
  float: left;
  height: 29px;
  margin-right: 9px;
  margin-top: -4px;
  width: 29px;
}
.icon_Irrigation {
  background: url("/images/application_family_sprite.png") no-repeat scroll -37px -38px transparent;
}
.icon_Liquid {
  background: url("/images/application_family_sprite.png") no-repeat scroll  0px -38px transparent;
}
.icon_Liquid_Waste {
  background: url("/images/application_family_sprite.png") no-repeat scroll  0px -38px transparent;
}
.icon_Solid_Waste{
  background: url("/images/application_family_sprite.png") no-repeat scroll -37px 0  transparent;
}
.icon_Dry{
  background: url("/images/application_family_sprite.png") no-repeat scroll 0px 0px transparent;
}
.icon_Harvest{
   background: url("/images/application_categories_sprite_mini.png") no-repeat scroll 0 0 transparent;
}

table.yui-calendar th,table.yui-calendar  .calweekdayrow,table.yui-calendar  th.calhead{
  background:#fff !important;
  border: medium none;
  color:#035;
}
.iconMini_holder {
  display: block;
  float: left;
  height: 24px;
  margin-right: 9px;
  margin-top: -2px;
  width: 24px;
}

/* Fertilizer-Liquid */
.appCat_1 { background: url("/images/application_categories_sprite.png") no-repeat scroll -92px -30px transparent;}
.appCatMini_1 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -76px -24px transparent;}

/* Fertilizer-Dry */
.appCat_2 { background: url("/images/application_categories_sprite.png") no-repeat scroll -92px 0px transparent;}
.appCatMini_2 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -76px 0px transparent;}

/* Herbicide Dry */
.appCat_3 { background: url("/images/application_categories_sprite.png") no-repeat scroll -151px 0 transparent;}
.appCatMini_3 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -125px -24px transparent;}

/* Insecticide Dry */
.appCat_4 {  background: url("/images/application_categories_sprite.png") no-repeat scroll -31px 0 transparent;}
.appCatMini_4 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -26px -24px transparent;}

/* Fungicide Dry */
.appCat_5 {  background: url("/images/application_categories_sprite.png") no-repeat scroll -61px 0 transparent;}
.appCatMini_5 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -50px -24px transparent;}

/* Liquid Waste */
.appCat_6 {  background: url("/images/application_categories_sprite.png") no-repeat scroll -121px -30px transparent;}
.appCatMini_6 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -50px -24px transparent;}

/* Solid Waste */
.appCat_7 {  background: url("/images/application_categories_sprite.png") no-repeat scroll -121px 0 transparent;}
.appCatMini_7 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -100px -24px transparent;}

/* Irrigation */
.appCat_8 {  background: url("/images/application_categories_sprite.png") no-repeat scroll 0 -30px transparent;}
.appCatMini_8 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll 0px -24px transparent;}

/* Herbicide-Liquid */
.appCat_9 {  background: url("/images/application_categories_sprite.png") no-repeat scroll -151px -30px transparent;}
.appCatMini_9 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -125px 0px transparent;}

/* Insecticide-Liquid */
.appCat_10 {  background: url("/images/application_categories_sprite.png") no-repeat scroll -31px -30px transparent;}
.appCatMini_10 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -26px 0px transparent;}

/* Fungicide-Liquid */
.appCat_11 {  background: url("/images/application_categories_sprite.png") no-repeat scroll -61px -30px transparent;}
.appCatMini_11 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -50px 0px transparent;}

/* Cultural Practices */
.appCat_12,.appCat_17,.appCat_18 {  background: url("/images/application_categories_sprite.png") no-repeat scroll -180px 0px transparent;}
.appCatMini_12,.appCatMini_17,.appCatMini_18 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -150px -0 transparent;}

/* Soil Amendment */
.appCat_13,.appCat_16 {  background: url("/images/application_categories_sprite.png") no-repeat scroll -180px -30px transparent;}
.appCatMini_13,.appCatMini_16 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -150px -24px transparent;}

/* Biological-Dry */
.appCat_14 {  background: url("/images/application_categories_sprite.png") no-repeat scroll -210px 0px transparent;}
.appCatMini_14 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -175px 0 transparent;}

/* Biological-Liquid */
.appCat_15 {  background: url("/images/application_categories_sprite.png") no-repeat scroll -210px -30px transparent;}
.appCatMini_15 { background: url("/images/application_categories_sprite_mini.png") no-repeat scroll -175px -24px transparent;}

a.status-link {
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  display: inline;
  font-size: 12px;
  padding: 2px 15%;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
  width: 60px;
  background-color: #eee;
  color: #333;
  border: 1px solid #BBB;
}

a.status-link:hover {
	color:#111;
	background-color: #ddd;
}

a.complete {
	color:#fff;
  background-color: #58C23C;
  border: 1px solid #3D8C29;
}
a.complete:hover {
	color:#fff;
	background-color: #4BA732;
}
a.incomplete {
	color:#fff;
	background-color: #ED883B;
  border: 1px solid #BA6C30;

}
a.incomplete:hover {
	color:#fff;
	background-color: #DD7438;
}
