@charset "UTF-8";
/* CSS Document */

.sched_bl {background: url(../images/know/know_bl.gif) 0 100% no-repeat #ebebeb; width: 195px}
.sched_br {background: url(../images/know/know_br.gif) 100% 100% no-repeat}
.sched_tl {background: url(../images/know/know_tl.gif) 0 0 no-repeat}
.sched_tr {background: url(../images/know/know_tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}


.sched_tr h1{font-size:12px; font-weight:bold; margin:5px 0 5pxpx 0px; padding:10px 5px 10pxpx 5px; font-family:Arial, Helvetica, sans-serif; color:#666;}
#conf_shading {width:178px; height:276px; margin:0px 0 0 0px; background:url(../images/know/conf_shadow.png) no-repeat 0px 0px;}

a#trial_close { display:block; width:33x; height:20px; background:url(../images/trial/but_trial_close.gif) no-repeat 0px -20px; text-indent:-9999px; margin:10px 0 0 0px;}
a#trial_close:hover {background:url(../images/trial/but_trial_close.gif) no-repeat 0px 0px;}



div.items div {height:88px;}

div.scrollable div.items p a:link{font-size:10px; color:#688eb4; padding:5px 5px 0px 5px;}
div.scrollable div.items p a:visited {font-size:10px; color:#688eb4; padding:5px 5px 0px 5px;}

div.scrollable div.items h1{font-size:12px; font-weight:bold; margin:0 0 0px 0px; padding:0 5px 2px 5px; font-family:Arial, Helvetica, sans-serif; color:#666;}
div.scrollable div.items h4{font-size:10px; font-weight:normal; margin:0 0 0px 0px; padding:10px 5px 5px 5px; font-family:Arial, Helvetica, sans-serif; color:#333;}

.sched_bg {background-color:#f8fafd;}



/* root element for scrollable */ 
div.scrollable {   
     
    /* required settings */ 
    position:relative; 
    overflow:hidden;
	background-color:#FFF;
	border:1px solid #CCCCCC;
 
    /* vertical scrollers have typically larger height than width */     
    height: 270px;      
    width: 170px;  
	
} 
 
/* root element for scrollable items */ 
div.scrollable div.items {     
    position:absolute; 
	
     
    /* this time we have very large space for height */     
    height:20000em;     
}



/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:55px;
	height:18px;
	background:url(../images/know/last.png) no-repeat;
	float:left;
	margin:5px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/know/next.png);
	float:right;
}

