/* GENERAL */

html, body {
    height: 100%;
}
body {
    background-color: #FFF;
    margin: 0;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15pt;
}
h1, h2, h3 {
    text-shadow: 0.03em 0.03em 0.03em #333;
    color : #2550ff;
}
.mobileinput {
    font-size : 1.4em !important;
    width:166px !important;
    height:26px !important;
    line-height:26px;
}
a, a:visited {
    color: #00F;
}
img {
    border: 0;
}
dt {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    font-size: inherit;
}
td {
    margin: 0;
    border: 0;
    padding: 0;
}
h1 {
    margin: 0;
}

h2.pleasesupport {
    font-size  : 1.1em;
}


#body {
    clear: both;
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 960px;
}
#footer {
    color: #999; /* footer text colour */
    margin: 50px auto;
    padding: 10px;
    clear: both;
    width: 800px;
    font-size: 9pt;
    border-top : 1px solid #999;
    text-align: center;
}
.center {
    text-align: center;
}
#footer a, #footer a:visited {
    color: #444; /* footer link colour */
}
#footer a:hover {
    color: #111; /* footer link hover colour */
}


/* CLEARS */

.clearboth {
    clear: both;
}

/* reference:
 *   http://www.positioniseverything.net/easyclearing.html
 *   http://www.zeldman.com/2006/10/27/ie7fixes1/
 *      comment by michael on 10/28/2006
 */
.clearfix {
    min-height: 1%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* hides from ie5-mac \*/
* html .clearfix { height: 1%; }
/* end hide from ie5-mac */

#body_container {
    background: #fff url('../images/gradient-body_container.png') left top repeat-x;
}

/* HEADER */

#tabhead {
    background: #fff url('../images/gradient-1x50.png') left top repeat-x;
    /* border-bottom: 1px solid #000; */ /* tab border */
    position: relative;
}
#tabheadmenus {
    background: #fff url('../images/gradient-1x50.png') left top repeat-x;
    /* border-bottom: 1px solid #000; */ /* tab border */
    /* position: relative; */
}
#tabhead .logo {
    height: 50px;
    padding-left: 0px;
    padding-top: 0;
}
#tabhead .logo img {
    padding-top: 0px;
    width: 290px;
    height: 50px;
}
#tabhead .login {
    position: absolute;
    top: 6px;
    right: 15px;
    color: #2550fe; /* login bar text colour */
}
#tabhead .login a, #tabhead .login a:visited {
    color: #2550fe; /* login bar link colour */
}
#tabhead .login a:hover {
    color: #115500; /* login bar link hover colour */
}

#locale_switcher {
    display: inline;
}

#subnav {
    margin: 0;
    padding: 0;
    background: #99ed7c; /* tab colour */
    border-bottom: 1px solid #000000;
}
#subnav ul {
    float: right;
    margin: 0 20px;
    padding: 0;
}
#subnav ul li {
    display: inline;
    list-style-type: none;
}
#subnav ul a:link, #subnav ul a:visited {
    float: left;
    font-weight: bold;
    text-decoration: none;
    color: #0000ff;
    padding: 4px 20px;
}
#subnav ul a:hover {
    color: #FFF;
    background: #cd0a0a;
}


/* FORMS */

form th {
    text-align : left;
}
form.signup input[type="submit"], form.login input[type="submit"] {
    margin: 20px 0;
    font-size: 14pt;
}
input[type="text"], input[type="password"], textarea {
    padding: 3px;
    margin: 3px;
    border: solid 1px #C6C6C6;
    border-bottom: solid 1px #E3E3E3;
    color: #666;
    font-size: 12pt;
    background: #F3F3F3 url('../pinax/images/form-shadow.png') left top repeat-x;
}
ul.errorlist {
    margin: 0;
    padding: 0;
    list-style: none;
    color: red;
}


/* MESSAGES */

ul#messages {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
ul#messages li {
    padding: 5px 10px;
    background: #EFD;
    margin: 3px;
    border: 1px solid #BC9;
}
ul#messages li a {
    float: right;
    color: #693;
}


/* WHAT NEXT */

dl.what_next {
    margin: 2em;
}
dl.what_next dt {
    font-size: 120%;
}
dl.what_next dd {
    margin: 0 0 1em 0;
    font-style: italic;
}
p.what_next {
    font-size: 120%;
}


/* FORM TOGGLE */

.form-toggle p {
    margin-bottom: 2px;
}

.form-toggle p span {
    background: #DEF;
    padding: 3px 6px;
    border-top: 1px solid #9BC;
    border-left: 1px solid #9BC;
    border-right: 1px solid #9BC;
    cursor: pointer;
}

.form-toggle form {
    padding: 3px 6px;
    margin: 0;
    background: #DEF;
    border: 1px solid #9BC;
}



/* EXTRAS TO CLEAN UP */

.warning {
    color: red;
    font-weight: bold;
}

div.profile_info p {
    margin: 0;
}
div.left_panel {
    width: 550px;
}
div.right_panel {
    margin-top: 20px;
    width: 200px;
    float: right;
    z-index: 999;
}
p.center {
    text-align: center;
}
table.center {
    text-align: center;
    width: 500px;
}
a.langchoice {
    color: #0A4;
    font-size      : 1.6em;
    font-weight    : bold;
    text-decoration: underline;
}
a.langchoice:hover {
    color: #0E0;
}

div.twoboxes {
    margin : 0 40px 0 40px;
    clear : both;
}
article.leftbox, article.rightbox {
    width : 40%;
    position : relative;
    float : left;
    background-color : #;
    padding : 8px;
    /* border : 1px solid #2550ff; */
}
article.leftbox {
    margin : 0 40px 0 0;
}
article.rightbox {
    margin : 0 0 0 40px;
}

/*
article.leftbox, article.rightbox {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
*/
	/* For IE 8 */
/*
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
*/
	/* For IE 5.5 - 7 */
/*
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
*/

