@import url("general.css");

#container {
	width:759px;
	position:relative;
	margin:0 auto;
	font:normal 12px Arial, sans-serif;
	}

/**************************************************************************
------------------------------- HEADER ------------------------------------
**************************************************************************/
#header {
	position:relative;
	height:58px;
	}

#header span {
	position:absolute;
	width:500px;
	margin-left:-5000px;
	}

#header a#home {
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:236px;
	height:58px;
	background:url(../_images/logo-trend_secure.gif) no-repeat;
	}

#header p a {
	color:#fff;
	}



/**************************************************************************
----------------------------- HOME PAGE -----------------------------------
**************************************************************************/

/**************************************************************************
-------------------------- SUBSYSTEM PAGES --------------------------------
**************************************************************************/

/* --
***** Main Content
-------------------------------------------------------------------------*/
#main_content {
	width:759px;
	height:1%;
	background:url(../_images/sub-mainbg.gif) repeat-y;
	margin:10px 0px 0px 9.5px;	
	}

#main_topcap {
	height:8px;
	width:759px;
	background:url(../_images/sub-maintop.gif) no-repeat;
	}

#main_endcap {
	height:8px;
	width:759px;
	background:url(../_images/sub-mainbottom.gif) no-repeat bottom;
	}

#content_block {
	font:normal 12px/16px Arial, sans-serif;
	color:#333;
	padding: 8px 20px 10px 20px;	
	}

#content_block h1 {
	font:normal 24px Arial, sans-serif;
	color:#c00;
	letter-spacing:-1px;
	margin-bottom:12px;
	}

#content_block h2 {
	font:normal 18px Arial, sans-serif;
	color:#c00;
	letter-spacing:0px;
	margin:0 0 10px 0;
	}

#content_block h3 {
	font:bold 12px Arial, sans-serif;
	color:#000;
	margin:16px 0 6px 0;
	}

#content_block p {
	margin-bottom:0;
	}

#content_block p.indent {
	margin:12px 0 12px 20px;
	}

#content_block .first {
	margin-bottom:12px;
	margin-left:140px;
	}

#content_block ul,
#content_block ol {
	margin:0 24px 18px 24px;
	}

#content_block ul {
	list-style-type:square;
	}

#content_block li {
	line-height:14px;
	padding:4px 0;
	}

#content_block ul.tight li {
	padding:0;
	}

#content_block div.box_right {
	background-color: #f2f2f2;
	float:right;
	width:150px;
	margin:4px 0 12px 12px;
	padding:12px 12px 0 12px;
	border:1px #ccc solid;
	}

#content_block div.box_right ul,
#content_block div.box_right ol {
	margin:0 0 12px 14px;
	}

#content_block div.box_right li {
	line-height: 14px;
	padding: 2px 0;
	}
	
#content_block .warning {
	padding:12px 12px 0 12px;
	margin-bottom: 12px;
	border: 1px #FFBF00 solid;
	background-color:#FFF9E5;
	}

#content_block p.warning {
	padding:12px;
	}

#content_block table.styled_table {
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	}

#content_block table.styled_table td, 
#content_block table.styled_table th {
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	padding:4px;
	}

#content_block table.styled_table th {
	background-color: #e6e6e6;
	}
	
/**************************************************************************
------------------------------- PARAMETERS ------------------------------------
**************************************************************************/

#parameters {
	margin-left:50px;
	margin-right:50px;
	background:url(../_images/bg_params_back.gif) repeat-y;
	width:490px;
	
	}
	
#parameters td {
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 8px;
}
#param_topcap {
	height:8px;
	width:490px;
	background:url(../_images/bg_params_top.gif) no-repeat;	
	}
#param_endcap {
	height:8px;
	width:490px;
	background:url(../_images/bg_params_bott.gif) no-repeat;	
	}
.trial_notice {
	font-size:10px;
	color:#666666;
	}
#name {
	font-size: 10px;
	padding:0px;
	border:0;
	margin:0;
	}
#submit_button {
	width:80px;
	position: relative;
	margin: 0 auto;
	}
/**************************************************************************
------------------------------- DISCLAIMER ------------------------------------
**************************************************************************/
#disclaimer {
	width: 480px;
	position: relative;
	font-size: 12px;
	margin:20px 0 10px 0;
	}

/**************************************************************************
------------------------------- FOOTER ------------------------------------
**************************************************************************/
#footer {
	clear:both;
	padding:5px 0 25px 10px;
	color:#666;
	font-size:11px;
	}

#footer p {
	margin-top:0px;
	margin-left: 25px;
	text-align: center;
	
	}

#footer a {
	color:#666;
	text-decoration:none;
	}

#footer a:hover {
	color:#BF8F00;
	}

#footer div.footer_bg{
		background:url(../_images/footer_bg.gif) no-repeat;
		width:759px;
		height:244px;
		position: relative;
	}

#footer div.footer_bg p {
	padding-top:25px;

}

.footer_t td{
  text-align: left;

}

.footer_t th{
  text-align: left;
  font-weight:bold;
}
