body {
	margin: 0px;
	text-align: center;
	background-color: black;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #FFFFFF;
}

.whiteLink:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #FFFFFF;
}

.whiteLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #f2f2f2;
}

.whiteLink:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #FFFFFF;
}

.blackLink:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.blackLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #f2f2f2;
}

.blackLink:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.left {
	text-align: left;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.right {
	text-align: right;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.right2 {
	text-align: right;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.topTR
{
	height: 19px;
}

#topcash
{
	height: 12px;
}

.textTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	font-weight: bold;
	color: #000000;
}

.textTitle8pt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.0pt;
	font-weight: bold;
	color: #000000;
}

.textBody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

/* generic windows*/
#overlay {
	text-align: center;
	position:absolute;
	top:300px;
	left:0;
	width:100%;
	height: 200px;
}

.overlayWrapper {
	margin: 0 auto;
}


/* ajax loaders */
.loaderG {
	width: 140px;
	height: 30px;
	display:block;
	
	text-align: center;
	
	margin: auto auto;	
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-color: #E9E8E8;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.loaderG img {
	width:18px;
	height:15px;
	
	background-image: url("images/ajax-loader.gif");
	background-repeat:no-repeat;
	
}

.loaderGFull {
	width: 118px;
	height: 60px;
	display:block;
	
	text-align: center;
	
	margin: auto auto;	
	
	padding-top: 35px;
	padding-left: 5px;
	padding-right: 5px;
	
	background-image: url("images/gloader_back.gif");
	background-position: center;
	background-repeat:no-repeat;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #FFFFFF;
}

.loaderGFull img {
	width:18px;
	height:15px;
	
	background-image: url("images/ajax-loader.gif");
	background-repeat:no-repeat;
}

.loaderMGroup {
	position: absolute;
	top: 100px;
	left: 750px;
	
	display:block;
	width: 350px;
	height: 120px;
}

.loaderMFrame {
	position: absolute;
	top: 0px;
	left: 0px;
	
	display:block;
	width: 350px;
	height: 120px;
	
	background-image: url("images/mainloader_frame.png");
	background-position: center;
	background-repeat: no-repeat;
}

.loaderMBack {
	position: absolute;
	top: 10px;
	left: 49px;
	
	display:block;
	width: 72px;
	height: 99px;
	
	background-image: url("images/mainloader_back.gif");
	background-position: center;
	background-repeat: no-repeat;
}

.loaderMBarFrame {
	position: absolute;
	top: 36px;
	left: 49px;
	
	width: 72px;
	height: 65px;
}

.loaderMBar {
	position: absolute;
	
	width: 72px;
	height: 99%;
	
	left: 0;
	bottom: 0;
	
	background-image: url("images/loaderbar.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

.loaderMBar2 {
	position: absolute;
	
	width: 71px;
	height: 40px;
	
	top: -22px;
	left: 0;
	
	background-image: url("images/mainloader_frame_loading.gif");
	background-repeat: no-repeat;
	background-position: top;
}

.loaderMProgress {
	position: absolute;
	top: 50%;
	left: 77px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #FFFFFF;
}

.loaderMMessage {
	position: absolute;
	top: 11px;
	left: 130px;
	
	vertical-align: middle;
	
	width: 191px;
	height: 96px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #FFFFFF;
	
	line-height: 15px;
}

/* outer frame of the design */
#frame {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
html>body #frame
{
	width:auto;
	min-width:830px
}

/* top - banner area */
#top {
	width: 830px;
	height: 90px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-image: url("images/banner.png");
	background-position-x: center;
	background-position: top center;
	background-repeat: no-repeat;
}

#topbanner {
	width: 830px;
	height: 56px;
}

#top td {
	width: 830px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #ffffff;
	font-weight: bold;
	
	padding-left: 60px;
	padding-right: 0px;
	
	vertical-align: baseline;
}

/* left side */
#left {
	width: 158px;
	padding-left: 15px;
	vertical-align: top;
}
html>body #left 
{
	width:auto;
	min-width:158px;
}
/* right side */
#right {
	width: 217px;
	padding-right: 15px;
	vertical-align: top;
}
html>body #right 
{
	width:auto;
	min-width:217px;
}

/* middle */
#middle {
	width: 425px;
	vertical-align: top;
}
html>body #middle 
{
	width:auto;
	min-width:425px;
}

/* login */
#login {
	width: 830px;
	height: 250px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:0px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	
	background-image: url("images/login.png");
	background-position: center;
	background-repeat: no-repeat;
}

#login tr {
	height: 30px;
}

.loginL {
	width: 456px;
	height: 250px;
	
	vertical-align: middle;
	
	padding-left: 27px;
	padding-bottom: 5px;
}

.loginR {
	width: 374px;
	
	padding-left: 45px;
	padding-top: 60px;
}

.fieldtext {
	padding-left: 5px;
	vertical-align: middle;
	
}


.fieldTitle {
	padding-right: 5px;
	padding-left: 5px;
}

.fieldinput {
	text-align: right;
	padding-right: 5px;
}

.fieldinput input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	
	border: 1px solid black;
}

.fieldtexterror {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #FF3300;
}

.fieldinputerror {
	text-align: right;
}

.fieldinputerror input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	border: 1px solid #FF3300;
}

.loginDisplay {
	width: 456px;
	height: 250px;
	
	background-image: url("images/login_pic.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

/* fields */
#login .fieldtitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
}

#login .fieldtext {
	padding-left: 15px;
}

#login .fieldsubmit {
	text-align: right;
}

#login .submit {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	background-color: #D4D0C8;
	background-image: url("images/loginicon.gif");
	background-position: right;
	background-repeat: no-repeat; 
}

#login input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	
	border: 1px solid black;
}

/* box css */
/* box button - Contract */
.contract {
	width: 13px;
	height: 13px;
		
	background-image: url("images/button_contract.gif");
	background-position: center;
	background-repeat: no-repeat;
}

/* box button - Expand */
.expand {
	width: 13px;
	height: 13px;
		
	background-image: url("images/button_expand.gif");
	background-position: center;
	background-repeat: no-repeat;
}

/* left box */
.boxLeft {
	width: 158px;
	
	background-image: url("images/boxtopL_expanded.gif");
	background-position: top;
	background-repeat: no-repeat;
}

.boxLeftcollapsed {
	width: 158px;
	
	background-image: url("images/boxtopL.gif");
	background-position: top;
	background-repeat: no-repeat;
}

.boxLeftBody {
	width: 158px;
	
	padding-left: 6px;
	padding-right: 7px;
	padding-bottom: 4px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;

	background-image: url("images/boxbottomL.gif");
	background-position:bottom;
	background-repeat: no-repeat;
}

.boxLeftTitleRight {
	width: 16px;
	height: 13px;
	padding-right: 3px;
}

.boxLeftTitleLeft {
	width: 142px;
	height: 17px;
	padding-left: 6px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #ffffff;
	font-weight: bold;
}

/* right box */
.boxRight {
	width: 217px;
	
	background-image: url("images/boxtopR_expanded.gif");
	background-position: top;
	background-repeat: no-repeat;
}

.boxRightcollapsed {
	width: 217px;
	
	background-image: url("images/boxtopR.gif");
	background-position: top;
	background-repeat: no-repeat;
}

.boxRightBody {
	width: 217px;
	
	padding-left: 6px;
	padding-right: 7px;
	padding-bottom: 4px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;

	background-image: url("images/boxbottomR.gif");
	background-position:bottom;
	background-repeat: no-repeat;
}

.boxRightTitleRight {
	width: 16px;
	height: 13px;
	padding-right: 3px;
}

.boxRightTitleLeft {
	width: 201px;
	height: 17px;
	padding-left: 6px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #ffffff;
	font-weight: bold;
}

/* middle box */
.boxMiddle {
	width: 425px;
	
	background-image: url("images/boxtopM_expanded.gif");
	background-position: top;
	background-repeat: no-repeat;
}

.boxMiddleBody {
	width: 425px;
	
	padding-left: 6px;
	padding-right: 7px;
	padding-bottom: 4px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;

	background-image: url("images/boxbottomM.gif");
	background-position:bottom;
	background-repeat: no-repeat;
}

/* tool panel */
.boxMiddlePanelFrame {
	padding-left: 3px;
	padding-right: 4px;
}

.boxMiddlePanel {
	width: 100%;
	height: 28px;
	
	background-image: url("images/panel_back.gif");
	background-position:bottom;
	background-repeat: repeat-x;
}

.boxMiddlePanelEmpty {
	width: 100%;
	height: 10px;
	
	background-image: url("images/panel_back.gif");
	background-position:bottom;
	background-repeat: repeat-x;
}

.boxMiddlePanelStart {
	width: 1px;
	height: 28px;
	
	border-bottom: 1px solid #8d8d8d;
}

.boxMiddlePanelEnd {
	height: 28px;
	
	border-bottom: 1px solid #8d8d8d;
}

.panelbuttonS {
	width: 24px;
	height: 24px;
	
	padding-right: 4px;
	
	background-image: url("images/panelbutton_small.gif");
	background-position:left;
	background-repeat: no-repeat;
	
	border-bottom: 1px solid #8d8d8d;
}

