a
{
    text-decoration: none;
    color: #e54716;
}

img
{
	border: none;
	/*behavior: url(images/iepngfix.htc);*/
	
}
a:hover
{
    text-decoration: underline;
}
#leftMenu
{
    background: url(images/left_menu_bg.jpg) repeat-y;
    width: 266px;
    float: left;
}
#leftMenuFooter
{
    background: url(images/left_menu_footer.jpg) no-repeat bottom;
    width: 266px;
    height: 12px;
}
.leftMenuContent
{
    padding: 0px 7px 0px 7px;
}
.leftMenuButton
{
    background: url(images/button_bg.jpg) repeat-x;
    width: 125px;
    float: left;
    height: 28px;
    text-align: center;
}
.leftMenuButton a
{
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.contentSpacer
{
    background-color: #fff;
    padding-top: 4px;
}
.leftMenuHeader
{
    height: 31px;
    background-color: #365e6e;
    width: 252px;
    margin: auto;
    color: #fff;
    font-size: 14px;
    float:left; 
    margin-left:7px;
    margin-bottom:8px;
}

#contentMain
{
    background: url(images/content_bg.jpg) repeat-y;
    width: 646px;
    float: left;
}
#contentHeader
{
    background: url(images/content_header.jpg) no-repeat;
    width: 646px;
    height: 60px;
    color: #fff;
    font-size: 24px;
}
#contentFooter
{
    background: url(images/content_footer.jpg) no-repeat bottom;
    width: 646px;
    height: 11px;
}
.mainContent
{
    padding: 0px 7px 0px 7px;
}
.mainContentHeader
{
    height: 44px;
    background-color: #365e6e;
    font-size: 24px;
    color: #fff;
}

.groupListItem
{
    background: url(images/group_bg.jpg) repeat-x;
    border-bottom: 1px solid #cccccc;
    height: 58px;
}

.groupListItemCount
{
    background: url(images/user_count_bg.jpg);
    height: 58px;
    width: 58px;
    text-align: center;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.groupListItemTitle
{
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: 20px;
}
.groupListItemTitle a
{
    padding-left: 10px;
    color: #e54716;
}
.groupListItemModified
{
    color: #999999;
    font-size: 10px;
    padding-left: 10px;
}
.modalPopUp
{
    background: url(images/modal_bg.gif) no-repeat;
    height: 234px;
    width: 546px;
    padding: 4px;
}
.modalPopUpLarge
{
    background: url(images/modallarge_bg.gif) no-repeat;
    height: 330px;
    width: 546px;
    padding: 4px;
}
.modalPopUpHeader
{
    height: 30px;
    padding-left: 10px;
    background-color: #365e6e;
    font-size: 20px;
    color: #fff;
}
.modalPopUpBody
{
    padding: 4px;
    padding-top: 8px;
}
.quickView
{
    font-size: 10px;
}
#adminContentHeader
{
    background: url(images/admin_top_bg.jpg) no-repeat;
    width: 925px;
    height: 59px;
    font-size: 24px;
    color: #fff;
}
#adminContentBody
{
    background: url(images/admin_body_bg.jpg) repeat-y;
    width: 935px;
}
#adminContentFooter
{
    background: url(images/admin_bottom_bg.jpg) no-repeat;
    padding-top: 12px;
    width: 935px;
}







body
{
    padding: 0;
    background: #c9ccd0;
    font-family: "Trebuchet MS" , Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #333333;
}

h1
{
    margin: 0px;
    margin-top: 4px;
    padding: 0px;
    font-size: 20px;
    text-decoration: none;
    background: url(images/button_bg.jpg) repeat-x;
    color: #fff;
    padding-left: 8px;
    height: 40px;
}
.listingHeader
{
    font-size: 16px;
    margin-left: 10px;
}

#dash_quicklinks
{
    font-size: 11px;

    
}

#dash_quicklinks ul
{
    list-style-type: none;
    margin:0px;
    padding:0px;
}

#dash_quicklinks ul li
{
    background-image: url(images/thunderbird.png);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    text-indent: 22px;
    display:block;
}




.tooltipFormat {
    margin-left: 0px !important;
    margin-top: -200px !important;
    width: 600px !important;
}

.tooltipInfoDiv {
    display: none;
    width: 30%;
    background-color: #e3e7ea;
    border-radius: 6px;
    padding: 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 9999999;
}

