/* TO BE REMOVED, ONLY GLOBAL MODULES ARE TO BE LEFT */
/* 
    Document   : MainStyle
    Created on : May 19, 2005, 8:45 AM
    Author     : Mark George
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   This style sheet is used to contain elements that are specific to the main
   layout of the page.  Modules will have their own style
   sheet definitions.
*/

H1, .H1 {
	font-family: arial;
	font-size: 16pt;
	font-weight: bold;
	color: rgb(0, 50, 150);
	margin: 10 0 5 0;
}

H2, .H2 {
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: black;
	margin: 5 0 5 0;
}

H3, .H3 {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	margin: 5 0 5 0;
}

H1.Error {
	color: red;
}

.MainMenu {
	color: white;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}
	
TD.MainMenu {
	background-repeat: repeat-y;
	background-color: rgb(0, 51, 153);
	color: white;
	vertical-align: bottom;
}

A.MainMenu {
	color: white;
	text-decoration: none;
}

A.MainMenu:hover {
	color: yellow;
}

Table.MainMenuDropdown {
	background-color: black;
}

TD.MainMenuDropdown {
	background-color: rgb(0, 51, 153);
	color: white;
	vertical-align: bottom;
}

A.MainMenuDropdown {
	color: white;
	text-decoration: none;
}

A.MainMenuDropdown:hover {
	color: yellow;
}

.WhiteLinks {
	color: white;
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;			
}

.MenuBottomCell {
	background-repeat: repeat-x;
	background-color: rgb(0, 51, 153);
}
.MenuCell {
	background-color: rgb(0, 51, 153);
}

.error {
	font-weight: bold;
	color: red;
}

.warning {
	font-weight: bold;
	color: rgb(255, 102, 0);
}

.ok {
	font-weight: bold;
	color: rgb(0, 200, 0);
}

div.loginPopUp {
	position: absolute;
	z-index: 0;
	width: 200;
	height: 200;
	padding: 5 5 5 5;
	visibility: hidden;
	left: -500;
	
}

Table.admin {
	width: 90%;
	border: 2px solid silver;
}

TH.admin {
	text-align: left;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}

A.Logout {
	color: gold;
	text-decoration: none;
}

A.Logout:Hover {
	text-decoration: underline;
}

A.LocationBar {
	text-decoration: none;
	color: rgb(161, 0, 0);
}

A.LocationBar:Hover {
	color: rgb(255, 0, 0);
}

