/** 
 * 3D Machine, Inc. Styles 
 * 
 * FIX 4 - 27 August, 2007 - Stephan Rohde, added CSS class for messages.
 *
 **/

body
{
	background-color:#000000;
	margin:0px;
}

h1
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#00154e;
}


/* Text */

.text1
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#666666;
}

.text3
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-indent:1em;
}

.caption
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	color:#666666;
	padding-top:5px;
	padding-bottom:8px;
}	

/* Links */

.link1
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.link1:hover
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fcc020;
	text-decoration:none;
}

.link1:visited
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.link1:visited:hover
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fcc020;
	text-decoration:none;
}

.link2
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

.link2:hover
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#fcc020;
	text-decoration:underline;
}

.link2:visited
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

.link2:visited:hover
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#fcc020;
	text-decoration:underline;
}

.link3
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}

.link3:hover
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}

.link3:visited
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}

.link3:visited:hover
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}

/* Footer */

.footer
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	text-align:center;
	color:#ffffff;
}

.footer a:link
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}

.footer a:visited
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.footer a:visited:hover
{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}

/* Spacing */

.padding
{
	padding:10px;
}

.padding-right
{
	padding-right:20px;
}

.padding-left
{
	padding-left:20px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#666666;
}
 .textbox     {

   font: 12px "trebuchet ms", verdana, arial;

	color: #666666;

    height: 27;

    width: 150;

	border: 1px solid #666666;

	background-color: #fffff;



}

	 .textbox2     {

   font: 12px "trebuchet ms", verdana, arial;

	color: #666666;

    height: 150;

    width: 4450;

	border: 1px solid #666666;

	background-color: #fffff;



}

/* Begin FIX 4 */
.errorText {
	color: red;
	font-weight: bold;	
}

.successText {
	color: green;	
	font-weight: bold;
}
/* End FIX 4 */