﻿/**************************** Common *****************************/
html { 
    padding: 0;
    margin: 0;
    /*
    scrollbar-base-color:#FFFFFF; 
    scrollbar-arrow-color:#666666; 
    scrollbar-track-color:#EEEEEE;  
    scrollbar-highlight-color:#CCCCCC;
    */
}

body  {
    background: url(/Images/si-bgimage.gif) repeat;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 0;
	margin: 0;
	scrollbar-base-color:#FFFFFF; 
    scrollbar-arrow-color:#666666; 
    scrollbar-track-color:#EEEEEE;  
    scrollbar-highlight-color:#CCCCCC;
}

img { border: none; }
/**************************** End Common *****************************/

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/

/**************************** Tables *****************************/
table { 
    color: #666666;
    padding: 0; 
    margin: 0;
}

#header {
   margin: 0 0 10px 0;
}

#footer {
    font-size: 10px;    
    text-align: center;
    margin: 0px 0 21px 0;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
    height: 90px;
	background-image: url(/Images/footer-bg.gif);
	background-repeat: repeat-x;
}

#footer td {
    padding: 0;
    margin: 0;
}

#outer { 
    width: 1020px; 
    background: #FFFFFF; 
    margin: 0 auto; 
    padding: 0;
}

#inner { 
    width: 982px; 
    margin: 0 auto; 
    padding: 0;
}

#body2col #maincol {
   width: 715px;
   height: 284px;
   padding: 0;
   margin:0;
}

#body2col #rightcol {
   width: 248px;
   padding: 0;
   border-left:solid 1px #CCCCCC;
}

#body2col #rightcolhome { /* needed to hide gray verticle line on home page */
   width: 248px;
   height: 284px;
   padding: 0;
   margin: 0;
}

#body2col .gutter {
    width: 17px;
}

#banner2 {
    margin: 0 0 17px 0;
}
 
#banner {
    width: 715px;
    height: 284px;
    margin: 0 0 17px 0;
    color: #FFFFFF;
}

#banner img {
    width: 715px;
    height: 284px;
    display: none;
    margin: 0 0 17px 0;
}

.demohome {
    border-left: 1px solid #CCCCCC;
    height:232px;
    margin:0px; 
    padding-bottom:0px;
}

.rightColContent {
    border: 1px solid #CCCCCC;
    margin: 0 0 17px 0; 
    width: 248px;
}

.rightColBox {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 17px 0; 
    width: 100%;
}

.rightColBox th {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: url(/Images/darkgray-grad-filler-bg.gif);
	background-repeat:repeat-x;
	/*background-image: url(/Images/darkgray-grad-filler-bg.gif);*/
	height: 26px;
	margin:0px;
	padding-left: 10px;
	border-bottom:1px solid #CCCCCC;
}

.rightColBox td {
    text-align: left;
    padding: 5px 10px;
    background-color: #FFFFFF;
    border: none;
}

#rightcol ul {
    margin: 0;
    padding: 10px;   
    color: #666666;
}

/* Features Landing Page Template Tables */
#features2col {
    background-color:#fff;
    width:983px;
    padding:0px;
    margin:0px;
}

#features2col #fc2leftcol {
   width:646px;
   padding:0px;
   margin:0px;
}

#features2col #fc2rightcol { 
   width:313px;
   border-left:solid 1px #CCCCCC;
   padding:0px;
   margin:0px;
}

#features2col #fc2gutterW {
    width:23px;
}

#features2col #fc2gutterH {
    height:23px;
}

#features3col {
   background-color:#FFFFFF;
   margin-top:23px;
}

#features3col #fc3leftcol {
   width:313px;
}

#features3col #fc3middlecol {
   width:313px;
}

#features3col #fc3rightcol { 
   width:313px;
}

#features3col #fc3gutter1W {
    background-color:#FFFFFF;
    width:20px;
}

#features3col #fc3gutter2W {
    background-color:#FFFFFF;
    width:23px;
}
/* End Features Landing Page Template Tables */


/* Sub Tables */
.productbox {
    padding:0px;
    height:200px;
    width:313px;
    border:1px solid #CCCCCC;
    vertical-align:top;
    margin-bottom:23px;
}

.productbox th {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #fff;
    background-color: #333333;
    height: 30px;
    padding: 0px 0px 0px 10px;
    text-align:left;
    vertical-align:middle;
    border-bottom:1px solid #CCCCCC;
}

.productbox td {
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    padding:5px;
    background-color:#FFFFFF;
    vertical-align:top;
}

.rightcolsubtable { 
    background-color:#FFFFFF;
    width:100%;
    padding:0px;
    border:1px solid #CCCCCC;
    margin-bottom:10px;
}

