 /*  Secondary-Pages.css  */

/*  This style sheet contains the styles for the following elements:

	Header Tags (h1-h5)
	HR Tags
	Left Column Nav
	1 COLUMN - Central Main Content
	2 COLUMN - Central Main Content
	3 COLUMN - Central Main Content
	Content Set
	Media & News Divs
	Partner Directory Divs
	Right Column
	Bulleted Lists
	Quotations
	Standard Entry Form
	Landing Page
	Landing Page Entry Form
	Clear

*/
/* ================================================ */
/*  Standard Aras Colors:

	Aras Red: 		#CC0033
	Aras "Link" Blue: 	#1066CF
	Aras Light Grey: 	#F8F8F8
	Aras Medium Grey:	#E0E0E0
	Aras Dark Grey:		#6C6C6C
	Black:			#000000
	White:			#FFFFFF


*/

/* ================================================ */
/*  Header Tags (h1-h5) */


h1 {
	font-size: 20px;
	display: inline;
	padding-right: 6px;
}
h2 {
	font-size: 20px;
	display: inline;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 10px 0;
	padding: 0;
	color: #777777;	
}
h3.red {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #CC0033;	
}
h3.red a {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #CC0033;	
}h3.red a:hover {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #CC0033;	
}
h3 a {
	text-decoration: none;
	color: #777777;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #1066CF;
	line-height:1.3em;
	margin: 0;
	padding: 0;
}
h4 a {
	color: #1066CF;
}
h4 a:hover {
	text-decoration:underline;
}
h5 {
	font-size: 13px;
	font-weight: bold;
	color: #6C6C6C;
	margin: 0;
	padding-bottom: 10px;
}
h5 a {
	color: #6C6C6C;
}
h5 a:hover {
	text-decoration:underline;
	color: #1066CF;
}



/* ================================================ */
/* HR Tags */

hr {
	border: 0;
	width: 100%;
	color: #E0E0E0;
	background-color: #E0E0E0;
	height: 1px;
}
hr.dotted {
	height: 0; 
	border-bottom: 1px dotted #E0E0E0; 
}

img { border: 0;
}

/* ================================================ */
/*  Left Column Nav  */

div#NavColumn {
	position: relative;
	padding: 20px;
	width: 145px;
	float: left;
	}
div#NavColumn a:hover {
	color: #1066CF;
	text-decoration:underline;
}
div#NavColumn h5 a{
	color: #6C6C6C;
}
div#NavColumn h5 a:hover{
	text-decoration:underline;
	color: #1066CF;
}div#NavColumn2 {
	position: relative;
	padding: 20px;
	width: 145px;
	float: left;
	}
div#NavColumn2 a {
	color: #1066CF;
	text-decoration:none;
}
div#NavColumn2 a:hover {
	color: #1066CF;
	text-decoration:underline;
}
div#NavColumn2 h5 a{
	color: #6C6C6C;
}
div#NavColum2n h5 a:hover {
	text-decoration:underline;
	color: #1066CF;
}
div#NavColumnBKG {
	margin-top: 1px;
	padding: 0px;
	background-image: url(http://www.aras.com/plm-images/layout-images/185x1_lightgrey.gif);
	background-repeat: repeat-y;
 
}
div#NavColumnNextSteps {
	height: 100%;
	padding: 15px 0px;
	margin-top: 100px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-color: #E0E0E0;
	border-width:1px;
}
div#NavColumnAllText {
	padding: 15px 0px;
	margin-top: 100px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-color: #E0E0E0;
	border-width:1px;
	font-size: 12px;
	color: #6C6C6C;
	padding-left: 10px; 
	line-height: 1.3em;
}

ul.nav {
	font-size: 12px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height:1.3em;
}

ul.nav li {
	color: #6C6C6C;
	padding-left: 0px;
	padding-bottom: 12px;
}

ul.nav li a {
	color: #6C6C6C;
}

ul.nav li a:hover {
	color: #6C6C6C;
	text-decoration:underline;
}

li.nav {
	color: #6C6C6C;
	padding-left: 0px;
	padding-bottom: 12px;
}

li.nav a {
	color: #6C6C6C;
}

li.nav a:hover {
	text-decoration:underline;
	color: #1066CF;
}

li.navsub {
	font-size: 11px;
	color: #6C6C6C;
	padding-left: 0px;
	margin-left: 10px;
	line-height: 1.3em;
	padding-bottom: 10px;
	
}
li.navsub a {
	color: #6C6C6C;
}

