/* @override http://127.0.0.1:8000/site_media/base.css */

body {
    background-color: #312828;
    margin: 0;
}
html, body {
    height: 100%;
}
body {
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 10pt;
}

a, a:link {
    color: #7baec7;
    text-decoration: none;
}
a, a:visited {
    color: #7baec7;
    text-decoration: none;
}
a, a:active {
    color: #7baec7;
    text-decoration: none;
}
a, a:hover {
    color: #dfdfdf;
    text-decoration: none;
}



p a:hover {
    color: #dfdfdf;
    text-decoration: none;
}





img {
    border: 0;
}
dt {
    font-weight: bold;
    margin-top: 8px;
    border-top: 1px solid #7b6c6c;
    padding: 2px;
}

dt a:link, a:hover, a:visited, a:active {
   padding: 0px;
   margin-right: 0px;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    font-size: inherit;
}
td {
    margin: 0;
    border: 0;
    padding: 0;
}
#body {
    clear: both;
    margin: 0 auto;
    padding: 10px;
    width: 800px;
}
#footer {
    position: relative;
    bottom: 5px;
    text-align: center;
    color: #999; /* footer text colour */
    margin-top: 50px;

    clear: both;
    width: 100%;
}
#footer a, #footer a:visited {
    color: #457f9b; /* footer link colour */
}
#footer a:hover {
    color: #999; /* footer link hover colour */
}
#site_wide_announcements {
    background: yellow;
    padding: 10px;
    text-align: center;
}
#site_wide_announcements ul {
    padding: 0;
    margin: 0;
}
h1 {
    margin: 0;
    padding-top: 10px;
}

h2 {
    padding-top: 14px;
    padding-bottom: 0px;
}

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 #457f9b;
    border-bottom: solid 1px #457f9b;
    color: #312828;
    font-size: 11pt;
    background: #F3F3F3 url('/site_media/form-shadow.png') left top repeat-x;
}
.clearboth {
    clear: both;
}





.information {
	align: center;
	text-align: left;
	background: #7b6c6c;
	padding: 10px
	font-size: 1em;
}

.writeon {
    align: center;
    text-align: center;
    background: #7b6c6c;
    padding: 10px;
    font-size: 1.3em;
} 

.writeon li {
   list-style-type: none;
}

/* Please don't use <ul> in the "writeon" box, separate with <br> or <p> */



.pkgmenu {
    background: #;
    padding: 16px;
    color: #7baec7;
    border-top: 1px solid #7b6c6c;
    border-bottom: 1px solid #7b6c6c;
    }



.pkgmenu ul {
    float: left;
    margin: -8px;
    padding: 0;
}

.pkgmenu ul li {
    display: inline;
    list-style-type: none;
}


.pkgmenu a:link, a:visited, a:active {
    color: #7baec7;
    padding: 8px;

}

.pkgmenu ul a:hover {
    color: #ffffff;
    background: #7b6c6c;
}


dt a:link, a:hover, a:visited, a:active {
 padding: 0px;
 margin-right: 0px;
}









#tabhead {
    background-image: url('/site_media/bg.gif');
    background-repeat: repeat;
    
    border-bottom: 1px solid #312828; /* tab border */
    position: relative;
}
#tabhead .logo {
    height: 116px;
    padding-left: 0px;
    padding-top: 0;
}

#tabhead .pid_box {
    position: absolute;
    top: 40px;
    left: 500px;

}

#tabhead .logo img {
    width: 238px;
    height: 116px;
}
#tabhead .login {
    position: absolute;
    top: 6px;
    right: 15px;
    color: #00354f; /* login bar text colour */
}
#tabhead .login a, #tabhead .login a:visited {
    color: #00354f; /* login bar link colour */
}
#tabhead .login a:hover {
    color: #457f9b; /* login bar link hover colour */
}



ul.errorlist {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #ed253d;
}
ul#messages {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
ul#messages li {
    padding: 5px 10px;
    background: #;
    margin: 3px;
    border: 2px solid #7b6c6c;
}
ul#messages li a {
    float: right;
}
.verified {
    color: green;
}
.remove {
    color: #ed253d;
}
.unverified {
    color: gray;
}
.primary {
    font-weight: bold;
}
table.email_list td {
    padding: 5px 10px;
}
.warning {
    color: #ed253d;
    font-weight: bold;
}

div.notice {
    margin: 0;
    padding: 5px;
    border-bottom: 1px dashed #fff;
}
div.unseen_notice {
    margin: 0;
    padding: 5px;
    background: #6f8fa2; /*#00354f, #457f9b, #7b6c6c*/
    border-bottom: 1px dashed #fff;
}
h2.notice_date,
{
    font-size: 12pt;
    color: #666;
    border-bottom: 1px solid #999;
}
span.notice_type {
    color: #7b6c6c;
}
span.unseen_notice_type {
    color: #7b6c6c;
}
span.notice_message {
    color: #fff;
}

