

/* ---make image resizing nice in ie--- */
img {
    -ms-interpolation-mode:bicubic;
}

/* ----------------Body---------------- */

body {
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: "Lucida Grande", Arial, SunSans-Regular, Sans-Serif;
    color: #564B47;
    padding: 0px;
    margin: 0px;
}

    a:link {color:#99908C} /* unvisited link */
    a:visited {color:#99908C} /* visited link */
    a:hover {color:#99908C} /* mouse over link */
    a:active {color:#99908C} /* selected link */
/* ----------------------- HeaderPanel --------------------- */
#headerPanel {
    width: 1024px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    color: #99908C;
    font-size: 14px;
}

/* ----------------------  HeaderPanel >>> TopNav ---------------------- */
#navArea {
    height:auto;
    background-image: url(/resource/1244736169000/header/BG-Main.png);
    background-repeat:repeat-x;
    background-color: #F0F0F0;
    padding-bottom:20px;
}
#navBarMain {
    height: 30px;
    width: 100%;
    padding-top:20px;
    text-align:center;
}
#navBarMain a{
    color: #99908C;
    font-size: 17px;
    text-decoration: none;
    padding: 6px;
}
#navBarMain a:hover {
    color: #000000;
}

/* ----------------------- BannerPanel --------------------- */
#bannerPanel {
    margin-top:10px;
    margin-bottom:10px; 
    margin-left:auto;
    margin-right:auto;
}
/* ----------------------- BannerPanel >>> Banners --------------------- */
#homeBanner {
    
    
    
    padding: 0px;
    height: 175px;
    width: 970px;
}

#galleryBanner {
    background-image: url(/resource/1244649418000/banners/banner-gallery.png);
    background-repeat: no-repeat;
    padding: 0px;
    height: 160px;
    width: 950px;
    background-position: top;
}

#demoBanner {
    background-image: url(/resource/1244649418000/banners/banner-demo.png);
    background-repeat: no-repeat;
    padding: 0px;
    height: 160px;
    width: 950px;
    background-position: top;
}

#pageBanner {
    padding: 0px;
    height: 135px;
    width: 950px;
}

/* ----------------------- MainPanel --------------------- */
#mainPanel {
    width: 1024px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F0F0F0;
}

/* ----------------------- MainPanel >>> Content --------------------- */
#leftSideBar {
    padding-top: 10px;
    float: left;
    height: 100%;
    width: 155px;
}
#leftSideBar h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 8px;
    padding-left: 0px;
    text-align: right;
}
#leftSideBar ol{
    list-style-type: none;
    margin-left: 14px;
    padding: 0px;
}
#leftSideBar li{
    list-style-type: none;
    display: block;
    padding: 0px;
    margin: 0px;
}
#leftSideBar li a{
    display: block;
    color: #3d3d3d;
    width: 132px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-align: right;
    height: 28px;
    line-height: 28px;
    padding-top: 0px;
    padding-right: 9px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#leftSideBar li a:hover {
    color: #F13834;
    background-color: #F0F0F0;
}

#leftSideBar li.force a, #leftSideBar li.force a:hover{
    display: block;
    list-style-type: none;
    width: 132px;
    margin: 0px;
    text-indent: -9999px;
    height: 28px;
    padding-top: 0px;
    padding-right: 9px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(/resource/1244649418000/logos/forceComLogo.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
#leftSideBar li.force a:hover {
    background-color: #f0f0f0;
}
#leftSideBar li.app a{
    display: block;
    list-style-type: none;
    width: 132px;
    margin: 0px;
    text-indent: -9999px;
    height: 28px;
    padding-top: 0px;
    padding-right: 9px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(/resource/1244649418000/logos/appXLogo.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
#leftSideBar li.app a:hover {
    background-color: #f0f0f0;
}

#content {
    float:left;
    padding-top: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
    width: 659px;
}

#rightSideBar {
    padding-top: 20px;
    float: right;
    height: 100%;
    width: 210px;
}
#rightSideBar h2 a {
    color: #FFFFFF;
}

/* --------------------Blog--------------------- */
#blog {
    padding-top: 10px;
    float: left;
    height: 100%;
    width: 200px;
}
#blog h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin: 0px;
    padding: 0px;
    padding-bottom: 8px;
    text-align: left;
}
#blog ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#blog li{
    list-style-type: none;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-top: 12px;
    margin-bottom: 12px;
}
#blog li a{
    display: block;
    color: #3d3d3d;
    width: 200px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    padding: 0px;
}
#blog li a:hover {
    color: #F13834;
    background-color: #F0F0F0;
}

/* ---------------------- ContentPage ---------------------- */
#contentpage {
    width: 600px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 29px;
    margin-right: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 33px;
    padding-left: 0px;
    background-color: #F0F0F0;
}
#contentpage a {
    color: #0D75D1;
    text-decoration: underline;
}
#contentpage p {
    margin: 0px;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    font-size: 12px;
}
#contentpage h1 {
    color: #FB503E;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}
#contentpage h2 {
    color: #FB503E;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}

