﻿/*A series of styles applied globally through all applications*/
* {padding:0px; margin:0px}
/*Main wrapper, this defines the width at 980px, this can be overridden in the lower style sheets*/
div#pageWrapper {width:980px; margin:0px auto;}
/*Floating containers, the width will be set in lower style sheets*/
.innerLeft, .innerRight, .fLeft {float:left}
.fRight {float:right}
/*General buttons*/
.btn {display:block; border:0; text-indent:-5000px; cursor:pointer;}
/*General Styles*/
a {text-decoration:none; outline:none;}
.clear { clear:both; }
.clear2 { clear:both; line-height:0; height:0; } /* Updated version of .clear, to fix IE7 unwanted height bug */
img {border:none}
.bold {font-weight:bold;}
.block { display:block; }
.blankBkgnd { background:url(/cores/css/blank.gif) no-repeat; }

/* Fix for bug when IE button padding increases with length of text */
button.textButton, input.textButton { #width:1; #height:1; #overflow: visible; #padding:0px 4px; }

