﻿/*** copyright DR Management all rights reserved. Duplication or redistribution is strictly
prohibited. ***/

.bgr {
	background-repeat: repeat-x;
}

.bgr2 {
	background-repeat: no-repeat;
	background-position: right; }


#white {
   color: #ffffff;
}

#black {
   color: #000000;
}

text 
{  font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
   font-size: 12px; font-style: normal; 
   line-height: 13px; 
   color: #545454;
}

p, td, body
{  font-family: Verdana; 
   font-size: 11px; font-style: normal; 
   line-height: 13px; 
   color: #5A5A5A;
    margin-left: 1px;
}

.small 
{  font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
   font-size: 11px; font-style: normal; 
   line-height: 15px; 
   color: #556B2F;
}

.small2 
{  font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
   font-size: 11px; font-style: normal; 
   line-height: 15px; 
   margin-bottom: 18px;
   color: #A0522D;
}

.menu 
{  font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
   font-size: 11px; font-style: normal; 
   line-height: 11px; 
   color: #191970;
}

.bottom 
{  font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
   font-size: 11px; font-style: normal; 
   line-height: 15px; 
   color: #4D4C6A;
}

h1 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 1px;
	line-height: 12px;
	color: #996633;
}

h2 
{  font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
   font-size: 12px; font-style: normal; 
   font-weight: bold;
   margin-bottom: 1px;
   line-height: 12px; 
   color: #909090;
}

h3 
{  font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
   font-size: 11px; font-style: normal; 
   font-weight: bold;
   margin-bottom: 1px;
   line-height: 11px; 
   color: #696969;
}



TEXTAREA, select, input 
{  font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
   font-size: 11px; font-style: normal; 
   line-height: normal; 
   color: #546051;
}


.hdr
{  font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
   font-size: 11px;
   font-weight: bold;
   line-height: 11px; 
   color: #476D94;
}


A:VISITED {font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
   font-size: 11px;
    color : #4682B4;
	text-decoration : none;
}

A:HOVER {font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
   font-size: 11px;
	text-decoration : underline;
	color : #87CEEB;
}

A:ACTIVE {font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana; 
   font-size: 11px;
	text-decoration : none;
	color : #66CDAA;
}

A:LINK {
	font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	text-decoration : none;
	color: #996600;
}

 .highlight 
 {
    text-decoration: none;color:black;background:yellow;
    }
table.list, td.details table.list {
	width: 100%;
	border: 1px solid #000;
}
table.list tr th, td.details table.list tr th {
	text-align: left;
	background-color: #666;
	color: #FFF;
	font-size: 100%;
	border-style: none;
	padding: 4px 20px 4px 4px;
}
table.list tr td, td.details table.list tr td {
	border-bottom: 1px solid #999;
	padding: 4px 20px 4px 4px;
}
table.list tr {
	background-color: #FFC;
}
table.list tr.odd {
	background-color: #CCC;
}
table.gnav tr td {
	background-color: #FFC;
	border: 1px solid #000;
	padding: 2px 10px;
	font-weight: bold;
}
table.gnav tr td a {
	color: #009;
	text-decoration: none;
}
table.gnav tr td a:hover {
	color: #900;
	text-decoration: underline;
}
table.webparts tr th {
	text-align: left;
	padding: 5px;
	color: #996600;
	font-size: 80%;
}