
/***** MAIN *****/

#main
{
	margin:30px auto;
	margin-top: 0px;
	min-height:350px;
	
}
/*
body{
	width: 980px;
	margin: 0px auto;
	font-family: Verdana,Arial; 
	font-size: 11px; 
	color: #666; 
	background-color: #b0c7d2; 
}
*/
.container
{
	  margin: 20px;
}
.subcontainer
{
	  margin: 5px;
}
.cushionM
{
	  margin-left: 15px;
}
.cushionT
{
	  margin: 15px 0 0 0; 
}
.cushion
{
	  padding-top: 25px;
}
.cushionA
{
	  padding: 15px;
}
.cushionP
{
	  padding-left: 15px;
}
.cushionR
{
	  padding-right: 5px;
}	
.cushionRR
{
	  padding-right: 10px;
}	
.cushionB
{
	  padding-bottom: 5px;
}	
.cushionBB
{
	  padding-bottom: 10px;
}
.small
{
	line-height:1.5;
}
.smallT
{
	line-height:1.3;
}

img
{
	border:none;
}
.leftShadow{ 
	background-image: 
	url('../ExtImages/masterPageImages/shadowLeft.jpg');
	background-repeat: repeat-y;
	width: 4px;
}
.rightShadow{ 
	background-image: 
	url('../ExtImages/masterPageImages/shadowRight.jpg');
	background-repeat: repeat-y;
	width: 4px;
	background-position: bottom;
}
#pointslist
{
	padding-left: 1.5em;
	margin: 1em 0;

}
#pointslist li
{
	list-style: none;
	padding: 0.5em;
}
.holder{
	vertical-align: top;	
	background-color: #fff;
}

.bottomContainer{
	background-image: 
	url('../ExtImages/masterPageImages/masterPageBottom.jpg');
	background-repeat: no-repeat;
	height: 64px;
	width: 980px;
	background-position: bottom;
}
.bottomContainer1{
	background-image: 
	url('../ExtImages/masterPageImages/masterPageBottom1.jpg');
	background-repeat: no-repeat;
	height: 64px;
	width: 980px;

	padding: 0px;
}
.separatorFaint
{
	background-image: 
	url('../ExtImages/sep.gif');
	background-repeat: no-repeat;
	height: 185px;
	padding: 10px;
}
.titleBarMain
{
	background-image: 
	url('../ExtImages/titlebar.jpg');
	background-repeat: no-repeat;
	height: 761px;
	width: 40px;
	padding: 10px;
}
#titleBarLong
{
	background-image: 
	url('../ExtImages/titlebarlong.jpg');
	background-repeat: no-repeat;
	height: 773px;
	width: 40px;
	padding: 0px;
}


/* ** TABLE TAGS ** */
th
{
	color:#536b8b;
	font-size: 11px;
	font-weight: bold;
	background-color: #daf0fa; 
	padding-left: 1em;
	vertical-align: middle;
}
td.align
{
	 vertical-align: middle;
}

table,td{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    vertical-align: top;
}
tr.altRow{
    margin: 0;
    padding: 0;
    background-color:#f2f9fe;
    border-collapse: collapse;
    vertical-align: top;
}
.grayTableCell
{
	border: solid 1px #ddd;
}	
.chartPadding th, .chartPadding td
{
	padding: 0.4em;
}
div  legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
  line-height: 150%;
  
}
h5 {
  font-size: 110%;
}
h4 {
  font-family: arial, verdana, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 5px 0px;
}
hr
{
	height: 0px; 
	border: 0px; 
	border-top: 1px solid #ccc;
}
hr.light
{
	height: 0px; 
	border: 0px; 
	border-top: 1px solid #cde6ff;
}
/****LINKS***/

a{
	color:#767676;
	text-decoration: underline;

}
a:hover{
	color:#69c;
		
}
a.bottom{
	color:#03539d;
	text-decoration: none;
	font-size: 10px;
}
a.bottom:hover{
	color:#69c;	
	text-decoration: none;
}
a.accent{
	color:#536b8b;
	font-size: 10px;
}
a.accent:hover{
	color:#69c;	
}
a.accentB{
	color:#536b8b;
	font-size: 11px;
}
a.accentB:hover{
	color:#69c;	
}
a.statementLink{
	color:#767676;
	font-size: 14px;
}
a.statementLink:hover{
	color:#A0A0A0;
	font-size: 14px;
}
a.statementLinkSm{
	color:#767676;
	font-size: 12px;
}
a.statementLinkSm:hover{
	color:#A0A0A0;
	font-size: 12px;
}
a.highlighter{
	color:#693;
	font-size: 10px;
}
a.highlighter:hover{
	color:#9c6;	
}
a.forrester{
	color:#0A7A69;
	font-size: 10px;
}
a.forrester:hover{
	color:#6fc1b4;	
}
a.headerDif {
    font-size:14px; 
    color:#630;
}
a.headerDif:hover {
    font-size:14px; 
    color:#930;
}
a.smallLink{
	color:#fff;
	font-size: 10px;
	font-weight: bold;
}
a.smallLink:hover{
	color:#d3d3d3;	
}
a.whtLinkSm{
	color:#fff;
	font-size: 11px;
	font-weight: bold;
}
a.whtLinkSm:hover{
	color:#d3d3d3;	
}
a.whtLink{
	color:#fff;
	font-size: 12px;
	font-weight: bold;
}
a.whtLink:hover{
	color:#d3d3d3;	
}
/*****FLOATING ******/
div.float {
  float: right;
}
div.float p {
   text-align: right;
   }
