#headerPadding
{
  height: 22px;
  width: 950px;
  background-color: #d6dfe6;
  position: relative;
  border-bottom: 2px solid #ffffff;
}

#headerLeft
{
  height: 105px;
  width: 40%;
  float: left;
  background: url("images/cc_logo_main.png") no-repeat center left;
  background-color: #ffffff;
  position: relative;
  border-bottom: 2px solid #ffffff;
}

#headerRight
{
  height: 105px;
  width: 60%;
  float: right;
  background-image: url("images/cc_header_splash1.png") no-repeat center right;
  background-color: #ffffff;
  position: relative;
  border-bottom: 2px solid #ffffff;
}

#mainMenu ul
{
  padding: 0px;
  margin: 0px;
}

#mainMenu ul li
{
  list-style-type: none;
  position: relative;
  display: inline;
}

#mainMenu ul li a
{
	font-family: Aerial, sans-serif;
	padding: 6px 12px;
	text-decoration: none;
	float: left;
	color: White;
	background-color: #4f7296;
	font-weight: bold;
	font-size: 12px;
}

#mainMenu ul li a:hover
{
  background-color: #7894ae;
}

#mainMenu ul li a:active
{

}

#sideMenuContainer
{
    width: 200px;
    padding-top: 0px;
    border-top: 1px solid #b1bfce;
}

#sideMenu a
{
    color: #375a7e;
    background-color: #e4e9ef;
    padding: 3px;
    padding-top: 4px;
    height: 15px;
    padding-left: 14px;
    display: block;
    border-bottom: 1px solid #b1bfce;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
}

#sideMenu a:hover
{
    background-color: #cbd7e5;
    text-decoration: none;
}

#sideSectionBoxLeft
{
    font-size: 11px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 12px;
    background-color: #e4e9ef;
    border-bottom: 2px solid #ffffff;
}

#sideSectionBoxRight
{
    font-size: 11px;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #e4e9ef;
    border-bottom: 2px solid #ffffff;
}

h1
{
    margin: 0px;
    font-size: 14px;
    padding: 3px;
    padding-left: 4px;
    margin: 0px 10px 20px 10px;
    color: #003366;
    text-align: left;
    font-weight: bold;
    border: 1px solid #A4C0E2;
    background-image: url(images/h1fade.gif);
}

ul
{
    list-style-type: square;
    padding: 0px 15px 0px 0px;
    margin-left: 30px;
}

li
{
    padding-top: 6px;
}

ul#l1
{
    list-style-type: circle;
    padding: 5px 15px 5px 15px;
    margin-left: 0px;
}

#tab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color:#f1f1f1;
}

  .info   { color: black; background-color: transparent; font-weight: normal; }
  .warn   { color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
  .error  { color: red; background-color: transparent; font-weight: bold }

/* checkboxes */
  .checkcl    { text-align: right; }
  .checkbox   { clear: right; float: right; margin: 0 0.5em; }

#fundsLableHor {
    font-weight: bold;
    background-color: #E4E9EF;
    text-align: center;
}

#fundsLableVer {
    font-weight: bold;
    background-color: #E4E9EF;
    text-align: center;
}