.panelbuttonL {
	width: 48px;
	height: 24px;
	
	padding-right: 4px;
	
	background-image: url("images/panelbutton_large.gif");
	background-position:left;
	background-repeat: no-repeat;
	
	border-bottom: 1px solid #8d8d8d;
}

/* tabs */

.boxMiddleTabs {
	height: 17px;
}

.tabTitleSel {
	height: 13px;
	
	background-image: url("images/tab_back_selected.gif");
	background-position:bottom;
	background-repeat: repeat-x;

	padding-top: 7px;
	padding-bottom: 1px;
	padding-left: 2px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.tabTitleSel td, .tabTitle td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.tabTitleSel a:link, .tabTitleSel a:visited {
	height: 13px;
	display:block;
	
	background-image: url("images/tab_back_selected.gif");
	background-position:bottom;
	background-repeat: repeat-x;
	
	text-decoration: none;

	padding-bottom: 1px;
	padding-left: 2px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.tabTitle {
	height: 13px;
	
	background-image: url("images/tab_back.gif");
	background-position:bottom;
	background-repeat: repeat-x;
	
	padding-top: 7px;
	padding-bottom: 1px;
	padding-left: 2px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #ffffff;
}

.tabTitle a:link, .tabTitle a:visited {
	height: 13px;
	display:block;
	
	padding-bottom: 1px;
	padding-left: 2px;
	
	text-decoration: none;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #ffffff;
	
	background-image: url("images/tab_back.gif");
	background-position:bottom;
	background-repeat: repeat-x;
}

.tabTitle a:hover {
	background-image: url("images/tab_back_selected.gif");
	background-position:bottom;
	background-repeat: repeat-x;
}

.tabEnds {
	width: 1px;
	height: 13px;
	
	background-image: url("images/tab_ends.gif");
	background-position:bottom;
	background-repeat: no-repeat;
}

.tabPanelStart {
	width: 1px;
	height: 13px;
	
	padding-left: 3px;
	
	background-image: url("images/tabpanel_back.gif");
	background-position:bottom right;
	background-repeat: no-repeat;
}

.tabPanelEnd {
	width: 1px;
	height: 13px;
	
	padding-right: 7px;
	
	background-image: url("images/tabpanel_back.gif");
	background-position:bottom left;
	background-repeat: no-repeat;
}

.dialog {
	width: 400px;
	height: 120px;
	position: absolute;
	
	background-image: url("images/dialog.png");
	background-position:center;
	background-repeat: no-repeat;
}

.dialogImgHolder {
	width: 48px;
	height: 85px;
	
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 20px;
}

.dialogTxtHolder {
	height: 85px;
	
	padding-right: 40px;
	padding-top: 20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #ffffff;
}

.dialogBtnHolder {
	height: 35px;
	
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	
	text-align: center;
}

.dialogBtnOk {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	text-align: center;
	
	padding-right: 5px;
	padding-left: 5px;
	
	background-color: #D4D0C8;
	border: 1px solid black;
}

.dialogBtnCancel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	text-align: center;
	
	padding-right: 5px;
	padding-left: 5px;
	
	background-color: #D4D0C8;
	border: 1px solid black;
}

.dialogBack {
	position: absolute;
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;  
}

.dialogError {
	width: 48px;
	height: 48px;
	
	background-image: url("images/error.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.dialogWarning {
	width: 48px;
	height: 48px;
	
	background-image: url("images/warning.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.fielderror {
	width: 14px;
	height: 14px;
	
	background-image: url("images/fielderror.gif");
	background-position:right;
	background-repeat: no-repeat;
}

ul {
	margin:0;
	padding:0;
	list-style: none;
}

.menu {
	width: 158px;
}

.menutitle {
	width: 158px;
	height: 17px;
	padding-left: 6px;
	padding-right: 3px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	font-weight: bold;
	color: #FFFFFF;
	
	background-image: url("images/menutop.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.menuspacer {
	width: 158px;
	height: 10px;
		
	background-image: url("images/menuspacer.gif");
	background-position:top center;
	background-repeat: no-repeat;
}

.menuspacer img {
	width: 158px;
	height: 10px;
}

.menuend {
	width: 158px;
	height: 9px;
		
	background-image: url("images/menubottom.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.menuend img {
	width: 158px;
	height: 9px;
}

/* new css menu */

/* main */
#navMenu ul {
list-style: none;
margin: 0;
padding: 0;
}
#navMenu {
width: 152px;
}
#navMenu li {
display:inline;
}

/* menu */
#navMenu li a:link, #navMenu li a:visited {
	
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 7.0pt;
color: #000000;
text-decoration: none;

vertical-align: middle;
height: 18px;
display: block;
background: url(images/menuitem.gif) no-repeat;
padding: 0px 0px 0px 0px;
}

#navMenu li a:hover {
background: url(images/menuitemhover.gif) no-repeat;
padding: 0px 0px 0px 0px;
cursor:hand;
}

/* subMenu */
#navMenu li li a:link, #navMenu li li a:visited {
font-weight: normal;
background: url(images/menusubitem.gif) no-repeat;
padding: 0px 0px 0px 10px;
}
#navMenu li li a:hover {
background: url(images/menusubitemhover.gif) no-repeat;
padding: 0px 0px 0px 10px;
cursor:hand;
}

.menuaction {
	width: 17px;
	height: 18px;
	
	padding-left: 2px;
	padding-right: 5px;
}

.menutext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	text-decoration: none;
}

.menuicon {
	width: 17px;
	height: 18px;
	
	padding-left: 0px;
	padding-right: 0px;
	
	vertical-align: middle;
}

#navMenu .icon {
	width: 17px;
	height: 18px;
	
	padding-left: 4px;
	padding-right: 2px;
	
	vertical-align: middle;
}

#navMenu .subicon {
	width: 17px;
	height: 18px;
	
	padding-left: 1px;
	padding-right: 2px;
	
	vertical-align: middle;
}

.overlayPage {
	overflow: hidden;
	
	background-image: url("images/pagewidgetback.gif");
	background-position:center;
	background-repeat: no-repeat;
	
	padding-left: 3px;
	padding-right: 3px;
}

.overlayPageTop {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	
	padding-right: 3px;
	padding-top: 5px;
	
	height: 20px;
}

.overlayPageTop img {
	width: 13px;
	height: 13px;
	
	background-image: url("images/button_close.gif");
	background-position:center;
	background-repeat: no-repeat;
	
}

.overlayPageBody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
	padding-top: 2px;
	
	vertical-align: top;
	
	text-align: left;
	
	height: 553px;
}

.overlayContent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
	vertical-align: top;
	
	text-align: left;
	
	height: 480px;
	
	overflow: auto;
}

.overlayActivity {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
	vertical-align: top;
	
	text-align: left;
}

.overlayContentSmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
	vertical-align: top;
	
	text-align: left;
	
	overflow: auto;
}

.overlayPageBody h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	
	text-align: center;
	vertical-align: middle;
}

.overlayPageBody td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.pageimage {
	width: 50px;
	height: 60px;
}

.overlayPageClose {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
	padding-top: 0px;
	
	height: 27px;
}

.overlayPageCloseSize {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding-top: 0px;
	height: 27px;
}

.guidePage {
	overflow: hidden;
	
	background-image: url("images/pageguideback.gif");
	background-position:center;
	background-repeat: no-repeat;
	
	padding-left: 3px;
	padding-right: 3px;
}

.guidePageTop {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	
	padding-right: 3px;
	padding-top: 5px;
	
	height: 20px;
}

.guidePageTop img {
	width: 13px;
	height: 13px;
	
	background-image: url("images/button_close.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.guidePageBody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
	padding-top: 2px;
	
	vertical-align: top;
	
	text-align: left;
	
	height: 553px;
}

.guidePageContent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
	vertical-align: top;
	
	text-align: left;
	
	height: 450px;
	
	overflow: auto;
}

.guidePageBody h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	
	text-align: center;
	vertical-align: middle;
}

.guidePageBody td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.guidePageClose {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
	padding-top: 0px;
	
	height: 27px;
}

.titleinfoGuide {
	height: 90px;
	padding-left: 5px;
	padding-right: 5px;
}

.titleinfoGuide td {
	vertical-align: top;
}

