/* **************************************************************
            MASTER     
****************************************************************/
Table {  } 
TR {  } 
TD {  } 
A {  } 
A:hover {  } 
SPAN {  } 
DIV { } 
HR {  } 
H1 {  } 
H2 {  } 
H3 {  } 
H4 {  } 
UL {  } 
LI {  } 
OL {  } 
BODY { margin: 7 0 0 0; }
A.MainMenu, A.LoginLink, A.LogoutLink { 
  color: white; 
  font-family: arial; 
  font-size: 11pt; 
  text-decoration: none; 
  font-weight: bold;
}

A.MainMenu:hover, A.LoginLink:hover, A.LogoutLink:hover {
  color: yellow;
}

DIV.loginPopUp {
  color: white;
  background-color: rgb(0, 0, 121);
  border: 2px solid black;
}
.Login {
  color: white;
}
INPUT.Login {
  background-color: rgb(220, 220, 220);
  color: rgb(0, 0, 85);
}

TABLE.LayoutManager {
  width: 780;
}

/* **************************************************************
            1 - FOLDER     
****************************************************************/
Table.Folder {  } 
TR.Folder {  } 
TD.Folder {  } 
A.Folder {  } 
A.Folder:hover {  } 
SPAN.FolderItemTitle {  } 
SPAN.FolderItemText {  } 

TABLE.FolderModuleTree {
  width: 98%;
  border: 1px solid grey;
}

/* **************************************************************
            2 - FILE     
****************************************************************/
A.File {  } 
A.File:hover {  } 


/* **************************************************************
            3 - Accomplishments     
****************************************************************/


/* **************************************************************
            4 - NEWS     
****************************************************************/
TABLE.Table_Small_4 {
  background-image: url(/GetSiteFile/news_background.jpg);
  background-repeat: no-repeat;
}

TD.Header_Small_4 {
  background-image: url(/GetSiteFile/gold_menu_background.jpg);
  background-repeat: repeat-x;
  height: 30;
  font-weight: bold;
  text-align: center;
}

DIV.Header_Large_4 {
  visibility: hidden;
}

A.Header_Small_4 {
  text-decoration: none;
  color: white;
  font-size: 13pt;
  font-family: arial;
}


A.Title_Large_4, A.Title_Small_4 {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

SPAN.Posted_Date_Text_Large_4, SPAN.Posted_Date_Text_Small_4 {
  color: rgb(72,72,72);
  font-size: 10pt;
}

DIV.Posted_By_Position_Large_4 {
  padding: 10 0 10 30;
}

DIV.Content_Post_Large_4 {
  padding: 0 0 20 0;
}

/* **************************************************************
            5 - CALENDAR     
****************************************************************/


/* **************************************************************
            6 - QUICK ACCESS     
****************************************************************/


/* **************************************************************
            7 - TEXT     
****************************************************************/


/* **************************************************************
            8 - LINK MANAGER     
****************************************************************/
A.Link_Large_8{ font-weight: bold; color: rgb(0,0,255); font-family: verdana; font-size: 14; text-decoration: none; }

/* **************************************************************
            9 - FAQ     
****************************************************************/


/* **************************************************************
            10 - SEARCH     
****************************************************************/


/* **************************************************************
            16 - CONTACT MANAGER     
****************************************************************/


/* **************************************************************
            17     
****************************************************************/


/* **************************************************************
            18 - FORMS     
****************************************************************/


/* **************************************************************
            19 - POLL     
****************************************************************/


/* **************************************************************
            21 - IMAGE GALLERY     
****************************************************************/
DIV.GalleryNav {
	background-color: rgb(205, 204, 220);
	border: 1px solid rgb(0, 0, 102);
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-image: url(/themes/IPSGroup/blue_box_title.jpg);
	background-repeat: no-repeat;
	width: 755;

}

DIV.GalleryNavThumbs {
	background-color: rgb(205, 204, 220);
	border: 1px solid rgb(0, 0, 102);
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-image: url(/GetSiteFile/blue_box_content.jpg);
	background-repeat: no-repeat;
	width: 755;
	overflow: auto;
	height: 80px;
}

A.GalleryNav {
	font-weight: bold;
	color: rgb(161, 0, 0);
	text-decoration: none;
}

A.GalleryNav:Hover {
	color: rgb(0, 0, 161);
}




A.GalleryTitle {
	text-decoration: none;
	color: black;
}

A.GalleryTitle:hover {
	text-decoration: underline;
}

TD.SmallNewsHeader {

  background-image: url(/GetSiteFile/gold_menu_background.jpg);
  background-repeat: repeat-x;
  height: 30;
  font-weight: bold;
  text-align: center;
  color: white;
  border: 1px solid rgb(138,130,26);

}

TD.SmallNewsHeader A {
  color: white;
}

TD.SmallNewsContent {
  border: 1px solid rgb(138,130,26);
  border-top: 0px solid white;
  background-repeat: no-repeat;
}

/* **************************************************************
            22 - PROJECT MANAGEMENT     
****************************************************************/


/* **************************************************************
            23     
****************************************************************/


/* **************************************************************
            24 - CUSTOMER RELATIONS MANAGER     
****************************************************************/


/* **************************************************************
            25 - DATA MANAGER     
****************************************************************/


null

null

null

null

/* **************************************************************
            30 - MENU MODULE     
****************************************************************/
A.MenuModule { }
A.MenuModule:hover { }
TABLE.MenuModule { }
TABLE.MenuModuleDropdown { background-color: black; }
TD.MenuModuleDropdown { background-color: gold; padding: 2 2 2 2; }
TD.MenuModuleSpacer { width: 5px; background-image: url(/GetSiteFile/menu_divider.jpg); background-repeat: no-repeat; }
TD.MenuModule { text-align: center; padding: 0 15 0 15; }

A.MenuModule { 
  color: white; 
  font-family: arial; 
  font-size: 11pt; 
  text-decoration: none; 
  font-weight: bold;
}

A.MenuModuleDropDown { 
  color: black; 
  font-family: arial; 
  font-size: 10pt; 
  text-decoration: none; 
}

A.MenuModule:hover, A.MenuModuleOver {
  color: yellow;
  font-family: arial; 
  font-size: 11pt; 
  text-decoration: none; 
  font-weight: bold;
}

A.MenuModuleDropDown:hover {
  color: blue;
}

