/* reset */ 
*{margin:0;padding:0;border:0}

/* font & color & padding */
html *{font-family:Arial,Helvetica,sans-serif;font-size:100.01%}
body{color:#666;background:#fff}
#content{font-size:75%; padding: 10px 23px}

/* clearfix */
.clearfix:after{content:".";display:block;clear:left;height:0;visibility:hidden}
.clearfix{display:inline-block}
/* w/o IE Mac \*/
* html .clearfix{height:1%}
.clearfix{display:block}
/* end w/o IE Mac */
 
/* helper styles */ 
.displaynone{display:none}
.displayinherit{display:inherit}

/* previewbox */
ul{list-style:none;width:650px}
.preview{float:left;display:block;width:128px;margin-right:30px}
.preview img{float:left;width:128px;height:72px;background:#ccc;margin:0 10px 10px 0}
.preview h2{font-size:100%;font-weight:bold;clear:left;margin-bottom:5px}
.preview .sessionlink{margin-top:5px}

/* links */
a{color:#c00;text-decoration:none}
a:hover{text-decoration:underline}
a:focus{outline:none}
#allLink{display:block;clear:left;position:relative;top:20px;padding:3px;text-align:center;color:#000;background-color:#ccc}
#allLink:hover{color:#000;background-color:#e6e6e6;text-decoration:none}

/* IE fix */
* html .preview{display:inline;margin-right:20px}