/* General Style Info */
body {
background:#fff url(../img/bgBody.jpg) repeat-y center;
color:#fff;
font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
font-size:90%;
margin:0;
}

a {
color:#e10824;
text-decoration:none;
font-weight:700;
}

a:hover {
color:#e10824;
text-decoration:underline;
}

a img {
border:none;
}

h1 {
font-weight:400;
color:#003d4c;
font-size:100%;
margin:0.1em 0;
}

h2 {
font-weight:400;
color:#e32;
font-size:190%;
padding-top:0.8em;
margin:0.3em 0;
}

h3 {
font-weight:400;
color:#993;
font-size:165%;
padding-top:1.5em;
}

h4 {
color:#993;
font-weight:400;
padding-top:0.5em;
}

p {
padding:5px 0;
}

.clear {
clear:both;
}

/* Layout */
#container {
text-align:left;
}

.wrapper {
width:980px;
overflow:hidden;
margin:0 auto;
}

/* Layout.Header */
#header {
height:33px;
background:#3b3b3b url(../img/bgHeader.jpg) repeat-x bottom;
border:none;
overflow:hidden;
}

#header .wrapper {
background:url(../img/bgHeaderWrapper.jpg) repeat-x bottom;
width:980px;
overflow:hidden;
border:none;
height:33px;
margin:0 auto;
padding:0;
}

#headerContent {
height:120px;
}

#langChooser {
text-align: right;
width: auto;
margin:10px 5px;
}

#langChooser a {
margin-right: 5px;
display: inline;
}

#headerContent .logo {
float:left;
margin:20px 30px;
}

#header h1 {
background:#003d4c;
color:#fff;
padding:0 30px;
}

#header h1 a {
color:#fff;
background:#003d4c;
font-weight:400;
text-decoration:none;
}

#header h1 a:hover {
color:#fff;
background:#003d4c;
text-decoration:underline;
}

/* Header.localeChooser */
#localeChooser {
list-style-type:none;
float:right;
margin:10px 10px 0 0;
height:24px;
}

#localeChooser li {
display:inline;
margin-right:3px;
}

/* Layout.Login */
#login {
width:215px;
height:33px;
line-height:33px;
text-align:right;
font-size:90%;
float:right;
overflow:hidden;
padding-right: 10px;
}

#login form {
width:215px;
}

#login input {
font-size:80%;
border:none;
width:141px;
margin:0 auto !important;
float:none;
text-align:center;
outline:none;
padding:2px;
}

/* Layout.menu */
#menu {
list-style-type:none;
clear:right;
float:right;
margin:0 10px;
padding:40px 20px 0;
}

#menu li {
display:block;
float:left;
margin-left:20px;
}

#menu a {
font-size:90%;
color:#828282;
text-decoration:none;
font-weight:400;
}

#menu a:hover,#menu .active {
color:#e10824;
}

#menu a.tech-button {
color:#fff;
background-image:url(../img/btnTech.jpg);
background-repeat: no-repeat;
background-position: top;
width: 96px;
height:29px;
display:block;
text-align:center;
line-height: 24px;
font-size:80%;
margin-top:-3px;
}

#menu a.tech-button:hover {
background-position:center;
color:#fff;
}

#menu a.tech-button:active {
background-position:bottom;
color:#fff;
}

/* Layout.Content */
#content {
clear:both;
color:#333;
overflow:hidden;
width:960px;
border:none;
margin:0 auto;
padding:10px;
}

#content .banner {
/*background:#fff url(../img/bgContent.jpg) no-repeat center top;*/
height:160px;
width:980px;
margin-left:-10px;
}

#content .line {
height:1px;
border-top:1px solid #ccc;
width:980px;
margin-left:-10px;
}

.imgWrapper {
background-color:#fff;
}

/* Layout.Portfolio */
#portfolioWrapper {
width:959px;
height:80px;
padding-top:359px;
overflow:hidden;
background-repeat:no-repeat;
background-position:top;
}

#portfolioWrapper .description {
color:#333;
height:50px;
font-size:80%;
text-align:left;
border-top:1px solid #e3e3e3;
overflow:hidden;
padding:10px;
}

#portfolioWrapper .description strong {
font-size:120%;
}

#portfolioWrapper .description a {
font-weight:400;
border-bottom:1px dotted #4d7b95;
}

#portfolioWrapper .description a:hover {
text-decoration:none;
border-bottom-style:solid;
}

#portfolioWrapper .description .tags {
font-size:90%;
padding-top:5px;
}