li.navsub a:hover {
	text-decoration:underline;
	color: #1066CF;
}

li.navsub a.blue {
	color: #1066CF;
}

/* ================================================ */
/*  1 COLUMN - Central Main Content  */

div#MainContentCOL1 {
	padding: 20px;
	line-height:1.3em;
}

/*  2 COLUMN - Central Main Content  */

div#MainContentCOL2 {
	padding: 20px;
	margin-left: 185px;
	line-height:1.3em;
}

/*  3 COLUMN - Central Main Content  */

div#MainContentCOL3 {
	padding: 20px;
	margin: 0px 185px;
	line-height:1.3em;
}


/* ================================================ */
/*  Content Set  */

.ContentSet {
	position: relative;
	left: 0px;
	top:  0px;
	width: 99%;
}
.ContentSetROW {
	left: 0px;
	padding: 10px 0px;
	margin: 4px 0px 5px 2px;
	border-bottom: 1px solid #E0E0E0;
	font-size: 12px;
/*	clear: both;  */
	height: 100%;	
	overflow:auto;
}

.ContentSetROWtahoma {
	left: 0px;
	padding: 10px 0px;
	margin: 0px 0px 5px 2px;
	border-bottom: 1px solid #E0E0E0;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 11px;	
/*	clear: both;  */
	height: 100%;	
	overflow:auto;
}
.ContentSetBOXtahoma{
	left: 0px;
	padding: 10px 0px;
	margin: 4px 0px 5px 2px;
	border-bottom: 1px solid #E0E0E0;
	font-family: Tahoma, sans-serif;  
	letter-spacing: 1px;
/*	clear: both;  */
	height: 100%;	
	overflow:auto;
}
.ContentSetLEFT {
	position: relative;
	width:180px;
	float: left;
	display: block;
}
.ContentSetLEFTcenter {
	position: relative;
	width:180px;
	float: left;
	display: block;
	text-align: center;
}
.ContentSetLEFT h2 {
	font-weight: bold;
	font-size: 10px;
}
.ContentSetRIGHT {
	position: relative;
	top: 0px;
	width: 550px;
	float: left;

}
.ContentSetRIGHT3COL {
	position: relative;
	top: 0px;
	font-size: 11px;
	width: 370px;
	float: left;

}
.ContentSetRIGHTa {
	position: relative;
	top: 0px;
	font-size: 12px;
	width: 550px;
	float: left;

}
.ContentSetSQUARE {
	position: relative;
	top: 0px;
	width: 210px;
	font-size: 11px;
	padding-right:35px;
	float: left;	

}
.ContentSetSITEMAP { 
	position: relative;
	padding: 10px 45px 10px 0px;
	float: left;
}
.ContentSetBOX {
	position: relative;
	top: 0px;
	width: 150px;
	line-height: 1.8em;
	font-size: 12px;
	padding-right:35px;
	float: left;	

}
.ContentSetThumbnail {
	position: relative;
	width:115px;
	padding-right: 22px;
	padding-bottom: 10px;
	float: left;
	display: block;
}
p.Papers {
	padding-bottom: 15px;
	margin-top: 3px;
}
.OutlineBox { 
	background-color: #F8F8F8;
	padding: 10px;
	width: 180px;
}
.ScreenshotSection {
	position: relative;
	width: 550px;
	height: 300px;
	margin-bottom: 20px;
	border: 1px solid #E0E0E0;
}
.ScreenshotClipped { 
	position: absolute;
	clip: rect(0px 550px 300px 0px);
	
}
/*  This is a hack that resolves the low-quality image-resize issue in IE7 */
.ScreenshotClipped img { 
	-ms-interpolation-mode: bicubic !important; 
}
.TinyIcon { 
	width: 100%;
	background-image: url(http://www.aras.com/plm-images/icons/16x16-aras-a.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-family: 'Tahoma', Tahoma, Arial, sans-serif; 
	font-size: 10px;
	color: #6C6C6C;
}

div#MainContent  {
	position: relative;
	left:0px;
	top: 10px;
	width:100%;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.MainContentContainer {
	position: relative;
	left: 0px;
	width: 100%;
	padding-left: 0px;	
	padding-right: 0px;	
	padding-top: 0px;	
	padding-bottom: 0px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;	
	font-weight: normal;
	font-size: 9pt;
	font-family: arial, arial, arial, sans-serif;
	display: block;
}
.MainContentTitle {
	position: relative;
	left: 0px;
	width: 100%;
	font-weight: bold;
	font-size: 10pt;
	font-family: arial, arial, arial, sans-serif;
	padding-bottom: 5px;

}
.MainContentParagraph {
	position: relative;
	left: 0px;
	width: 100%;
	font-weight: normal;
	font-size: 9pt;
	font-family: arial, arial, arial, sans-serif;
	padding-bottom: 5px;
	clear: both;
}
b.LinkTitle {
	font-size: 14px;
}

/* ================================================ */
/* Aras EPLM Red Box */


.EPLM-box {
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	color: #FFFFFF; 
	background: #CC0033; 
	padding: 10px; 
	font-weight: bold; 
	font-size: 12px; 
	overflow: auto;
	margin-top: 30px;
}

.EPLM-box div.arrow {
	float: right; 
	width: 10%; 
	padding-top: 0px; 
	font-size: 24px; 
	margin-right: 5px;
}

.EPLM-box a {
	color: #FFFFFF;
	text-decoration: none;
}	
	
.EPLM-box a:hover {
	text-decoration: underline;
}

.EPLM-box div.arrow a:hover {
	text-decoration: none;
}

/* ================================================ */
/* Tables */

.PLMtable {
	font-family: Arial, sans-serif;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 4px;
	width: 100%;
	border-collapse:collapse;
}
.subscription {
	border-collapse:collapse;
}
.subscription td {
	border: 1px solid #CCCCCC;
}	
	
.basicTable {
	font-family: Arial, sans-serif;
	border: 1px solid #E0E0E0;
	padding: 4px;
	width: 100%;
	border-collapse:collapse;
}
.basicTable th {
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	padding: 8px;	
	background-color: #6C6C6C;
	color: #FFFFFF;
	border:1px solid #B7B7B7;
}

.basicTable2 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #E0E0E0;
	padding: 4px;
	width: 100%;
	border-collapse:collapse;
}
.basicTable2 th {
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	padding: 8px;	
	background-color: #6C6C6C;
	color: #FFFFFF;
	border:1px solid #B7B7B7;
}

