/*
Pandell Technology Corporation
Steve Marsh
April 2006
*/


/* General Styles */
body {
	margin: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-align: center;
	background: url(../images/body_bg_01.gif) repeat-x #4d535f;
	font-size: 11px;
	color: #555;
	line-height: 16px;
}
td {
	vertical-align: top;
	font-size: 11px;
	color: #555;
	line-height: 16px;
}
img {
	border: 0;
	display: block;
}
form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 14px;
	margin: 0 0 14px 0;
	padding: 3px 5px 8px 28px;
	color: #35729a;
	background: url(/images/h2_bullet.gif) no-repeat;
	border-bottom: 1px solid #ddd;
}
h3 {
	font-size: 10px;
	margin: 0 0 10px 0;
	color: #1cad12;
}
h4 {
	font-size: 12px;
	margin: 0;
	padding: 8px 0 10px 0;
	color: #35729a;
}
h5 {
	font-size: 12px;
	margin: 0 0 14px 0;
	padding: 4px 5px 8px 0px;
	color: #1cad12;
	border-bottom: 1px solid #ddd;
}

a {
	color: #1a4f83;
}

hr {
	height: 1px;
	border: 0;
	background: none;
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 0;
}

/* Structure */
#innercontainer {
	margin: 0 auto;
	padding: 0;
	width: 790px;
	background: #2f3d56;
	text-align: left;
}
#shadowleft {
	background: url(../images/shadow_left_bg.gif) repeat-y;
	width: 0;
}
#shadowright {
	background: url(../images/shadow_right_bg.gif) repeat-y;
	width: 0;
}
#main {
	background: #fff;
	width: 0;
}
#sidebar {
	background: url(../images/sb_back_bg_01.gif) repeat-y;
	width: 0;
}
#footer, .clear {
	clear: both;
}


/* Sidebar Styles */
#mainnav {
	background: url(../images/sb_bg_01.gif) repeat-y;
	margin: 0;
	padding: 0;
}
#mainnav .topcap {
	background: url(../images/sb_top_cap_01.gif) no-repeat 0 top;
}
#mainnav .bottomcap {
	background: url(../images/sb_bottom_cap_01.gif) no-repeat 0 bottom;
}
#mainnav ul {
	margin: 0px 15px 15px 25px;
	padding: 15px 0 0 0;
	color: #fff;
	font-size: 11px;
	list-style: none;
}
#mainnav li {
	background: url(../images/sb_main_nav_bullet.gif) no-repeat 0 12px;
	padding-left: 10px;
}
#mainnav a {
	color: #fff;
	line-height: 27px;
	text-decoration: none;
}
#mainnav a:hover {
	text-decoration: underline;
}

#mainnav ul ul {
	margin: 0 0 10px 10px;
	padding: 0;
}
#mainnav ul ul li {
	background: none;
	border-left: 1px solid #788092;
	margin: 0;
	padding: 2px 0 2px 10px;
}
#mainnav ul ul a {
	color: #e5e5e5;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}
#mainnav ul ul a:hover {
	text-decoration: underline;
}


.miniform {
	padding: 0px 25px 25px 25px;
	color: #efefef;
	font-size: 9px;
}
.miniform h3 {
	font-size: 12px;
	color: #fff;
	margin: 0;
}	
.miniform input, .miniform textarea {
	width: 136px;
	font-family: verdana;
	font-size: 11px;
	background: url(../images/form_bg.gif) no-repeat #fff;
	border: 1px solid #666;
	padding: 2px 4px;
}

.miniform textarea {
	height: 80px;
}

.miniform .button {
	font-size: 9px;
	width: 88px;
}
.miniform p {
	margin: 5px 0;
	line-height: 15px;
}


/* Sub Navigation Styles */
#subnav {
	margin: 0;
	padding: 12px 0 25px 18px;
	background: #fff;
}
#subnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#subnav a {
	float: left;
	line-height: 14px;
	font-size: 11px;
	font-weight: normal;
	margin: 0 10px 0px 10px;
	text-decoration: none;
	color: #1a4f83;
}
#subnav a.active, #subnav a:hover {
	border-bottom: 4px solid #71c963;
	padding-bottom: 7px;
	color: #3c7034;
}


/* Home Page Only */
#homewelcome {
	background: #2f3d56;
	padding: 10px 28px;
	color: #999;
	font-size: 10px;
}

