/* CSS Document */
#containerHolder
{
	background-color: #d8d8d8;
	margin: 0px 0px 10px 0px;
}
#titleBar
{
	background-image: url(container-bg.gif);
	background-repeat: repeat-x;
}
#border1
{
	border-left: 1px solid #8794a7;
	border-right: 1px solid #8794a7;
}
#border2
{
	border-bottom: 1px solid #8794a7;
}

/**********************************
DIV CONTAINER
**********************************/
    div.uedge {
      width: 100%;
      background-color: #d8d8d8;
      background-image: none;
	  /*border: 1px solid black;*/
    }
    div.redge {
      background-image: none;
    }
    div.bedge {
      background-image: none;
    }
    div.ledge {
      background-image: none;
    }
    div.ulcorner {
      background-image: url(/Portals/_default/Containers/container/corner-left-top.gif);
      background-position: top left;
      background-repeat: no-repeat;
    }
    div.urcorner {
      background-image: url(/Portals/_default/Containers/container/corner-right-top.gif);
      background-position: top right;
      background-repeat: no-repeat;
    }
	
	
    div.brcorner {
      background-image: url(/Portals/_default/Containers/container/corner-right-bottom.gif);
      background-position: bottom right;
      background-repeat: no-repeat;
      padding-top: 0px;
	  padding-right: 68px;
	  padding-bottom: 10px;
	  padding-left: 7px;
    }
    div.blcorner {
      background-image: url(/Portals/_default/Containers/container/corner-left-bottom.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
	  height: 6px;
    }
	div.brcorner2 {
      background-image: url(/Portals/_default/Containers/container/corner-right-bottom.gif);
      background-position: bottom right;
      background-repeat: no-repeat; 
	  height: 6px;
	}
	div.bcorner {
	  height: 6px;
	  margin-left: 7px;
	  margin-right: 7px;
	  border-bottom: 1px solid #8794a7;
	}
	div.borderFooter {
	  border-left: 1px solid #8794a7;
	  border-right: 1px solid #8794a7;
	  padding-bottom: 5px;
	}


	div.innerContentTitle{
	  height: 33px;
	  background-color: #4c6fa5;
	  border-top: 1px solid #8794a7;
	  border-bottom: 1px solid #9cabc2;
	}
    div.innercontent {
      width: 100%;
    }