/* Layout.Portfolio.Items */
#itemWrapper {
width:959px;
height:429px;
border:1px solid #e3e3e3;
overflow:hidden;
padding:0;
}

/* Layout.Home */
.homeModule {
width:312px;
height:312px;
float:left;
border:1px solid #e3e3e3;
margin-right:9px;
background-position:center;
background-repeat:no-repeat;
overflow:hidden;
}

.homeModule a.title {
display:block;
color:#ebebeb;
text-align:center;
text-decoration:none;
height:32px;
line-height:32px;
background:url(../img/bgHomeModuleTitle.jpg) repeat-x top;
}

.homeModule a.title:hover {
color:#fff;
}

.homeModule .content {
font-size:80%;
text-align:justify;
padding:215px 10px 0;
}

.mini {
width:258px;
float:left;
text-align:left !important;
margin:5px 0 !important;
}

.empty {
background:none !important;
border:none !important;
}

.textModule {
color:#666;
font-size:90%;
text-align:justify;
border:1px solid #e3e3e3;
background:#fff url(../img/bgContainerBottomSoft2.jpg) repeat-x bottom;
margin:10px 0;
padding:20px;
}

.textModule span {
color:#e10824;
font-weight:700;
font-size:120%;
}

.textModule a {
color:#e10824;
font-weight:700;
font-size:120%;
border-bottom:1px dotted #ccc;
}

.textModule a:hover {
border-bottom-style:solid;
text-decoration:none;
}

.textModule .col {
width:449px;
margin-right:20px;
float:left;
}

#textModuleTech p {
padding:2px 0;
}

.textModule.mobileMoneyTransfer {
    border: none;
    background-image: url(../img/bgMobileMoneyTransfer.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding:36px 0 0 280px;
    text-align: left;
    height: 400px;
}

.textModule.mobileMoneyTransfer .title {
    color: #fff;
    font-size: 120%;
    font-weight: 700;
    text-align: right;
    padding-right: 30px;
}

.textModule.mobileMoneyTransfer .link {
    margin-top: 140px;
    text-align: right;
    padding-right: 30px;
}

.textModule.mobileMoneyTransfer .description {
    margin-top: 30px;
}

.textModule.mobileMoneyTransfer .description .subtitle {
    font-size: 150%;
}

.textModule.mobileMoneyTransfer .description .col {
    width: 330px;
    float: left;
    margin-right: 10px;
}

/*
.highModule {
background:#e10825!important;
color:#fff;
}

.highModule a {
color:#fff;
}

.highModule span {
color:#fff;
}*/

.highModule table {
background:none;
text-align:left;
border:none;
}

.highModule table tr td {
background:none;
border:none;
text-align:left;
}

/* Layout.AjaxRequest */
#update {
background:#fff url(../img/bgContainerBottomSoft2.jpg) repeat-x bottom;
}

/* Layout.Footer */
#footer {
clear:both;
background:#202020 url(../img/bgFooter.jpg) repeat-x top;
width:960px;
font-size:75%;
text-align:left;
line-height:180%;
overflow:hidden;
color:#ccc;
margin:0 auto;
padding:10px 10px 20px;
}

#footer a {
background:none;
color:#fff;
text-decoration:none;
font-weight:400;
border-bottom:1px dotted #fff;
}

#footer a:hover {
border-bottom-style:solid;
}

/* Tables */
table {
background:#fff;
border:1px solid #ccc;
border-right:0;
clear:both;
color:#333;
margin-bottom:10px;
width:100%;
}

th {
background:#f2f2f2;
border:1px solid #bbb;
border-top:1px solid #fff;
border-left:1px solid #fff;
text-align:center;
}

th a {
background:#f2f2f2;
display:block;
text-decoration:none;
padding:2px 4px;
}

th a:hover {
background:#ccc;
color:#333;
text-decoration:none;
}

table tr td {
background:#fff;
border-right:1px solid #ccc;
text-align:center;
vertical-align:top;
padding:4px;
}

td.actions {
text-align:center;
white-space:nowrap;
}

td.actions a {
margin:0 6px;
}

.cake-sql-log td {
text-align:left;
padding:4px 8px;
}

/* Paging */
div.paging {
background:#fff;
color:#ccc;
}

div.paging div.disabled {
color:#ddd;
display:inline;
}

div.paging span.current {
color:#000;
}

div.paging a {
text-decoration:none;
font-size:80%;
color:#333;
}

#homePaging {
width:889px;
border:1px solid #e3e3e3;
border-top:none;
background:url(../img/bgHomePaging.jpg) no-repeat center;
height:8px;
padding:3px 35px;
}