.rightcolsubtable td { 
    background-color:#FFFFFF;
    padding:5px;
}

.rightcolsubtable th { 
    text-align:left;
    background-color:#EEEEEE;
    height:13px;
    padding:5px;
    border-bottom:1px solid #CCCCCC;
}
/* End Sub Tables */
/**************************** End Tables *****************************/

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/

/**************************** Links *****************************/
a:link {
    color: #666666;
	text-decoration:underline;
}

a:visited{
    color: #666666;
	text-decoration:underline;
}

a:hover{
	color: #333333;
	text-decoration:none;
}

a.button {
    background-color: #666666;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    margin-right: 6px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

a.button span {
    display: block;
    padding: 0;
}

a.DarkGrayButton {
	font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 125px;
	font-size: 12px;
	font-weight: normal;
	background-color: #333333;
	height: 18px;
    text-align: center;
    padding: 5px;
	color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
} 

a.DarkGrayButton:link { text-decoration: none;} 

a.DarkGrayButton:visited { text-decoration: none;} 

a.DarkGrayButton:hover { text-decoration: none;} 

/* Forgot Password */
a.forgotlink  {
    color:#666666;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    border:0;
}

a.forgotlink:hover{
    color:#333333;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    border:0;
}

a.forgotlink:visited  {
    color:#666666;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    border:0;
}

/* Right Column Sub table */
a.rightcolsubtablelink  {
    color:#666666;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    border:0;
}

a.rightcolsubtablelink:visited{
    color:#666666;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    border:0;
}

a.rightcolsubtablelink:hover{
    color:#333333;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    border:0;
}

/* Features Page */
a.featureslink  {
    color:#666666;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    border:0;
}

a.featureslink:visisted  {
    color:#666666;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    border:0;
}

a.featureslink:hover{
    color:#333333;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    border:0;
}

a.productheaderlink{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #fff;
    
}
a.productheaderlink:visited{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #fff;
    
}
a.productheaderlink:hover{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #fff;
    text-decoration:underline;
    
}
/**************************** End Links *****************************/

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/

/**************************** Text *****************************/
.validationerror{
    color:#ff0000;
    text-decoration:none;
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
}

.disclaimerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.PageHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

.text12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

.featurestext{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0;
	margin: 0;
}

.BodyIndentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-left: 25px;
	/*text-indent: 25px;*/
}

.BodyQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-image: url(/images/6-ornagedots-bg.gif);
	background-position: right bottom;
	text-align: left;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	font-style: italic;
}

.orange
{
	color:#FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/**************************** End Text *****************************/

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/

/**************************** Tabs *****************************/
#tabs {
    border: 1px solid #ccc;
    width: 713px;
}

.customtabs .ajax__tab_header {
    border-bottom: 1px solid #ccc;
    height: 28px;
	color: #666666;
	background: #CCCCCC url(/Images/gray-grad-filler-bg.gif) repeat;
}

.customtabs .ajax__tab_inner {
    height: 28px;
}

.customtabs .ajax__tab_tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    padding:5px 10px 0 10px;
    margin:0;
}

.customtabs .ajax__tab_hover .ajax__tab_outer {
	/*
        background-color: #FF9900;
        background-image: url(/Images/orange-grad-filler-bg.gif);
        color: #fff;
    */
    color: #333;
    
}

.customtabs .ajax__tab_active .ajax__tab_outer {

	background-color: #FF9900;
	background-image: url(/Images/orange-grad-filler-bg.gif);
	color: #fff;
}

.customtabs .ajax__tab_body {
    border:1px solid #FFF;
    background-color:#FFF;
	background-repeat: repeat;
    border-top:none;
}

#tabContentPolicy { background: url(/Images/si-core-modimage-pdm.gif) no-repeat; padding:0; margin: 0; height: 200px; }
#tabContentTransaction { background: url(/Images/si-core-modimage-tam.gif) no-repeat; padding:0; margin: 0; height: 200px; }
#tabContentSecurity { background: url(/Images/si-core-modimage-spm.gif) no-repeat; padding:0; margin: 0; height: 200px; }
#tabContentTrade { background: url(/Images/si-core-modimage-trm.gif) no-repeat; padding:0; margin: 0; height: 200px; }
#tabContentAccounting { background: url(/Images/si-core-modimage-am.gif) no-repeat; padding:0; margin: 0; height: 200px; }
#tabContentReporting { background: url(/Images/si-core-modimage-rm.gif) no-repeat; padding:0; margin: 0; height: 200px; }
/**************************** End Tabs *****************************/

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/

