/*********  Set up the containers for general use    *********/
.container,
.border-container               { }

.container-scale,
.border-container-scale         { width: 90.0% }

.border-container,
.border-container-scale         { padding: 1px }
/*********  End container section                    *********/


/*********  Finally, set up the spacing, align, etc  *********/

.portlet,
.portlettt                { border-spacing: 0; border-collapse: collapse; width: 100%; }

tr.portlet-header,
tr.portlet-header td    { font-family: Verdana, sans-serif; font-size: 0.9em; font-weight: bold; padding: 2px 2px 2px 2px; margin: 0; color: #fff; }

.portlet td,
.portlet tr,
.portlettt td,
.portlettt tr            { padding: 2px 1px 2px 3px;  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

.portlettt td			{ width: 33.0%; }

/* I moved the style back into common and put the coloring in the theme-specific file as it should be.  In order to make the button an even more */
/* normal looking button, remove everything on the following line after 0.9em; */
INPUT.wizardbutton		{ font-family: Verdana, sans-serif; font-size: 0.9em; border-top: 1px outset #B1B1B1; border-right: 1px outset #000000; border-bottom: 1px outset #000000; border-left: 1px outset #B1B1B1; margin-top: 2px; margin-left: 3px; }
INPUT.standardbutton	{ font-family: Verdana, sans-serif; font-size: 1.0em; border-top: 1px outset #B1B1B1; border-right: 1px outset #000000; border-bottom: 1px outset #000000; border-left: 1px outset #B1B1B1; margin-top: 2px; margin-left: 3px; }

.portlet TEXTAREA,
.portlet INPUT,
.portlet SELECT,
.portlettt TEXTAREA,
.portlettt INPUT,
.portlettt SELECT				{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-variant: normal; }

SPAN.portlet-buttons    { float: right; }

/*********  End spacing and alignment configuration  *********/

/*********  Miscellaneous formatting classes         *********/
TD.errortext			{ color: red; font-size: 0.8em; }
TD.messagetext			{ color: blue; font-size: 0.8em; }



FONT.wizardheader {
	font-size: medium;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}

FONT.progressbar		{ font-size: 1.1em; font-weight: bold; }

A.small					{ font-size: small; }

a.regular:link,
a.regular:visited,
a.regular:hover,
a.regular:active 		{   font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: xx-small;
							color: #0000FF;
							background-color: #FFFFFF;
							text-decoration: underline; }
							
.regulartext			{   font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 10pt; 
							color: #000000; }