/* ---------------------- ContentPageIn ---------------------- */
#contentpagein {
    width: 600px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 33px;
    padding-left: 0px;
    background-color: #F0F0F0;
}
#contentpagein a {
    color: #0066CC;
}
#contentpagein p {
    margin: 0px;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    font-size: 12px;
}
#contentpagein h2 {
    color: #FB503E;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}
#contentpagein h3 {
    margin: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; /* changed from 14 to 16 */
    color: #006ACA;
}
#contentpagein h5 {
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    color: #333333;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
#contentpagein ul {
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 8px;
}
#contentpagein li {
    font-size: 12px;
    color: #333333;
    padding-bottom: 4px;
}
#contentpagein form {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

/* --------------------Panels--------------------- */
.toppanel {
    background-image: url(/resource/1253010932000/other/panel_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px;
    padding: 0px;
    height: 22px;
    width: 381px;
}

.midpanel {
    background-image: url(/resource/1253010932000/other/panel_mid.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 381px;
    margin: 0px;
    padding: 0px;
}
.midpanel p {
    padding-left: 8px;
}

.panelpad {
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 22px;
    padding-left: 22px;
}
.panelpad h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FB503E;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}

/* --------------------other--------------------- */
.fields {
    width: 150px;
    height: 20px;
}
.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:center;
    color: #FF0000;
    background-color: #CCCCCC;
    border: 1px solid #FFFFFF;
    margin: 0px;
    padding:5px;
    font-weight: bold;
    text-transform: uppercase;
}

/* -----------------new content--------------------- */
.downloadButton {
    background-image: url(/resource/1253010932000/other/download_button.png);
    height: 15px;
    width: 100px;
    padding-top: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

.downloadButton:hover {
    color: #E26C07;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
}

.requiredInputBlock, .inputBlock {
    float: left;
    width: 3px;
    height: 22px
}

.requiredInputBlock {
    background-color: #FF0000;
}

.downloadText {
    cursor: pointer;
    font-size: 11px;
    font-family:Lucida Grande, Arial, SunSans-Regular, Sans-Serif;
    color:#FFFFFF;
    font-weight:bold;
}
.downloadText:hover {
    color: #E26C07;
    text-decoration: none;
    border: 0px;
}

.linkButton {
    background:transparent url(/resource/1244649418000/navigation/linkButton.png) no-repeat scroll 0 0;
    width: 210px;
    height: 78px;
    cursor: pointer;
    text-decoration: none;
}
.linkButton:hover {
    background-position: -210px 0px;
}
.linkButton h1 {
    font-size: 21px;
    color: #FF0000;
    font-weight: normal;
    font-family: Arial;
    line-height: 1px;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 15px; 
}
.linkButton h2 {
    font-size: 14px;
    color: #99908C;
    font-weight: normal;
    font-family: Arial;
    line-height: 1px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 15px; 
}

.thumbnailImage {
    border:2px solid #CCCCCC;
    margin-left:5px;
    margin-bottom:5px;
    cursor:pointer;
}
.thumbnailImage:hover {
    border:2px solid #33A8E7;
}

.displayBox {
    font-size: 12px;
    font-family: "Lucida Grande", Arial, SunSans-Regular, Sans-Serif;
    color: #564B47;
    cursor:default;
}

.displayBoxButtonActive {
    color: #564B47;
    cursor:pointer;
    text-decoration: none;
}
.displayBoxButtonActive:hover {
    color: #33A8E7;
    cursor:pointer;
    text-decoration: none;
}
.displayBoxButtonInactive {
    color: #BBBBBB;
    cursor:default;
    text-decoration: none;
}

/* -----------------download content panel--------------------- */
.dcButtonTop {
    background: url(/resource/1250516972000/panels/contentDownloadPanelTop.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 145px;
    height: 20px;
    cursor: pointer;
    margin-left:5px;
    margin-top:5px;
    text-decoration: none;
    text-align:center;
    font-weight:bold;
}

.dcButtonMain {
    background: url(/resource/1250516972000/panels/contentDownloadPanelMain.gif);
    background-repeat: repeat-y;
    width: 145px;
    height: auto;
    cursor: pointer;
    margin-left:5px;
    margin-top:0px;
    text-decoration: none;
    text-align:center;
}

.dcButtonBottom {
    background: url(/resource/1250516972000/panels/contentDownloadPanelBottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 145px;
    height: 20px;
    cursor: pointer;
    margin-left:5px;
    margin-top:0px;
    text-decoration: none;
    text-align:center;
    font-weight:bold;
}

/* -----------------new trial force page--------------------- */

div.TwoColumnFormItem {
	width: 260px;
	float: left;
	margin-bottom: 5px;
}

div.RiskManager_InputName {
	color: #564b47;
	font-weight: bold;
}

.TrialForceHeader {
	color: #564b47;
}

.NoteTitle {
	width: 50px;
	float: left;
}

.NoteContent {
	width: 550px;
	float: left;
}

/* -----------------nice errors--------------------- */


.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding: 5px;
display: block;
}
.info {
color: #00529B;
background-color: #BDE5F8;
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
}
.error {
color: #D8000C;
background-color: #FFBABA;
}