#homedoublecolumn {
	background: #f7f6f6;
	padding: 28px;
}
#homecontent {
	background: url(/images/home_content_bg_01.gif) repeat-x #fff;
	padding: 28px 28px 28px 28px;
	position: relative;
}
#homecontent h4 {
	margin: 0 0 10px 0;
}


/* Oil and Gas Home Page */

#prodlist h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#prodlist th {
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;		
}

#prodlist td {
	padding: 15px;
	border-top: 1px solid #d7d7d7;
}

/* News Items, Contact Block */

#news {
	margin: 0 0 10px 0;
}

.newsitem {
	padding: 0 0 0 80px;
	background: url(../images/news_date_bg.gif) no-repeat 0 1px #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}

.newsitem .title {
	font-size: 14px;
	color: #274c8a;
	margin: 0 0 10px 0;
	line-height: 18px;
	display: block;
}

.newsitem p {
	margin: 0 0 30px 0;
}

.newsitem .newsdate {
	position: absolute;
	top: 9px;
	left: 9px;
	_left: -71px; /* IE6 Hack  */
	width: 46px;
	height: 46px;
	line-height: 20px;
	text-align: center;
	text-transform: capitalize;
}

.newsitem .newsdate span {
	font-size: 24px;
	font-weight: bold;
}

.newsinfobox {
	float: right; 
	width: 160px; 
	border: 1px solid #ddd; 
	padding: 15px; 
	margin: 10px 0 15px 15px;
}

.content .newsinfobox ul {
	padding: 0;
	margin: 0;
}


/* Content Styles */
.content {
	background: url(../images/content_gradient_bg_01.gif) repeat-x;
	padding: 23px 28px;
}
.content p, #homecontent p {
	margin: 0 0 20px 0;
}
.content ul, #homecontent ul {
	margin: 0 0 20px 10px;
	padding: 0;
	font-size: 11px;
	list-style: none;
}
.content li, #homecontent li {
	background: url(../images/sub_column_bullet.gif) no-repeat 0 6px;
	padding-left: 8px;
}

.content #onecolumn {
	margin: 0;
}
.content #subleftcolumn {
	margin: 0 180px 0 0;
}

.content #subrightcolumn {
	float: right;
	color: #42609b;
	font-size: 10px;
	line-height: 15px;
	padding: 5px 0 0 0;
	width: 150px;
}

.content #subrightcolumn img {
	display: inline;
}

.content #subrightcolumn ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}
.content #subrightcolumn li {
	background: url(../images/sub_column_bullet.gif) no-repeat 0 50%;
	padding-left: 8px;
}

.column_50 {
	width: 220px; 
	float: left;
}

#noFlashContent {
	background: url(../images/noflash_header_bg.jpg) no-repeat;
}
#noFlashContent h1 {
	padding: 30px 0 0 28px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#noFlashContent h3 {
	padding: 5px 0 30px 28px;
	font-size: 15px;
	color: #F0F0F0;
	margin: 0px;
	font-weight: normal;
}
#noFlashContent img {
	float: right;
	margin: 15px 15px 0 0;
}
.iconcell {
	padding-right: 20px;
}

.alert_block {
	width: 303px;
	margin: 0 0 5px 0;
	
}
.alert_content {
	background: url(../images/alert_block_bg.gif) repeat-y;
	padding: 15px 25px;
	color: #333;
	font-size: 11px;
}
.alert_content img {
	float: left;
	padding: 0 8px 2px 0;
}
.alert_content span {
	display: block;
	margin: 0 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	color: #3e6585;
}

#powerlist {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e1e3e6;
}

#powerlist li {
	background: url(../images/sub_column_bullet.gif) no-repeat 0 50% #fafafa;
	padding: 8px 8px 8px 15px;
	font-size: 13px;
	border-bottom: 1px solid #e1e3e6;
}
.powerlist_small {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e1e3e6;
}

.powerlist_small li {
	background: #fafafa;
	background-image: none;
	padding: 5px;
	font-size: 10px;
	border-bottom: 1px solid #e1e3e6;
}



#accordion_container {
	background: url(../images/accordion_bg_03.jpg) no-repeat #000;
}

.accordion_toggle {
	background: url(../images/accordion_toggle_bg_02.gif) repeat-x #36455e;
	border-top: 1px solid #66819b;
	border-bottom: 1px solid #222a37;
	font-size: 14px;
}

.accordion_toggle:hover {
	background: url(../images/accordion_toggle_bg_green.gif) repeat-x #384b69;
	border-top: 1px solid #49b34c;
	border-bottom: 1px solid #184419;
}

