﻿/**************************** Common *****************************/
html { 
    padding: 0;
    margin: 0;
}

body {
    background: url(/Images/si-bgimage.gif) repeat;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 0;
	margin: 0;
}


/* Common Styles */
img { border: none; }
/**************************** End Common *****************************/

/**************************** Tables *****************************/
table { 
   /* border: 1px dotted red; */
    padding: 0; 
    margin: 0;
}

.breadcrumbtable td {
	padding-bottom: 10px;
}

.contactustable {
	padding-left: 150px;
}

.contactustable td.left {
	width: 30%;	
}

.contactustable td.right {
	width: 70%;
}

/*---- BEGIN PORTFOLIO page table classes ----*/
.tblPortfolio {
    width:715px; 
    border-top:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.tblPortfolio td {
    padding:2px 0px 2px 0px;
    border-left:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
    height:24px;
    text-align:center;
}

/*---- Begin case studies table classes ----*/
.tblPortfolioCaseStudy {
    padding:0px;
    width:345px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.tblPortfolioCaseStudy td.tdleft {
    padding:0px;
    width:72px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
	color: #333333;
	vertical-align:text-top;
}
.tblPortfolioCaseStudy td.tdright {
    padding:0px;
    width:273px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
	color: #666666;
}
/*---- End Case studies table classes ----*/
/*---- END PORTFOLIO page table classes ----*/

#outer { 
    width: 1020px; 
    background: #FFFFFF; 
    margin: 0 auto; 
    padding: 0px;    
}

#inner { 
    width: 982px; 
    margin: 0 auto; 
    border: 0px;
    padding: 0px;    
}

.homeinner { 
    width: 982px; 
    margin: 0 auto; 
    border: 0px;
    padding: 0px;    
}

#header {
   margin: 0 0 10px 0;
}

#footer {
    font-size: 11px;    
    text-align: center;
    margin: 0px 0 21px 0;
    border: 1px solid #CCCCCC;
    padding: 10px 10px 10px 10px;
    height: 90px;
	background-image: url(/Images/footer-bg.gif);
	background-repeat: repeat-x;
}

#footer td {
    padding: 0;
    margin: 0;
}
/**************************** End Tables *****************************/

/**************************** Miscellaneous *****************************/
/*
#banner {
    width: 715px;
    height: 284px;
    margin: 0 0 26px 0;
    color: #fff;
}

#banner img {
    width: 715px;
    height: 284px;
    display: none;
    margin: 0 0 26px 0;
}
*/

.PageHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

img.icon {
    width: 70px;
    height:70px;
}

.rightColContent {
    border: 1px solid #CCCCCC;
    margin: 0 0 26px 0;
    background-color: #FFFFFF;
}

.rightColIndent
{
	border:solid 1px #CCCCCC;
	margin: 0 0 26px 0; 
    width: 100%;
}

.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;
	
}

#rightcol ul {
    margin: 0;
    padding: 10px;   
}

.orange
{
	color:#f2c188;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/**************************** End Miscellaneous *****************************/

/**************************** Tabs *****************************/
/* Custom Tabs For Application Development screen */
#customtabs {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 705px;
}