.titleinfoGuide b {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.btnClose {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/close.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnAccept {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/accepted.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnReject {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/denied.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.headSection {
	height:30px;
	
	padding-left: 5px;
	padding-left: 10px;
	background-color: #9C9C9C;
	
	background-image: url("images/headsection.gif");
	background-position: left top;
	background-repeat: repeat-x; 
}

.headSectionIcon {
	height:30px;
	
	text-align: right;
	
	padding-left: 5px;
	padding-left: 10px;
	background-color: #9C9C9C;
	
	background-image: url("images/headsection.gif");
	background-position: left top;
	background-repeat: repeat-x; 
}

.headSection h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.tableSection {
	height:30px;
	
	background-color: #9C9C9C;
	background-image: url("images/tablesection.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.simpleTableSecion {
	height:30px;
	
	background-color: #9C9C9C;
	background-image: url("images/tablesection.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.simpleTableSecion a, .simpleTableSecion a:visited {
	color: #000000;
	text-decoration: underline;
}

.tableSectionG {
	height:30px;
	
	background-color: #9C9C9C;
	background-image: url("images/tablesectionG.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.tableSectionG td {
	height:30px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	padding-right: 10px;
	
	padding-top: 2px;
	vertical-align: top;
	
	border-bottom: 1px solid GREEN;
}

.tableSection td {
	height:30px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	padding-right: 10px;
	
	padding-top: 2px;
	vertical-align: top;
	
	border-bottom: 1px solid #5f5f5f;
}

.tableRig {
	height:104px;
	
	background-color: #9C9C9C;
	background-image: url("images/rigsection.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.tableRig td {
	height:104px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	padding-right: 10px;
	
	padding-top: 2px;
	vertical-align: top;
	
	border-bottom: 1px solid #5f5f5f;
}

.tableWell {
	
	background-color: #9C9C9C;
	background-image: url("images/wellinfosecion.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.tableWell td {
	height:104px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	padding-right: 10px;
	
	padding-top: 2px;
	vertical-align: top;
	
	border-bottom: 1px solid #5f5f5f;
}

.tableRigSel {
	height:104px;
	
	background-color: #9C9C9C;
	background-image: url("images/rigsectionsel.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.tableRigSel td {
	height:104px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	padding-right: 10px;
	
	padding-top: 2px;
	vertical-align: top;
	
	border-bottom: 1px solid #5f5f5f;
}

.tableSectionSmall {
	height: 20px;
	
	background-color: #9C9C9C;
	background-image: url("images/tablesectionsmallsub.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.tableSectionSmall td {
	height: 20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	padding-right: 10px;
	
	padding-top: 2px;
	vertical-align: top;
	
	border-bottom: 1px solid #5f5f5f;
}

.tableSectionSmallNB {
	height: 20px;
	
	background-color: #9C9C9C;
	background-image: url("images/tablesectionsmallsub.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.tableSectionSmallNB td {
	height: 20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	padding-right: 10px;
	
	padding-top: 2px;
	vertical-align: top;
}

.tableSectionUnder {
	height:30px;
	
	background-color: #9C9C9C;
	background-image: url("images/tablesection.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.tableSectionUnder .first {
	height:30px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 15px;
	padding-right: 10px;
	
	padding-top: 2px;
	vertical-align: top;
	
	border-bottom: 1px solid #5f5f5f;
}

.tableSectionUnder td {
	height:30px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	padding-right: 10px;
	
	padding-top: 2px;
	vertical-align: top;
	
	border-bottom: 1px solid #5f5f5f;
}

.tableSection a, .tableSection a:visited{
	height:30px;
	width: 100%;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	background-color: #9C9C9C;
	background-image: url("images/tablesection.gif");
	background-position: left top;
	background-repeat: repeat-x;
	
	text-decoration: none;
	display:block;
	
	vertical-align: top;
}

.tableSection a:hover {
	height:30px;
	width: 100%;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	background-color: #9C9C9C;
	background-image: url("images/tablesectionsel.gif");
	background-position: left top;
	background-repeat: repeat-x;
	
	text-decoration: none;
	display:block;
	
	vertical-align: top;
}

.tableSection .viewfield {
	width: 50px;
	text-align: right;
	padding-right: 5px;
}

.tableSectionSel .viewfield {
	width: 40px;
	text-align: right;
	padding-right: 5px;
}

.tableSectionSel {
	height:30px;
	
	background-color: #FAA92E;
	background-image: url("images/tablesectionsel.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.tableSectionSel td {
	height:30px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	padding-left: 10px;
	
	padding-top: 2px;
	vertical-align: top;
	
	border-bottom: 1px solid #5f5f5f;
}

.titleinfo {
	height: 60px;
	padding-left: 5px;
	padding-right: 5px;
}

.titleinfo td {
	vertical-align: middle;
}

.titleinfo b {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.btnMore {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/more.gif");
	background-position: right;
	background-repeat: no-repeat; 
}

.moreSection {
	height: 22px;
	padding-top: 1px;
}

.imageSpacer {
	height: 10px;
}

.imageSpacer img {
	height: 10px;
}

.mailboxSmall ul {
list-style: none;
margin: 0;
padding: 0;
}

.mailboxSmall li {
	height:20px;
	width: 146px;
}

.mailboxSmall li table tr td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.mailboxSmall li a:link, .mailboxSmall li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	text-decoration:none;
	display: block;
	background: url(images/tablesectionsmall.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.mailboxSmall li a:hover {
	background: url(images/tablesectionsmallsel.gif) repeat-x;
	padding: 0px 0px 0px 0px;
	
	cursor:hand;
}

.mailDirection, .mailDirection img {
	width: 10px;
	height: 20px;
	
	padding-right: 1px;
}

.mailStatus, .mailStatus img {
	width: 15px;
	height: 20px;
	
	padding-right: 2px;
}

.mailIcon, .maimailIconlStatus img {
	width: 15px;
	height: 20px;
}

.mailboxFolders ul {
list-style: none;
margin: 0;
padding: 0;
}

.mailboxFrame {	
	background-image: url("images/mail_background.gif");
	background-position: top left;
	background-repeat: no-repeat; 
}

.mailboxFolders {
	width: 220px;
	height: 150px;
	
	padding-left: 10px;
	
	overflow: auto;
	border-right-style:groove;
}

.mailboxFolders li, .mailboxFolders li li {
	width: 200px;
}

.mailboxFolders li a:link, .mailboxFolders li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	height: 20px;
	
	text-decoration:none;
}

.mailboxFolders li li a:link, .mailboxFolders li li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	height: 20px;
	
	padding-left: 10px;
	
	text-decoration:none;
	display: block;
}

.mailboxFolders li a:hover, .mailboxFolders li li a:hover {
	color: #878787;
}

.mailboxHeader {
	height: 31px;
}

.mailboxHeader td {
	height: 31px;
}

.mailboxHeader h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	font-weight: bold;
	
	text-align: center;
}

.mailboxMailList {	
	height: 160px;
	width: 100%;
	
	overflow:auto;
}

.mailboxMailList li {
	list-style: none;
}

.mailboxMailList li, .mailboxMailList li a:link, .mailboxMailList li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	height: 34px;
	width: 100%;
	
	text-decoration:none;
	display: block;
	
	text-align: left;
	
	background: url(images/mail_listback.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.mailboxMail, #mailboxMailMessage {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	width: 100%;
}

.mailboxMailHeading, .mailboxMailHeading td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.0pt;
	color: #000000;
	
	height: 30px;
}

.mailboxMailList li a:hover {
	background-color: #DBDBDB;
	
	cursor: hand;
}

.mailboxToolbar {
	height: 35px;
	
	border-bottom: 1px solid #5F5F5F;
	border-top: 1px solid #5F5F5F;
}

.folderOpen {
	width: 15px;
	height: 20px;
	
	background: url(images/mail_folder_open.gif) no-repeat;
}

.folderClosed {
	width: 15px;
	height: 20px;
	
	background: url(images/mail_folder.gif) no-repeat;
}

.mailboxListIcon {
	width: 30px;
	height: 30px;
	
	text-align:right;
	
	padding-right: 5px;
}

.mailboxToolIcon {
	height: 35px;
	
	padding-right: 5px;
}

.dialogPage {
	/*overflow: hidden;*/
	
	background-image: url("images/pagedialogback.gif");
	background-position:top;
	background-repeat: no-repeat;
	
	padding-left: 3px;
	padding-right: 3px;
}

.dialogPageBottom
{
	height: 8px;
	background-image: url("images/pagedialogback_bottom.gif");
	background-position:center center;
	background-repeat: no-repeat;
}

.dialogPageBottom img
{
	width: 570px;
	height: 8px;
}

.dialogPageSize {
	overflow: auto;
	
	background-image: url("images/pagedialogback.gif");
	background-position:top;
	background-repeat: no-repeat;
	
	padding-left: 3px;
	padding-right: 3px;
}

.dialogPageTop {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	
	padding-right: 3px;
	padding-top: 3px;
	
	height: 20px;
}

.dialogPageTop img {
	width: 13px;
	height: 13px;
	
	background-image: url("images/button_close.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.popupBar td {
	padding-bottom: 2px;
}

.iconClose {
	width: 13px;
	height: 13px;
	
	background-image: url("images/button_close.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.iconNewWind {
	width: 13px;
	height: 13px;
	
	background-image: url("images/button_newtab.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.iconReloadWind {
	width: 13px;
	height: 13px;
	
	background-image: url("images/button_reloadtab.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.dialogPageBody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
	padding-top: 2px;
	
	vertical-align: top;
	
	text-align: left;
}

.dialogContent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
	vertical-align: top;
	
	text-align: left;
	
	height: 363px;
	
	overflow: auto;
}

.dialogPageBody h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	
	text-align: center;
	vertical-align: middle;
}

.dialogPageBody td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

#mailboxNewMail, #mailboxReplyMail {
	cursor: hand;
}

.btnSend {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/submit.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnSubmit {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/submit.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnVerify {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/verify.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnVerifyD {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/verifyd.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnSendToChat {
	height:20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnSubmitD {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/submitd.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnDrill {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/drill.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnDrillD {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: gray;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/drilld.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnView {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/view.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnShare {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 8px;
	padding-left: 6px;
	
	border: 1px solid gray;
	background-color: #D4D0C8;
}

.btnPlace {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;

/*
	background-image: url("images/view.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
*/
}

pre {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
}

.headingList {
	width: 204px;
	/*test*/
	margin: 0px;
	padding: 0px;
}

.headingList .sectionEnd {
	padding-bottom: 10px;
}

.headingList li {
	list-style: none;
}

.headingList li, .headingList li a:link, .headingList li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
		/*test*/

	width: 204px;
	
	text-decoration:none;
	display: block;
	
	text-align: left;
	
	background: url(images/windowheadingback.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.headingList li a:hover {
	background: url(images/windowheadingbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.headingList li li {
	list-style: none;
}

.headingList li li, .headingList li li a:link, .headingList li li a:visited, .headingList .selected li a:link, .headingList .selected li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	width: 204px;
	
	text-decoration:none;
	display: block;
	
	padding-left: 10px;
	
	text-align: left;
	
	background: url(images/windowsubheadingback.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.headingList li li a:hover, .headingList .selected a:hover {
	background: url(images/windowsubheadingbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.headingList .selected a:link, .headingList .selected a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	width: 204px;
	
	text-decoration:none;
	display: block;
	
	text-align: left;
	
	background: url(images/windowheadingselectedback.gif) repeat-x;
	padding: 0px 0px 0px 0px;	
}

.headingList .selected li a:hover {
	background: url(images/windowsubheadingbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.headingIcon {
	width: 20px;
	height: 20px;
	
	padding-left: 2px;
	padding-right: 2px;
}

.headingIcon img {
	width: 20px;
	height: 20px;
	
	background: url(images/headingicon.gif) repeat-x;
}

.headingIconSpace {
	width: 20px;
	height: 20px;
	
	padding-left: 2px;
	padding-right: 2px;
}

.headingIconSpace img {
	width: 20px;
	height: 20px;
}

.wrnIndicator {
	width: 22px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/indicator.gif) no-repeat;
}

.blkIndicator {
	width: 22px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/blocker.gif) no-repeat;
}

.blocked {
	width: 22px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/blocked.gif) no-repeat;
}

.accTrash {
	width: 14px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/trash.gif) no-repeat;
}

.accTrashD
{
	width: 14px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/trashd.gif) no-repeat;
}

.tableSection .viewAcc {
	width: 14px;
	text-align: right;
}

.tableSectionSel .viewAcc {
	width: 14px;
	text-align: right;
	padding-right: 5px;
}

.accIndicator {
	width: 22px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/accepted.gif) no-repeat;
}

.periodSelected {
	background: url(images/windowheadingback.gif) repeat-x;
}

.questionIconC {
	width: 20px;
	height: 20px;
	
	padding-left: 2px;
	padding-right: 2px;
}

.questionIconC img {
	width: 20px;
	height: 20px;
	
	background: url(images/qheader_success.gif) repeat-x;
}

.questionIconW {
	width: 20px;
	height: 20px;
	
	padding-left: 2px;
	padding-right: 2px;
}

.questionIconW img {
	width: 20px;
	height: 20px;
	
	background: url(images/qheader_failed.gif) repeat-x;
}

.headingIconFinished {
	width: 20px;
	height: 20px;
	
	padding-left: 2px;
	padding-right: 2px;
}

.headingIconFinished img {
	width: 20px;
	height: 20px;
	
	background: url(images/headingicondone.gif) repeat-x;
}

.headingState {
	width: 20px;
	height: 20px;
	
	padding-left: 2px;
	padding-right: 2px;
}
html>body .headingState
{
	padding-right: 9px;
}

.formattedText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.vAlignTop {
	vertical-align: top;
}

.headingForm {
	border-top: 1px solid #c2c2c2;
}

.headingList .fieldtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.headingList .fieldinput{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-top: 2px;
	padding-bottom: 2px;
}

.headingList .fieldinput input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
}

.headingList .fieldsubmit{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	text-align: center;
	
	padding-top: 2px;
	padding-bottom: 2px;
}

.responseSuccess {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #FFFFFF;
	
	background-color: GREEN;
}

.responseSuccess img {
	width: 20px;
	height: 20px;
	
	float:left;
	
	background: url(images/greenflag.gif) no-repeat;
	
	padding: 2px;
}

.responseFailed {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #FFFFFF;
	
	background-color: RED;
}

.responseFailed img {
	width: 20px;
	height: 20px;
	
	float:left;
	
	background: url(images/redflag.gif) no-repeat;
	
	padding: 2px;
}

#surveyview {
	width: 392px;
	
	overflow:auto;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	text-align: center;
	vertical-align: middle;
}

.tableSurvey {
	background-color: #9C9C9C;
	width: 100%;
}

.surveyList {
	width: 204px;
	margin: 0px;
	padding: 0px;
}

.surveyList li {
	list-style: none;
}

.surveyList li, .surveyList li a:link, .surveyList li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	width: 100%;
	
	text-decoration:none;
	display: block;
	
	text-align: left;
	
	background: url(images/windowheadingback.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.surveyList li a:hover {
	background: url(images/windowheadingbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.surveyList li li {
	list-style: none;
}

.scroll {
	height: 100px;
	
	overflow: auto;
}

.surveyScroll {
	max-height: 200px;
	
	overflow: auto;
}

.prodScroll {
	max-height: 600px;
	
	overflow: auto;
}

.surveyList li li, .surveyList li li a:link, .surveyList li li a:visited, .surveyList .selected li a:link, .surveyList .selected li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	height: 40px;
	
	text-decoration:none;
	display: block;
	
	padding-left: 10px;
	
	text-align: left;
	vertical-align: middle;
	
	background: url(images/tablesection.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.surveyList li li a:hover, .surveyList .selected a:hover {
	background: url(images/tablesection.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.surveyList .selected a:link, .surveyList .selected a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	width: 100%;
	
	text-decoration:none;
	display: block;
	
	text-align: left;
	
	background: url(images/windowheadingselectedback.gif) repeat-x;
	padding: 0px 0px 0px 0px;	
}

.surveyList .selected li a:hover {
	background: url(images/windowsubheadingbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.surveyList {
	width: 204px;
	margin: 0px;
	padding: 0px;
}

.surveyList li {
	list-style: none;
}

.surveyList li, .surveyList li a:link, .surveyList li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	width: 100%;
	
	text-decoration:none;
	display: block;
	
	text-align: left;
	
	background: url(images/windowheadingback.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.surveyList li a:hover {
	background: url(images/windowheadingbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.reservoirList {
	width: 204px;
	margin: 0px;
	padding: 0px;
}

.reservoirList li {
	list-style: none;
}

.reservoirList li, .reservoirList li a:link, .reservoirList li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	width: 100%;
	
	text-decoration:none;
	display: block;
	
	text-align: left;
	
	background: url(images/windowheadingback.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.reservoirList li a:hover {
	background: url(images/windowheadingbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.reservoirList li li {
	list-style: none;
}

.reservoirList li li, .reservoirList li li a:link, .reservoirList li li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	height: 40px;
	
	text-decoration:none;
	display: block;
	
	padding-left: 10px;
	
	text-align: left;
	
	background: url(images/ressection.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.reservoirList li li a:hover, .reservoirList .selected a:hover {
	background: url(images/tablesection.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.reservoirList .selected a:link, .reservoirList .selected a:visited, .reservoirList .selected li li a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	width: 100%;
	
	text-decoration:none;
	display: block;
	
	text-align: left;
	
	background: url(images/reservoirlistselectedbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;	
}

.reservoirList .selected li a:hover {
	background: url(images/windowsubheadingbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.reservoirList {
	width: 204px;
	margin: 0px;
	padding: 0px;
}

.reservoirList li {
	list-style: none;
}

.reservoirList li, .reservoirList li a:link, .reservoirList li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	width: 100%;
	
	text-decoration:none;
	display: block;
	
	text-align: left;
	
	background: url(images/windowheadingback.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.reservoirList li a:hover {
	background: url(images/windowheadingbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.licenceList {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.licenceList li {
	list-style: none;
}

.licenceList li, .licenceList li a:link, .licenceList li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	width: 100%;
	
	text-decoration:none;
	display: block;
	
	text-align: left;
	
	background: url(images/background_question.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.licenceList li a:hover {
	background: url(images/windowheadingbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.licenceList li li {
	list-style: none;
}

.licenceList li li, .licenceList li li a:link, .licenceList li li a:visited, .licenceList .selected li a:link, .licenceList .selected li a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	height: 30px;
	
	text-decoration:none;
	display: block;
	
	padding-left: 10px;
	
	text-align: left;
	
	background: url(images/tablesection.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.licenceList li li a:hover, .licenceList .selected a:hover {
	background: url(images/tablesection.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.licenceList .selected a:link, .licenceList .selected a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	width: 100%;
	
	text-decoration:none;
	display: block;
	
	text-align: left;
	
	background: url(images/reservoirlistselectedbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;	
}

.licenceList .selected li a:hover {
	background: url(images/reservoirlistselectedbacksel.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.surveybutton {
	width: 50px;
	text-align: right;
	padding-right: 2px;
	padding-top: 4px;
}

.surveyMorphStart {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	width: 203px;
	height: 30px;
	
	text-decoration:none;
	display: block;
	
	padding-left: 10px;
	
	text-align: left;
	
	background: url(images/tablesection.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

.surveyMorphStart img {
	width: 203px;
	height: 30px;
	
	filter: alpha(opacity=50);
	opacity: 0.5;  
}

.surveyMorphEnd {
	width: 392px;
	height:30px;
	
	background-color: #9C9C9C;
	background-image: url("images/tablesection.gif");
	background-position: left top;
	background-repeat: repeat-x;
	
	filter: alpha(opacity=20);
	opacity: 0.2;  
}

.surveyMorphEnd img {
	width: 400px;
	height:30px;
}

.btnBuy {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/buy.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnBuyD {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: gray;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/buyd.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnSelect {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/accepted.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnSelectD {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/acceptedd.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnLoading {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/ajax-loader.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnFarmOut {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/farmout.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnFarmOutD {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: gray;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/farmoutd.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnFarmIn {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/farmin.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnReqFarmIn {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/reqfarmin.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnRevFarmIn {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/revfarmin.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnReqFarmInD {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/reqfarmind.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnFarmInD {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: gray;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/farmind.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnNext {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/next.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnNextD {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: gray;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/nextd.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnPrev {
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-image: url("images/prev.gif");
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

#surveyZoom {
	width: 32px;
	height: 30px;
	
	padding-left: 2px;
	
	background-image: url("images/headsection.gif");
	background-position: left top;
	background-repeat: repeat-x; 
	
	cursor: hand;
}

.surveyUnzoomed {
	width: 350px;
}

.surveyZoomed {
	width: 150%;
}

.valueChanged {
	background-color: #C3C3C3;
}

.pauseLoader {
	width: 374px;
	
	background-image: url("images/pausebottom.gif");
	background-position: bottom;
	background-repeat: no-repeat; 
}

.pauseLoader table {
	width: 374px;
	
	background-image: url("images/pauseheader.gif");
	background-position: top;
	background-repeat: no-repeat;
}

.slideLoader {
	width: 970px;
}

.slideLoader table {
	width: 970px;
}

.pauseImage {
	width: 75px;
}

.pauseImage img {
	width: 75px;
}

.pauseBottom {
	width: 374px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #FFFFFF;
	
	text-align: left;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.pauseBottom h1 {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FFFFFF;
	
	line-height: 10px;
	
	text-align: left;
}

.pauseLoader a {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FFFFFF;
	
	line-height: 10px;
	
	text-align: center;
}

.slideBottom {
	width: 970px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #FFFFFF;
	
	text-align: left;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.slideBottom h1 {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FFFFFF;
	
	line-height: 10px;
	
	text-align: left;
}

.pauseLoader p {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FFFFFF;
	
	line-height: 15px;
	
	text-align: center;
}

.slideLoader p {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FFFFFF;
	
	line-height: 15px;
	
	text-align: center;
}

.offeredBlock {
	background-color: #FFA500;
}

.allBlock {
	background-color: #FFFFFF;
}

.operatedBlock {
	background-color: #0EDF0D;
}

.investedBlock {
	background-color: #FF0000;
}

.drilledBlock {
	background-color: #FFFF00;
}

.oilBlock {
	background-color: #000000;
}

.blockBg {
	background-image: url("images/blockback.gif");
}

.blockBorder {
	border: 1px solid black;
}

#popup {
	position: absolute;
	top: 20px;
	left: 30px;
	
	padding: 0;
	margin: 0;
}

#popup .frame {
	padding: 0;
	margin: 0;
}

#popup .topleft {
	background: url(images/pop_border_tl.gif) no-repeat;
	padding: 0;
	margin: 0;
	
	width: 4px;
	height: 4px;
}

#popup .top {
	background: url(images/pop_border_top.gif) repeat-x;
	padding: 0;
	margin: 0;
	
	height: 4px;
}

#popup .topright {
	background: url(images/pop_border_tr.gif) no-repeat;
	padding: 0;
	margin: 0;
	
	width: 4px;
	height: 4px;
}

#popup .bottomleft {
	background: url(images/pop_border_bl.gif) no-repeat;
	padding: 0;
	margin: 0;
	
	width: 4px;
	height: 4px;
}

#popup .bottom {
	background: url(images/pop_border_bottom.gif) repeat-x;
	padding: 0;
	margin: 0;
	
	height: 4px;
}

#popup .bottomright {
	background: url(images/pop_border_br.gif) no-repeat;
	padding: 0;
	margin: 0;
	
	width: 4px;
	height: 4px;
}

#popup .left {
	background: url(images/pop_border_left.gif) repeat-y;
	padding: 0;
	margin: 0;
	
	width: 4px;
}

#popup .right {
	background: url(images/pop_border_right.gif) repeat-y;
	padding: 0;
	margin: 0;
	
	width: 4px;
}

#popup .topleft img, #popup .topright img, #popup .bottomleft img, #popup .bottomleft img {
	width: 4px;
	height: 4px;
}

#popup .left img, #popup .right img {
	width: 4px;
}

#popup .top img, #popup .bottom img {
	height: 4px;
}

#popup .content {
	background-color: #000000;
	padding: 0;
	margin: 0;
}

#popup .contentChat{
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.chatText
{
	padding-left:7px; 
	padding-top:7px; 
	height:100px; 
	width:200px; 
	overflow:auto;	
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: Black;
	
	text-align: left;
}

.chatTextPopUp
{
	padding-left:0px; 
	padding-top:0px; 
	height:100%; 
	width:100%; 
	overflow:auto;	
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: Black;
	
	text-align: left;
}

#popup .leftContent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	
	text-align: left;
	
	height: 30px;
}

#popup .rightContent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	
	text-align: right;
	
	height: 30px;
}

#popupContent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #FFFFFF;
	
	padding: 0;
	margin: 0;
}


.genericTab, .genericTab table {
    width: 100%;
    height: 17px;
} 

.genericTab .tabBg {
    width: 2px;
    background: url(images/g_tab_bg.gif) repeat-x;
} 

.genericTab .tabEnd {
    width: 1px;
    background: url(images/g_tab_end.gif) no-repeat;
} 

.genericTab .tabBack {
    background: url(images/g_tab_back.gif) repeat-x;
    padding: 0 2px 6px 2px;
    
    text-align:center;
} 

.genericTab .tabEndSel {
    width: 1px;
    background: url(images/g_tab_end_sel.gif) no-repeat;
} 

.genericTab .tabBackSel {
    background: url(images/g_tab_back_sel.gif) repeat-x;
    padding: 0 2px 6px 2px;
    
    text-align:center;
}

.genericTab .tabBack a, .genericTab .tabBackSel a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7.0pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    display: block;
} 

.genericTab .tabBack a:hover {
    background: #878787;
}


.sectionHeader {
    background: url(images/windowheadingback.gif) repeat-x;
} 

.sectionHeader .icon {
    width: 17px;
    height: 17px;
} 

.sectionHeader .icon img {
    width: 17px;
    height: 17px;
    background: url(images/sectionicon.gif) no-repeat;
} 

.sectionHeader a {
    text-decoration: none;
    display: block;
} 

.sectionHeader a:hover {
    background: url(images/windowheadingbacksel.gif) repeat-x;
} 

.sectionHeader .text {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7.0pt;
    color: #000000;
} 

.sectionBody {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7.0pt;
    color: #000000;
    background: #9C9C9C;
} 

.sectionBody p {
	line-height: 10px;
	padding: 0px;
}

.sectionBody td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7.0pt;
    color: #000000;
    padding-top: 3px;
    padding-bottom: 3px;
}

.depthHeading {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 6.5pt;
    color: #000000;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
} 

.depth0 {
    background: #339147;
    border: 1px solid gray;
} 

.depth50 {
    background: #c4dcef;
    border: 1px solid gray;
} 

.depth100 {
    background: #b2cfe5;
    border: 1px solid gray;
} 

.depth200 {
    background: #97c0dc;
    border: 1px solid gray;
} 

.depth300 {
    background: #649ebe;
    border: 1px solid gray;
} 

.depth400 {
    background: #3083ac;
    border: 1px solid gray;
} 

.depth500 {
    background: #006c98;
    border: 1px solid gray;
} 

.depth600 {
    background: #006391;
    border: 1px solid gray;
} 

.depth800 {
    background: #006391;
    border: 1px solid gray;
}

.blockToDeep {
    background: red;
    border: 1px solid gray;
}

.blockGrayedOut {
    background: #9C9C9C;
    border: 1px solid gray;
}

.blockSelected {
    background: orange;
    border: 1px solid gray;
}

.blockEIA {
    background: orange;
    border: 1px solid gray;
	
	background: url(images/eiablock.gif);
}

.divMapTest
{
	position:absolute;
	top:0;
	left:7px;
	z-index:2;
}

.question .seperator{
	border-top: 1px solid black;
}

.question {
	background: url(images/background_question.gif) repeat-x;
}

.qApproved {
	padding: 2px;
	width: 400px;
	height: 60px;
	background: url(images/qapproved.gif) no-repeat;
}

.qApproved h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #000000;
    font-weight: bold;
    vertical-align: middle;
}

.qDenied {
	padding: 2px;
	width: 400px;
	height: 60px;
	background: url(images/qdenied.gif) no-repeat;
}

.qDenied h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: middle;
}

.linkPages p, .linkPages a, .linkPages:visited {
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 6.5pt;
    color:#000000;
	
	height: 20px;
    
    text-decoration:none;
    
    display:inline-block;
	
	padding: 2px;
	
	background: url(images/tablesectionsmall.gif) repeat-x;
}

.linkPages a:hover {
	background: url(images/tablesectionsmallsel.gif) repeat-x;
}

.rigPicture {
	width: 100px;
	height: 100px;
}

.rating {
	width: 180px;
}

.selectiongrid a, .selectiongrid a:visited {
	background-color: #9C9C9C;
}

.selectiongrid a:hover {
	background-color: #c8c8c8;
}

.prospRow {
	height: 10px;
	
	background-color: #9C9C9C;
	background-image: url("images/tablesectionsmallsub.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.prospRow text {
	height: 10px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	padding-right: 10px;
	
	vertical-align: middle;
	
	border-bottom: 1px solid #5f5f5f;
}

.prospSlider {
	width: 284px;
	
	padding-right: 5px;
	padding-left: 5px;
}

.prospSlider .white {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 6.5pt;
    color:#000000;
	
	padding-left: 2px;
	
	background: url(images/slider_white.gif) no-repeat;
	background-position: left;
}

prospSlider .white img {
	height: 10px;
}

.prospSlider .end {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 6.5pt;
    color:#000000;
	
	padding-left: 2px;
	
	background: url(images/slider_colour_end.gif) no-repeat;
	background-position: left;
}

prospSlider .end img {
	height: 10px;
}

.prospSlider .colour {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 6.5pt;
    color:#000000;
	
	padding-right: 2px;
	
	text-align: right;
	
	background: url(images/slider_colour.gif) no-repeat;
	background-position: right;
}

prospSlider .colour img {
	height: 10px;
}

.btn{
	height:20px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #000000;
	
	padding-right: 17px;
	padding-left: 2px;
	
	border: 1px solid gray;
	
	background-color: #D4D0C8;
	background-position: 95% 0;
	background-repeat: no-repeat; 
}

.btnNew{
/*
	background-image: url("images/drill.gif");
*/
}

.btnOpen{
/*
	background-image: url("images/drill.gif");
*/
}

.btnEdit{
/*
	background-image: url("images/drill.gif");
*/
}

.loaderimage {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 6.5pt;
    color:#000000;
}

#solutionSubmit{
	background: blue;
}

.blockLine{
	position:absolute;
	border-color: yellow;
	border-style: solid;
	border-width: 2px;
}

.blockLine img{
	position: absolute;
	top: 0px;
	left: 0px;
}

div.blockLineTeam:hover{
	border-style: dotted;
}

.blockLineTeam{
	cursor: pointer;
	border-color: red;
	border-style: solid;
	border-width: 2px;
}

.helpBox {
	width: 200px;
	text-align: left;
	position: absolute;
}

.helpBox .title {
	height: 13px;
	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 6.5pt;
	font-weight: bold;
    color:#FFFFFF;
	
	padding-left: 8px;
	padding-top: 2px;
	
	text-align: left;
	
	background: url(images/helpbox_title.gif);
	display: block;
}

.helpBox .body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 6.5pt;
    color:#000000;
	
	text-align: left;
	
	padding-left: 8px;
	
	background: url(images/helpbox_back.gif);
	background-position: bottom;
	display: block;
}

.helpBoxChat {
	width: 200px;
	text-align: left;
	position: absolute;
}

.helpBoxChat .title {
	height: 13px;
	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 6.5pt;
	font-weight: bold;
    color:#FFFFFF;
	
	padding-left: 8px;
	padding-top: 2px;
	
	text-align: left;
	
	background: url(images/helpbox_title.gif);
	display: block;
}

.helpBoxChat .body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 6.5pt;
    color:#000000;
	
	text-align: left;
	
	padding-left: 8px;
	
	background: url(images/helpbox_back.gif);
	background-position: bottom;
	display: block;
}

.boxTextPosition {
	width: 200px;
	
	padding: 1px;
	
	border: 1px solid black;
}

.fakeA {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7.0pt;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.fakeA:hover {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7.0pt;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.iconView {
	border: 0px;
	width: 15px;
	height: 20px;
	
	cursor: pointer;
}

.iconDrill {
	border: 0px;
	width: 15px;
	height: 20px;
	
	cursor: pointer;
}

.reservoirSelected {
	background-image: url(images/reservoirlistselectedbacksel.gif);
}

/* <--- Gantt Start ---> */
div.gantt-tooltip
{
	color: #000;
	line-height: 1;
	font-family: verdana;
	font-size: 8pt;
}

div.gantt-chart, td.gantt-chart
{
	color: #000;
	line-height: 1;
	font-family: verdana;
	font-size: 8pt;
}

td.gantt-chart
{
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000;
	
	text-align: center;
	width: 20px;
}

td.task-list
{
	line-height: 1;
	font-family: verdana;
	font-size: 8pt;
	
	padding: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000;
}

td.task-duration	
{
	line-height: 1;
	font-family: verdana;
	font-size: 8pt;
	
	padding: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	text-align: right;
}	

div.gantt-task-bar
{
	position: absolute;
	font-size: 3pt;
	line-height: 1;
	
	border: 1px solid #507FAD;
	background-image: url(images/task-bar.png);
	background-color: #6CAAE7;
}

div.gantt-task-bar-light
{
	position: absolute;
	font-size: 3pt;
	line-height: 1;
	height: 15px;
	
	border: 1px solid #5C93C8;
	background: url(images/task-bar-light.png);
	background-color: #7EC6F5;
}

td.gantt-grid-weekday 
{
	line-height: 1;
	font-family: verdana;
	font-size: 8pt;
	
	width: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #eee;
	
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: default;
}

td.gantt-grid-weekend
{
	line-height: 1;
	background-color: #eee;
	
	font-family: verdana;
	font-size: 8pt;
	
	width: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #eee;
	
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: default;
}
/* ---> Gantt End <--- */

.selectedSolution td{
	border: thin solid #80ff80;
}

select, option {
  behavior: url(ie-select-option-update.htc);
}

.ie_hack_div
{

}

.ie_hack_table
{
	width:100%
}

.ModalShim
{
	position:absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;

	background-color: #CCCCCC;
}

.popIt
{
	position: absolute;
	z-index:1000;
	padding-bottom:42px;
	-moz-user-select: none;
	cursor: default;
	min-width: 200px;
	min-height: 150px;
	border-width: 1px;
	border-style: outset inset inset outset;
	border-color: #333333;
	color: black;
}

.popIt .TitleBar
{
	text-align:center;
	height: 15px;
	font-weight: bold;

	padding-left: 20px;
	color: White;
	background-color: Black;
	border-bottom: solid 1px #333333;
}

.popIt .Controls
{
	float: right;
}

.popIt .Content
{
	padding-left: 5px;
	padding-right: 7px;
	overflow: auto;
	height: 100%;
	background-color: #FFFFFF;	
}

.popIt .ContentIFrame
{
	width: 100%;
	height: 100%;
	border:none;
	margin-bottom: -20px;
}

.popIt .Status
{
	height: 70px;
	padding-left: 0px;
	padding-right: 0px;
	
	background-color: #EFEBE7;
	color: #AAAAAA;
}

.popIt .leftResize
{
	position:absolute;
	height: 100%;
	width: 10px;
	top: 0;
	left: -10px;
	cursor:w-resize;
}

.popIt .topResize
{
	position:absolute;
	width: 100%;
	height: 10px;
	cursor: n-resize;
	top: -10px;
}

.popIt .bottomResize
{
	position:absolute;
	width: 100%;
	height: 10px;
	bottom: -50px;
	cursor: s-resize;
}

.popIt .rightResize
{
	position:absolute;
	width: 10px;
	right: -10px;
	height: 100%;
	top: 0;
	cursor: e-resize;
}

.popIt .resizingLR
{
	border-left: dashed;
}

.popIt .resizingTB
{
	border-top: dashed;
}

.popIt .shim
{
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	
	background-color: #DDDDDD;
}

.popIt .minimizeButton, .popIt .maximizeButton, .popIt .restoreButton, .popIt .closeButton
{
	width: 25px;
	height: 20px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 2px 0 0 2px;
}

.popIt .minimizeButton
{
	width: 13px;
	height: 13px;
	
	background-image: url("images/button_contract.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.popIt .maximizeButton
{
	width: 13px;
	height: 13px;
	
	background-image: url("images/button_newtab.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.popIt .restoreButton
{
	width: 13px;
	height: 13px;
	
	background-image: url("images/button_expand.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.popIt .closeButton
{
	background-image: url('../images/close.png');
	width: 13px;
	height: 13px;
	
	background-image: url("images/button_close.gif");
	background-position:center;
	background-repeat: no-repeat;

}

.sectionBodyAct {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7.0pt;
    color: #000000;
    background: #9C9C9C;
} 

.sectionBodyAct p {
	line-height: 10px;
	padding: 0px;
}

.sectionBodyAct td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7.0pt;
    color: #000000;
    padding-top: 3px;
    padding-bottom: 3px;
}

.actPicture {
	width: 42px;
	height: 42px;
}

.tableActSel {
	height:44px;
	
	background-color: #9C9C9C;
	background-image: url("images/rigsectionsel.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.tableActSel td {
	height:44px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	padding-right: 10px;
	
	padding-top: 2px;
	vertical-align: top;
	
	border-bottom: 1px solid #5f5f5f;
}

.tableAct {
	height:44px;
	
	background-color: #9C9C9C;
	background-image: url("images/rigsection.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.tableAct td {
	height:44px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	padding-right: 10px;
	
	padding-top: 2px;
	vertical-align: top;
	
	border-bottom: 1px solid #5f5f5f;
}

.tableSectionAcc {
	height:30px;
	
	background-color: #9C9C9C;
	background-image: url("images/tablesection.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.tableSectionAcc .viewAcc {
	width: 14px;
	text-align: right;
}

.tableSectionAcc td {
	height:30px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	
	border-bottom: 1px solid #5f5f5f;
}

.tableSectionAcc .viewfield {
	text-align: right;
	padding-right: 5px;
}

.tableSectionAcc td a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	text-decoration: underline;
}

.hoverHand
{
	cursor: hand;
}

.tableSectionAccG {
	height:30px;
	
	background-color: #9C9C9C;
	background-image: url("images/tablesectionG.gif");
	background-position: left top;
	background-repeat: repeat-x;
}

.tableSectionAccG td {
	height:30px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	padding-left: 5px;
	
	border-bottom: 1px solid GREEN;
}

.tableSectionAccG .viewAcc {
	width: 14px;
	text-align: right;
}

.tableSectionAccG .viewfield {
	text-align: right;
	padding-right: 5px;
}

.tableSectionAccG .viewfieldbar {
	text-align: right;
}

.loader_bar
{
	width: 100px;
	height: 12px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.0pt;
	color: #000000;
	
	text-align: center;
	
	border: 1px solid #373737;
	
	background-image: url("images/loader_bar.gif");
	background-repeat: no-repeat;
}

.iconFinished {
	width: 22px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/icon_finished.gif) no-repeat;
}

.iconAPlan {
	width: 22px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/icon_aplan.gif) no-repeat;
}

.iconIdle {
	width: 22px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/icon_idle.gif) no-repeat;
}

.iconBlocker {
	width: 22px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/icon_blocker.gif) no-repeat;
}

.iconDelay {
	width: 22px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/icon_delay.gif) no-repeat;
}

.iconPlanned {
	width: 22px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/icon_planned.gif) no-repeat;
}

.iconUnverified {
	width: 22px;
	height: 22px;
	
	padding-left: 2px;
	padding-right: 2px;
	
	background: url(images/icon_unverified.gif) no-repeat;
}

.noticeWindow {
	width: 374px;
	
	background-image: url("images/pausebottom.gif");
	background-position: bottom;
	background-repeat: no-repeat; 
}

.noticeWindow table {
	width: 374px;
	
	background-image: url("images/noticeheader.gif");
	background-position: top;
	background-repeat: no-repeat;
}

.noticeImage {
	width: 75px;
}

.noticeImage img {
	width: 75px;
}

.noticeWindowBottom {
	width: 374px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #FFFFFF;
	
	text-align: left;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.noticeWindowBottom h1 {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FFFFFF;
	
	line-height: 10px;
	
	text-align: left;
}

.noticeWindow a {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FFFFFF;
	
	line-height: 10px;
	
	text-align: center;
}

.seismic_batch_container
{
	padding-top: 5px;
	top: 2px;
	width:100%;
}

.batch_left
{
	position: relative;
	width: 284px;
	
	text-align: center;
}

.batch_right
{
	position: absolute;
	top:91px;
	left:285px;
	width: 284px;
}

.batch_control
{
	text-align: center;
}

.map_minature
{
	position: relative;
	top: 0px;
	left: 25px;
}

.control_item
{
	height: 30px;
	width: 284px;
}

.control_item .c_text
{
	position:relative;
	top: 4px;
}


.control_item .c_input
{
	position:absolute;
	left: 160px;
}

.control_item .c_input span
{
	position:relative;
	top: 4px;
}

.control_button
{
	position:relative;
	top: 89px;
	text-align: right;
	width: 275px;
}

.control_button .c_button
{
	text-align: right;
}

.batch_hrows
{
	background-image: url(images/map_h_rows.gif);
}

.batch_hcols
{
	background-image: url(images/map_h_cols.gif);
}

.map_minature_high
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.batch_item_first, .batch_item
{
	height:45px;

	background-image: url(images/tablesection.gif);
}

.batch_item_first .progress
{
	position:relative;
	top: 4px;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
}

.batch_item_first .progress .status .loaderbar
{
	width: 202px;
	height: 11px;
	background-image: url(images/ajax_bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.batch_item_first .progress .status .loaderbar img
{
	position:relative;
	top: 0px;
	width: 202px;
	height: 11px;
}

.batch_item_first .progress .status .text
{
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	width:100%;
}

.batch_item .text, .batch_item_first .text
{
	font-size: 7pt;
}

.batch_item .progress
{
	position:relative;
	top: 0px;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
}

.survey_pack {
	/*overflow: hidden;*/
	
	background-image: url("images/survey_pack_back.gif");
	background-position:top;
	background-repeat: no-repeat;
	
	padding-left: 3px;
	padding-right: 3px;
}

.survey_packBottom
{
	height: 8px;
	background-image: url("images/survey_pack_bottom.gif");
	background-position:center center;
	background-repeat: no-repeat;
}

.survey_packBottom img
{
	width: 872px;
	height: 8px;
}

.survey_packSize {
	/*overflow: auto;*/
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	
	background-image: url("images/survey_pack_back.gif");
	background-position:top;
	background-repeat: no-repeat;
	
	padding-left: 3px;
	padding-right: 3px;
}

.survey_packTop {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	
	padding-right: 3px;
	padding-top: 3px;
	
	height: 20px;
}

.survey_packTop img {
	width: 13px;
	height: 13px;
	
	background-image: url("images/button_close.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_packBody h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	
	text-align: center;
	vertical-align: middle;
}

.survey_packBody td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.survey_pack_loader
{
	width:18px;
	height:15px;
	
	background-image: url("images/ajax-loader.gif");
	background-repeat:no-repeat;
	
}

.survey_pack_filler_back
{
	width: 100%;
	height: 606px;
}

.survey_navigation_row
{
	position:absolute;
	left: 5px;
	top: 90px;
	
	width: 912px;
	height: 100px;
}

.survey_navigation_row .arrow_prev
{
	width: 20px;
	height: 10px;
	
	position: absolute;
	top:0px;
	left: 445px;
	
	background-image: url("images/survey_arrow_up.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_navigation_row .arrow_prev img
{
	width: 20px;
	height: 10px;
}

.survey_navigation_row .arrow_next
{
	width: 20px;
	height: 10px;
	
	position: absolute;
	top:90px;
	left: 445px;
	
	background-image: url("images/survey_arrow_down.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_navigation_row .arrow_next img
{
	width: 20px;
	height: 10px;
}


.survey_navigation_row .nav_row
{
	overflow:hidden;
	position: absolute;
	top: 10px;
	left: 130px;
	width: 650px;
	height: 80px;
}

.survey_navigation_row .nav_row .img_loader
{
	width: 650px;
	height: 80px;
	background-image: url("images/ajax-loader.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_description_row
{
	overflow: auto;
	position: absolute;
	top: 200px;
	left: 5px;
	width: 158px;
	height: 550px;
	z-index: 1;
}

.survey_description_row .img_loader
{
	width: 145px;
	height: 550px;
	
	background-image: url("images/ajax-loader.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_pack_image
{
	position: absolute;
	top: 115px;
	left: 30px;
	width: 762px;
	height: 550px;
}

.survey_pack_image .img_loader
{
	width: 762px;
	height: 550px;
	
	background-image: url("images/ajax-loader.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_description_column
{
	overflow: auto;
	position:absolute;
	top: 90px;
	left: 155px;
	
	width: 762px;
	height: 100px;
}

.survey_description_column .img_loader
{
	width: 762px;
	height: 100px;
	
	background-image: url("images/ajax-loader.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_navigation_column
{
	position: absolute;
	top: 90px;
	left: 5px;
	
	width: 145px;
	height: 660px;
}

.survey_navigation_column .arrow_prev
{
	width: 10px;
	height: 20px;
	
	position: absolute;
	top:320px;
	left: 15px;
	
	background-image: url("images/survey_arrow_left.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_navigation_column .arrow_prev img
{
	width: 10px;
	height: 20px;
}

.survey_navigation_column .arrow_next
{
	width: 10px;
	height: 20px;
	
	position: absolute;
	top:320px;
	left: 120px;
	
	background-image: url("images/survey_arrow_right.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_navigation_column .arrow_next img
{
	width: 10px;
	height: 20px;
}


.survey_navigation_column .nav_row
{
	overflow:hidden;
	position: absolute;
	top: 30px;
	left: 42px;
	width: 60px;
	height: 600px;
}

.survey_navigation_column .nav_row .img_loader
{
	width: 60px;
	height: 600px;
	background-image: url("images/ajax-loader.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.nav_row_section
{
	position:relative;
	top:0px;
	left:0px;
	width: 650px;
	height: 80px;
}

.nav_row_section .nav_row_filler
{
	width: 650px;
	height: 80px;
}

.nav_col_section
{
	position:absolute;
	top:0px;
	left:0px;
	
	width: 60px;
	height: 600px;
}

.nav_col_section .nav_col_filler
{
	width: 60px;
	height: 600px;
}

.nav_row_section .nav_row_content
{
	position: absolute;
	top:0px;
	left:0px;
	width: 650px;
	height: 80px;
}

.nav_row_section .nav_row_content .nav_row_cell
{
	position: absolute;
	height: 5px;
}

.nav_row_section .nav_row_content .nav_row_cell a img
{
	position: absolute;
	top:0px;
	left:0px;
	height: 5px;
	background-color: #FF9900;
}

.nav_col_section .nav_col_content
{
	position: absolute;
	top:0px;
	left:0px;
	width: 60px;
	height: 600px;
}

.nav_col_section .nav_col_content .nav_col_cell
{
	position: absolute;
	width: 5px;
	
	background-color: #FF9900;
}

.nav_col_section .nav_col_content .nav_col_cell a img
{
	position: absolute;
	top:0px;
	left:0px;
	width: 5px;
	background-color: #FF9900;
}

.nav_col_section .nav_col_content .nav_col_cell a .nav_selected
{
	background-color: #CE534A;
}

.nav_row_section .nav_row_content .nav_row_cell a .nav_selected
{
	background-color: #CE534A;
}

.survey_arrow_up
{
	position:absolute;
	top: 10px;
	left: 393px;
	width: 20px;
	height: 10px;
}

.survey_arrow_up a img
{
	width: 20px;
	height: 10px;
	background-image: url("images/survey_arrow_small_up.gif");
	background-position:center;
	background-repeat: no-repeat;
}


.survey_arrow_down
{
	position:absolute;
	top: 532px;
	left: 393px;
	width: 20px;
	height: 10px;
}

.survey_arrow_down a img
{
	width: 20px;
	height: 10px;
	background-image: url("images/survey_arrow_small_down.gif");
	background-position:center;
	background-repeat: no-repeat;
}


.survey_arrow_left
{
	position:absolute;
	top: 260px;
	left: 10px;
	width: 10px;
	height: 20px;
}

.survey_arrow_left a img
{
	width: 10px;
	height: 20px;
	background-image: url("images/survey_arrow_small_left.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_arrow_right
{
	position:absolute;
	top: 260px;
	left: 746px;
	width: 10px;
	height: 20px;
}

.survey_arrow_right a img
{
	width: 10px;
	height: 20px;
	background-image: url("images/survey_arrow_small_right.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_arrow_up_d
{
	position:absolute;
	top: 10px;
	left: 393px;
	width: 20px;
	height: 10px;
}

.survey_arrow_up_d a img
{
	width: 20px;
	height: 10px;
	background-image: url("images/survey_arrow_small_up_d.gif");
	background-position:center;
	background-repeat: no-repeat;
}


.survey_arrow_down_d
{
	position:absolute;
	top: 532px;
	left: 393px;
	width: 20px;
	height: 10px;
}

.survey_arrow_down_d a img
{
	width: 20px;
	height: 10px;
	background-image: url("images/survey_arrow_small_down_d.gif");
	background-position:center;
	background-repeat: no-repeat;
}


.survey_arrow_left_d
{
	position:absolute;
	top: 260px;
	left: 10px;
	width: 10px;
	height: 20px;
}

.survey_arrow_left_d a img
{
	width: 10px;
	height: 20px;
	background-image: url("images/survey_arrow_small_left_d.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_arrow_right_d
{
	position:absolute;
	top: 260px;
	left: 746px;
	width: 10px;
	height: 20px;
}

.survey_arrow_right_d a img
{
	width: 10px;
	height: 20px;
	background-image: url("images/survey_arrow_small_right_d.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.survey_overlay_container
{
	position:absolute;
	top:0px;
	left:0px;
}

.survey_overlay_object
{
	position: absolute;
}

.overview_container
{
	position:absolute;
	top: 105px;
	left: 15px;
	overflow: hidden;
	height: 575px;
	width: 795px;
}

.survey_overview_image
{
	position:relative;
	top:0px;
	left:0px;
}

.survey_image_container
{
	padding-left: auto;
	padding-right: auto;
}

.overview_button
{
	position: absolute;
	top: 15px;
	left: 765px;
	
	width: 60px;
	height: 60px;
}

.overview_button a img
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 60px;
	height: 60px;
	
	background-image: url("images/overview_button.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.overview_arrow_up
{
	position:absolute;
	top: 92px;
	left: 410px;
	width: 20px;
	height: 10px;
}

.overview_arrow_up a img
{
	width: 20px;
	height: 10px;
	background-image: url("images/survey_arrow_small_up.gif");
	background-position:center;
	background-repeat: no-repeat;
}


.overview_arrow_down
{
	position:absolute;
	top: 685px;
	left: 410px;
	width: 20px;
	height: 10px;
}

.overview_arrow_down a img
{
	width: 20px;
	height: 10px;
	background-image: url("images/survey_arrow_small_down.gif");
	background-position:center;
	background-repeat: no-repeat;
}


.overview_arrow_left
{
	position:absolute;
	top: 372px;
	left: 5px;
	width: 10px;
	height: 20px;
}

.overview_arrow_left a img
{
	width: 10px;
	height: 20px;
	background-image: url("images/survey_arrow_small_left.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.overview_arrow_right
{
	position:absolute;
	top: 372px;
	left: 815px;
	width: 10px;
	height: 20px;
}

.overview_arrow_right a img
{
	width: 10px;
	height: 20px;
	background-image: url("images/survey_arrow_small_right.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.check_container
{
	width: 100%;
	height: 321px;
}

.check_window
{
	width: 713px;
	height: 321px;
	
	background-image: url("images/oilsimcheck_back.png");
	background-position:center;
	background-repeat: no-repeat;
}

.check_window .text
{
	position: relative;
	top: 40px;
	left: 40px;

	text-align: left;

	width: 623px;
}

.check_window .icon_browsers
{
	position: absolute;
	left: 134px;
	top: 156px;

width: 172px;
}

.check_window .icon_browsers .icon
{
position: absolute;
left: 40px;
top: 0px;
	width: 92px;
	height: 90px;

	background-image: url("images/check_icon_frame.png");
	background-position:center;
	background-repeat: no-repeat;
}

.check_window .icon_browsers .icon img
{
	position: absolute;
	left: 16px;
	top: 15px;
	background-image: url("images/browser_icon.png");
	background-position:center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}

.check_window .icon_browsers .indicator
{
position: absolute;
left: 95px;
top: 60px;
width: 48px;
height: 40px;
}

.check_window .loading
{
background-image: url("images/ajax-loader.gif");
	background-position:center;
	background-repeat: no-repeat;
}

.check_window .success
{
background-image: url("images/check_success.png");
	background-position:center;
	background-repeat: no-repeat;
}

.check_window .failed
{
background-image: url("images/check_failed.png");
	background-position:center;
	background-repeat: no-repeat;
}

.check_window .warning
{
background-image: url("images/check_warning.png");
	background-position:center;
	background-repeat: no-repeat;
}

.check_window .icon_browsers .text
{
position: absolute;
left:0px;
top: 102px;

text-align: center;

width: 172px;
}

.check_window .icon_flash
{
	position: absolute;
	left: 406px;
	top: 156px;

width: 172px;
}

.check_window .icon_flash .icon
{
position: absolute;
left: 40px;
top: 0px;
	width: 92px;
	height: 90px;

	background-image: url("images/check_icon_frame.png");
	background-position:center;
	background-repeat: no-repeat;
}

.check_window .icon_flash .icon img
{
	position: absolute;
	left: 16px;
	top: 15px;
	background-image: url("images/flash_icon.png");
	background-position:center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}

.check_window .icon_flash .indicator
{
position: absolute;
left: 95px;
top: 60px;
width: 48px;
height: 40px;
}

.check_window .icon_flash .text
{
position: absolute;
left:0px;
top: 102px;

text-align: center;

width: 172px;
}

.survey_title_bar
{
	position:absolute;
	left: 3px;
	top: 2px;
	
	font-size: 9pt;
	
	cursor: move;
}