/* Body setting */

body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	text-align: justify;
	FONT-FAMILY: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #000000;
}

a {
	color: #537288;
	border-bottom: 1px dashed #537288;
        text-decoration: none;
}
a img {  
  border-bottom: 0px
} 
a:hover
{
	color: #000000;
	background-color: #ddddff;
	text-decoration: none;
	border-bottom: 1px dashed #537288;
}

.module {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

/*front a:hover {
  	background-color: #ffffff;
}
*/

/* Content frame */

#content {
	width: auto;
	position: relative;
	border: 1px solid #ccd7e0;	
	background-color: #fff;
	padding: 20px;
	text-align: left; 
	letter-spacing:-1pt;
}

/* Main content */
#contact td 
{
	font-size: 11px;
}

#caption 
{
  margin:0px;
  width:100%;
  padding:0px; 
  color: black; 
  font-family: Arial;
  font-size: 28;
  font-weight:bold;
  font-style:italic;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#FFFFFFFF, EndColorStr=#E0BAD1FF);
  background-position: right;
  background-repeat:no-repeat;
  background-image:url('images/studiomatics_small.png');
}

#caption2
{
  margin:0px; 
  width: 100%; 
  padding:0px; 
  color: black; 
  font-family: Arial;
  font-style: normal;
  font-size: 18;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#FFFFFFFF, EndColorStr=#E0BAD1FF)>
}

#main
{
	float: left;
	margin-left: 4px;
	margin-right: 20px;	
	position: relative;
	text-align: justify;
	font-size: 12px;		
}
#main td 
{
	font-size: 12px;
}
#main h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

#main h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

/* guide */

#guide {
	position: relative;
	float: left;
	width: 700px;
	margin: 0px 0px 0px 0px;
}
#guide h3 {
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

/* */

.maintbl {
  xcolor: #800000;
  background-image: url(images/bg1.jpg);
  background-repeat: no-repeat;
  background-width: 100%;
  background-attachment: fixed;
}

.tdbg {
  font-face: Arial;
  font-size: 12px;
  font-style: italic;
  color: #efefef;
  background-image: url(/Help/common/images/tdbg.jpg);
  background-repeat: repeat-x;
}

.tdsep {
  background-image: url(/Help/common/images/tdsep.jpg);
  background-repeat: no-repeat;
}

.tdbg a {
  font-face: Arial;
  font-size: 12px;
  font-style: italic;
  color: #cfcfcf;
  text-decoration: none;
  background-color: transparent;
}

.tdbg a:hover {
  font-face: Arial;
  font-size: 12px;
  font-style: italic;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

/* Copyright notice */

#copy {
	margin-top: 5px;
}
#copy p {
	margin: 0px;
	padding: 0px;	
	font-size: 11px;
}

.title {
	font-size: 20px;
	font-color: #000000;
	font-weight: bold;
}

.btn
{
	BORDER-WIDTH:1;
	CURSOR:hand; 
	BACKGROUND-COLOR:#f8f8f8;
}

/* Line */

.line {
	background: #718ea5 url('images/line.gif') repeat-x;
	height: 1px;
	font-size: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* Lists */

.arrow {
	padding: 0px;
	margin-left: 18px;
	margin-bottom: 0px;
	list-style-position:outside; list-style-image:url('images/arw.gif')
}

.arrow li {
	margin-bottom: 4px;
}

.right {
	position:relative;
	float:right;
}

/* forms */

form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial;
	font-size: 11px;
}
INPUT.inptext 
{
	border-width: 1;
	border-color: #aaaaaa;
}
TEXTAREA.inptext 
{
	border-width: 1;
	border-color: #aaaaaa;
}
select {
	font-family: Arial;
	font-size: 11px;
	border-width: 1;
}
p.backlink 
{
	font-size: 11px;
}

code, pre {
	padding: 0px;
	border: 1px solid #dcddde;
	background-color: #eeeff0;
	font-family: "Courier New", courier, monospace;
	font-size: 12px;
}