﻿ body
{
    /*background: #e6ecf3;*/
    background: fff;
    font-family: Arial, Verdana, Sans-Serif !important;
}
#mainContainer
{
    margin:0px;
    width: 100%;
}
#pageContainer
{
    width: 1028px;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
	
 /* height of the logo */
}
/* Top Header Section - including logo and information links */

#headerContainer
{
   
}

#header
{
  height:25px;
}
.title
{
    font-weight: bold;
    font-size: larger;
}
#logoContainer
{
   margin-bottom:5px;
   height:58px;
  
  
}
#infoContainer
{
    float: right;
}
.upperMenu
{
    float: left;
    margin-right: 5px;
}
/* Horizontal Menu Section */
#horizontalMenuContainer
{
     
}

#menuContainer
{
   /* 33px + 25px (height of the menu) = 58px (height of the image)*/
   /*float:right;*/
}

#menu
{
  
}
.menuItem
{
    float: left;
    color: White;
    margin-left: 5px;
    font-family: Arial;
    font-size: smaller;
    height: 20px;
    margin-top: 5px;
}
/* Body content */#contentContainer
{
    
}
#content
{
    
}
/* column container */.colmask
{
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
}
/* common column settings */.colright, .colmid, .colleft
{
    float: left;
    width: 100%;
    position: relative;
}
.col1, .col2, .col3
{
    float: left;
    position: relative;
    padding: 0 0 1em 0;
    overflow: hidden;
}
/* 2 Column (left menu) settings */.leftmenu
{
    background: #fff; /* right column background colour */
}
.leftmenu .colleft
{
    right: 75%; /* right column width */
    background: #fff; /* left column background colour */
    border-right: solid 1px #d5d5d5;
}
.leftmenu .col1
{
    width: 71%; /* right column content width */
    left: 102%; /* 100% plus left column left padding */
}
.leftmenu .col2
{
    width: 25%; /* left column content width (column width minus left and right padding) */
    left: 6%; /* (right column left and right padding) plus (left column left padding) */
}
/* Footer styles */#footerContainer
{
    clear: both;    
    margin-top: 15px;
}
#footer
{
    border-top: solid 1px #d5d5d5;
    padding-left:15px;
}
.footerItem
{
    float: left;
    margin-right: 5px;
}

.spacer
{
 clear:both;
 height:10px;   
}

#memberListHeader
{
    font-weight:bold;
    font-family:Verdana;
    font-size:small;
    margin-bottom:5px;
}



.rpText 
{
	font-weight:bold !important;
}

.breadCrumbList
{
   list-style-type:none;  
   margin:0px; 
   padding:0px;
}

.breadCrumbItem
{
    float:left;
    font-size:.9em;
   
}

.breadCrumbItem a
{
    text-decoration:none;
}

#breadCrumbContainer
{
    clear:both;
    height:10px;
    margin:20px 0;
   
}


#result
{
	height:25px;
}
