﻿body, td {
	font-family: arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #ffffff;
}

input.button,
button.button {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(../../images/soc-dom-button-bg.gif);
	background-repeat: repeat;
	text-align: center;
	text-decoration: none;
	border: 1px solid #565656;
	padding: 1px 10px 2px;
	font-family: Verdana;
	width: auto;
    overflow: visible;
	cursor: pointer;
}

a.button,
a:link.button,
a:visited.button,
a:hover.button {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(../../images/soc-dom-button-bg.gif);
	background-repeat: repeat;
	text-align: center;
	text-decoration: none;
	border: 1px solid #565656;
	margin: 0 auto;
	padding: 2px 10px 3px;
	font-family: Verdana;
}

/* IE6 link button styles */
* html a.button,
* html a:link.button,
* html a:visited.button,
* html a:hover.button {
	padding: 2px 10px 2px 10px;
}

/*--------------------------------------------*/

input.buttonDisabled,
button.buttonDisabled {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	background-image: url(../../images/soc-dom-button-bg.gif);
	background-repeat: repeat;
	text-align: center;
	text-decoration: none;
	border: 1px solid #bbbbbb;
	padding: 1px 10px 2px;
	font-family: Verdana;
	width: auto;
    overflow: visible;
	cursor: pointer;
}

a.buttonDisabled,
a:link.buttonDisabled,
a:visited.buttonDisabled,
a:hover.buttonDisabled {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	background-image: url(../../images/soc-dom-button-bg.gif);
	background-repeat: repeat;
	text-align: center;
	text-decoration: none;
	border: 1px solid #bbbbbb;
	margin: 0 auto;
	padding: 2px 10px 3px;
	font-family: Verdana;
}

/* IE6 link button styles */
* html a.buttonDisabled,
* html a:link.buttonDisabled,
* html a:visited.buttonDisabled,
* html a:hover.buttonDisabled {
	padding: 2px 10px 2px 10px;
}

/*.button
{
	background: url("../../images/btn_css_bk.gif");
	background-color: #a95a00;
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
	color: #7C4A01;
	cursor: pointer;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	margin-left: 2px;
	padding: 0 0 1px 0;
}
.buttonDisabled
{
	background: url("../../images/btn_css_bk_d.gif");
	background-color: #ddbd99;
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
	color: #cbb799;
	cursor: default;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	margin-left: 2px;
	padding: 0 0 1px 0;
}*/

/*-------------------------------
          Lee's Changes
--------------------------------*/

.main-block { /* Use this for any block that has a beige outline and a beige header */
    border: 1px solid #cccbac;
}

.block-header {
    background-image: url(../../images/block-header-bg.gif);
    background-repeat: repeat-x;
    height: 16px;
    border-bottom: 1px solid #cccbac;
    padding: 7px 10px 5px;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, Sans-Serif
}

.block-gradient {
    background-image: url(../../images/block-gradient.gif);
    background-repeat: repeat-x;
    height: 4px;
}

.main-block-inner {
    padding: 6px 10px 10px;
}

/*-------------------------------
          Lee's Changes
--------------------------------*/


.checkBox
{
	position: relative;
	left: -4px;
}
.footnote
{
	color: Gray;
	font:8pt Arial, Verdana;
}
.input
{
	border: 1px solid Gray;
	padding: 2px;
}
/* Blocks Begin */
.block2
{
	border:solid 1px #C9C9C9;
}
.block2, .block2 .content
{
	 font:9pt Arial, Verdana;
}
.block2 .title
{
	border:solid 1px #C9C9C9;
	border-bottom:none;
	font:bold 9pt Arial, Verdana;
	background-color:#E4EFC7; 
	padding:2px 9px; 
	height:20px;
	color: Black;
}
.block2 .required
{
	color:Gray;
	font:normal 9pt Arial, Verdana;
}
.block2 .subtitle
{
	font-weight:bold; background-color:#DDDDDD; padding:2px 9px;
}
.block2 .content
{
	padding:10px 9px; background-color: #FFFFFF; text-align:justify;
}
.block2 .option1, .block2 .option2
{
	padding:2px 9px;
}
.block2 .option1 { background-color:#ffffff; }
.block2 .option2 { background-color:#FBFBFB; }
.block2 .input
{
	font:9pt Arial, Verdana;
	width:400px;
	margin-top: 3px;
}
.block2 .firstItem
{
	padding:2px 9px;
}
/* Blocks End */

.required
{
	color: Gray;
	font-weight: normal;
}

/* Alert Begin */
.alertInfo { color: #003561 }
.alertError { color: red }
.alertShell
{
	OVERFLOW: hidden;
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
}
.alertTable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	width: 100%;
	border-bottom: black 1px solid;
	background-color: #f5f5f5;
	text-align: center;
}
.alertTable td
{
	font: bold 10pt Arial, Verdana;
}
.alertMessage
{
	font-weight:  bold;
	font-size: 10pt;
	text-align: left;
}
.alertMessage a
{
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}
.alertMessage a:visited
{
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}
.alertMessage a:hover
{
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}
.alertMessage a
{
	color: blue;
	text-decoration: underline;
}
.alertMessage a:visited
{
	color: blue;
	text-decoration: underline;
}
.alertMessage a:hover
{
	color: blue;
	text-decoration: underline;
}
.alertMessage hr
{
	width: 100%;
	color: #aaaaaa;
}
/* Alert End */

/*New Features Popup - Start*/

.nfMainContainer
{
	padding: 20px; 
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size:11px; 
	color: #000;
	width: 320px;
}

.nfHeaderTextImg
{
	padding-bottom: 15px;
}

.nfNewFeaturesPopup
{
	width: 300px;
}

.bulletArrowTD
{
	/*padding-right: 5px; */
	vertical-align:top; 
	padding-top: 4px;
}

.nfdataItemTitle
{
	 font-family: arial, verdana, helvetica, tahoma, sans-serif;
	 font-weight: bold; 
	 font-size: 12px;
}

.nfReleaseDate
{
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 11px;
}

#NewFeaturesData
{
	padding-top:5px;
}
	


/*New Features Popup - End*/