/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}

article,aside,hgroup,footer,header,nav,section,video,object{display:block}

a img{border:0}
a { outline-style: none; } /* reset the dotted line on links in Firefox, when clicked */

/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

/*good example here: http://i2.sitepoint.com/examples/cssgrid/index.html*/

.row {
width: 100%;
margin: 0 ;
overflow: hidden; border:none; 
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .thirteencol, .fourteencol, .fifteencol, .sixteencol, .seventeencol, .fourteencol, .fourteencol_plus,.eighteencol {
margin: 0  18px  0 0;
float: left;
min-height: 1px;
}
  	
.onecol {}

.twocol {}

.threecol {width:223px}

.fourcol {width: 303px;}

.fivecol {width: 384px}

.sixcol {width: 463px}

.sevencol {width: 546px}

.eightcol {}

.ninecol {width: 705px;}

.tencol {}

.elevencol {}

.twelvecol {width: 100%;float: left;}

.last {margin-right: 0px;}



.datelist p{
    background: url("../images/img_greypixel.gif") repeat-x scroll center bottom transparent;
    list-style: none outside none;
    padding: 10px 0;
}