/* ---------------- */
/* MRT BLOCK SYSTEM */
/* ---------------- */


body {width: 100%; height: 100%;}

.mrts {display: inline; float: left; background-image: url(x.gif);}
.mrtb {display: block;}
.mrtc {width: 100%; border: 0;}
.mrtc td { 0;}


/* ---------------- */




/* ---------- */
/* EXTENSIONS */
/* ---------- */


/* LEGACY MRT NAMING AND STYLES */

/* these are meant for sites that (partially) depend on older versions of mrt */

/* these are the old version of the mrts and mrtb classes */
.container {display: inline; float: left; background-image: url(x.gif);}
.contentbox {display: block;} 

/* this is the old version of the folded class */
.anchor {overflow: hidden; height: 0px; width: 0px; font-size: 0px;}



/* RESET DEFAULT STYLING */

/* normalizes default styling web-browsers automatically use for html elements */
/* DEVNOTE: not complete, but resets the most common default styling */
body, p, h1, h2, h3, h4, h5, h6, form, input, textarea, ul, ol {margin: 0;}
input, td {padding: 0;}
img, input, textarea, table {border: 0;}
body, p, h1, h2, h3, h4, h5, h6, td {font-size: 16px;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
			
			

/* FOLDED DISPLAY */

/* hides content without making browser treat it as "not there" as in display: none or visibility: hidden */
/* DEVNOTE: seems to only work properly in an mrt block */
.folded {overflow: hidden; height: 0px; width: 0px; font-size: 0px;}



/* IMAGE DISPLAY */

/* base settings for a spacer image, typically used with "mrt.gif" in a td */
.spacer {display: block; background-color: transparent; width: 1px; height: 1px; margin: 0; padding: 0;}



/* CLICKTABLE FIX */
/*
fixes: text display in a table with class "clicktable".
issue: mozilla will display all text in the table as link-text (i.e. with colorization and underline), note that this is in fact correct behavior because the text is between "a" tags, but undesirable nonetheless. the intention is to use a clicktable to define a general area as a link, and not the elements inside it.
notes: this only removes the underline (coloration etc. is assumed to be handled using other classes, styles etc.), link-styled text in mozilla only seems to respond to styling assigned to the "a" tag itself (the automatic link styling of the a tag cannot be overidden by style commands within it, they have to be specifically told to the a tag itself).
*/
/*
.clicktable {text-decoration: none;}
*/


/* PNG SUPPORT */

/* only active when using IE 5.5 or 6 */
/* this "hack" breaks interactivity of elements that are in the same space as transparent pixels, i.e. a link on a transparent background */

/* deal with png graphics "img" elements using special script file */
/* img {behavior: url(mrt/iepngfix.htc);} */
/* deal with png graphics "div" background elements using special script file */
/* div {behavior: url(mrt/iepngfix.htc);} */
/* deal with png graphics "table" background elements using special script file */
/* table, tr, td {behavior: url(mrt/iepngfix.htc);} */


/* ----------- */


