﻿img {
    border: none;
}

h2{
    padding: 0;
    margin: 0;
}

.favorites {
    background-color: #cccccc;
    font-size: 0.9em;
    padding: 5px;
}

.header {
    height: 18px;
    background-image: url('../Images/MyPortal/header_bg.jpg'); 
    background-repeat: repeat-x;
    margin-top: 10px;
}

#highlights {
    background-color: #696969;
}

#highlights p {
    color: White;
    padding: 0;
    padding-left: 2px;
    margin: 0;
}

.highlight_bullet {
    padding: 8px 2px 0 12px;
    width: 6px;
    height: 6px;
}

p {
    font-size: 0.9em;
}

#container {    
    font-size: 0.9em;
    margin:0 auto;
    width: 569px;
}

#sidebar {
	float: right;
	width: 150px;
}

#tblFavorites a {
    color: #000;
}

#tblFavorites a:hover {
    color: #ed1a3b;
    text-decoration: underline;
}