.customtabs  {
    border: 0px;
	padding: 0px;
    margin: 0px;
    width: 705px;
}
/* must be here with no background otherwise the background images do not show up
    >> tab_inner is the right side of the tab
    >> tab_tab is the center of the tab usualy reserved for text
    >> tab_outer is the left of the tab where we stuffed the background images
*/
.customtabs .ajax__tab_inner{
	width: 235px;
    height: 143px;
    padding: 0px;
    margin: 0px;
}
.customtabs .ajax__tab_tab{
	width: 235px;
    height: 143px;
    padding: 0px;
    margin: 0px;
}
/*--------------------------------------*/
.customtabs .ajax__tab_outer .Strategy{
	width: 235px;
    height: 143px;
    padding: 0px;
    margin: 0px;
    background-image: url(/Images/si-chart-strat-off.gif);
}
.customtabs .ajax__tab_hover .ajax__tab_outer .Strategy{
    width: 235px;
	height: 143px;
    padding: 0px;
    margin: 0px;
    background-image: url(/Images/si-chart-strat-on.gif);
}
.customtabs .ajax__tab_active .ajax__tab_outer .Strategy{
    width: 235px;
    height: 143px;
    padding: 0px;
    margin: 0px;
	background-image: url(/Images/si-chart-strat-on.gif);
}
/*--------------------------------------*/
.customtabs .ajax__tab_outer .Technology{
	width: 235px;
    height: 143px;
    padding: 0px;
    margin: 0px;
    background-image: url(/Images/si-chart-tech-off.gif);
}
.customtabs .ajax__tab_hover .ajax__tab_outer .Technology{
	width: 235px;
    height: 143px;
    padding: 0px;
    margin: 0px;
    background-image: url(/Images/si-chart-tech-on.gif);
}
.customtabs .ajax__tab_active .ajax__tab_outer .Technology{
    width: 235px;
    height: 143px;
    padding: 0px;
    margin: 0px;
	background-image: url(/Images/si-chart-tech-on.gif);
}
/*--------------------------------------*/
.customtabs .ajax__tab_outer .Integration{
	width: 235px;
    height: 143px;
    padding: 0px;
    margin: 0px;
    background-image: url(/Images/si-chart-int-off.gif);
}
.customtabs .ajax__tab_hover .ajax__tab_outer .Integration{
	width: 235px;
    height: 143px;
    padding: 0px;
    margin: 0px;
    background-image: url(/Images/si-chart-int-on.gif);
}
.customtabs .ajax__tab_active .ajax__tab_outer .Integration{
    width: 235px;
    height: 143px;
    padding: 0px;
    margin: 0px;
	background-image: url(/Images/si-chart-int-on.gif);
}

/*--------------------------------------*/
.customtabs .ajax__tab_body {
    border:0px;
    height:300px;
    padding: 0px;
    margin: 0px;
}
/* End Custom Tabs For Application Development screen */

/* Home Tabs For Home screen */
#hometabs {
    border:1px solid #CCCCCC;
    width:715px;
}
.hometabs .ajax__tab_header {
    border-bottom: 1px solid #CCCCCC;
    height: 28px;
    color: #666666;
    background: #CCCCCC url(/Images/gray-grad-filler-bg.gif) repeat;
}
.hometabs .ajax__tab_inner {
    height: 28px;
}
.hometabs .ajax__tab_tab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding:7px 10px 0 10px;
    margin:0;
}
.hometabs .ajax__tab_hover .ajax__tab_outer {
    color: #333;
}
.hometabs .ajax__tab_active .ajax__tab_outer {
    background-color: #CCCCCC;
    background-image: url(/Images/darkgray-grad-filler-bg.gif);
    color: #FFFFFF;
}
.hometabs .ajax__tab_body {
    background-color:#FFFFFF;
    background-repeat: repeat;
    /*padding: 0px;*/
    padding: 5px 5px 0px 0px;
}
#tabContentAppDev		{ padding:0; margin: 0; height: 210px; }
#tabContentManagement	{ padding:0; margin: 0; height: 210px; }
#tabContentMultiLingual { padding:0; margin: 0; height: 210px; }
#tabContentWebDesign    { padding:0; margin: 0; height: 210px; }
#tabContentSystems		{ padding:0; margin: 0; height: 210px; }
#tabContentReporting	{ padding:0; margin: 0; height: 210px; }
#tabContentMobile		{ padding:0; margin: 0; height: 210px; }
/* End Home Tabs For Home screen */
/**************************** 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/accordian-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: #FFFFFF;
    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/accordian-orange-grad-filler-bg.gif);
	height: 23px;
    padding: 5px 5px 0 10px;
}

.accordianContent {
    border-top: 1px solid #CCCCCC;
    padding: 5px 10px;
    background-color:#FFFFFF;
}

.quickFacts {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
    background-color: #333333;
    margin: -5px -5px 0 -10px;
    padding: 5px 0 0 10px;
    height: 23px;
    background-image: url(/Images/darkgray-grad-filler-bg.gif);
}
/**************************** End Accordian *****************************/

