﻿#ViewPage {
	width: 98%;
	height: auto;
	margin: 2px auto;
	background-color: #61aed1;
	padding: 0px 0px 2px 0px;
}

#ViewSideBar 
{
	padding: 0px 2px 0px 0px;
	margin: 0px 2px 0px 0px;
	background-color: #61aed1;
	width: 200px;
	float: right;
}

#ViewPaperDetail {
	float: none;
	padding: 1px;
}

#ViewFooter {
	clear: both;
	padding: 0px 0px 0px 0px;
	background: #17739e url(../Images/viewheadbg.gif) repeat-x;
	height: 40px;
	width: 98%;
	float: none;
	margin: 0px auto;
	font-family: Tahama;
	font-size: 8pt;
	color: #bba895;
}

#ViewHeaderMenu {
	height: 40px;
	width: 98%;
	background: #17739e url(../Images/viewheadbg.gif) repeat-x;
	text-transform: none;
	float: none;
	text-align:justify;
	margin: 0px auto;
}

.PageTitle
{
    font-family         : Tahoma, Arial;
    font-size           : 9px;
    font-weight         : bold;
    color               : #000000;
    background-color    : #ffffff;
    position            : absolute;
    height              : 12px;
    text-align          : center;
}

.SideBarBody div, .SideBarBody a
{
    font-size       : 11px;
    color           : #090909;
    text-decoration : none;
    display         : block;
	font-weight     : bold;
	padding-top     : 8px;
	padding-right   : 10px;
	margin-right    : 10px;
}

.SideBarBody a:visited, .SideBarBody a:active
{
    font-size       : 11px;
    color           : #105170;
    text-decoration : none;
    display         : block;
	font-weight     : bold;
	padding-top     : 8px;
	padding-right   : 10px;
	margin-right    : 10px;
}

.SideBarBody a:hover
{
    text-decoration : none;
    color: #a7a5a5;
}

.SideBarThumbnail div, .SideBarThumbnail a
{
    text-decoration : none;
	padding-top     : 8px;
}

.SideBarSubBody div, .SideBarSubBody a
{
    font-size       : 11px;
    color           : #090909;
    text-decoration : none;
    display         : list-item;
	font-weight     : normal;
	padding-top     : 1px;
	padding-bottom  : 5px;
	text-indent     : 5px;
	margin-left     : 25px;
}

.Separator
{
    background-image:url(/images/blue_dot.gif);
    background-repeat:repeat-x; 
    background-position:center;
    float:left;
    width:95%;
}

.DetailImage
{
    cursor : move;
}

.ThumbnailImage img, .ThumbnailImage a
{
    border          : solid 1px #dcdcdc;
    margin-top      : 3px;
    margin-left     : 3px;
    margin-right    : 3px;
    margin-bottom   : 8px;
    display         : inline;
}

.shadeIcons
{
	padding: 3px 0px;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	font: bold 12px Tahoma;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadeIcons li
{
	display: block;
	margin: 0px;
}

.shadeIcons li a
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #bea68e;
	color: #bea68e;
	background: white url(../Images/shade.gif) top left repeat-x;
}

.shadeIcons li a:visited
{
	color: #bea68e;
}

.shadeIcons li a:hover
{
	text-decoration: none;
	color: #dbc0a4;
}
