/*********************************** Styles ********************************/
H1	{display:inline; font-size:170%; }
H2	{display:inline; font-size:150%; }
H3	{display:inline; font-size:125%; }
H4	{display:inline; font-size:100%; }
H5	{display:inline; font-size:90%; }
H6	{display:inline; font-size:80%; }
/*
H1.editorH1	{display:inline; font-size:170%;}
H2.editorH2	{display:inline; font-size:150%;}
H3.editorH3	{display:inline; font-size:125%;}
H4.editorH4	{display:inline; font-size:100%;}
H5.editorH5	{display:inline; font-size:90%;}
H6.editorH6	{display:inline; font-size:80%;}
*/

/*********************************** Font Size ********************************/

FONT.size1	{font-size:80%; }
FONT.size2	{font-size:90%; }
FONT.size3	{font-size:100%; }
FONT.size4	{font-size:125%; }
FONT.size5	{font-size:150%; }
FONT.size6	{font-size:180%; }
FONT.size7	{font-size:210%; }


/*********************************** Forms Wizard ********************************/

TABLE.wizard				{}
TABLE.wizard TD				{}
TD.wizard					{}
TD.wizardRequired			{color:red; }
SELECT.wizard				{font-size:11px; }
INPUT.wizard				{font-size:11px; width:260px;  border-style:none; border-right:#d0d0d0 1px solid; border-left:#d0d0d0 1px solid; background-image:url('../stripInput.gif'); background-repeat:repeat-x; background-position:top; }
INPUT.wizardSubmit			{width:115px; }
INPUT.wizardNarrow			{font-size:11px; width:100px;  border-style:none;  border-right:#d0d0d0 1px solid; border-left:#d0d0d0 1px solid; background-image:url('../stripInput.gif'); background-repeat:repeat-x; background-position:top; }
TEXTAREA.wizard				{font-size:11px; width:260px; height:100px;  border-style:none;  border-right:#d0d0d0 1px solid; border-left:#d0d0d0 1px solid; background-image:url('../stripInput.gif'); background-repeat:repeat-x; background-position:top; }
INPUT.wizardhidden			{width:0px; height:0px; }
TABLE.dbsMediaContainer		{}
TABLE.dbsMediaContainer TD	{}

