@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight);
/* content block 1 */
#mcs_container{position:relative;z-index: 100; width:293px; padding: 8px 0px 0px 6px; float:left; }
#mcs_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs_container .customScrollBox .container{position:relative; width:250px; top:0; float:left; }
#mcs_container .customScrollBox .content{clear:both;}
#mcs_container div.content{margin: 4px 0px;}

#competitions-border .dragger_container{position:relative; width:3px; 
                  float:left; margin:10px 0 10px 14px; 
                  background:#999; cursor:pointer -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; cursor:s-resize;}
#competitions-border .dragger{position:absolute; width:3px; height:90px; background:#fdb813; text-align:center; line-height:60px; color:#fdb813; overflow:hidden; cursor:pointer; -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
#competitions-border .dragger_pressed{position:absolute; width:3px; margin-left:-0px; height:40px; background:#fdb813; text-align:center; line-height:60px; color:#fdb813; overflow:hidden; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:s-resize;}