.accordion_toggle a {
	display: block;
	padding: 15px 0 15px 58px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	outline: none;
}

.accordion_toggle a span {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #a7c4d6;
}

.accordion_toggle a:hover  {
	
}

.accordion_toggle .one {
	background: url(../images/number_one.gif) no-repeat 27px 50%;
}
.accordion_toggle .two {
	background: url(../images/number_two.gif) no-repeat 27px 50%;
}
.accordion_toggle .three {
	background: url(../images/number_three.gif) no-repeat 27px 50%;
}

#software, #solutions, #services {
	width: 544px;
	position: relative;
}

.leaf_content {
	margin: 0 188px 0 0;
	padding: 27px 27px 27px 27px;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	border-right: 1px solid #333;
}

.leaf_content ul {
	list-style: none;
	margin: 10px 0 0 0px;
	padding: 0;
}

.leaf_content ul li {
	background: url(../images/bullet_arrow_large.gif) no-repeat 0 17px;
	padding: 10px 0 0 30px;
}

.leaf_content a {
	color: #6cd969;
}

.section_button {
	position: absolute; top: 27px; right: 20px;
}

.icon_left {
	float: left;
	padding: 0 10px 10px 0;
}

#ifrs_masthead {
	background: url(/images/ifrs_masthead.jpg) no-repeat; 
	width: 544px; 
	height: 223px; 
	position: relative;
	color: #fff;
}

#ifrs_masthead .masthead_text {
	position: absolute;
	top: 110px; 
	left: 44px; 
	width: 280px;
}

#services_masthead {
	background: url(/images/services_feature_02.jpg) no-repeat; 
	width: 544px; 
	height: 222px; 
	position: relative;
}

#plisolutions_masthead {
	position: relative;
	background: url(/images/enterprise_web_applications_feature_01.jpg) no-repeat; 
	width: 544px; 
	height: 227px; 
}

#nexussuite_masthead {
	position: relative;
	background: url(/images/nexussuite_feature_01.jpg) no-repeat; 
	width: 544px; 
	height: 223px; 
}

.masthead_text {
	position: absolute;
	top: 110px; 
	left: 44px; 
	width: 220px;
}

.job_block {
	border: 1px solid #d0d3ef; 
	padding: 15px; 
	background: #f2f2fa;
}

.job_block h4 {
	padding: 0 0 5px 0;
}



/* Support Chart */

#pricingtable td {
	text-align: center;
	vertical-align: middle;
	width: 60px;
	padding: 7px 0;
	border-left: 1px solid #eaeaea;
}
#pricingtable th {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding: 7px 10px 7px 0;
}
#pricingtable .label {
	text-align: center;
	font-weight: bold;
	padding: 0 7px 7px 7px;
}
#pricingtable a {
	color: #777;
}
.oddrow {
	background: #f9f9f9;
}
#pricingtable img {
	display: inline;
}

/* Screenshots */

#screens {
	 line-height: 0;
}

#screens img {
	display: inline;
	margin: 0 12px 12px 0;
}

/* Client Table */
#clienttable td {
	text-align: left;
	vertical-align: middle;
	padding: 2px 0;
}
#clienttable th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 7px 10px 7px 0;
	color: #35729a;
}
#clienttable th span{
	font-size: 9px;
	font-weight: normal;
}


/* Download Table */
.downloadtable td {
	text-align: center;
	vertical-align: middle;
	width: 100px;
	padding: 7px 0;
	border-left: 1px solid #eaeaea;
}
.downloadtable th {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 7px 10px 7px 0;
}


/* ----- Hover Over Tool Tips ----- */
#theToolTip{
	position: absolute;
	left: -300px;
	width: 215px;
	border: 2px solid #C0C09F;
	padding: 6px 0px 0px 10px;
	background-color: #FFFFCC;
	visibility: hidden;
	z-index: 100;
}

#ToolTipPointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#theToolTip p{
	font-size: 11px;
	color: #333333;
	margin: 0 10px 7px 0;
}

#ToolTipTextWrap {
	font-weight:bold;
	font-size: 12px;
	color: #592C16;
	margin: 0 10px 2px 0;
}


/* FAQ Question Blocks */
.question_block {
	margin: 0 0 25px 0;
	padding: 0 0 5px 0; 
	border-bottom: 1px solid #ddd;
}

.question_block .question {
	margin: 0 0 20px 0;
	font-size: 14px;  
	line-height: 21px; 
	color: #209719;
}

.question_block .answer {
	font-size: 12px; 
	line-height: 18px;
}

