/* Common tags                 */
/*-----------------------------*/		
.UpperCase
{
	text-transform:uppercase;
}
body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    background-color: #333333; 
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
	height:100%;/* JT */
 }
		
A:link      { color: #265CC0; text-decoration:none; } /*009900*/
A:visited 	{ color: #265CC0; text-decoration:none; } /*009900*/
A:active 	{ color: #265CC0; cursor:hand; text-decoration:none; } /*ff6600*/
A:hover		{ color: #084068; cursor:hand; text-decoration: underline; } /*ff6600*/

A.bodyLink:link     { color: #265CC0; text-decoration:none; font-weight:bold; } /* 680808 */
A.bodyLink:visited 	{ color: #265CC0; text-decoration:none; font-weight:bold; } /* 680808 */
A.bodyLink:active 	{ color: #265CC0;  cursor:hand; text-decoration:none; font-weight:bold; } /* 163A6E */
A.bodyLink:hover 	{ color: #084068;  cursor:hand; text-decoration:"underline"; font-weight:bold; } /*  ff0000  */
		
A.topLink:link      { color: #ffffff; text-decoration:none; font-weight: normal; } /* 163A6E */
A.topLink:visited 	{ color: #ffffff; text-decoration:none; font-weight: normal; } /* 163A6E */
A.topLink:active 	{ color: #265CC0;  cursor:hand; text-decoration:none; font-weight: normal; } /* 163A6E */
A.topLink:hover 	{ color: #4D9FE1;  cursor:hand; text-decoration:"underline"; font-weight: normal; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #6989a2;  /* 7b95ac */
 }

hr {
	border: 0;
	border-top: 2px gray ;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #265CC0  /* 7b95ac */
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #6989a2; /* 7b95ac */
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #6989a2;  /* 7b95ac */
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

.MenuContainer { background-color:  #084068; padding: 5px;} /* 680808 */
.MainMenuItems { padding: 4px 4px 4px 4px; font-size:10px; word-spacing:10px;}
.MainContent	{
	border: 0;
	vertical-align: top;
	padding-left: 26px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-color: #ffffff; 
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
			}
.CopyrightContainer { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #084068; color:#ffffff}
.SectionTitle {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
padding-bottom: 5px;
}
/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#2A48CE;
	  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#ffffff, endColorstr=#6888a1);
}

REMtd.logo
{
	text-align: left;
	width: 184px;
	padding-left:10px;
}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: left;
	color:White;
	height: 24px;
	font-size:smaller;
}

td.menu 
{
	background-color:#6989a2;  /* 7b95ac  */
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #6989a2;
	text-align: right;
}
.VdrSearchGridHdr
{
	font-size:smaller;
}
.VdrSearchGridData
{
	
	font-size:smaller;
}
.VdrSearchHiddenCol
{
	display:none;	
}
html {height:100%}
form {height:100%}

/* required to position the report viewer on the REPO page correctly */
.rptViewRepo
{
	position:absolute;
	top:600px;
}
/* used on very top header when there is no broadcast message */
.title
{
	text-align: left;
	font-family: verdana;
	font-size: x-large;
	font-weight: bolder;
	color: #6989a2; /* 7b95ac */
}
/* used to format the broadcast message */
.titleBroadcast
{
	text-align: left;
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	color: red;
}

.lblData
{
	font-weight:bolder;
}

/* used to format header and footer */
.header 
{
	border: 0;

	background: #ccc;

	font-family: Verdana;

	font-size: xx-large;

	font-weight: bold;

	letter-spacing: 5px;

	text-align: center;
}

.footer 
{
	border: 0;

	background: #FFF;

	font-family: Verdana;

	font-size: x-small;

	text-align: center;

	font-style: italic;
}