#homePaging a {
height:10px;
width:10px;
background-image:url(../img/strItem.jpg);
background-repeat:no-repeat;
background-position:bottom;
display:block;
float:left;
margin-right:10px;
padding:0;
}

#homePaging a:hover {
background-position:center;
}

#homePaging .active {
background-position:top;
}

/* Scaffold View */
dl {
line-height:2em;
width:60%;
margin:0;
}

dt {
font-weight:700;
padding-left:4px;
vertical-align:top;
}

dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* Forms */
form {
clear:both;
width:80%;
padding:0;
}

fieldset {
border:1px solid #ccc;
margin-top:30px;
padding:16px 20px;
}

fieldset legend {
background:#fff;
color:#e32;
font-size:160%;
font-weight:700;
}

fieldset fieldset {
margin-top:0;
margin-bottom:20px;
padding:16px 10px;
}

fieldset fieldset legend {
font-size:120%;
font-weight:400;
}

fieldset fieldset div {
clear:left;
margin:0 20px;
}

form div {
clear:both;
margin-bottom:1em;
vertical-align:text-top;
padding:.3em;
}

form div.input {
color:#444;
}

form div.required {
color:#333;
font-weight:700;
}

form div.submit {
border:none;
clear:both;
margin:5px auto;
}

label {
display:block;
font-size:100%;
padding-right:20px;
}

input {
clear:both;
font-size:100%;
width:100%;
border:1px solid #ccc;
background:#fff;
padding:4px;
}

textarea {
clear:both;
font-size:100%;
width:100%;
max-width:100%;
border:1px solid #ccc;
background:#fff;
padding:4px;
}

select {
clear:both;
font-size:100%;
vertical-align:text-bottom;
}

select[multiple=multiple] {
width:100%;
}

option {
font-size:120%;
padding:0 3px;
}

input[type=checkbox] {
clear:left;
float:left;
width:auto;
margin:0 6px 7px 2px;
}

input[type=radio] {
float:left;
width:auto;
margin:0 3px 7px 0;
}

div.radio label {
margin:0 0 6px 20px;
}

input[type=submit] {
display:inline;
font-size:100%;
width:auto;
vertical-align:bottom;
background:#f9f9f9 url(../img/bgContainerBottomSoft.jpg) repeat-x bottom;
padding:2px 5px;
}

form#mini {
width:97%;
font-size:75%;
margin:0;
}

form#mini .submit {
margin-left:230px;
margin-top:-15px;
}

form#mini input[type=submit] {
background:#fff;
margin:0;
}

#contactFormUpdate {
font-size:90%;
font-weight:700;
}

#contactFormHomeUpdate {
position:absolute;
font-size:70%;
font-weight:700;
text-align:left;
width:282px;
height:115px;
background:url(../img/bgHomeModuleNotif.gif) no-repeat center;
color:#fff;
border:0;
cursor:pointer;
margin:10px 0 10px 5px;
padding:10px;
}

#contactFormHomeUpdate .button {
color:#000;
padding:2px !important;
}

/* Form.Elements */
.button {
background:#fff;
border:1px solid #ccc;
width:40px;
text-align:center;
cursor:pointer;
font-weight:400;
margin:5px auto 0;
padding:5px !important;
}

/* Notices and Errors */
div.message {
clear:both;
color:#900;
font-size:140%;
font-weight:700;
margin:1em 0;
}

div.error-message {
clear:both;
color:#900;
font-weight:700;
}

p.error {
background-color:#e32;
color:#fff;
font-family:Courier, monospace;
font-size:120%;
line-height:140%;
margin:1em 0;
padding:0.8em;
}

p.error em {
color:#000;
font-weight:400;
line-height:140%;
}

.notice {
background:#fc0;
color:#000;
display:block;
font-family:Courier, monospace;
font-size:120%;
line-height:140%;
margin:1em 0;
padding:0.8em;
}

.success {
background:green;
color:#fff;
}

.errorPage {
text-align:center;
font-size:130%;
padding:200px 0;
}

.notifAlert {
background:url(../img/icnError.png) no-repeat left;
padding:2px 0 2px 20px !important;
}

.notifInfo {
background:url(../img/icnInfo.png) no-repeat left;
padding:2px 0 2px 20px !important;
}

div.actions li {
display:inline;
list-style-type:none;
line-height:2em;
white-space:nowrap;
margin:0 2em 0 0;
}

div.actions ul li a {
background:#fff;
color:#003d4c;
text-decoration:none;
}