/*****************************************************************************
                Add form styles 
*****************************************************************************/
TH.AddForm {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background-color: rgb(0, 0, 150);
	color: white;
	border-top: 2px solid rgb(0, 50, 200);
	border-left: 2px solid rgb(0, 50, 200);
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

TD.AddForm {
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;	
}

/*****************************************************************************
                General form styles 
*****************************************************************************/
TH.Form {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background-color: rgb(230, 230, 230);
	/*
	color: white;
	border-top: 2px solid rgb(0, 50, 200);
	border-left: 2px solid rgb(0, 50, 200);
	border-right: 2px solid black;
	*/
	border-bottom: 1px solid gray;
}

TD.Form {
	/*background-color: rgb(240, 240, 240);
	
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px s//olid gray;
	
	border-bottom: 1px solid gray;	
	*/
}

/*****************************************************************************
                MODULE: Folder Module 
*****************************************************************************/

UL.FolderList {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}

UL.FolderListRoot {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}

LI {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 3px 0 0 0px;
}

LI.Folder { background-image: url(/images/lists/folder.jpg); }
LI.DOC { }
LI.XLS {}
LI.PDF {}
LI.PPT {}
LI.HTML {}

A.FolderManageLink {
	text-decoration: none;
	font-weight: bold;
	color: rgb(0, 0, 161);
}

A.FolderManageLink:hover { 
	text-decoration: underline;
	color: rgb(0, 0, 255);
}

A.FolderModule_folderLink {
	text-decoration: none;
	font-weight: bold;
	color: rgb(161, 0, 0);
}
A.FolderModule_folderLink:visited {	color: rgb(220, 0, 0); }
A.FolderModule_folderLink:hover { text-decoration: underline; }

A.FolderModule_fileLink {
	text-decoration: none;
	color: rgb(0, 0, 0);
}
A.FolderModule_fileLink:visited { color: rgb(0, 0, 100); }
A.FolderModule_fileLink:hover {	text-decoration: underline; }
SPAN.FolderModule_lockedLink { color: gray; }

/*****************************************************************************
                MODULE: Quick Access 
*****************************************************************************/
A.FileModuleLink {
	color: rgb(0, 0, 200);
	text-decoration: none;
}

A.FileModuleLink:Hover {
	color: blue;
	text-decoration: underline;
}

/*****************************************************************************
                MODULE: Quick Access 
*****************************************************************************/
A.QuickAccessTitle {
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	color: rgb(0, 0, 100);
	text-decoration: none;
}

A.QuickAccessItem {
	font-family: arial;
	font-size: 11pt;
	color: black;
	text-decoration: none;
}

A.QuickAccessItem:Hover {
	color: rgb(0, 0, 200);
}

A.QuickAccessTitle:Hover {
	text-decoration: underline;
}

TD.QuickAccessTitle_TopLeftCellCorner {
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
}

TD.QuickAccessTitle_TitleCell {
	border-bottom: 2px solid gray;
}

TD.QuickAccess_LeftCell {
	border-right: 2px solid gray;
	background-color: white;
}

TD.QuickAccessItem {
	border-bottom: 2px solid gray;
}

TR.QuickAccessEvenRow {
	background-color: rgb(230, 230, 230);
}

TR.QuickAccessOddRow {
	background-color: rgb(200, 200, 200);
}

/*****************************************************************************
                MODULE: Layout Manager 
*****************************************************************************/
table.LayoutManager {
  width: 100%;
}

.LayoutManagerS, .LayoutManagerM, .LayoutManagerL {
	vertical-align: top;
	padding: 5 5 5 5;
}

td.LayoutManagerS {
	width: 200;
}

td.LayoutManagerM {
	width: 270;
}

td.LayoutManagerL {
    width: 540;
}

/*****************************************************************************
                MODULE: Devin's Modules
*****************************************************************************/
A.ModuleHeaderLink {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

A.ModuleHeaderLink:hover {
	color: orange;

}


A.ModuleRegLink {
	color: blue;
	text-decoration: none;
}

A.ModuleRegLink:hover {
	color: orange;
}
/*****************************************************************************
                MODULE: Search Modules
*****************************************************************************/
th.SearchModule {
	background-color: gold;
	color: rgb(0, 50, 150);
	border-top: 2px solid rgb(255, 255, 200);
	border-left: 2px solid rgb(255, 255, 200);
	border-bottom: 2px solid brown;
	border-right: 2px solid brown;
}

td.SearchModule {
	background-color: rgb(255, 255, 230);
	border-top: 2px solid rgb(255, 255, 200);
	border-left: 2px solid rgb(255, 255, 200);
	border-bottom: 2px solid brown;
	border-right: 2px solid brown;	
}

/*****************************************************************************
                MODULE: Help Modules
*****************************************************************************/
A.HelpInsert {
	color: blue;
	text-align: center
}

Table.admin {
	width: 90%;
	border: 2px solid silver;
}

TH.admin {
	text-align: left;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}

A.Logout {
	color: gold;
	text-decoration: none;
}

/*
A.Logout:Hover {
	text-decoration: underline;
}

A.LocationBar {
	text-decoration: none;
	color: rgb(161, 0, 0);
}

A.LocationBar:Hover {
	color: rgb(255, 0, 0);
}

.Disable {
	disabled: true;
}
*/
/*****************************************************************************
                Add form styles 
*****************************************************************************/
TH.AddForm {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background-color: rgb(0, 0, 150);
	color: white;
	border-top: 2px solid rgb(0, 50, 200);
	border-left: 2px solid rgb(0, 50, 200);
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

TD.AddForm {
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;	
}

/*****************************************************************************
                MODULE: Layout Manager 
*****************************************************************************/
/*
table.LayoutManager {

}

.LayoutManagerS, .LayoutManagerM, .LayoutManagerL {
	vertical-align: top;
	padding: 5 5 5 5;
}

td.LayoutManagerS {
	width: 210;
}

td.LayoutManagerM {
	width: 50%;
}
*/

/*****************************************************************************
                MODULE: Search Modules
*****************************************************************************/
th.SearchModule {
	background-color: gold;
	color: rgb(0, 50, 150);
	border-top: 2px solid rgb(255, 255, 200);
	border-left: 2px solid rgb(255, 255, 200);
	border-bottom: 2px solid brown;
	border-right: 2px solid brown;
}

td.SearchModule {
	background-color: rgb(255, 255, 230);
	border-top: 2px solid rgb(255, 255, 200);
	border-left: 2px solid rgb(255, 255, 200);
	border-bottom: 2px solid brown;
	border-right: 2px solid brown;	
}

/*****************************************************************************
                MODULE: CRM
*****************************************************************************/
TABLE.CRM {
	width: 98%;
}

TR.CRMOdd { background-color: rgb(230, 230, 230); }
TD.CRMEven { border-top: 2px solid gray; }
TD.CRMOdd { border-top: 2px solid gray; }
TH.CRM { font-family: arial; font-size: 12pt; font-weight: bold; }
TD.CRMMenu { background-color: rgb(230, 230, 230); font-family: arial; font-size: 11pt; font-weight: bold; }
A.CRMMenu { text-decoration: none; color: rgb(0, 0, 160); }
A.CRMMenu:hover { color: rgb(160, 0, 0); }
A.CRMButton { 
	border-top: 2px solid rgb(220,220,220);
	border-left: 2px solid rgb(220,220,220);
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: rgb(180, 180,180);
	color: black;
	padding: 2 2 2 2;
	text-decoration: none;
	font-weight: bold;
}

A.CRMButton:hover { 
	border-right: 2px solid rgb(220,220,220);
	border-bottom: 2px solid rgb(220,220,220);
	border-left: 2px solid black;
	border-top: 2px solid black;
	background-color: rgb(100, 100,100);
	color: white; 
}

DIV.ModConfigTitle{ color: rgb(255,255,255); font-family: verdana; font-size: 12; font-weight: bold; text-align: center;}
DIV.ModConfigTitle2{ color: rgb(255,255,255); font-family: verdana; font-size: 12; font-weight: bold; }

TD.ModOddCol{ background-color: rgb(250,250,250); text-align: center;}
TD.ModEvenCol{background-color: rgb(200,200,200); text-align: center;}
DIV.ModuleConfigurationTitle{ color: rgb(0,0,0); font-size: 14; font-family: arial; font-weight: bold;}
DIV.ModConfigFieldName{color: rgb(80,80,80); font-size: 12; font-family: arial; }
DIV.ModConfigLeftCell{ width: 200; }
DIV.ModConfigRightCell{ width: 200; }
DIV.ModConfigLeftCellInput{width: 75; }
DIV.ModConfigRightCellInput{ width: 75; }

/*****************************************************************************
                USAGE STATS
*****************************************************************************/
TH.UsageStatsSummary { padding: 0 5 0 5; }


.UsageStatsSummaryDate	{ font-family: arial; font-size: 10pt; font-weight: bold; }
.UsageStatsSummaryVisits	{ font-family: arial; font-size: 10pt; color: rgb(200, 200, 0); }
.UsageStatsSummaryHits	{ font-family: arial; font-size: 10pt; color: rgb(0, 150, 0); }
.UsageStatsSummaryKBytes	{ font-family: arial; font-size: 10pt; color: rgb(150, 0, 0); }

/*****************************************************************************
                CRM 2.0
*****************************************************************************/
TABLE.CRMHeader {
  width: 95%;
  border-left: 2px solid rgb(230, 230, 230);
  border-top: 2px solid rgb(230,230,230);
  border-right: 2px solid gray;
  border-bottom: 2px solid gray;
  background-color: rgb(215,215,215);
}

H1.CRMHeaderTitle {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

TD.CRMHeader {

}

TD.CRMMenuItem {
  border-left: 2px solid black;
  border-top: 2px solid black;
  border-right: 2px solid rgb(230, 230, 230);
  border-bottom: 2px solid rgb(230, 230, 230);
  background-color: rgb(100,100,100);
}

A.CRMMenuItem {
  color: white;
  font-family: arial;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
}

A.CRMMenuItem:hover { color: yellow; }
