A:link	 {color: #000000;

	 text-decoration:none}

A:visited {color: #000000;

	  text-decoration:none}

A:active  {color:#000000;

	  text-decoration:none}

A:hover	 {color: #000000;

	  text-decoration:underline}

a img { border:none; color:#fff }

* {


	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	-webkit-text-size-adjust: none;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;	
	margin: 0;
padding: 0; 



}

.head {
background-image: url(headerbwclt.jpg); 
background-repeat: no-repeat; 
background-color: #fff;  
background-attachment:fixed; 
background-position: right top;
}



.mask{
position:absolute; top:120px; left:0px;
width:100%;
height:39px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #000); /* for firefox 3.6+ */
    z-index:0;
    opacity: 0.2;
filter:alpha(opacity=20);
    }

.mask2{
position:absolute; top:60px; left:0px;
width:100%;
height:70px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #000); /* for firefox 3.6+ */
    z-index:0;
    opacity: 0.2;
filter:alpha(opacity=20);
    }



.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #efdcfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #efdcfb;
	box-shadow:inset 0px 1px 0px 0px #efdcfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfbdfa), color-stop(1, #bc80ea) );
	background:-moz-linear-gradient( center top, #dfbdfa 5%, #bc80ea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea');
	background-color:#dfbdfa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c584f3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:12px 33px;
	text-decoration:none;
	text-shadow:1px 1px 0px #9752cc;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bc80ea), color-stop(1, #dfbdfa) );
	background:-moz-linear-gradient( center top, #bc80ea 5%, #dfbdfa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc80ea', endColorstr='#dfbdfa');
	background-color:#bc80ea;
}.myButton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */



.myButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cae687), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #cae687 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae687', endColorstr='#8cb82b');
	background-color:#cae687;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #abc77b;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
	padding:12px 33px;

}
.myButton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #cae687) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #cae687 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#cae687');
	background-color:#8cb82b;
}.myButton2:active {
	position:relative;
	top:1px;
}








.shadow {
background-color: #999999;

-moz-box-shadow: 3px 3px 4px #999;

-webkit-box-shadow: 3px 3px 4px #999;

box-shadow: 3px 3px 4px #999;

/* For IE 8 */

-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";

/* For IE 5.5 - 7 */

filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');

}


html {
overflow-y:scroll;
}


#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}



/* FOUNDATION
--------------------------------------------------------------------------------------- */
.textboxw {
padding: 0px 5px; 
line-height: 21px; 
width:180px; 
height:23px;
color: #000; 
background: #ffffff;
 border: 1px solid; border-color: #ddd #e1dfdf #d1cdcd; 
 box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
 }


.textbox {
padding: 0px 5px; 
line-height: 21px; 
width:180px; 
height:23px;
color: #666666; 
background: #bbcc88;
 border: 1px solid; border-color: #ddd #e1dfdf #d1cdcd; 
 box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
 }


/* but green*/
.fb8 {
	padding: 5px;
	line-height: 1em;
	 height:25px; 
color: #666666;  
background: #bbcc88; 
 border: 1px solid; border-color: #ddd #e1dfdf #d1cdcd; 
 box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
}
.fb8:hover {
	padding: 5px; line-height: 1em; 
color: #8c7e7e; 
background: #fcf9f9;
 border: 1px solid; border-color: #ddd #e1dfdf #d1cdcd; 
 box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
}
.fb8:active {
	padding: 5px; line-height: 1em; 
color: #8c7e7e; 
background: #999999;
 border: 1px solid; border-color: #ddd #e1dfdf #d1cdcd; 
 box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
}








/*but grey */
.but {
	padding: 5px; line-height: 1em; 
color: #666666;  
background: #fcf9f9; 
 border: 1px solid; border-color: #ddd #e1dfdf #d1cdcd; 
 box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
}
.but:hover {
	padding: 5px; line-height: 1em; 
color: #8c7e7e; 
background: #bbcc88;
 border: 1px solid; border-color: #ddd #e1dfdf #d1cdcd; 
 box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
}
.but:active {
	padding: 5px; line-height: 1em; 
color: #8c7e7e; 
background: #999999;
 border: 1px solid; border-color: #ddd #e1dfdf #d1cdcd; 
 box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -moz-box-shadow: inset 0 0 2px rgba(255,255,255,0.75); 
 -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.75);
}