.basicTable2 td {
	padding: 5px;
	border: 1px solid #E0E0E0;
}	
	
.basicTable td {
	padding: 10px;
}
.PLMtable td, .PLMtable th {
	font-size:1.1em;
	text-align:left;
	border:1px solid #B7B7B7;
	padding: 15px;
	vertical-align: top;	
}
.PLMtable tr.alt2 td {
	vertical-align: top;
	padding: 15px;
}
	
.PLMtable th {
	font-size:120%;
	font-weight: bold;
	text-align:center;
	padding: 8px;
}
	
.PLMtable tr.red {
	font-size:120%;
	font-weight: bold;
	text-align:center;
	background: #CC0033;
	color: #FFFFFF;
	padding: 8px;
}
.PLMtable tr.alt td {
	background-color: #F8F8F8;
}
.PLMtable .center {
	/* display: block;*/
	text-align: center;	
}
.LANDINGtable {
	line-height: 1.3em;
	font-family: Arial, sans-serif;
	background-color:#FFFFFF;
	padding: 4px;
	width: 100%;
	border-collapse:collapse;
}
.LANDINGtable td, .LANDINGtable th {
	font-size:14px;
	text-align:left;
	padding: 20px;
}
.LANDINGtable th {
	font-size:120%;
	font-weight: bold;
	text-align:center;
	valign: middle;
	padding: 8px;
}
.LANDINGtable tr.alt td {
	background-color: #F8F8F8;
}
.LANDINGtable .center {
	/* display: block;*/
	text-align: center;
}
span.action {
	color: #CC0033; 
	display: block; 
	text-align: right; 
	font-size: 14px; 
	font-weight: bold;
	padding: 20px 0px;
}
.ProjectsTable { 
	border: 1px solid #E0E0E0; 
	font-size:12px; 
	font-family: arial, helvetica, sans-serif; 
	text-decoration:none;
	border-collapse:collapse;
	 
}
.ProjectsTable th {
	font-size:14px;
	background-color: #F8F8F8;
	font-weight: bold;
	text-align:center;
	valign: middle;
	border: 1px solid #E0E0E0; 	
	padding: 8px;
}
.ProjectsTable td {
	font-size:12px;
	border: 1px solid #E0E0E0; 		
	text-align:left;
	padding: 10px;
}

