


	/* styles used by Data Grids */
	.DataGrid_AlternatingItem { background-color: White; color: Red; font-family: Tahoma, Arial, Helvetica; font-size: 10px; font-weight: normal; }
	.DataGrid_Container { background-color: Transparent; }
	.DataGrid_Footer { background-color: White; }
	.DataGrid_Header { background-color: Transparent; color: Black; font-family: Tahoma, Arial, Helvetica; font-size: 10px; font-weight: bold; text-align: center; }
	.DataGrid_Item { background-color: Transparent; color: Black; font-family: Tahoma, Arial, Helvetica; font-size: 10px; font-weight: normal; }
	.DataGrid_SelectedItem { background-color: Silver; color: Blue; font-family: Tahoma, Arial, Helvetica; font-size: 10px; font-weight: normal; }
	
	
	
	/* styles used in the FileManager */
	.FileManager { border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; border-bottom: black 1px solid; height: 400px; }
	.FileManager_ToolBar { border-bottom: black 1px solid; height: 25px; }
	.FileManager_Explorer { height: 100%; border: #696969 1px solid; background-color: White; margin: 2px 2px 2px 2px; }
	.FileManager_FileList { height: 100%; border: #696969 1px solid; background-color: White; margin: 2px 2px 2px 2px; overflow: auto; }
	.FileManager_MessageBox { text-align: center; vertical-align: middle; background-color: White; padding: 25px 25px 25px 25px; }
	.FileManager_Header { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #E7E7FF; background-color: #9EBFF6; border-bottom: #696969 1px solid; height: 25px; }
	.FileManager_Pager { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; background-color: #EEEEEE; border-top: #696969 1px solid; height: 25px; }
	.FileManager_StatusBar { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; background-color: #dedfde; height: 25px; margin: 2px 2px 2px 2px; }
	.FileManager_Item { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; color: Black; background-color: #F8F8F8; border-top: black 1px dashed; border-bottom: black 1px dashed; }
	.FileManager_AltItem { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; color: Black; background-color: #EEEEEE; border-style: none; }
	.FileManager_SelItem { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: White; background-color: #99ffff; border-style: none; }
	.FileManagerTreeNode { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; }
	.FileManagerTreeNodeSelected { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: normal; background-color: #dcdcdc; }
	A.FileManagerTreeNode:link,
	A.FileManagerTreeNodeSelected:link { text-decoration: none; color: #003366; }
	A.FileManagerTreeNode:visited,
	A.FileManagerTreeNodeSelected:visited { text-decoration: none; color: #003366; }
	A.FileManagerTreeNode:hover,
	A.FileManagerTreeNodeSelected:hover { text-decoration: none; color: #ff0000; }
	A.FileManagerTreeNode:active,
	A.FileManagerTreeNodeSelected:active { text-decoration: none; color: #003366; }
	
	
	
	/* text style used for help text rendered by modules */
	.Help { border-right: black 1px solid; padding-right: 2px; border-top: black 1px solid; padding-left: 2px; font-weight: normal; font-size: 11px; padding-bottom: 2px; border-left: black 1px solid; color: black; padding-top: 2px; border-bottom: black 1px solid; font-family: Tahoma, Arial, Helvetica; background-color: #ffff99; }
	/* style for the DNNTextSuggest control select menu */
	.SuggestTextMenu { border: solid 1px black; white-space: nowrap; background: white; }
	/* style for the DNNTextSuggest control selected menu node */
	.SuggestNodeOver { background-color: navy; color: White; }
	
	
	
	/*Edit In Place Tool Bar Classes*/
	.eipbackimg { border: outset 1px; position: absolute; margin-top: -22px; white-space: nowrap; background: url(../../images/eip_toolbar.gif); background-color: #99cccc; height: 22px; }
	.eipbuttonbackimg { width: 21px; height: 21px; cursor: pointer; display: -moz-inline-box; display: inline-block; }
	.eipbutton_edit { background: url(../../images/eip_edit.gif) no-repeat 100% center; }
	.eipbutton_save { background: url(../../images/eip_save.gif) no-repeat 100% center; }
	.eipborderhover { border: outset 1px; }
	
	
	
	/* Login Styles */
	.LoginPanel { }
	.LoginTabGroup { }
	.LoginTab { float: left; background: url("../../images/tablogin_gray.gif") left top; margin: 0 3px 3px 0; padding: 5px 5px 4px 5px; text-decoration: none; color: #FFF; border: 1px #25569a solid; }
	.LoginTabSelected { float: left; background: url("../../images/tablogin_gray.gif") left top; margin: 0 3px 3px 0; padding: 5px 5px 4px 5px; text-decoration: none; color: #FFF; background-position: 0% -41px; border: 1px #25569a solid; }
	.LoginTabHover { float: left; background: url("../../images/tablogin_gray.gif") left top; margin: 0 3px 3px 0; padding: 5px 5px 4px 5px; text-decoration: none; color: #555; border: 1px #C00 solid; cursor:pointer; }
	.LoginContainerGroup { clear: both; padding-top: 5px; }
	.LoginContainer { }
	
	#tablist { width: 120px; margin: 0; border-right: 1px solid black; padding-bottom: 10px; float:left; }
	
	.dashboardPanel { margin-left: 120px; padding: 0 10px 10px 10px; }
	.dashboardPanel table td { padding: 2px 4px; }
	.dashboardPanel table th { padding: 2px 4px; font-size: 1em; font-weight: bold; color: #036; border-bottom: 1px solid #9FB1BC; }
	.dashboardTableAlt { background-color: #eee; }
	.dashboardGrid { margin: 10px; }


/* Event Viewer Styles */
.Exception
{
    color: #ffffff;
    background-color: #ff1414;
}
.ItemCreated
{
    color: #ffffff;
    background-color: #009900;
}
.ItemUpdated
{
    color: #ffffff;
    background-color: #009999;
}
.ItemDeleted
{
    color: #000000;
    background-color: #14ffff;
}
.OperationSuccess
{
    color: #ffffff;
    background-color: #999900;
}
.OperationFailure
{
    color: #ffffff;
    background-color: #990000;
}
.GeneralAdminOperation
{
    color: #ffffff;
    background-color: #4d0099;
}
.AdminAlert
{
    color: #ffffff;
    background-color: #148aff;
}
.HostAlert
{
    color: #ffffff;
    background-color: #ff8a14;
}
.SecurityException
{
    color: #ffffff;
    background-color: #000000;
}         
