/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
  font: 12px Arial, Helvetica, sans-serif;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

/* Text Styles */
p, th, td, li, dd, dt, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
  text-decoration: underline;
}
img {
  border: none;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
    height: 8px;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }

.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }

.HR_PLUS
{
	width: 98%;
	height: 1px;
	font-size: 1px;
	border-top: 1px #dddddd solid;
}

.VR_PLUS
{
    width: 1px;
    height: 98%;
    font-size: 1px;
    border-right: 1px #dddddd solid;
}

.SectionListPadding
{
	padding: 7px 0 0 5px;
	width: 100%;
}
.ulText
{
	line-height: 16px;
	color: #000000;
}
.SectionListHeader
{
	font-weight:bold;
	padding: 0 0 0 35px;
	font-size: 14px;
	color: #555555;
}
.ulBulletColor
{
	color: #FF0000;
}

a#celllink
{ 
	display:block; 
	width:100%; 
	height:100%; 
	text-decoration:none;
}
a#celllink:hover
{ 
	background-color:#666666; 
	color:#cccccc; 
}

.modalBackground
        {
            background-color: Gray;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
        .modalPopup
        {
            background-color: White;
            border-width: 3px;
            border-style: solid;
            border-color: Gray;
            padding: 10px;
            
        }