div.actions ul li a:hover {
color:#333;
text-decoration:underline;
}

/* Related */
div.related {
clear:both;
display:block;
}

/* Debugging */
pre {
color:#000;
background:#f0f0f0;
padding:1em;
}

pre.cake-debug {
background:#fc0;
font-size:120%;
line-height:140%;
margin-top:1em;
overflow:auto;
position:relative;
}

div.cake-stack-trace {
background:#fff;
border:4px dotted #fc0;
color:#333;
font-size:120%;
line-height:140%;
overflow:auto;
position:relative;
margin:0;
padding:6px;
}

div.cake-code-dump pre {
position:relative;
color:#000;
background-color:#F0F0F0;
clear:both;
font-size:12px;
line-height:15px;
overflow:auto;
margin:4px 2px;
padding:4px;
}

div.cake-stack-trace pre {
color:#000;
background-color:#F0F0F0;
overflow:auto;
margin:0;
padding:1em;
}

div.cake-code-dump pre code {
clear:both;
font-size:12px;
line-height:15px;
overflow:auto;
margin:4px 2px;
padding:4px;
}

div.cake-code-dump span.code-highlight {
background-color:#ff0;
padding:4px;
}

div.code-coverage-results div.code-line {
padding-left:5px;
display:block;
margin-left:10px;
}

div.code-coverage-results div.uncovered span.content {
background:#ecc;
}

div.code-coverage-results div.covered span.content {
background:#cec;
}

div.code-coverage-results div.ignored span.content {
color:#aaa;
}

div.code-coverage-results span.line-num {
color:#666;
display:block;
float:left;
width:20px;
text-align:right;
margin-right:5px;
}

div.code-coverage-results span.line-num strong {
color:#666;
}

div.code-coverage-results div.start {
border:1px solid #aaa;
margin-top:30px;
padding-top:5px;
border-width:1px 1px 0;
}

div.code-coverage-results div.end {
border:1px solid #aaa;
margin-bottom:30px;
padding-bottom:5px;
border-width:0 1px 1px;
}

div.code-coverage-results div.realstart {
margin-top:0;
}

div.code-coverage-results p.note {
color:#bbb;
font-size:10px;
margin:5px 0 10px;
padding:5px;
}

div.code-coverage-results span.result-bad {
color:#a00;
}

div.code-coverage-results span.result-ok {
color:#fa0;
}

div.code-coverage-results span.result-good {
color:#0a0;
}

/* Other */
.w3c {
float:right;
margin: 15px 5px 0 0;
}

#tabsModule {
list-style:none;
width:298px;
line-height:30px;
border-bottom:none;
background:#fff;
text-align:center !important;
margin:0 !important;
padding:0;
}

#tabsModule li {
display:block;
float:left;
width:148px;
border:none;
margin:0;
padding:0;
}

#tabsModule li a {
color:#666;
font-size:100%;
border:none;
padding:4px;
outline:none;
}

.inactiveTab {
border-bottom:1px solid #e3e3e3 !important;
background:#e3e3e3;
border-right:1px solid #e3e3e3 !important;
}

.miniTeam {
padding-left:90px !important;
background:url(../img/icnTeam.png) no-repeat left;
}

.miniExperience {
padding-left:90px !important;
background:url(../img/icnExperience.png) no-repeat left;
}

.miniDevelopment {
padding-left:90px !important;
background:url(../img/icnDevelopment.png) no-repeat left;
}

.worldMap {
height:173px;
background:#fff url(../img/bgWorldMap.jpg) no-repeat center;
}

*,div.actions ul {
margin:0;
padding:0;
}

ul,li,form#mini .input {
margin:0;
}

.hidden,#contactFormUpdate .button {
display:none;
}

.homeModule .content span,.homeModule .content a {
color:#4d7b95;
font-weight:700;
font-size:100%;
display:block;
text-align:left;
}

#footer p a,#footer p a:hover {
text-decoration:none;
border:none;
}

#footer p,.partner {
float:right;
margin: 10px 10px 0 0;
text-align:center;
}

table tr.altrow td,.cake-sql-log table,dl.altrow {
background:#f4f4f4;
}

#contactFormUpdate div,#contactFormHomeUpdate div {
padding:0;
}

.w3c a,.w3c a:hover {
text-decoration:none;
border:none !important;
}

table.clients {
	border-width: 0px;
	border-spacing: 2px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
        margin-left: auto;
        margin-right: auto;
}
table.clients th {
	border-width: 0px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.clients td {
	border-width: 0px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
        width: 33%; height: 150px; vertical-align: middle;
}