/* REUSABLE STYLES
--------------------------------------------------------------------------------------- */
.hidden {display: none !important;}
.inviso {display: none;}
.highlighted {color: #211922; background-color: #ff0 !important;}
.error {font-size: 18px; font-weight: 300; color: #f00 !important;}
.clear {clear: both !important;}
.noFloat {float: none !important;}
.noState:hover {background-color: transparent !important;}
.noState:active {color: #221919 !important;}
.floatRight {float: right !important;}
.floatLeft {float: left !important;}
.noBorder {border-width: 0 !important;}
.noBorderTop {border-top-width: 0 !important;}
.noBorderRight {border-right-width: 0 !important;}
.noBorderBottom {border-bottom-width: 0 !important;}
.noBorderLeft {border-left-width: 0 !important;}
.noMargin {margin: 0 !important;}
.noMarginTop {margin-top: 0 !important;}
.noMarginRight {margin-right: 0 !important;}
.noMarginBottom {margin-bottom: 0 !important;}
.noMarginLeft {margin-left: 0 !important;}
.fixed {position: fixed !important;}
.invisible {visibility: hidden !important;}
.red {color: red !important;}
.noscroll {overflow: hidden !important;}
.noscroll.extraScroll {margin-right: 15px;} /* Extra space on the right for FireFox */
.clearfix:after {clear: both; display: block; height: 0; content: " "; visibility: hidden;}




/*****************************************************************************/
/* TOP MENU BAR									     */
/* 					     */
/*****************************************************************************/

.chromestyle{
width: 900px;
height :27px;
font-weight: normal;
color:#000000;
font: 12px Verdana, sans-serif;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 27px; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{

width: 900px;
margin-left:30px;
margin-top:0px;
padding: 7px 0px;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #000000;
font: 12px Verdana, sans-serif;
letter-spacing: 1px;
padding: 7px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;



}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

background-color: #ffffff; /*background color of tabs onMouseover*/
color: #000000;
opacity:0.6;


}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #ffffff;
opacity:1;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f0eded;
opacity:0.6;
}



/*****************************************************************************/



.corners{

background: #999966;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin: 20px auto 20px;
padding: 4px 4px ; 
}

.corners2{


width:935px;
padding:0 28px;


 box-shadow: 0 1px 3px rgba(34,25,25,0.4);
  -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
   -webkit-box-shadow:0 2px 5px rgba(34,25,25,0.4);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background: #bbcc88;
opacity:0.9;

}






.WhiteContainerx {


position: relative; 
margin: 20px auto 10px;
padding: 0 4px ; 
 background-color: #ffffff; 
 box-shadow: 0 2px 3px rgba(34,25,25,0.4);
  -moz-box-shadow: 0 2px 3px rgba(34,25,25,0.4);
   -webkit-box-shadow: 0 2px 3px rgba(34,25,25,0.4);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


.WhiteContainer100 {
position: relative; 
margin: 5px auto 20px;
padding: 0 4px ; 
 background-color: #fff; 
 box-shadow: 0 1px 3px rgba(34,25,25,0.4);
  -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
   -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
min-height: 100%;
}


.WhiteContainer {
/* For IE 8 */

-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999')";

/* For IE 5.5 - 7 */

filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999');


position: relative; 
margin: 5px auto 10px;
padding: 0 4px ; 
 background-color: #fff; 
 box-shadow: 0 1px 3px rgba(34,25,25,0.4);
  -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
   -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}


.WhiteContainerFoot {
/* For IE 8 */

-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999')";

/* For IE 5.5 - 7 */

filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999');


position: relative; 
margin: 5px auto 20px;
padding: 0 4px ; 
 background-color: #fff; 
 box-shadow: 0 1px 3px rgba(34,25,25,0.4);
  -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
   -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}





/* Linear Gradient */
.lg {



background-color: #f0eded; 
background: -moz-linear-gradient(top,#fffcfc, #f0eded); 
background: -o-linear-gradient(#fffcfc, #f0eded); 
background: -webkit-linear-gradient(#fffcfc, #f0eded); 
background: linear-gradient(#fffcfc, #f0eded); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfc', endColorstr='#f0eded'); zoom:1;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfc', endColorstr='#f0eded')";zoom:1;



font-family: Verdana,Arial;
          font-size: 12px; 
         color: #000000;


}




.boxy {

/* For IE 8 */

-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999')";

/* For IE 5.5 - 7 */

filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999');


position: relative; 
margin: 5px auto 10px;
padding: 0 4px ; 
 background-color: #fff; 
 box-shadow: 0 1px 3px rgba(34,25,25,0.4);
  -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
   -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background-color: #f0eded; 
background: -moz-linear-gradient(top,#fffcfc, #f0eded); 
background: -o-linear-gradient(#fffcfc, #f0eded); 
background: -webkit-linear-gradient(#fffcfc, #f0eded); 
background: linear-gradient(#fffcfc, #f0eded); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfc', endColorstr='#f0eded'); zoom:1;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfc', endColorstr='#f0eded')";zoom:1;

font-family: Verdana,Arial;
          font-size: 12px; 
         color: #000000;

}


.boxy2 {

/* For IE 8 */

-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999')";

/* For IE 5.5 - 7 */

filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#999999');


position: relative; 
margin: 5px auto 10px;
padding: 0 4px ; 
 background-color: #fff; 
 box-shadow: 0 1px 3px rgba(34,25,25,0.4);
  -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
   -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background-color: #f0eded; 
background: -moz-linear-gradient(top,#fffcfc, #f0eded); 
background: -o-linear-gradient(#fffcfc, #f0eded); 
background: -webkit-linear-gradient(#fffcfc, #f0eded); 
background: linear-gradient(#fffcfc, #f0eded); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfc', endColorstr='#f0eded'); zoom:1;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfc', endColorstr='#f0eded')";zoom:1;

 font-size: 11px; 
         color: #666666;

}







/* Linear Gradient */
.lg2 {background-color: #bbcc88;);

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

font-family: Verdana,Arial;
          font-size: 11px; 
         color: #000000;


}




.texttemp3  {font-family: Verdana,Arial;
          font-size: 16px; 
line-height: 20pt;   
         color: #000000;}  

.texttemp2  {font-family: Verdana,Arial;
          font-size: 12px; 
         color: #000000;}  

.texttemp  {font-family: Verdana,Arial;
          font-size: 20px;
  line-height: 18pt;    
         color: #000000;}  

.textfamily  {font-family: Verdana,Arial;
          font-size: 20px;  
         color: #666666;}  
.textfamily2  {font-family: Verdana,Arial;
          font-size: 14px;  
         color: #999999;}  

.textgroup  {font-family: Verdana,Arial;
          font-size: 13px;  
         color: #000000;}  

.text  {font-family: Verdana; Arial;
          font-size: 11px;   
         color: #000000;}  
         
 .text11  {font-family: Verdana; Arial;
          font-size: 11px;   
         color: #000000;}  
         
.textgrey  {font-family: Verdana; Arial;
          font-size: 11px;   
         color: #666666;}  

.textbold  {font-family: Verdana, Arial;
          font-size: 11px;   
font-weight: bold;
         color: #000000;}  


.blurbtext  {font-family: Verdana, Arial;
          font-size: 10px;
         line-height: 8pt;    
         color: #000000;}  


.compacttext  {font-family: Verdana, Arial;
          font-size: 10px;
         line-height: 6pt;    
         color: #000000;}  

.headtext  {font-family: Smudger LET,Verdana, Arial; 
            font-size: 26px; 
             line-height: 14pt;         
         color: #000000;}  


.textb  {font-family: Verdana, Arial;
          font-size: 13px;   
         color: #000000;} 
 
.textsmall  {font-family: Arial;
          font-size: 9px;  
         color: #000000;}  

.textsmallred  {font-family: Verdana, Arial;
          font-size: 9px;  
         color: #000000;}  

.textsmallbottom  {font-family: Verdana, Arial;
          font-size: 9px;  
         color: #000000;}  


.div1{
position:relative;
top:60px;
left:60px;
width:400px;
height:10px;
z-index:200;
font-family: Verdana, Helvetica;
	font-size: 11;
}

input.button
{
background-color: #d6ce94;
color: #FFFFFF;
font-size: 100%;
font-weight: bold;
margin-bottom: 2px;
border-width: 1px;
}


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 11px;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-wrapper, .highslide-outline {
	background: none;
}
.glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: #f0eded;
	
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}

.highslide-loading {
    display: block;	
	padding:0px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */  
    padding-right:0px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-color: black;
    width:40px;
    height:40px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}


.button {
	display: inline-block;
	position: relative;
	color: #888;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
	text-decoration: none;
	text-align: center;
	/////padding: 8px 12px;
	padding: 10px;
	font-size: 12px;
	font-weight: 700;
	font-family: helvetica, arial, sans-serif;
	border-radius: 8px;
	border: 1px solid #bcbcbc;
width:60%;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);

	background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
	background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
}

.button:hover {
	color: #555;
}

.button:active,.button:active:after,.button:active:before {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Back Button */
.button.back {
	border-left: none;
}

.button.back:after {
	content: '';
	position: absolute;
	height: 50%;
	width: 15px;
	border-left: 1px solid #bcbcbc;

	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	left: -5px;
	top: 1px;

	-webkit-transform: skew(-35deg, 0);
	-moz-transform: skew(-35deg, 0);
	-o-transform: skew(-35deg, 0);
	-ms-transform: skew(-35deg, 0);
	transform: skew(-35deg, 0);
}

.button.back:before {
	content: '';
	position: absolute;
	height: 48%;
	width: 15px;
	border-left: 1px solid #bcbcbc;
	bottom: 1px;
	left: -5px;

	-webkit-transform: skew(35deg, 0);
	-moz-transform: skew(35deg, 0);
	-o-transform: skew(35deg, 0);
	-ms-transform: skew(35deg, 0);
	transform: skew(35deg, 0);

	background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);

	-webkit-box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
	box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
}

/* Next Button */
.button.next {
	border-right: none;
}

.button.next:after {
	content: '';
	position: absolute;
	height: 48%;
	width: 15px;
	border-right: 1px solid #bcbcbc;

	background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
	right: -5px;
	bottom: 1px;

	-webkit-transform: skew(-35deg, 0);
	-moz-transform: skew(-35deg, 0);
	-o-transform: skew(-35deg, 0);
	-ms-transform: skew(-35deg, 0);
	transform: skew(-35deg, 0);

	-webkit-box-shadow: 2px 1px 2px rgba(100,100,100,0.1);
	box-shadow: 2px 1px 2px rgba(100,100,100,0.1);
}

.button.next:before {
	content: '';
	position: absolute;

	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
	height: 50%;
	width: 15px;
	border-right: 1px solid #bcbcbc;
	top: 1px;
	right: -5px;

	-webkit-transform: skew(35deg, 0);
	-moz-transform: skew(35deg, 0);
	-o-transform: skew(35deg, 0);
	-ms-transform: skew(35deg, 0);
	transform: skew(35deg, 0);
	}



/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {

	background-color: #f0eded; 

	
	
}
.highslide-html-content {
	display: none;
	width: 555px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
	
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}



.TESTcpYearNavigation,


	.TESTcpMonthNavigation

			{

			background-color:#bbcc88;

			text-align:center;

			vertical-align:center;

			text-decoration:none;

			color:#FFFFFF;

			font-weight:bold;

			}

	.TESTcpDayColumnHeader,

	.TESTcpYearNavigation,

	.TESTcpMonthNavigation,

	.TESTcpCurrentMonthDate,

	.TESTcpCurrentMonthDateDisabled,

	.TESTcpOtherMonthDate,

	.TESTcpOtherMonthDateDisabled,

	.TESTcpCurrentDate,

	.TESTcpCurrentDateDisabled,

	.TESTcpTodayText,

	.TESTcpTodayTextDisabled,

	.TESTcpText

			{

			font-family:arial;

			font-size:8pt;

			}

	TD.TESTcpDayColumnHeader

			{

			text-align:right;

			border:solid thin #bbcc88;

			border-width:0 0 0 0;

			}

	.TESTcpCurrentMonthDate,

	.TESTcpOtherMonthDate,

	.TESTcpCurrentDate

			{

			text-align:right;

			text-decoration:none;

			}

	.TESTcpCurrentMonthDateDisabled,

	.TESTcpOtherMonthDateDisabled,

	.TESTcpCurrentDateDisabled

			{

			color:#D0D0D0;

			text-align:right;

			text-decoration:line-through;

			}

	.TESTcpCurrentMonthDate

			{

			color:#bbcc88;

			font-weight:bold;

			}

	.TESTcpCurrentDate

			{

			color: #FFFFFF;

			font-weight:bold;

			}

	.TESTcpOtherMonthDate

			{

			color:#808080;

			}

	TD.TESTcpCurrentDate

			{

			color:#FFFFFF;

			background-color: #bbcc88;

			border-width:1;

			border:solid thin #000000;

			}

	TD.TESTcpCurrentDateDisabled

			{

			border-width:1;

			border:solid thin #FFAAAA;

			}

	TD.TESTcpTodayText,

	TD.TESTcpTodayTextDisabled

			{

			border:solid thin #6677DD;

			border-width:0 0 0 0;

			}

	A.TESTcpTodayText,

	SPAN.TESTcpTodayTextDisabled

			{

			height:20px;

			}

	A.TESTcpTodayText

			{

			color:#bbcc88;

			font-weight:bold;

			}

	SPAN.TESTcpTodayTextDisabled

			{

			color:#D0D0D0;

			}

	.TESTcpBorder
	{
	border:none;
	}

		





