/* ================================
    CSS STYLES FOR Artists Skin
   ================================
*/   

.Breadcrumb
{
  font-weight: bold;
    font-size:10 pt;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
  background-color:transparent;
  color: Black;
  padding-right:10 pt;
}

.ContentPane  
{ 
   padding-left:10 px;
   padding-top:10 px;
}

.Head
{
  font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #990000;
}

.HorizLogo
{
  padding-left:30;
  padding-top:5;
  padding-bottom:5;
  background-position:bottom;
  background-color:#990000;
  vertical-align:middle;
  color:black;
}

.LeftPane  
{
   padding-left:10;
   padding-top:10; 
   padding-right:10; 


}

.Login{
  font-weight:bold;
  font-size:8.5pt;
  color: #000000;
  font-family:tahoma, arial, helvetica;
  text-decoration:none;
}

.Logo
{
  padding-left:10;
  padding-top:5;
  padding-bottom:5;
  padding-right:10;
}

.LogoPane  
{
   padding-left:30;
   padding-right:30;
}


/* Main Menu */

.MainMenu_MenuContainer {
  width:135;
  border-style: none;
  background-color: #FFFFFF; 
  height: 25px;
}

.MainMenu_MenuBar {
  cursor: pointer; 
  cursor: hand; 
/*Changed this line should read 'black*/
  background-color: TRANSPARENT;
  border-color: transparent;  
}

.MainMenu_MenuItem {
  cursor: pointer; 
  cursor: hand; 
  color: #638563; 
  font-family: Verdana,Tahoma, Arial, Helvetica; 
  font-size: 8pt; 
  font-style: normal; 
  border-style: none;
  border-color: transparent;
  background-color:transparent;
  height:25px;
}

.MainMenu_MenuIcon {
  cursor: pointer; 
  background-color: #ffffff; 
    border-style: none;
  text-align: center; 	
  }

.MainMenu_SubMenu {
  z-index: 1000; 
  cursor: pointer; 
  cursor: hand; 
/*I think this line is the line that sets the background color for the item in the menu that i want.... if it does, change to 000099*/
  background-color: #ffffff; 
  border-style: none;
  font-family: Verdana,Tahoma, Arial, Helvetica; 
  font-size: 8pt; 
  font-style: normal; 
  color: #FFFFFF;
  font-weight: bold;
  border-color: transparent;  
}

.MainMenu_MenuBreak {
  border-style: none;
  background-color: #ffffff; 
  border-color: transparent;  
}


.MainMenu_MenuItemSel {
  border-style: none;
/*I think this line is the line that sets the background color for the item in the menu that i want.... if it does, change to 000099*/
  background-color: #638563; 
  cursor: pointer; 
  cursor: hand; 
  color: #FFFFFF; 
  border-color: transparent;  
  font-family: Verdana,Tahoma, Arial, Helvetica; 
  font-size: 8pt; 
  font-style: normal; 
  height:25px;
  font-weight: bold;
}

.MainMenu_MenuArrow {
  font-family: webdings; 
  font-size: 8pt; 
  cursor: pointer; 
  cursor: hand; 
  border-style: none;
  background-color:#ffffff;
}


.MainMenu_RootMenuArrow {
  font-family: webdings; 
  font-size: 8pt; 
  cursor: pointer; 
  cursor: hand;
  border-style: none;
  background:background-color: #AF9E80;
}

.MenuPane
{
  background-image:  url(/Portals/21/Skins/Riverbed//Portals/16/Skins/CRC/file:///C|/Documents%20and%20Settings/intern-developer/Desktop/Shane%20Desktop/WorkOnTLJC/spacer.gif);
  background-position:left bottom;
  background-color: #AF9E80;
  
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.RightPane  
{
   padding-left:10;
   padding-top:10; 
   padding-right:10; 
}

.Title
{
  font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: BLACK;
}

.Hostname
{
color:#000000;
font-weight:bold;
}


.Copyright
{
color: #000000;
font-weight:bold;
}


/* text style for the selected tab */
.SelectedTab {
color: #000000;
font-weight:bold;
}

/* text style for the unselected tabs */
.OtherTabs {
color: #000000;
font-weight:bold;

}





