html {
	height: 100%;
}

a:visited
{
    color: #0066cc;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; /* base to all other font-measures  */
	margin: 0px;
	padding:0px;
	color:#000000;
	background-color:#e0ddca;
	text-align:left;
	height:100%;
}
	
h1, h2, h3, h4 { 
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	color:#0061a5;
}

h1 {
	margin: 0px;
	margin-bottom:8px;
	margin-top:12px;
	font-size: 160%;
	color:#0061a5;
}

h2 {
	margin: 0px;
	margin-bottom:8px;
	margin-top:12px;
	font-size: 110%;
	color:#0061a5;
}

.HARight
{
    text-align: right;
}

.HACenter
{
    text-align: center;
}

.TextBox
{
    color: #333333;
	background-color:#FFFFFF;
	width: 130px;
	background-image: url(../../Images/bg_form_top.jpg);
	background-repeat: repeat-x;
	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #717171;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #717171;
	margin-bottom: 0px;
	font-size: 95%;
	height: 19px;
}

.Button
{
	color: #ffffff;
	background-color: #555555;
	text-decoration: none;
	border: 0px;
	margin-right: 5px;
	border-right: 0px;
	padding: 1px;
	font-size: 11px;
	cursor:pointer;
	height: 19px;
	
}

.Error
{
    color: #aa0000; 
    font-style: italic;
    padding-bottom: 15px;
    text-align: center;
}

form { 
	margin: 0px;
	padding: 0px;
}	

.invisible {
	display:none;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}
.strong {
	font-weight:bold;
}

.header {
	height: 82px;
	background-image: url(../../images/bg_header.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align: left;
	border-bottom: 7px solid #0061a5;
}

.nav_and_logo {
	width:100%;
	height:55px;
	
}

.main {
	margin: 0px auto;
	width: 950px;
	padding-left:10px;
	padding-right:10px;
	overflow:visible;
	background-image: url(../../images/bg_main_simple.jpg);
	background-position:center;
	background-repeat: repeat-y;
}

.content {
	text-align:left;
	width:735px;
	float:left;
	color:#333333;
    margin: 8px;
    padding-bottom: 50px;	
}

.right_part
{
    float: right;
    padding: 10px;
    width: 170px;
}

#logo_digitrade {
	height: 50px;
	width:200px;
	background-image:url(../../Images/logo_digitrade.png);
	background-repeat:no-repeat;
	background-position: right top;
	float:right;
	overflow:visible;
	cursor:pointer;
}

.logoimg_digitrade {
	height: 100%;
	width: 100%;
	border:0px;
}

.footer {
	background-image: url(../../Images/bg_footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:6em;
	clear:left;
	color:#787878;
	font-size:75%;
	padding-top:2.5em;
	text-align:center;
}

.footer a {
	color:#787878;
	text-decoration:none;
}

.footer a:hover {
	color:#000000;
}

.footer_wrap {
	margin-left:8px;
	margin-right:8px;
}

.content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 6px;
}

.cleardiv {
	clear:both;
}

#DataBoxes .EmailBoxWrapper
{
    padding: 20px;
    /*text-align: center;*/
}

#DataBoxes .EmailBox
{
    width: 450px;
}

#DataBoxes .Validation
{
    padding: 10px 0px 0px 60px;
    text-align: left;
    font-size: 11px;
}

#divSuccess
{
    text-align: center;
}

.Group
{
	margin-bottom: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	/*padding-left: 10px;*/
	width: 100%;
}

.Group .GroupRow
{
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.CaptionLeft
{
	display: inline-block;
	padding: 0.4em; 
	margin-left: 0.2em;
}

.PageTitle { text-align: center; padding-bottom: 20px; }

#ContactInfoControl .CaptionLeft { width: 150px; }

#AccessRequest                  { padding: 10px; }
#AccessRequest .Order           { width: 100%; padding-left: 15px; padding-bottom: 20px; }
#AccessRequest .Order .Hint     { font-size: 11px; color: #555555; padding: 5px 100px 5px 5px; font-style: italic; }
#AccessRequest .Order table     { text-align: left; }
#AccessRequest .Order td        { padding: 3px 8px 3px 8px; border: solid 1px #dddddd; }
#AccessRequest .Order .Row1     { background-color: #eeeeee; }
#AccessRequest .Order .Row2     { background-color: #f5f5ed; }
#AccessRequest .Order .Row3     { background-color: #edf5f5; }
#AccessRequest .Order .Columm1  { font-weight: bold; }
#AccessRequest .Order .Column2  { }
#AccessRequest .Order .Column3  { }

#SpecificationControl .CaptionLeft { width: 250px; }

#FooterControl .Wrapper { border-top: solid 1px #dddddd; margin-top: 10px; padding-top: 10px; }

#Trial              { padding: 20px 20px 0px 20px; }
#Trial .Download    { float: right; padding-right: 30px; }
#Trial li           { padding-bottom: 3px; }
#Trial .Hint        { font-size: 11px; color: #555555; padding: 55px 0px 5px 5px; font-style: italic; }

#TrialRight                 { text-align: left; }
#TrialRight .ParagraphTitle { font-weight: bold; padding-bottom: 3px; padding-top: 20px; }
#TrialRight ._li            { padding: 5px 0px 0px 0px; }