/**************************** Links *****************************/
a:link {
    color: #666;
	text-decoration:none;
}

a:visited{
    color: #666;
	text-decoration:none;
}

a:hover{
	color: #333;
	text-decoration:none;
}

a.LinkUnderline {
    text-decoration:underline;
}
/***************************** End Links *****************************/

/**************************** Navigation *****************************/
.navTable {
    /*font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;*/
    background-color: #d7d6c4; 
    color: #666; 
    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: #CCCCCC;
	height: 28px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
	background-image: url(/Images/darkgray-grad-filler-bg.gif);
	background-repeat: repeat;
}

.TopNavOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	/*background-color: #CCCCCC;*/
	height: 28px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
	background-image: url(/Images/si-nav-active-bg.gif);
	background-image: repeat;
}

.TopNav a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.TopNav a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.SubNavOn a:visited 
{
	text-align:center;
	height:28px;
	color: #333;
    text-decoration: none;
}

/**************************** End Navigation *****************************/

/**************************** Form Elements *****************************/
a.button {
    background-color: #666666;
    color: #FFFFFF;
    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: 100px;
	font-size: 12px;
	font-weight: normal;
	background-color: #333333;
	height: 18px;
    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;
} 

a.DarkGrayButton:link { text-decoration: none;} 

a.DarkGrayButton:visited { text-decoration: none;} 

a.DarkGrayButton:hover { text-decoration: none;} 

input {
    background-color:#FFFFFF;
    height:15px;
    width:150px;
}

.submitbutton{
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 100px;
	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;
}

/**************************** Form Elements *****************************/

/***************************** Text *****************************/
.validationerror{
    color:#ff0000;
    text-decoration:none;
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
}

.text10grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.text10greybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.text11greybold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.text11greybolditalic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	font-weight: bold;
	color: #666666;
}

.text11whiteorangebackground
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	font-weight: bold;
	background-color: #F2B25B;
	color:#FFFFFF;
}

.orangequote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	font-weight: bold;
	background-color: #F2B25B;
	color:#FFFFFF;
	padding: 15px 15px 15px 15px;
}

.text11grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #666666;
}

.text12greybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.text16grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
.text16greybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.text20greybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}

.text14greybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.portfoliosubheadtext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
/***************************** End Text *****************************/

/***************************** Lists - ordered, unordered etc *****************************/
ul {
    margin-top:0px;
    list-style-type: disc;
}

ul.ulLeft {
    margin-top:10px;
    margin-left:0px;
    padding-left:16px;
    
    /*margin-left:20px;*/
}
/***************************** End Lists - ordered, unordered etc *****************************/

/************************** Spacers **************************/
.padLeft20
{
	padding-left:20px;
	height:auto;
}

.padLeft10
{
	padding-left:10px;
}
/************************** EndSpacers **************************/

/*********************** Portfolio Slider Menu *********************/
.stepcarousel {
    position: relative; /*leave this value alone*/
    border: 1px solid #666666;
    overflow: scroll; /*leave this value alone*/
    /*width: 642px;*/
    width: 654px;
    height: 214px; /*Height should enough to fit largest content's height*/
    border: 0px;
    background-color: #CCCCCC;
    margin-left: 30px;
}

.stepcarousel .belt {
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
    height: 214px;
    vertical-align: middle;
}

.stepcarousel .panel {
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0px px 0px 0px; /*margin around each panel*/
    width: 218px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    height: 214px;
    vertical-align: middle;
    
}
/*********************** End Portfolio Slider Menu *********************/