.GreyTable {
	font-family: Arial, sans-serif;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 3px;
	width: 100%;
	border-collapse:collapse;
}

.GreyTable td, .GreyTable th {
	font-size: 12px;
	text-align:left;
	border:1px solid #B7B7B7;
	padding: 10px;
}

.GreyTable th {
	border: 1px solid #B7B7B7;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #F8F8F8;
	padding: 5px;

}

/* ================================================ */
/* Media & News Divs */

.MediaItem {
	position: relative;
	left: 0px;
	width: 740px;
	padding: 10px 0px 0px 0px;
	margin: 4px 0px 5px 2px;
	border-bottom: 1px solid #E0E0E0;
	font-family: Tahoma, Arial, sans-serif; 
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 11px;
}
.MediaItem a:link {
	text-decoration : none;
	font-weight: bold;
	font-family: Arial, sans-serif; 
	padding: 0px;
}

.MediaTitle  {
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, sans-serif; 
	padding: 0px;
}	
.MediaDate {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, sans-serif; 
	line-height: 100%;
	padding: 7px 0px 5px 0px;
}
.MediaBlurb {
	font-weight: normal;
	font-size: 100%;
	font-style : italic;
	font-family: 'Tahoma', Tahoma, Arial, sans-serif; 
	line-height: 1.3em;
	padding: 5px 0px 12px 0px;
}

.NewsParagraph {
	padding-right: 30px;
	font-family: 'Tahoma', Tahoma, Arial, sans-serif; 
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 11px;
}

.NewsParagraph h2 {
	padding-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.NewsParagraph h3 {
	float: left;
	font-size: 11px;
	text-align: left; 
	padding: 0px 10px 11px 0px;
	font-weight: normal;
	font-style: italic; 
}


/* ================================================ */
/* Partner Directory Divs */

.PartnersSet {
	position: relative;
	left: 0px;
	top:  0px;
	width: 99%;
	font-family: Tahoma, sans-serif;  
	font-size: 10px;
}
.PartnersTopRow {
	left: 0px;
	padding-top: 10px;
/*	clear: both;  */
	height: 70px;	
	overflow:auto;
}
.PartnersInfoRow {
	left: 0px;
	padding: 10px 0 20px 0;
	margin: 4px 0px 5px 2px;
	border-bottom: 1px solid #E0E0E0;
	font-family: Tahoma, sans-serif;  
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 10px;
/*	clear: both;  */
	height: 100%;	
	overflow:auto;
}

.PartnerLogo {
	position: relative;
	width:180px;
	float: left;
	display: block;
}
.PartnerCertification {
	position: relative;
	width:150px;
	text-align: left;
	float: right;
	display: block;
}
.PartnerDescription {
	position: relative;
	top: 0px;
	width: 500px;
	font-size: 11px;
	padding: 0px;
	overflow:auto;
	float: left;

}
.PartnerDetails {
	position: relative;
	width:150px;
	padding: 0px;
	color: #6C6C6C;
	text-align: left;
	float: right;
	display: block;
}
.UpcomingClasses {
	position: relative;
	width:185px;
	padding: 0px;
	font-size: 11px;	
	text-align: left;
	float: right;
	display: block;
}
.ClassDescription {
	position: relative;
	font-family: Arial, sans-serif;  
	letter-spacing: 0px;
	top: 0px;
	width: 500px;
	font-size: 12px;
	padding: 0px;
	overflow:auto;
	float: left;

}
.UpcomingClasses span.sub {
	color: #6C6C6C;
	font-size: 10px;
	display: block;
	padding-bottom: 20px;
}
.TrainingPartnersInfoRow {
	left: 0px;
	padding: 20px 0px;
	margin: 4px 0px 5px 2px;
	border-bottom: 1px solid #E0E0E0;
	font-family: Tahoma, sans-serif;  
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 10px;
/*	clear: both;  */
	height: 100%;	
	overflow:auto;
}

/* ================================================ */
/*  Right Column  */


div#RightColumn {
	padding: 20px 10px;
	margin: 50px 0 0 0;
	width: 155px;
	float: right;
}
div#RightColumn-COM {
	padding: 20px 10px;
	width: 155px;
	float: right;
}
div#RightColumnBKG {
	margin: 0;
	padding: 0;
	background-image: url(http://www.aras.com/plm-images/layout-images/185x1_white.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
	background-color: #FFFFFF;
}
.RightColumnBOX {
	border-style: solid;
	border-width:0px;  
	font-size: 10px;	
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 20px;

}