/**************************** Accordian *****************************/
.accordianHeader {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #CCCCCC;
	background-image: url(/Images/gray-grad-filler-bg.gif);
    height: 23px;
    padding: 5px 5px 0 10px;
}

.accordianHeaderGray {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
    background-color: #333333;
    height: 23px;
    padding: 5px 5px 0 10px;
}

.accordianHeaderSelected {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	background-image: url(/Images/orange-grad-filler-bg.gif);
    height: 23px;
    padding: 5px 5px 0 10px;
}

.accordianContent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight: normal;
    border-top: 1px solid #ccc;
    padding: 5px 10px;
}

.quickFacts {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
    background-color: #333;
    background-image: url(/Images/darkgray-grad-filler-bg.gif);
    margin: -5px -5px 0 -10px;
    padding: 5px 0 0 10px;
    height: 23px;
}
/**************************** End Accordian *****************************/

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/

/**************************** Navigation *****************************/
.navTable {
    /*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;*/
    background-color: #ccc; 
    color: #666666; 
    width: 982px; 
    height: 28px; 
    text-align: center; 
    margin: 0;
}

.TopNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	/*background-color: #FF9900;*/
	height: 28px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
	background-image: url(/Images/darkgray-grad-filler-bg.gif);
	background-repeat: repeat;
	text-decoration: none;
}

.TopNavOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #CCCCCC;
	height: 28px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

.TopNavOn a {
	text-decoration: none;
}

.TopNav a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.TopNav a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.SubNavOn {
	background-image: url(/Images/lightgrayorange-grad-filler.gif);
	background-repeat: repeat-x;
	display:block;
    background-color: #cccccc;
    color: #666666; 
    height: 28px; 
    line-height:28px;
    text-align: center; 
    text-decoration:none;
    margin: 0;
    padding:0;
	vertical-align:middle;
	
}
.SubNavOn:visited {
	text-decoration:none;
}
.SubNavOn:hover {
	text-decoration:none;
	color: #666666;
}

.SubNav {
    display:block;
    background-color: #cccccc;
    color: #FF0000; 
    height: 28px; 
    line-height:28px;
    text-align: center; 
    text-decoration:none;
    margin: 0;
    padding:0;
	vertical-align:middle;
}
.SubNav:link {
    text-decoration: none;
}
.SubNav:visited {
    text-decoration: none;
}
.SubNav:hover {
    color: #666666;
    background-image: url(/Images/lightgrayorange-grad-filler.gif);
    background-repeat:repeat-x;
	vertical-align:middle;
	height:28px;
	text-decoration:none;
}
/**************************** End Navigation *****************************/

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/

/**************************** Miscellaneous *****************************/
.rightColIndent
{
	border:solid 1px #CCCCCC;
	margin: 0 0 26px 0; 
    width: 100%;
    padding: 0;
}

.rightColIndent th
{
	text-align: left;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: url(/Images/darkgray-grad-filler-bg.gif);
	background-repeat:repeat-x;
	height: 28px;
	/*padding-left: 10px;*/
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom:solid 1px #CCCCCC;
}

.rightColIndent td
{
	padding: 0 0 0 10px;
}

img.icon {
    width: 70px;
    height:70px;
}
/**************************** End Miscellaneous *****************************/

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/

/**************************** Form Elements *****************************/
input {
    background-color:#FFFFFF;
    height:15px;
    width:150px;
}

select {
    background-color:#FFFFFF;
}

textarea {
    background-color:#FFFFFF;
}
.submitbutton{
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 137px;
	font-size: 12px;
	font-weight: normal;
	background-color: #333333;
	height: 30px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
	cursor:pointer;
}

.rightcolsubtableloginbutton{
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 137px;
	font-size: 12px;
	font-weight: normal;
	background-color: #333333;
	height: 30px;
    color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
	cursor:pointer;
}

.rightcolsubtableemailbutton{
   	font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 125px;
	font-size: 12px;
	font-weight: normal;
	background-color: #333333;
	height: 30px;
    text-align: center;
    padding: 5px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
	cursor:pointer;
	
}
/**************************** End Form Elements *****************************/

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/

/***************************** Lists - ordered, unordered etc *****************************/
.listdisc {
    margin:0px;
    padding:10px;
    color: #666666;
}

.listdisc li{
    margin:0px;
    padding:0px;
    list-style-type:disc;
    color: #666666;
}

.listfeatures {
    margin-left:25px;
    padding:0px;
    list-style:none;
    color: #666666;
}

.listfeatures li{
    margin-bottom:10px;
    padding:0px;
    color: #666666;
    
}
/***************************** End Lists - ordered, unordered etc *****************************/

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/

/************************** Spacers **************************/
.gutterH {
    height:23px;
}
/************************** EndSpacers **************************/