/*cssgraphbox */
/*translucent buttons */
/* anything slider */
/* rad-calendar */
/* page.html.css infinitescroll */






/* page.html.css infinitescroll */
*{
margin:0px;
padding:0px;
outline:none;
text-decoration:none;
border:none
}

.info{
position:fixed;
right:0px;
top: 0px;
background: url(/images/assets/infinity-scroll/info.png);
z-index:3
}

.header{
width: 100%;
height: 60px;
background: url(/images/assets/infinity-scroll/banner.png) no-repeat;
}
BODY{
background:white;
font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
color:black
}


.about{
padding: 15px;
background: #f0f0f0;
font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
color: #666;
}

.start{
width: 100%;
height: 55px;
background:#c0c0c0;
line-height: 55px;
text-align: center
	}
	.throbber{
	position:fixed;
	bottom: 0px;
	right:0px;
	width: 56px;
	height: 21px;
	background:url(/images/assets/infinity-scroll/throbber.gif);
	display:none;
	}
#next{
color:blue
}
#content{
padding-left: 15px;
padding-top: 15px
}



/* for icons */

/*cssgraphbox */
/* graph */
.graphbox{
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	font-family: Segoe UI;
	border: solid 1px #828282;
	
	background: #dedede;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	
	-webkit-box-shadow: 0 1px 5px #454545;
	-moz-box-shadow: 0 1px 5px #454545;
	box-shadow: 0 1px 5px #454545;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/* sizes */
.small{ min-width: 200px; max-width:280px; font-size: 10px; }
.small > .title{ font-size: 12px; }
.small > dl > dt{ padding:1px 0;  margin-top: 2px;}
.small > dl > dd { margin-left: 10px;}
.small > dl > dd span{ padding:3px 0; }

.medium{ min-width: 300px; max-width:400px; font-size: 12px; }
.medium > .title{ font-size: 14px; }
.medium > dl > dt{ padding:4px 0; margin-top: 2px;}
.medium > dl > dd { margin-left: 10px;}
.medium > dl > dd span{ padding:4px 0; margin-top: 2px;}

.big{ min-width: 400px; max-width:600px; font-size: 14px; }
.big > .title{ font-size: 16px; }
.big > dl > dt{ padding:6px 0; margin-top: 2px;}
.big > dl > dd { margin-left: 10px;}
.big > dl > dd span{ padding:6px 0;}

/* title */
.graphbox > .title {
	width: 100%;
	text-shadow: 0 1px 1px #bababa;
	padding: 6px 0 3px 0;
	border-bottom: solid 1px #ababab;
}

/* icon */
.graphbox > .title  > .icon, .graphbox > dl  > .icon{
	font-family: "ModernPictogramsNormal" !important;
	font-size: 20px;
	margin: auto 7px auto auto;
}

/* bars */
.graphbox > dl > dt{
	float:left;
	min-width: 40%;
	text-align:right;
}
.graphbox  > dl > dd{
	float:left;
	min-width: 50%;
	margin-bottom:8px; 
	display:inline;	
	position: relative;
}
.graphbox dd span{
	text-align:center;
	font-weight: bold;
	display:block;
	
	-webkit-box-shadow: 0 1px 2px #444444;
	-moz-box-shadow: 0 1px 2px #444444;
	box-shadow: 0 1px 2px #444444;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.graphbox dd span:hover{
	cursor: pointer;
}

/* gradient styles */

/* orange */
.orange > dl > dd span{
	background: #ffa042;
	background: -moz-linear-gradient(top, #ffa042 0%, #ff7b0d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa042), color-stop(100%,#ff7b0d));
	background: -webkit-linear-gradient(top, #ffa042 0%,#ff7b0d 100%);
	background: -o-linear-gradient(top, #ffa042 0%,#ff7b0d 100%);
	background: -ms-linear-gradient(top, #ffa042 0%,#ff7b0d 100%);
}
.orange > dl > dd span:hover, .orange_bar:hover{
	background: #ff8c19;
	background: -moz-linear-gradient(top, #ff8c19 0%, #ea6900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8c19), color-stop(100%,#ea6900));
	background: -webkit-linear-gradient(top, #ff8c19 0%,#ea6900 100%);
	background: -o-linear-gradient(top, #ff8c19 0%,#ea6900 100%);
	background: -ms-linear-gradient(top, #ff8c19 0%,#ea6900 100%)
}
.orange_bar{
	background: #ffa042 !important;
	background: -moz-linear-gradient(top, #ffa042 0%, #ff7b0d 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa042), color-stop(100%,#ff7b0d))!important;
	background: -webkit-linear-gradient(top, #ffa042 0%,#ff7b0d 100%)!important;
	background: -o-linear-gradient(top, #ffa042 0%,#ff7b0d 100%)!important;
	background: -ms-linear-gradient(top, #ffa042 0%,#ff7b0d 100%)!important;
}
.orange_bar:hover{
	background: #ff8c19 !important;
	background: -moz-linear-gradient(top, #ff8c19 0%, #ea6900 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8c19), color-stop(100%,#ea6900))!important;
	background: -webkit-linear-gradient(top, #ff8c19 0%,#ea6900 100%)!important;
	background: -o-linear-gradient(top, #ff8c19 0%,#ea6900 100%)!important;
	background: -ms-linear-gradient(top, #ff8c19 0%,#ea6900 100%)!important;
}


/* red */
.red > dl > dd span{
	background: #ff6644;
	background: -moz-linear-gradient(top, #ff6644 0%, #cc3a3b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6644), color-stop(100%,#cc3a3b));
	background: -webkit-linear-gradient(top, #ff6644 0%,#cc3a3b 100%);
	background: -o-linear-gradient(top, #ff6644 0%,#cc3a3b 100%);
	background: -ms-linear-gradient(top, #ff6644 0%,#cc3a3b 100%);
}

.red > dl > dd span:hover{
	background: #ff552f;
	background: -moz-linear-gradient(top, #ff552f 0%, #c23232 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff552f), color-stop(100%,#c23232));
	background: -webkit-linear-gradient(top, #ff552f 0%,#c23232 100%);
	background: -o-linear-gradient(top, #ff552f 0%,#c23232 100%);
	background: -ms-linear-gradient(top, #ff552f 0%,#c23232 100%);
}
.red_bar{
	background: #ff6644 !important;
	background: -moz-linear-gradient(top, #ff6644 0%, #cc3a3b 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6644), color-stop(100%,#cc3a3b))!important;
	background: -webkit-linear-gradient(top, #ff6644 0%,#cc3a3b 100%)!important;
	background: -o-linear-gradient(top, #ff6644 0%,#cc3a3b 100%)!important;
	background: -ms-linear-gradient(top, #ff6644 0%,#cc3a3b 100%)!important;
}

.red_bar:hover{
	background: #ff552f !important;
	background: -moz-linear-gradient(top, #ff552f 0%, #c23232 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff552f), color-stop(100%,#c23232))!important;
	background: -webkit-linear-gradient(top, #ff552f 0%,#c23232 100%)!important;
	background: -o-linear-gradient(top, #ff552f 0%,#c23232 100%)!important;
	background: -ms-linear-gradient(top, #ff552f 0%,#c23232 100%)!important;
}


/* effect configuration */

.data0 { width: 0%; -webkit-animation-name:bar0; -moz-animation-name:bar0; -o-animation-name:bar0;}
.data1 { width: 1%; -webkit-animation-name:bar1; -moz-animation-name:bar1; -o-animation-name:bar1;}
.data2 { width: 2%; -webkit-animation-name:bar2; -moz-animation-name:bar2; -o-animation-name:bar2;}
.data3 { width: 3%; -webkit-animation-name:bar3; -moz-animation-name:bar3; -o-animation-name:bar3;}
.data4 { width: 4%; -webkit-animation-name:bar4; -moz-animation-name:bar4; -o-animation-name:bar4;}
.data5 { width: 5%; -webkit-animation-name:bar5; -moz-animation-name:bar5; -o-animation-name:bar5;}
.data10 { width: 10%; -webkit-animation-name:bar10; -moz-animation-name:bar10; -o-animation-name:bar10;}
.data20 { width: 20%; -webkit-animation-name:bar20; -moz-animation-name:bar20; -o-animation-name:bar20;}
.data30 { width: 30%; -webkit-animation-name:bar30; -moz-animation-name:bar30; -o-animation-name:bar30;}
.data40 { width: 40%; -webkit-animation-name:bar40; -moz-animation-name:bar40; -o-animation-name:bar40;}
.data50 { width: 50%; -webkit-animation-name:bar50; -moz-animation-name:bar50; -o-animation-name:bar50;}
.data60 { width: 60%; -webkit-animation-name:bar60; -moz-animation-name:bar60; -o-animation-name:bar60;}
.data70 { width: 70%; -webkit-animation-name:bar70; -moz-animation-name:bar70; -o-animation-name:bar70;}
.data80 { width: 80%; -webkit-animation-name:bar80; -moz-animation-name:bar80; -o-animation-name:bar80;}
.data90 { width: 90%; -webkit-animation-name:bar90; -moz-animation-name:bar90; -o-animation-name:bar90;}
.data95 { width: 95%; -webkit-animation-name:bar95; -moz-animation-name:bar95; -o-animation-name:bar95;}
.data96 { width: 96%; -webkit-animation-name:bar96; -moz-animation-name:bar96; -o-animation-name:bar96;}
.data97 { width: 97%; -webkit-animation-name:bar97; -moz-animation-name:bar97; -o-animation-name:bar97;}
.data98 { width: 98%; -webkit-animation-name:bar98; -moz-animation-name:bar98; -o-animation-name:bar98;}
.data99 { width: 99%; -webkit-animation-name:bar99; -moz-animation-name:bar99; -o-animation-name:bar99;}
.data100 { width: 100%;-webkit-animation-name:bar100; -moz-animation-name:bar100; -o-animation-name:bar100; }


.data1, .data2, .data3, .data4, .data5, .data6, .data7, .data8, .data9, .data10, .data11, .data12, .data13, .data14, .data15, .data16, .data17
, .data18, .data19, .data20, .data21, .data22, .data23, .data24, .data25, .data26, .data27, .data28, .data29, .data30, .data31, .data32, .data33
, .data34, .data35, .data36, .data37, .data38, .data39, .data40, .data41, .data42, .data43, .data44, .data45, .data46, .data47, .data48, .data49
, .data50, .data51, .data52, .data53, .data54, .data55, .data56, .data57, .data58, .data59, .data60, .data61, .data62, .data63, .data64, .data65
, .data66, .data67, .data68, .data69, .data70, .data71, .data72, .data73, .data74, .data75, .data76, .data77, .data78, .data79, .data80, .data81
, .data82, .data83, .data84, .data85, .data86, .data87, .data88, .data89, .data90, .data91, .data92, .data93, .data94, .data95, .data96, .data97
, .data98, .data99, .data100
{
	-webkit-animation-duration:1.7s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease-out;
	
	-moz-animation-duration:1.7s;
	-moz-animation-iteration-count:1;
	-moz-animation-timing-function:ease-out;
	
	-o-animation-duration:1.7s;
	-o-animation-iteration-count:1;
	-o-animation-timing-function:ease-out;
}

@-webkit-keyframes bar0{0%{width:0%;}100%{width:0%;}}
@-webkit-keyframes bar1{0%{width:0%;}100%{width:1%;}}
@-webkit-keyframes bar2{0%{width:0%;}100%{width:2%;}}
@-webkit-keyframes bar3{0%{width:0%;}100%{width:3%;}}
@-webkit-keyframes bar4{0%{width:0%;}100%{width:4%;}}
@-webkit-keyframes bar5{0%{width:0%;}100%{width:5%;}}
@-webkit-keyframes bar10{0%{width:0%;}100%{width:10%;}}
@-webkit-keyframes bar20{0%{width:0%;}100%{width:20%;}}
@-webkit-keyframes bar30{0%{width:0%;}100%{width:30%;}}
@-webkit-keyframes bar40{0%{width:0%;}100%{width:40%;}}
@-webkit-keyframes bar50{0%{width:0%;}100%{width:50%;}}
@-webkit-keyframes bar60{0%{width:0%;}100%{width:60%;}}
@-webkit-keyframes bar70{0%{width:0%;}100%{width:70%;}}
@-webkit-keyframes bar80{0%{width:0%;}100%{width:80%;}}
@-webkit-keyframes bar90{0%{width:0%;}100%{width:90%;}}
@-webkit-keyframes bar95{0%{width:0%;}100%{width:95%;}}
@-webkit-keyframes bar96{0%{width:0%;}100%{width:96%;}}
@-webkit-keyframes bar97{0%{width:0%;}100%{width:97%;}}
@-webkit-keyframes bar98{0%{width:0%;}100%{width:98%;}}
@-webkit-keyframes bar99{0%{width:0%;}100%{width:99%;}}
@-webkit-keyframes bar100{0%{width:0%;}100%{width:100%;}}

@-moz-keyframes bar0{0%{width:0%;}100%{width:0%;}}
@-moz-keyframes bar1{0%{width:0%;}100%{width:1%;}}
@-moz-keyframes bar2{0%{width:0%;}100%{width:2%;}}
@-moz-keyframes bar3{0%{width:0%;}100%{width:3%;}}
@-moz-keyframes bar4{0%{width:0%;}100%{width:4%;}}
@-moz-keyframes bar5{0%{width:0%;}100%{width:5%;}}
@-moz-keyframes bar10{0%{width:0%;}100%{width:10%;}}
@-moz-keyframes bar20{0%{width:0%;}100%{width:20%;}}
@-moz-keyframes bar30{0%{width:0%;}100%{width:30%;}}
@-moz-keyframes bar40{0%{width:0%;}100%{width:40%;}}
@-moz-keyframes bar50{0%{width:0%;}100%{width:50%;}}
@-moz-keyframes bar60{0%{width:0%;}100%{width:60%;}}
@-moz-keyframes bar70{0%{width:0%;}100%{width:70%;}}
@-moz-keyframes bar80{0%{width:0%;}100%{width:80%;}}
@-moz-keyframes bar90{0%{width:0%;}100%{width:90%;}}
@-moz-keyframes bar95{0%{width:0%;}100%{width:95%;}}
@-moz-keyframes bar96{0%{width:0%;}100%{width:96%;}}
@-moz-keyframes bar97{0%{width:0%;}100%{width:97%;}}
@-moz-keyframes bar98{0%{width:0%;}100%{width:98%;}}
@-moz-keyframes bar99{0%{width:0%;}100%{width:99%;}}
@-moz-keyframes bar100{0%{width:0%;}100%{width:100%;}}

@-o-keyframes bar0{0%{width:0%;}100%{width:0%;}}
@-o-keyframes bar1{0%{width:0%;}100%{width:1%;}}
@-o-keyframes bar2{0%{width:0%;}100%{width:2%;}}
@-o-keyframes bar3{0%{width:0%;}100%{width:3%;}}
@-o-keyframes bar4{0%{width:0%;}100%{width:4%;}}
@-o-keyframes bar5{0%{width:0%;}100%{width:5%;}}
@-o-keyframes bar10{0%{width:0%;}100%{width:10%;}}
@-o-keyframes bar20{0%{width:0%;}100%{width:20%;}}
@-o-keyframes bar30{0%{width:0%;}100%{width:30%;}}
@-o-keyframes bar40{0%{width:0%;}100%{width:40%;}}
@-o-keyframes bar50{0%{width:0%;}100%{width:50%;}}
@-o-keyframes bar60{0%{width:0%;}100%{width:60%;}}
@-o-keyframes bar70{0%{width:0%;}100%{width:70%;}}
@-o-keyframes bar80{0%{width:0%;}100%{width:80%;}}
@-o-keyframes bar90{0%{width:0%;}100%{width:90%;}}
@-o-keyframes bar95{0%{width:0%;}100%{width:95%;}}
@-o-keyframes bar96{0%{width:0%;}100%{width:96%;}}
@-o-keyframes bar97{0%{width:0%;}100%{width:97%;}}
@-o-keyframes bar98{0%{width:0%;}100%{width:98%;}}
@-o-keyframes bar99{0%{width:0%;}100%{width:99%;}}
@-o-keyframes bar100{0%{width:0%;}100%{width:100%;}}




/*translucent buttons */
/***** Normal Button Style *****/
.button {
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: content-box !important;
  /* 999  color: #f5f5f5; */
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
 /*   text-shadow: 0 0 5px rgba(0,0,0,0.2), 0 0 1px rgba(0,0,0,0.4);*/
    text-decoration: none;
    font-size: 12px;
    white-space: normal;
    outline: none;
    transition: all 100ms ease-out 0ms !important;
    background: none repeat scroll 0 0 rgba(255,255,255,0.04);
    border-radius: 3px;
    background-clip: padding-box;
    box-shadow: 0 0 3px rgba(255,255,255,0.25) inset, 0 0 1px rgba(255,255,255,0.2), 0 10px 10px rgba(255,255,255,0.08) inset;
}

input[type='submit'].button, input[type='button'].button, button.button {
    /* Padding Fix */
    padding: 5px 10px;
}



/***** Hovered Button *****/
.button:hover {
    color: #fff;
 /*   text-shadow: 0 0 5px rgba(0,0,0,0.2), 0 0 1px rgba(0,0,0,0.4);*/
    box-shadow: 0 0 5px rgba(255,255,255,0.45) inset, 0 0 1px rgba(255,255,255,0.2), 0 10px 10px rgba(255,255,255,0.08) inset;
 }



/***** Clicked Button *****/
.button:active {
  /*  color: #eee; */
    box-shadow: 0 0 5px rgba(255,255,255,0.1) inset, 0 0 1px rgba(255,255,255,0.2), 0 0 4px rgba(0,0,0,0.4) inset, 0 10px 10px rgba(255,255,255,0.08) inset;
 }



/***** Combined Buttons *****/
.toolbar > li > a {
    border-radius: 0 0 0 0;
    margin-left: -4px;
}

.toolbar > li:not(:last-child) > a {
    border-right: none;
}

.toolbar > li:first-child > a {
    border-radius: 3px 0 0 3px;
}

.toolbar > li:last-child > a {
    border-radius: 0px 3px 3px 0;
}



/***** Icon *****/
.icon {
text-indent: 16px;
background-position: 6px center;
background-repeat: no-repeat; }



/***** Icon Images *****/
.addcart {
background-image: url('images/cart_add.png'); }

.delcart {
background-image: url('images/cart_delete.png'); }

/* Add your own icon classes and images here, following the above format */


/*
	AnythingSlider v1.8+ Default theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#slider {
	width: 100%;
	max-width:1600px;
	min-width:960px;
	height: 400px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}
@media screen and (max-width:1600px){
	#slider {
		height:400px;
	}
}
@media screen and (max-width:1280px){
	#slider {
		height:320px;
	}
}
@media screen and (max-width:1024px){
	#slider {
/*supposed to be 256. However, then, calendar can not be displayed without blocking the top menue */	
	}
}
@media screen and (max-width:768px){
	#slider {
		max-width:768px;
		min-width:768px;
		height:192px;
	}
}
@media screen and (max-width:640px){
	#slider {
		max-width:640px;
		min-width:640px;
		height:160px;
	}
}
@media screen and (max-width:568px){
	#slider {
		max-width:568px;
		min-width:568px;
		height:142px;
	}
}
@media screen and (max-width:480px){
	#slider {
		max-width:480px;
		min-width:480px;
		height:120px;
	}
}

@media screen and (max-width:320px){
	#slider {
		max-width:320px;
		min-width:320px;
		height:80px;
	
	}
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default {
	margin: 0 auto;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	padding: 0;
}
/* slider window - top & bottom borders, default state */
.anythingSlider-default .anythingWindow {
	border:0;
}
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
	/* top shadow */
	
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
	border-color: #7C9127;
}
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
	background-color: #7C9127;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #7C9127;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
/*	background:url(../images/play.png) !important;*/
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:0px;
	height:0px;
	padding:0;
	margin:0;
	background-repeat:no-repeat;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
/*	background:url(../images/stop.jpg) !important;*/
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
	top: 50%;
	position: absolute;
	display: block;
}

.anythingSlider-default .arrow a {
	display: block;
	width: 45px;
	height: 140px;
	margin: -70px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url(../images/default.png) no-repeat;
}

/* back arrow */
.anythingSlider-default .back { left: 0; }
.anythingSlider-default .back a { background-position: left top; }
.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover { background-position: left -140px; }
/* forward arrow */
.anythingSlider-default .forward { right: 0; }
.anythingSlider-default .forward a { background-position: right top; }
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover { background-position: right -140px; }

/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; padding:0 0 0 0;}
.anythingSlider-default .anythingControls ul { margin: 0; padding: 0; float: left; }
.anythingSlider-default .anythingControls ul li { display: inline; }
.anythingSlider-default .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: left;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}

/*********** Jquery.jscrollpane.css ***********************/




/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}
.scroll-pane {
	width:100%;
	height: 312px;
	overflow: auto;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
	background: #ababab;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
	border:0;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

		
			
/************************calendar-rad.css  ***********************************************/

table.uppertable {

	background-color:#800000; 
	opacity:1.0;
	cellspacing:0;
	cellpadding:0;
}


.cal_c1, .cal_c2, .cal_c4, .cal_c5 {
	width:30px;
}


table.uppertable tr{
	height: 22px;

}

table.uppertable td {
	font-family:sans-serif;
	font-size:11pt;
	color:#fff;
	text-align: center;

}



select.selectvisit{
	width: 190px;
	height: 25px;
	font-size:13px;
	background: #fff;
	color:#800000;

}
table.calendarDaysTable{
	background-color:#fff; 
	opacity:1.0;
}


table.calendarDaysTable tr{
	font-family:sans-serif;
	height: 22px;
	font-size:10px;
}

table.calendarDaysTable tr.weekdays{
font-weight:bold;
background:#ccc;
}


table.calendarDaysTable td {
	font-size:10pt;
	color:#800000;
	text-align: center;
	width:27px;
	
}

table.calendarDaysTable td.inactive {
   border-width:0px;
   border-color:white;
   padding:0px;
   height:22px;
   background:#F3F0EA;
}

table.calendarDaysTable td.othermonth {
	border-width:0px;
	border-color:white;
	padding:0px;
	height:22px;
	background:#fff;
	color:#ccc;
}

button {
 cursor: pointer;
 	height:22px;
}

button.activebutton{
	border-width:1px;
	padding:0px;
	background:orange;
	color:white;
	width:100%;
		  border-top: 1px solid #fff ;
		border-right: 1px solid #999 ;
		border-bottom: 1px solid #999 ;
		border-left: 1px solid #fff ;
}




	
	