span.unseen_notice_message {
    color: #312828;
}

span.notice_message a:link, 
span.notice_message a:active, 
span.notice_message a:visited {
    color: #7baec7;
}

span.notice_message a:hover {
    color: #dfdfdf;
}

span.unseen_notice_message a:link, 
span.unseen_notice_message a:active, 
span.unseen_notice_message a:visited {
    color: #00354f;
}

span.unseen_notice_message a:hover {
    color: #457f9b;
}


span.notice_time {
    color: #fff;
    font-size: 90%;
    position: relative;
    left: 550px;

}
table.notice_settings td {
    line-height: 90%;
    padding: 5px 10px;
    
}
span.notice_type_description {
    color: #7b6c6c;
    font-size: 80%;
    font-style: italic;
}

div.profile_info p {
    margin: 0;
}

#subnav {
    margin: 0;
    padding: 0;
    background: #9c9c9b; /* tab colour */
    border-bottom: 0px 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: #312828;
    padding: 4px 20px;
}

#subnav ul a:hover {
    color: #7baec7;
    background: #312828;
}







#packages_tab table a:link {
    color: #00354f;
    background: #e4e4e4;

}

#packages_tab table a:hover {
    color: #7baec7;
    background: #9c9c9b;
}


#account_tab table a:link {
    color: #00354f;
    background: #e4e4e4;

}

#account_tab table a:hover {
    color: #7baec7;
    background: #9c9c9b;
}



div.education {
    border-bottom: 4px double #5086a0;
    border-top: 4px double #5086a0;
    background: #;
    padding: 14px;
    margin: 20px 0;
}


#notices_tab table a:link {
    color: #00354f;
    background: #e4e4e4;

}

#notices_tab table a:hover {
    color: #7baec7;
    background: #9c9c9b;
}






div.right_panel {
    margin-top: 20px;
    width: 200px;
    float: right;
    z-index: 999;
}

div.notice_settings {
    border: 1px solid #7b6c6c;
    padding: 8px;
    margin: 20px 0;
}


div.notice_new {
    border: 1px solid #7b6c6c;
    padding: 8px;
    margin: 20px 0;
}

div.notice_settings h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

#locale_switcher {
    display:inline;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_results li img {
    float: left;
    margin: 5px;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}



/* 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 */


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%;
}

/* FORMS **********************************/

/* ----------- basic-sm ----------- */

#basic-form .underlineme {
    border-bottom: 4px solid #DEDEDE;
    margin-top: 15px;
}
#basic-form hr {
    border-top:solid 4px #DEDEDE;
}
#basic-form p{
    color:#666666;
    border-bottom:solid 1px #dedede;
    padding-bottom: 5px;
}
#basic-form label{
    display:block;
    font-weight:bold;
}
#basic-form td {
    padding: 2px;
}
#basic-form td.rightd {
    padding-right: 70px;
}
#basic-form span{
    color: #aaa;
    font-style: italic;
    width:300px;
}
#basic-form input, #basic-form select{
    float:left;
    margin:2px 0 2px 10px;
    font-size: 11px;
}

#basic-form textarea{
    float:left;
    margin:2px 0 2px 10px;
    font-size: 11px; 
}


/*#basic-form .button{ 
    clear:both;
    width:125px;
    height:31px;
    text-align:center;
    line-height:20px;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    border: 0 transparent;
    background: url(button.png) no-repeat;
    margin-top: 20px;
    cursor: pointer;
}*/

/* Fieldsets */
fieldset { padding: 20px; margin: 0 0 1.5em 0; border: 2px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

.left-form {
    width: 360px;
    float: left;
    margin-right: 60px;
}

.right-form {
    width: 360px;
    float: right;
}
.right-form p {
    line-height: 21px;
}
.padtop {
    margin-top: 20px;
}

.signupform {
    float: left;
}



.comment {
    padding: 6px;
    border-left: 2px solid #7b6c6c;
    border-bottom: 1px dotted #7b6c6c;
}

.commentmsg {
    font-size: 0.9em;
    padding-top: 3px;
    margin-top: 5px;
    padding-left: 6px;
    color: #f2e5cc;

} 

.comment_header {
   background: #7b6c6c;
   padding: 4px;
   margin: -6px;
}

.comment_header a:link, .comment_header a:visited, .comment_header a:active {
   color: #312828; /*#312828, #00354f*/
}

.comment_header a:hover {
   color: #dfdfdf;
}

/*
input {
    background: url('images/btbg.gif') #cccccc;
    border: 1px solid #457f9b;
}*/

