body{margin:0px !important;}/* kill margins on body */
/* no matter what, these lines below should not be over written with any other styles - these are IE/FF fixes for padding and overflow and don't have anything to do with the way the layout is controlled*/
.resizeCol{margin:0px !important;padding:0px !important;overflow:hidden !important;}
.resizeColPad{margin:0px !important;padding:0px !important;overflow:hidden !important;width:100% !important;-moz-box-sizing:border-box !important;}
.cLast div div{float:left !important;padding:0px !important;font-size:0px !important;}
.cIcon div,.threadTypeHolder div{padding:0px !important;font-size:0px !important;}
.threadIcons span{float:left !important;font-size:0px !important;}/* this is for the new thread prompt icons */
#logoLink div{width:100% !important;height:100% !important;}/* this is the logo graphic link - fix for FF that stretches the anchor tag to 100% instead of keeping it in the div */
#resizeSet{width:100% !important;-moz-box-sizing:border-box !important;}/* if this value is changed there will be overflow issues as this is used to determine the width of the overflow tables */
.threadTypeHolder{float:left !important;}
/* these styles are important if the user wants to maintain 100% width and some basic positioning of icons - not critical though - and can be changed, but not recommended*/
/* these center the forum_icon on the left most side in sections/threads */
.cIcon{text-align:center;}
.cIcon div{margin:0 auto;}\
/* set some of the table heads and table columns with centering */
.cIconHead,.cLastHead,.cThreadsHead,.cPostsHead,.cThreads,.cPosts{text-align:center;}
/* stretchs the forum to 100% */
#forumHeader,#forumFooter,#tHeader,#tContent{width:100%;}
#wrapper,#headerWrapper,#contentWrapper,#footerWrapper{width:100%;-moz-box-sizing:border-box;}
/* admin stuff is the modify/lock and sticky/remove etc, thread icons are the lock/sticky icons */
.adminControls{float:right;}
.commentAdmin,.commentThreadAdmin{text-align:right;}
.pagnation{text-align:right;}
.threadIcons{float:right;}
.lockIcon{margin-left:3px;}/* puts a space between a sticky and a lock */
.cUser,.cComment{vertical-align:top;}/* align comments to top of table column */
#logoLink div{cursor:pointer;cursor:hand;}/* ie fix - divs in anchors don't have cursor, so we must force it on the div */
#headerLogin table td{text-align:right;}/* alignment for table in header login area, default it right */