body {
	background-color: #FFFFFF;
    font-size: 10 pt;
    font-family: Arial;
	color: #000000;
	text-align: center;
	margin: 0px;

    scrollbar-base-color: #105bb8;
    scrollbar-arrow-color: #bbbbbb;
    scrollbar-3dlight-color: #000000;
    scrollbar-face-color: #105bb8;
    scrollbar-shadow-color: #000000;
}
td, th {
  font-size: 10pt;
} 
a {
	font-size: 9pt;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #136FB0;
}

a.disabled {
	font-size: 9pt;
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
}
a.disabled:hover {
	color: #AAAAAA;
}



.header {
  font-size: 14px;
  font-weight: bold;
  background-color: #a5b1b5;
}
.left_menu {
  padding-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #DDDDDD;
}
.content {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #cccccc;
}
.footer {
  font-size: 14px;
  font-weight: bold;
  background-color: #a5b1b5;
}

.folder_link {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.folder_link:hover {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration:underline;
}

.folder_link_selected {
  font-size: 12px;
  font-weight: bold;
  color: #bb0000;
}

.folder_link_selected:hover {
    font-size: 12px;
    font-weight: bold;
    color: #bb0000;
    text-decoration:underline;
}

.client_link {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

.client_link:hover {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration:underline;
}

.client_link_selected {
  font-size: 12px;
  font-weight: bold;
  color: #ff8e00;
}

.client_link_selected:hover {
  font-size: 12px;
  font-weight: bold;
  color: #ff8e00;
  text-decoration:underline;
}

.help_category_link {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.help_page_link {
  font-size: 12px;
  font-weight: bold;
  color: #ff3333;
}

.help_page_title {
  font-size: 18px;
  font-weight: bold;
}

.help_box {
	background-color: #ffffff;
	margin: 0px;
}

.client_box {
	background-color: #004ba8;
	margin: 0px;
}

.item_box {
	background-color: #ffffff;
	margin-left: 3px;
}

.quick_preview_box{
    background-color: #b0d3ff;
    padding-left: 3px;
    padding-top: 3px;
    font-size: 11px;
}

.list_page_dark_row_item{
	background-color:#cae2ff;
}
.list_page_light_row_item{
	background-color:#ffffff;
}

.list_page_td_item{
  font-size: 10px;
}

.list_page_link_item{
    font-size: 11px;
    font-weight: bold;
    color:black;
}

.list_page_link_item:hover{
    font-size: 11px;
    font-weight: bold;
    color:#999999;
}

.bottom_link{
    color:#ffffff;
    font-weight:bold;
}