@charset "utf-8";

#ControlPanel {
    width:80%;
    margin:0px auto;
    text-align:center;
    }
body{
    margin-top: 0px; 
    background-color: #009999;
    background-image: url(background.gif);
    background-repeat:repeat-y;
    background-position:center;
    text-align:center;
    line-height: 1.1;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #666666;
    }
#fckbody    {
     text-align: left;
     background-image: none;
     background-color: #ffffff;
    }
.FCKImageGalleryContainer, FCKLinkGalleryContainer, FCKLinkGalleryLinksTable, FCKLinkGalleryTitleContainer    {
        background-color: #ffffff;
    }
#login {
    width:1000px;
    margin:0 auto;
    text-align:right;
    background-color: #FFF;
}
#PageFrame {
    width:1000px;
    margin:0px auto;
    text-align:center;
    background-color: #009999;
}
#topGraphic {
    background-image:url(leadershape_banner.jpg);
    background-repeat:no-repeat;
    background-position:top;
    height:161px;
    width:1000px;
    margin:0px auto;
    _margin:0px auto;
    text-align:center;
    background-color:#003366;
    border-bottom: solid 1px white;
}
#toppane{
}
.toppaneleft {
    width:1000px;
    margin:0px auto;
    text-align:center;
    background-color:#003366;
    border-bottom: solid 1px white;
}
#WSImenuTab {
    width: 840px;
    _width: 1000px;
    margin: 0px auto;
    _margin:0px auto;
    padding: 2px 10px 2px 150px;
    text-align:center;
    height:30px;
    _height:30px;
    background-color:#003366;
    border-bottom: solid 1px white;
}
#WSImenuTab a{
    color: #ffffff;
}
/* Navigation */
/* main tab background image and other properties */
  
#navHContainer {
    display:block;
    height:20px;
    font-size:12px;
    text-decoration:none;
    text-align:right;
    padding:0px 0px;
}
#nav ul {
    padding:0px;
    list-style:none;
    float:left;
    width:auto;
	font-size:6px;
	_font-size:12px;
    text-decoration:none;
}
#nav li {
    position: relative;
    float:left;

/*sets the height of the tab menu */
    list-style: none;
    margin:0px;
    font-size:12px;
    text-decoration:none;
}
/* second-level lists */
#nav li ul { 
	position : absolute;
	left: -999em;
    padding:0px;
    margin:0px;
    width:180px;
	margin-top: 0;
}
/* set the text properties for main tab */

#nav a {
    font-size:12px;
    font-family: Tahoma, Arial, verdana;
    font-weight:normal;
    display:block;
    text-decoration:none;
    text-transform:uppercase;
    text-align:left;
    color: #ffffff;
    margin:0px;
    padding :3px 5px 8px 5px;
    _padding :8px 5px 8px 5px;
    background-image:none;
    background-color: #003366;
}
#nav a:hover {
    color:#809DF9;
    font-size:12px;
    margin: 0px;

}
/* set the hover properties for the main tab background mozilla*/
#nav li:hover {
    background-color: #003366;
    border:1px solid #ccccff;
    margin: 0px;
}

/*  set the submenu background and font color etc  */

#nav li li a {
    width:165px;
    color:#ffffff;
    background-color:#003366;
    border:1px solid #ffffff;
    font-size:11px;
    padding :3px 5px 5px 5px;
    margin:0px;
    height:16px;
}

/* set the hover effects for the submenu 1 text and cancels the image background from the main tab if applicable*/

#nav li li a:hover{
    width:165px;
    color:#ccccff;
    background-color:#003366;
    border:1px solid #CCCCCC;
    font-size:11px;
    text-decoration:none;
    padding :3px 5px 5px 5px;
    margin:0px;
    height:16px;
}
#nav li a.SelectedTab {
    font-size:12px;
    padding:0px;
    margin:0px;
}
#nav .DisabledTab {
    color:#ccc;
}

/* no need to change these hover classes 

unless you need more than 4 levels */

#nav li:hover ul ul,

#nav li:hover ul ul ul,

#nav li:hover ul ul ul ul,

#nav li.iehover ul ul,

#nav li.iehover ul ul ul,

#nav li.iehover ul ul ul ul{
    left: -999em;
}
#nav li li ul {
    font-size:0.9em;
    padding:7px 0 0 0px;
    _padding:6px 0 0 0px;
    margin:0 0 0 -10px;
    _margin:0 0 0 -22px;
}
#nav li:hover ul {
	top: 0px; /*sets positioning of the drop down menu level 1 Firefox */
	left:0;
	margin-top:25px;
	_margin-top:32px;
}
#nav li.iehover ul {
	top: 0px; /*sets positioning of the drop down menu level 1 Internet Explorer - pixel difference from Firefox due to the 1 pixel border*/
	left:0;
	margin-top:20px;
	_margin-top:30px;
}
#nav li li:hover ul,

