/*
   This is where you should put all your customisations to the swish.css
   file. Please do not edit swish.css, but instead put all your over-rides
   here.
*/

/* If your language version of the "Home", "Inbox", "Outbox" & "Logout"
 * tabs are too wide for the buttons, you can increase the width of the
 * buttons. Just uncomment this section, changing the "130" for whatever
 * you want, but make sure the "131" is exactly 1 greater than the "130".
#topMenu li a {
  width:130px;
}
#topMenu li {
  width: 131px;
}
#topMenu li.selected {
  width: 131px;
}
*/

/* Uncomment this to make the web site narrower left-to-right */
/* .content {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
} */

body {
        background-image:none;
        background-color:transparent;
}
#container {
        box-shadow:none;
        padding:10px;
}
.content {
        width:960px;
}

#topMenu li {
        background-color:#CBCCCE;
}
#topMenu ul {
        margin-left:10px;
}
#loginForm {
        border-top:1px solid #9eadba;
        border-radius:0px 5px 5px 5px;
        -moz-border-radius:0px 5px 5px 5px;
        -webkit-border-radius:0px 5px 5px 5px;
}
#localeButton {
        background-color: #1f88c1;
}
#footer {
        margin-top:10px;
}