div.floatT {
  float: left;
  }
div.floatT p {
   text-align: left;
   margin-top: 5px;
   margin-left: 5px;
}
div.soft {
background-color: #daf0fa; 
padding-left: 1em;
}
div.floatC 
{
	width: 500px;
	margin: 0px auto;
}


/*****FONTS****/
.default{
	font-family: Verdana,Arial; 
	font-size: 11px; 
	color: #666;
	font-weight:normal;
} 
.mainMenuFont{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
}
.subHeadingFont{
	color:#fff;
	font-size: 12px;
	font-weight: bold;
}
.subTitleFont{
	font-size: 14px;
	font-weight: bold;
}
.miscFont{
	font-size: 10px;
}
.accentFont{
	color:#536b8b;
	font-size: 10px;
}
.lightFont{
	color:#999;
	font-size: 9px;
}
.copyFont{
	color:#666;
	font-size: 9px;
}
.markFont{
	color:#369;
	font-size: 11px;
}
.statementFont{
	color:#369;
	font-size: 11px;
	font-weight: bold;
}
.statementBFont{
	color:#369;
	font-size: 12px;
	font-weight: bold;
}
.blheader{
	color:#369;
	font-size: 14px;
	font-weight: bold;
}
.headingFont{
	color:#666;
	font-size: 20px;
}
.headingFontSm{
	color:#666;
	font-size: 14px;
}
.gpFont{
	color:#d68e08;
	font-size: 14px;
	font-weight: bold;
}
.gp1Font{
	color:#d68e08;
	font-size: 12px;
	font-weight: bold;
}
.gp2Font{
	color:#d68e08;
	font-size: 10px;
}
.highlightFont{
	color:#d35603;  
	font-size: 11px; 
	}
   
.redFont{
	color:red;
}
.newsDate{
	color:#d68e08;
	font-size: 11px;
	font-weight: bold;
}
.rightText{
    text-align: right;
}
/*****MAIN MENU*****/
#mainMenuTop{ 
	background-image: 
	url('../ExtImages/mainMenu/mainMenuTop.jpg');
	background-repeat: no-repeat;
	width: 196px;
	height: 44px;
}
#mainMenuCenter{ 
	background-image: 
	url('../ExtImages/mainMenu/mainMenu.jpg');
	background-repeat: repeat-y;
	width: 196px;
	height:100%;

}
#mainMenuBottom{ 
	background-image: 
	url('../ExtImages/mainMenu/mainMenuBottom.jpg');
	background-repeat: no-repeat;
	width: 196px;
	height: 50px;
	margin-top: -1px;
}
/* ** LISTS ** */
#navlist
{
padding-left: 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0px;
border-bottom: 1px solid #dbe2e4;
width: 150px;
}
#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #dbe2e4;
}
#navlist li a 
{
	text-decoration: none; 
}
#current 
{
	color: #d68e08;
}
#solidlist
{
padding-left: 0;
margin-left: 0;
}
#solidlist li
{
list-style: none;
margin: 0;
}
#cushionlist
{
padding: .5em;
margin-left: 0;
}
#cushionlist li
{
margin: 1em;
}
/***** TOP MENU *****/
#topLeftBar{ 
	background-image: 
	url('../ExtImages/masterPageImages/topLeftBar.jpg');
	background-repeat: no-repeat;
	width: 257px;
	height: 44px;
	float: left;
}
#tab0{ 
	background-image: 
	url('../ExtImages/masterPageImages/tab0.jpg');
	background-repeat: no-repeat;
	width: 120px;
	height: 44px;
	float:left;
}
#about a{
    display: block;
    width: 120px;
    height: 44px;
    background: url("../ExtImages/topMenu/tab1.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
} 
#about a:hover{
    background-position: -120px 0;
}


#services a{
    display: block;
    width: 120px;
    height: 44px;
    background: url("../ExtImages/topMenu/tab2.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
}
#services a:hover{
    background-position: -120px 0;
}       
#solutions a{
    display: block;
    width: 120px;
    height: 44px;
    background: url("../ExtImages/topMenu/tab3.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
}
#solutions a:hover{
    background-position: -120px 0;
}
#news a{
    display: block;
    width: 120px;
    height: 44px;
    background: url("../ExtImages/topMenu/tab4.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
}
#news a:hover{
    background-position: -120px 0;
}
#partners a{
    display: block;
    width: 123px;
    height: 44px;
    background: url("../ExtImages/topMenu/tab5.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
}
#partners a:hover{
    background-position: -123px 0;
}
    

/** ACTIVE **/
    