#nav li li li:hover ul,

#nav li li.iehover ul,  

#nav li li li.iehover ul {
	top: -32px;
	left:15.4em; /*sets positioning of the drop down menu level 2*/
}
/* end of navigation */
/* Lefthand-Vertical Menu Styling*/

#navlist {
    margin: 0; /*removes indent IE and Opera*/
    padding: 0; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
    color:#003366; /* sets bullets to background color for Mozilla*/
}
#navlist a, #navlist a:visited {
    display: block;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 2px 2px 2px 18px;
    border: 1px solid;
    border-color: #ddd #000 #000 #ddd;
    background-color: #009999;
    background-image:  none;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    color: #EEE;
    text-decoration: none;
}
#navlist a:hover {
    background-color: #003366;
    background-image:  none;
    color: #ffffff;
}
/*  Main body  */
#wrap{
    width: 1000px;
    float:none;
    margin: 0px auto;
    _margin: 0px auto;
    padding: 0;
 }
 #innerwrap{
    float:right;
    width: 750px;
    padding: 0;
    background-color: #ffffff;
 }
.leftpane{
    margin-left:0px;
    margin-right:0px;
    margin-top: 0px;
    _margin-top: 4px;
    width:250px;
    _width:250px;
    float:left;
    clear:both;
    background-color:#009999;
}
  /* 1, 3, 4 & 5 Pane Content Panes */
.contentpane {
    width : 735px;
    _width: 737px;
    text-align: left;
    background-color:#FFFFFF;
    padding: 10px 0 0 10px;
    margin: 0;
    _margin: 0;
    float:left;
}
 .contentleftpane {
    width: 235px;
    _width: 245px;
    text-align:left;
    background-color:#FFFFFF;
    padding:10px 5px 10px 10px;
    margin: 0;
    float:left;
    min-height: 130px;
    _min-height: 130px;
}
.contentmiddlepane {
    width: 235px;
    _width: 250px;
    text-align:left;
    background-color:#FFFFFF;
    padding:10px 5px 10px 5px;
    margin: 0;
    float:left;
    min-height: 130px;
    _min-height: 130px;
}
.contentrightpane {
    width: 235px;
    _width: 245px;
    text-align:left;
    background-color:#FFFFFF;
    padding:10px 10px 10px 5px;
    margin: 0;
    float:left;
    min-height: 130px;
    _min-height: 130px;
}
.contentlowerpane {
    width : 735px;
    _width: 737px;
    text-align: left;
    background-color:#FFFFFF;
    padding: 10px 0 0 10px;
    margin: 0 5px 0 0px;
    _margin: 0;
    float:right;
}
  /* 2 Pane Layout Content Panes */
.twopanecontent {
    width:470px;
    _width:480px;
    float:left;
    text-align:left;
    background-color:#FFFFFF;
    padding:5px;
    margin: 5px 0px 0px 0px;
    _margin: 10px 0px 0px 0px;
}
 .twopaneright {
    float:right;
    width:250px;
    _width:250px;
    background-color:#e6e6e6;
    margin:5px 10px 0 0;
    _margin:12px 10px 0 0;
    padding:5px;
    _padding:5px;
    text-align:left;
}/* End of Content Panes */

 #footer {
    width:1000px;
    margin:0px auto;
    padding: 10px 0px 10px 0px;
    background-color: #003366;
    border-top: solid 1px white;
    color: #ffffff;
    text-align: center;
    font-size: x-small;
    clear:both;
}
#bottompane {
    width:1000px;
    margin:0px auto;
    color: #ffffff;
    background-color: #003366;
    text-align: center;
    font-size: x-small;
}
#bottompane a {
    color: #ffffff;
    }
#bottompane a:hover {
    color: #809DF9;
}
.bottompane {
    color: #ffffff;
}
.analyticspane {
   clear: both;
   width:100%;
   background-color: #003366; 
}
    
/* Styles for the main text and images within the Text/HTML Module */

.imageleftside img {
    border: 1px solid #CCC;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-top: 10px;
    float: left;
}
.imagerightside img {
    border: 1px solid #CCC;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left:10px;
    margin-top:5px;
    float: right;
}
.imageleftnoborder img {
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-top: 10px;
    float: left;
}
.imagerightnoborder img {
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left:10px;
    margin-top:5px;
    float: right;
}
