body { 
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
    background-image: url(/images/background.gif); 
    background-repeat: repeat-x; 
    margin: 0; 
    padding: 0; 
}

img.feed {
    border: 0;
    text-decoration: none;
}

#container { width: 688px; margin-right: auto; margin-left: auto; }
#nav { font-size: 14px; line-height: 14px; width: 688px; margin-top: 20px; }
#nav a:link { color: white; font-weight: bold; text-decoration: none; }
#nav a:visited { color: white; font-weight: bold; text-decoration: none; }

.nav-item { 
    background-image: url(/images/nav-button.gif); 
    background-repeat: no-repeat; 
    text-align: center; 
    position: relative; 
    top: 28px; 
    width: 84px; 
    height: 35px; 
    float: left; 
    margin: 0; 
    padding: 5px 0 0; 
    display: block; 
}
.nav-item:hover { 
    background-image: url(/images/nav-button-over.gif);
}


#logo { 
    background-image: url(/images/nav-logo.gif); 
    width: 91px;
    height: 103px; 
    top: 0px;
}
#logo:hover { 
    background-image: url(/images/nav-logo-over.gif);
}

#company { 
    background-image: url(/images/nav-button2.gif);
}
#company:hover { 
    background-image: url(/images/nav-button2-over.gif); 
}

#subnav { font-size: 12px; font-weight: bold; line-height: 12px; text-align: left; position: relative; left: 140px; bottom: 35px; clear: left; width:525px; }
#subnav a:link { color: #384b9e; text-decoration: none; }
#subnav a:visited { color: #384b9e; text-decoration: none; }
#subnav a:hover { color: #138a44; text-decoration: underline; }
#subnav ul { margin: 0; padding: 0; list-style-type: none; }
#subnav ul li { padding: 0 10px 0 0; display: inline; }
#wrapper { width: 680px; float:left; border-top: 1px solid #9ba5ce; }

.body { width: 465px; min-height: 12em; float: left; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; border-right: 1px solid #9ba5ce; }
.body h1 { font-size: 24px; line-height: 24px; margin: 0; padding: 0 0 10px; }
.body h2 { font-size: 16px; line-height: 16px; margin: 0; padding: 0 0 5px; }
.body h3 { font-size: 12px; line-height: 12px; margin: 0; padding: 0 0 5px; }

.body p { 
	font-size: 12px; 
	line-height: 18px; 
	margin: 0; 
	padding: 0 0 10px; 
}

.body ul { margin-top: 0; margin-right: 0; margin-bottom: 0; padding-top: 0; padding-right: 0; padding-bottom: 5px; list-style-type: square; }
.body ul li { font-size: 12px; line-height: 12px; margin: 0; padding: 0 0 5px; }
.body a:link { color: #384b9e; font-weight: bold; text-decoration: none; }
.body a:visited { color: #384b9e; font-weight: bold; text-decoration: none; }
/* .body a:visited { color: #9ba5ce; font-weight: bold; text-decoration: none; } */

.body a:hover { color: #138a44; font-weight: bold; text-decoration: underline; }

.body table { 
	margin: 0 0 10px 10px; 
	padding: 0 0 0;
	width: 100%;
}

#subnav a:link { color: #384b9e; text-decoration: none; }
.body th { color: white; font-size: 11px; font-weight: bold; line-height: 11px; background-color: #9ba5ce; text-align: left; margin: 0; padding: 4px; border-right: 1px dotted white; }
.body td { font-size: 10px; line-height: 10px; padding: 4px; border-bottom: 1px solid #9ba5ce; }
.body td.message-cell { font-size: 10px; line-height: 10px; padding: 4px; border-bottom: 2px solid #9ba5ce; }
.body tr.non-message-row td { font-size: 10px; line-height: 10px; padding: 4px; border-bottom: 1px solid #9ba5ce; }
.body tr { background-color: #f5f6fa; }
#sidebar { width: 155px; padding-left: 5px; float: right; padding-top: 20px; padding-bottom: 20px; border-right: none; }
#footer { font-size: 10px; background-color: #f5f6fa; text-align: center; clear: both; padding: 20px; border-top: 1px solid #9ba5ce; }
#login { margin-top: 10px;}
#search { margin-top: 10px; padding-top: 10px; border-top: 1pt solid #9ba5ce; }
#footer ul { margin-left: 0; padding-left: 0; list-style-type: none; display: inline; }
#footer ul li { padding: 0 10px 0 0; display: inline; }
#footer p { margin: 0; }
#footer a:link { color: #384b9e; font-weight: bold; text-decoration: none; }
#footer a:visited { color: #384b9e; font-weight: bold; text-decoration: none; }
/* #footer a:visited { color: #384b9e; text-decoration: none; } */
#footer a:hover { color: #138a44; text-decoration: underline; }

#bundle-parlors {
	height: 200px;
	overflow: auto;
}

.bundle {
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
	background: #9ba5ce;
}

.bundle table {
	width: 95%;
}