#aboutACTIVE a{
    display: block;
    width: 120px;
    height: 44px;
    background: url("../ExtImages/topMenu/tab1ACTIVE.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
} 


#servicesACTIVE a{
    display: block;
    width: 120px;
    height: 44px;
    background: url("../ExtImages/topMenu/tab2ACTIVE.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
}
    
#solutionsACTIVE a{
    display: block;
    width: 120px;
    height: 44px;
    background: url("../ExtImages/topMenu/tab3ACTIVE.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
}

#newsACTIVE a{
    display: block;
    width: 120px;
    height: 44px;
    background: url("../ExtImages/topMenu/tab4ACTIVE.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
}

#partnersACTIVE a{
    display: block;
    width: 123px;
    height: 44px;
    background: url("../ExtImages/topMenu/tab5ACTIVE.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
}
#myaccount a{
    display: block;
    width: 76px;
    height: 18px;
    background: url("../ExtImages/masterPageImages/myaccount.jpg") 0 0 no-repeat;
    text-decoration: none;

}
#myaccount a:hover{
    background-position: -76px 0;
}
.errorOut
{
	border: #d35603 1px solid;
	background: url("../ExtImages/error.gif") 1% 30% no-repeat ;
	font-family: Verdana, Arial;
	font-size: 11px; 
	color: red;
	width: auto;
	background-color: #ffffcc;
	padding: 1em 1em 1em 4em;
}

.confirmOut
{
	border: #093 1px solid;
	background: url("../ExtImages/confirm.gif") 1% 30% no-repeat ;
	font-family: Verdana, Arial;
	font-size: 11px; 
	color: black;
	width: auto;
	background-color: #ffffcc;
	padding: 1em 1em 1em 4em;	
}

/* POP UP */

.popExtCloseButton a{
	display:block;
	overflow:hidden;
	float:right;
	background: left top no-repeat url("../images3/closeBtn.gif") ;
	height:11px;
	width:38px;
	margin-right:1em;
	padding:0;
}
.popExtCloseButton a:hover{
    background-position: -38px 0;
}

.popScreenShot
{
    visibility: hidden; 
    border: solid 1px #000000; 
    background: #cce4f5; 
    margin: -290px 0px 0px -260px; 
    position: absolute; 
    top: 50%;
    left: 50%;
    width: 535px;
    height: 541px;
    z-index: 3;
}

.popScreenShot2
{
    visibility: hidden; 
    border: solid 1px #000000; 
    background: #cce4f5; 
    margin: -290px 0px 0px -260px; 
    position: absolute; 
    top: 50%;
    left: 50%;
    width: 588px;
    height: 550px;
    z-index: 3;
}

.popScreenShot3
{
    visibility: hidden; 
    border: solid 1px #000000; 
    background: #cce4f5; 
    margin: -290px 0px 0px -200px; 
    position: absolute; 
    top: 50%;
    left: 40%;
    width: 806px;
    height: 556px;
    z-index: 3;
}

/* SCREENSHOTS */

#emailScreenSm a{
    display: block;
    width: 148px;
    height: 140px;
    background: url("../ExtImages/screenShots/emailScreenSm.png") 0 0 no-repeat; 
    text-decoration: none;
    float: left;
} 
#emailScreenSm a:hover{
    background-position: -148px 0;
}
#docScreenSm a{
    display: block;
    width: 159px;
    height: 136px;
    background: url("../ExtImages/screenShots/docScreenSm.png") 0 0 no-repeat; 
    text-decoration: none;
    float: left;
} 
#docScreenSm a:hover{
    background-position: -159px 0;
}
#quickviewSm a{
    display: block;
    width: 109px;
    height: 82px;
    background: url("../ExtImages/screenShots/globalpexQuickviewSm.jpg") 0 0 no-repeat; 
    text-decoration: none;
    float: left;
} 
#quickviewSm a:hover{
    background-position: -109px 0;
}
#mToolsSm a{
    display: block;
    width: 109px;
    height: 82px;
    background: url("../ExtImages/screenShots/tools.jpg") 0 0 no-repeat; 
    text-decoration: none;
    float: left;
} 
#mToolsSm a:hover{
    background-position: -109px 0;
}
#imcScreenSm a{
    display: block;
    width: 145px;
    height: 127px;
    background: url("../ExtImages/screenShots/imcSm.png") 0 0 no-repeat; 
    text-decoration: none;
    float: left;
} 
#imcScreenSm a:hover{
    background-position: -145px 0;
}
/* YELLOW FAQ */
#yellowFAQ a{
    display: block;
    width: 78px;
    height: 63px;
    background: url("../extImages/defaultPage/orangeGizmo.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: right;
} 
#yellowFAQ a:hover{
    background-position: -78px 0;
}



/* WHITE PAPER */
#wPaper a{
    display: block;
    width: 60px;
    height: 65px;
    background: url("../extImages/wpaper.jpg") 0 0 no-repeat;
    text-decoration: none;
    float: left;
} 
#wPaper a:hover{
    background-position: -60px 0;
}

/* gpUI Classes */
.gpUITopMessageWindow { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.33); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.33); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.33); }