/* ================================================ */
/*  Bulleted Lists  */

ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height:1.3em;
}
li
{
	color: #000000;
	padding-left: 10px;
	padding-bottom: 10px;
}
li a {
	color: #1066CF;
}
li a:hover {
	text-decoration:underline;
	color: #1066CF;
}
ul.tight
{
	list-style-type: square;
	padding-left: 20px;
	margin: 0px;
	line-height:1.3em;
	font-weight: normal;
}
ul.tight li
{
	color: #000000;
	padding-left: 5px;
	padding-bottom: 8px;
}
ul.regular
{
	list-style-type: square;
	padding-left: 20px;
	margin: 0px;
	line-height:1.3em;
	font-weight: normal;
}
ul.regular li
{
	color: #000000;
	padding-left: 5px;
	padding-bottom: 15px;
}
li.regular
{
	color: #000000;
	padding-left: 5px;
	padding-bottom: 15px;
}
ul.sub {
	list-style-type: circle;
	margin: 4px 10px;
}
ul.sub li {
	padding-bottom: 0px;
}
li.news 
{
	color: #000000;
	padding-left: 5px;
	padding-bottom: 15px;
	font-size: 11px;
}
ul.larger
{
	font-size: 14px;
	list-style-type: disc;
	padding-left: 20px;
	margin: 0px;
	line-height:2.2em;
}
li.larger
{
	color: #000000;
}
ul.faq
{
	list-style-type: none;
	margin-top: 15px;
}
li.faqQ
{
	font-size: 13px;
	list-style-type: none;
	padding-left: 0px;
	line-height:1.3em;
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
}
li.faqA
{
	color: #000000;
	font-weight: normal;
	line-height:1.3em;	
	padding-left: 20px;
	font-size: 12px;
	padding-bottom: 30px;
}
.faqA p {
	margin-bottom: 5px;
}

/* ================================================ */
/*  Quotations  */

p.pullquote {
	background: url(http://www.aras.com/plm-images/layout-images/pullquote.gif) 0 0 no-repeat;
	margin: 30px 10px 0 0;
	padding: 6px 30px 2px 45px;
	line-height: 1.3em;
	font-style: italic;
	font-size: 1.4em;
	font-weight: normal;
	min-height: 44px;
}
p.pullquote_author {
	text-indent: -1.3em;
	text-align: right;
	font-size: 1em;
	margin: 5px 10px 30px 100px;
	font-style: italic;
}
blockquote {
	margin:20px 0px;
	padding:3px;
	font-size: 1.4em;
	padding: 0 20px;
	color: #6C6C6C;
	border-left-style:solid;
	border-color: #cc0033;
	border-width:5px;
}
.outer1 {
	background: url(http://www.aras.com/plm-images/layout-images/pullquote.gif) 0 0 no-repeat;
	border:0;
	width:100%;
	margin: 50px 0px;
	padding-bottom: 5px;
}
.outer2 {
	background: url(http://www.aras.com/plm-images/layout-images/pullquote.gif) 0 0 no-repeat;
	margin-top: 10px;

}
.quote1{
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	padding-bottom: 0px;
	padding-top:25px;
	margin: 0px 0px 15px 10px;
}
.who1{
	width: 100%;
	text-align: right;
	font-weight: normal;
	font-size: 9px;
	font-family: Arial, "Arial", arial, sans-serif;
	color: #8D8D8D;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.quote2{
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 10px;
	padding-top:25px;
	margin: 0px 0px 15px 15px;
}
.who2{
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Arial, "Arial", arial, sans-serif;
	color: #6C6C6C;
	padding-top: 15px;
}
.smallGrey {
	font-size: 10px;
	color: #6C6C6C;
}

/* ================================================ */
/* Standard Entry Form */

#FormFrame {
	width:100%;
	padding: 0px;
	margin: 0px auto; 
	text-align:left;
	font-weight: normal; 
	font-family: Arial, sans-serif; 
	font-style: normal;
	font-size: 9pt;
}
.FormRow {
	padding: 0px;
	margin-top: 10px;
	height: 25px;
	
}
.FormRow b {
	letter-spacing: 1px;
	
}
.FormRow span.Left {
	float: left;
	width: 185px; 
	text-align: left;
	margin: 0px auto;
	padding-bottom: 2px;
}

.FormRow span.Right {
	float: left;
	width: 170px;
	text-align: left;
	padding-bottom: 2px;
	margin: 0px auto;
}
.FormInputField {
	width:170px;
	border:solid 1px #6C6C6C;
	background:#FFFFFF;
}


/* ================================================ */
/* Landing Page */

div#LandingPageContent {
	padding: 20px 0px;
	line-height:1.3em;
/* USE THIS TO REPLACE div#MainContentCOL1 STYLE ON LANDING PAGES */	
}
div#LandingPageContent h1 {
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
	line-height: 1.3em;
	color: #CC0033;
}
div#LandingPageContent h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #6C6C6C;	
}
div#LandingPageLeft {
	position: relative;
	font-size: 14px;
	top:  0px;
	left: 0px;
	float: left;
	margin-top: 10px;
	width: 600px;

}
div#LandingPageLeft h1 {
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
	line-height: 1.3em;
	color: #CC0033;
}
div#LandingPageLeft h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #6C6C6C;	
}
div#LandingPageLeft h3 {
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	color: #CC0033;
}
.LandingFeaturesSet {
	position: relative;
	left: 0px;
	top:  0px;
	width: 99%;
}

