html, body
{
   height: 100%;
}

div#container
{
   width: 90%;
   height: 1000px;
   margin: 0 auto;
   position: relative;
   clear: left;
}
body
{
   background-color: transparent;
   color: #000000;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 14px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#headerContainer
{
	background-color: #FFFFFF;
   -moz-box-shadow: 0px 3px 3px #DCDCDC;
   -webkit-box-shadow: 0px 3px 3px #DCDCDC;
   box-shadow: 0px 3px 3px #DCDCDC;
   position: absolute;
   text-align: center;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 69px;
   z-index: 11;
}

#headerContainer_Container
{
   width: 100%;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
/* **************************************************   LOGO ***************************************** */
#wb_adminHeaderObject
{
   position: absolute;
   left: 0px;
   top: 5px;
   width: 95%;
   height: 50px;
   z-index: 4;
}


#wb_adminMainLogo
{
   position: absolute;
   left: 70px;
   top: 0px;
   width: 5%;
   z-index: 1;
}
#adminMainLogo
{
   border: 1px #000000 solid;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
/* **************************************************    Log out ***************************************** */

#wb_Logout
{
   position: absolute;
   right: 0px;
   top: 0px;
   width: 150px;
   height: 50px;
}

#Logout
{
   background-color: #FFFFFF;
   border: 1px solid #DCDCDC;
   color: #A9A9A9;
   font-family: "Trebuchet MS";
   font-weight: normal;
   font-size: 16px;
   width: 150px;
   height: 50px;
}


/* **************************************************    GO TO MAINMENU  LINK ***************************************** */
#GO_TO_MAINMENU_BG
{
   position: absolute;
   text-align: center;
   left: 600px;
   top: 0px;
   width: 146px;
   height: 46px;
   z-index: 3;
   background-color: #FFFFFF;
   border: 1px #D3D3D3 solid;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   -moz-box-shadow: 0px 0px 3px #DCDCDC;
   -webkit-box-shadow: 0px 0px 3px #DCDCDC;
   box-shadow: 0px 0px 3px #DCDCDC;
   -webkit-animation: transform-3d-flip 9500ms ease-in-out 0ms infinite alternate;
   -moz-animation: transform-3d-flip 9500ms ease-in-out 0ms infinite alternate;
   -ms-animation: transform-3d-flip 9500ms ease-in-out 0ms infinite alternate;
   animation: transform-3d-flip 9500ms ease-in-out 0ms infinite alternate;
}
#GO_TO_MAINMENU_BG_Container
{
   width: 146px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}

#wb_GO_TO_MAIN_MENU_TEXT 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 10px;
   margin: 0;
   text-align: left;
   position: absolute;
   color: #000000;
   font-family: Trebuchet MS;
   font-size: 13px;
   
}
/* **************************************************    WELCOME NB ***************************************** */
#wb_welcomeText
{
   position: absolute;
   left: 0px;
   top: 70px;
   width: 80%;
   
   background-color: transparent;
   border-bottom: #D3D3D3 1px solid;
   padding: 10px;
   margin: 0;
   text-align: left;
   position: relative;
   
}


/* **************************************************    PROFILE PIC ***************************************** */

#wb_profilePicture
{
   position: absolute;
   right: 20px;
   top: 70px;
   width: 70px;
   height: 70px;
   z-index: 12;
}
#profilePicture
{
   border: 4px #DCDCDC double;
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
   border-radius: 100px;
   -moz-box-shadow: 0px 0px 10px #D3D3D3;
   -webkit-box-shadow: 0px 0px 10px #D3D3D3;
   box-shadow: 0px 0px 10px #D3D3D3;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}




/* *****************************************************  MENU ***************************************************************    */

#MainMenuBg {
   
   left: 0px;
   position: absolute;
   text-align: left;
   top: 160px;
   width: 240px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px #CCCCCC solid;
   padding-bottom: 40px;
   
}
#SlideMenu {
   
   left: 9px;
   position: relative;
   top: 0px;
   width: 90%;
   border: 0px solid #aaa;
  
}

#SlideMenu ul {
   font-family: "Trebuchet MS";
   font-size: 13px;
   font-weight: normal;
   list-style: none;
   margin: 0;
   padding: 0;
    
   
}
#SlideMenu li a img {
   border-width: 0;
   float: left;
   height: 24px;
   margin-right: 2px;
   vertical-align: middle;
   width: 24px;
}
#SlideMenu li li img {
   border-width: 0;
   float: left;
   height: 17px;
   margin-right: 2px;
   vertical-align: middle;
   width: 17px;
   
}
#SlideMenu li a {
   background-color: #337AB7;
   color: #FFFFFF;
   cursor: pointer;
   display: block;
   font-weight: normal;
   height: 30px;
   left: 0;
   line-height: 24px;
   margin: 0px 0px 5px 0px;
   padding: 2px 2px 2px 5px;
   position: relative;
   text-decoration: none;
   top: 0;
   vertical-align: middle;
   border-top: 1px solid #E5E5E5;
   
}
#SlideMenu li a:hover {
   background-color: #286090;
   color: #FFFFFF;
   font-weight: normal;
   text-decoration: none;
}
#SlideMenu li li a {
   background-color: #FFFFFF;
   color: #333333;
   display: block;
   font-weight: normal;
   height: 40px;
   line-height: 18px;
   margin: 1px 0px 1px 0px;
   padding: 10px 2px 2px 5px;
   text-decoration: none;
   vertical-align: middle;
}
#SlideMenu li li a:hover,
#SlideMenu .active {
   background-color: #D4D4D4;
   color: #333333;
   font-weight: normal;
   text-decoration: none;
}
#displaying {
   display: none;
}

/* ***************************************************** Main Content  ***************************************************************    */

#mainContent {
   left: 240px;
   position: absolute;
   text-align: left;
   top: 160px;
   width: 70%;
   background-color: #FBFBFB;
   background-image: none;
   border: 1px #f5f5f5 solid;
   margin: 0px;
   padding: 10px;
   
}
/* *****************************************************  FOOER ***************************************************************    */
#wb_PoweredBy
{
   position: absolute;
   left: 400px;
   top: 800px;
   width: 400px;
   border: 1px solid #aaa;
}
#wb_genaxisfooterlink
{
   position: relative;
   text-align: center;
   background-color: transparent;
   padding: 10px;
   
   
}