html { font-size: 100%; /* IE hack */ }

Body
{

   padding: 0px;
   margin: 0px;
   color: #4B4C4D;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: .8em;
   /*font-size: 12px;*/
   line-height: 1.4em;
}

pre
{   
   color: #4B4C4D;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.CustomMargins
{
   margin-top: .2em;
   margin-bottom: .2em;
}

P {
	margin-top: .8em;
	margin-bottom: .8em;
}

H1
{
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 1em;
	margin-top: 0em;
}

H2
{
	font-size: 1.6em;
	margin-bottom: .2em;
	margin-top: 1.1em;
}

H3
{
   font-size: 1.4em;
}

H4
{
   font-size: 1.25em;
   margin-bottom: 0em;
   margin-top: 1.2em;
}

H5
{
   margin-top: 0.2em;
   margin-bottom: 0.8em;
}


HR
{
   height: 1px;
   color: #DBBB88;
   background-color: #DBBB88;
   border: 0;
}

Blockquote
{
   margin: .8em 1em .8em 1.5em;
}

#LeftColumn
{
	width: 200px;
	vertical-align: top;
	padding: 45px 10px 0px 28px;
}

#RightColumn
{
	vertical-align: top;
	padding: 20px 20px 0px 40px;
	text-align: left;
}

/* Admin */

#Admin
{
   float: right;
   margin: 0px;
   padding: 0px;
}

#Admin LI
{
   list-style: none;
   margin: 0px;
   padding: 0px;
   display: inline;
   margin: 0px 10px 0px 0px;
}

#Admin LI UL
{
   list-style: none;
   margin: 0px 0px 0px 10px;
   padding: 0px;
}

.DataGrid_Header
{
   font-weight: bold;
   border: none 0px Red;
   border-collapse: collapse;
   font-weight: bold;
   text-align: left;
   font-size:12px;
}

.DataGrid_Item
{
   background-color: #FFFFCC;
   border-left: none 0px Red;
   border-right: none 0px Red;
   border-top: none 0px Red;
   border-bottom: none 0px Red;
   border-collapse: collapse;
   font-size: 12px;
	color: #4B4C4D;
}

.DataGrid_AlternatingItem
{
   background-color: White;
   border-left: none 0px Red;
   border-right: none 0px Red;
   border-top: none 0px Red;
   border-bottom: none 0px Red;
   border-collapse: collapse;
   font-size: 12px;
	color: #4B4C4D;
}

.DataGrid_Header_History
{
   background-color: #CCCCCC;
}

/* Form 

#Form P {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
*/

.Width100Pcnt
{
   width: 98%;
}



/* Menu styles */
#Menu #Nobullet {
	line-height: 1.7em;
}


/* General classes*/

.gold
{
   color: #DBBB88;
}




/* List without bullets */

#Nobullet
{
   margin: 0px;
   padding: 0px;
}

#Nobullet LI
{
   list-style: none;
   margin: 0px;
   padding: 0px;
}

#Nobullet LI UL {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#Inline LI {
	display: inline;
	margin: 0px 0px 0px 10px;
}


/* Primary hyperlink styles */

a:link
{
   color: #4B4C4D;
   text-decoration: underline;
}
a:visited
{
   color: #4B4C4D;
}
a:hover
{
   color: #4B4C4D;
   text-decoration: none;
}
a:active
{
   color: #4B4C4D;
   text-decoration: underline;
}

/* Menu hyperlink styles */

#Menu a:link
{
   color: #939598;
   text-decoration: none;
}
#Menu a:visited
{
   color: #939598;
   text-decoration: none;
}
#Menu a:hover
{
   color: #939598;
   text-decoration: underline;
}
#Menu a:active
{
   color: #939598;
   text-decoration: none;
}



/* Solpart Main Menu */

.MainMenu_MenuContainer
{
   background-color: transparent;
}
.MainMenu_MenuBar
{
   cursor: pointer;
   cursor: hand;
   height: 16;
   background-color: Transparent;
}
.MainMenu_MenuItem
{
   cursor: pointer;
   cursor: hand;
   color: #8D8F94;
   font-family: Tahoma, Arial, Helvetica;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   border-left: white 0px solid;
   border-bottom: white 1px solid;
   border-top: white 1px solid;
   border-right: white 0px solid;
   background-color: Transparent;
}
.MainMenu_MenuIcon
{
   cursor: pointer;
   cursor: hand;
   background-color: #EEEEEE;
   border-left: #EEEEEE 1px solid;
   border-bottom: #EEEEEE 1px solid;
   border-top: #EEEEEE 1px solid;
   text-align: center;
   width: 15;
   height: 21;
}
.MainMenu_SubMenu
{
   z-index: 1000;
   cursor: pointer;
   cursor: hand;
   background-color: #FFFFFF;
   border-bottom: #FFFFFF 0px solid;
   border-left: #FFFFFF 0px solid;
   border-top: #FFFFFF 0px solid;
   border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
   border-bottom: #EEEEEE 1px solid;
   border-left: #EEEEEE 0px solid;
   border-top: #EEEEEE 1px solid;
   border-right: #EEEEEE 0px solid;
   background-color: #EEEEEE;
   height: 1px;
}
.MainMenu_MenuItemSel
{
   cursor: pointer;
   cursor: hand;
   color: black;
   font-family: Tahoma, Arial, Helvetica;
   font-size: 9pt;
   font-weight: bold;
   font-style: normal;
   background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
   font-family: webdings;
   font-size: 10pt;
   cursor: pointer;
   cursor: hand;
   border-right: #FFFFFF 1px solid;
   border-bottom: #FFFFFF 1px solid;
   border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
   font-family: webdings;
   font-size: 10pt;
   cursor: pointer;
   cursor: hand;
}
.WebControlError
{  
	color: #cc3300;
   border:  solid;
   border-color: Red; 
   border-width: 1px;
}

.LabelControlError
{
   color:   #cc3300;
}