.LandingRowFeature {
	left: 0px;
	padding: 10px 0px;
	margin: 4px 0px 5px 2px;
	border-bottom: 1px solid #E0E0E0;
	font-weight: normal;
/*	clear: both;  */
	height: 100%;	
	overflow:auto;
}

.LandingFeatureLEFT {
	position: relative;
	width:180px;
	float: left;
	display: block;
}
.LandingFeatureLEFTCENTER {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.LandingFeatureRIGHT {
	font-family: arial; 
	font-size: 16px; 
	line-height: 1.3em;
	padding-top: 30px;
	font-weight: bold;
	float: left;
	width: 400px;
}
ul.landing
{
	padding: 0px;
	margin: 0px;
	line-height:1.3em;
}
ul.landing li
{
	font-size: 14px;	
	background: url(http://www.aras.com/plm-images/layout-images/arrow-bullet.gif) no-repeat;
	padding-left: 20px;
	margin-bottom: 8px;
}
div#LandingPageRight {
	position: relative;
	top:  0px;
	width: 290px;
	margin-top: 10px;	
	padding: 0px 5px 10px 20px;
	float: right;

}
div#LandingPageRight h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #6C6C6C;	
}
div#LandingPageRight h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #6C6C6C;	
}
span.thankyou {
	font-size: 18px;
	font-weight: bold;
	color: #CC0033;
	line-height: 1.3em;
}
p.ProjectName { 
	font-weight: bold;
	font-size: 15px;		
}

/* ================================================ */
/* Landing Page Entry Form */


#LandingPageFormFrame {
	width:270px;
	padding: 0px;
	margin: 0px auto; 
	text-align:left;
	font-weight: normal; 
	font-family: Arial, sans-serif; 
	font-style: normal;
	font-size: 9pt;
}
div.LandingPageFormRow {
	height: 25px;
	clear: both;
	padding: 0px;
	margin-top: 10px;
}
.LandingPageFormRow b {
	letter-spacing: 1px;
	
}
div.LandingPageFormRow span.Left {
	float: left;
	width: 125px; 
	text-align: left;
	margin: 0px auto;
	padding-bottom: 2px;
	font-size: 12px;
}

div.LandingPageFormRow span.Right {
	float: left;
	width: 140px;
	text-align: left;
	padding-bottom: 2px;
	margin: 0px auto;
}
.LandingPageFormInputField {
	width:140px;
	border:solid 1px #6C6C6C;
	background:#FFFFFF;
}
.InputLabel {
	font-weight: bold;
	font-size: 8pt;
	font-family: 'Tahoma', Tahoma, Arial, sans-serif; 
}
.InputField {
	width:140px;
	border:solid 1px #000000;
	background:#FFFFCC;
	font-weight: normal; 
	font-family: 'Tahoma', Tahoma, Arial, sans-serif; 
	font-style: normal;
	font-size: 8pt;
	color: #000000;
}
.regCopyTitle  {
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, sans-serif; 
}
.regOfferBold {
	font-weight: 	bold;
	font-size: 	100%;
	font-family: 	Arial, sans-serif; 
	line-height: 	120%;
	padding-bottom: 4px;
	margin: 	0px auto;
}
.submitButton {
	width: auto;
	overflow: visible;
	padding: 10px 20px;
}




/* ================================================ */
/*  Clear  */

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}



/*************************** END OF CSS FILE *********************************************/
