/*-------------------------------------------------------------

Style Sheet (SITENAME)
version:   1.0
author:    Airlock
website:   http://www.airlock.com/

-------------------------------------------------------------*/

/* =Reset CSS
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* =Core Layout
-------------------------------------------------------------*/
div#wrapper {
    margin: 10px 0 0 20px;
    width: 767px;
    position: relative;
}

div#head-wrapper {
    border-bottom: 2px solid #a3a3a3;
}

div#branding {
    float: left;
    width: 186px;
    padding: 0px 6px 0 0;
}

div#branding img {
    display: block;
}

div#utilities {
    width: 575px;
    float: left;
    margin-top: 4px;
    position: relative;
}

ul#nav-primary {
    width: 570px;
    margin-bottom: 13px;
    float: left;
}

div#utilities ul#nav-breadcrumb,
div#utilities div#logout {
    margin-top: 5px;
}

div#utilities ul#nav-breadcrumb {
    clear: both;
    padding: 2px 0 0 0;
}

div#utilities ul#nav-breadcrumb li {
    display: inline;
    padding: 0 1px 0 2px;
}

div#utilities form {
    position: absolute;
    right: 0;
    top: 25px;
    left: 385px;
    width: 190px;
}

div#utilities form label {
    display: none;
}

div#utilities form input.text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    color: #666;
    padding: 3px;
    border: 1px solid #999;
    margin: 5px 0;
    float: left;
    width: 150px;
}

div#utilities form input.button {
    background: #fff url("../ui/btn-arrow.gif") 0 40% no-repeat;
    border: none;
    color: #c9cf60 !important;
    float: left;
    margin: 6px 0 0 5px;
    padding: 4px 0 0 17px;
    cursor: pointer;
    text-index: -999em;
    height: 17px;
    width: 17px;
}

div#primary {
    width: 767px;
    float: left;
    clear: both;
    overflow: hidden;
}

div.column-1,
div.column-2,
div.column-half,
div.column-third {
    float: left;
    margin-right: 8px;
}

div.column-1 {
    width: 187px;
}

div.column-2 {
    width: 572px;
}

div.column-half {
    width: 382px;
    margin-right: 1px;
}

div.column-third {
    width: 254px;
    margin-right: 1px;
}

.no-right-margin {
    margin-right: 0 !important;
}

.column-half-no-right-margin {
    width: 384px !important;
    margin-right: 0 !important;
}

div#profile div.content img.photo {
    padding: 10px;
    display: block;
}

div#profile div.content span ,
div#parent-detail div.content span {
    display: block;
    padding: 0 0 0 12px;
    background: url(../ui/dot.gif) 0 100% repeat-x;
}

div#profile div.content span.name {
    background: none;
}

div#secondary {
    width: 186px;
    margin: 0 6px 0 0;
    float: left;
}

div#secondary form {
    background: #5e5e5e url(../ui/search-bg.gif) 0 0 repeat-x;
    padding: 10px 5px;
}

div#secondary form label, div#secondary input {
    vertical-align: middle;
}

div#secondary form input.text {
    width: 100px;
    padding: 3px;
    border: 1px solid #999;
}

div#secondary form input.button {
    width: 17px;
    height: 17px;
}

ul#nav-secondary {
    padding: 0 10px;
}

ul#nav-secondary li a {
    display: block;
    background: url(../ui/dot-black.gif) 0 100% repeat-x;
    padding-top: 1px;
}

ul#nav-secondary li a:hover span {
    border: none;
}

div#footer {
    position: relative;
    clear: both;
    background-color: #fff;
    border-top: #999 solid 1px;
    background: #fff url(../ui/logo-footer.gif) bottom right no-repeat;
    padding: 10px 0 7px 0;
}

div#footer ul li {
    display: block;
    float: left;
    padding: 0 2px;
}

div#footer ul.logos li {
    display: block;
    float: left;
    padding: 0 2px;
}

div#footer ul#partner-logos {
    position: absolute;
    right: 0;
    top: 8px;
}

div#footer ul#partner-logos li {
    display: block;
    float: right;
    display: none;
}

div#footer ul#partner-logos li#logo-ahrc,
div#footer ul#partner-logos li#logo-bbc {
    display: block;
}

div#footer ul#partner-logos li#logo-ahrc a {
    width: 129px;
    height: 31px;
    display: block;
    overflow: hidden;
    background: url(../ui/logo-ahrc.gif);
    text-indent: -999em;
}

div#footer ul#partner-logos li#logo-bbc a {
    width: 84px;
    height: 31px;
    display: block;
    overflow: hidden;
    background: url(../ui/logo-bbc.gif);
    text-indent: -999em;
}



/* =Typography
-------------------------------------------------------------*/
body {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 62.5%;
    color: #666;
}

a {
    color: #666;
}

ul#nav-primary,
div#utilities form label,
div.module h1,
div.module h2,
div#secondary form label {
    font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

strong {
    font-weight: bold;
}

ul#nav-primary,
div#utilities form label {
    font-size: 1.4em;
    color: #000;
}

div#utilities form label {
    line-height: 1.2em;
}

ul#nav-primary a {
    color: #000;
    text-decoration: none;
}

ul#nav-primary a:hover {
    color: #a5bc0d;
}

ul#nav-primary li.inbox span {
    font-size: 0.8em;
}

div#secondary form label {
    color: #fff;
    font-size: 1.2em;
}

div#secondary form input.text,
div#utilities form input.button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    color: #666;
}

ul#nav-secondary {
    font-size: 1.1em;
}

ul#nav-secondary li {
    line-height: 1.8em;
}

ul#nav-secondary li a {
    color: #fff;
    text-decoration: none;
}

ul#nav-secondary li a:hover span {
    text-decoration: underline;
}

ul#nav-breadcrumb,
div#logout {
    font-size: 1.1em;
    line-height: 2em;
}

ul#nav-breadcrumb a,
div#logout,
div#logout a {
    color: #888;
    text-decoration: none;
}

ul#nav-breadcrumb a:hover {
    text-decoration: underline;
}

ul#nav-breadcrumb {
    width: 350px;
    float: left;
}

div#logout {
    float: right;
    width: 220px;
    text-align: right;
}

div.module h1,
div.module h2 {
    font-size: 1.6em;
    color: #f7f7f7;
    padding: 0 0 0 12px;
    line-height: 1.6em;
    display: block;
}

div.module div.title,
div.module div.title a {
    color: #ddd;
}

div.module div.title a:hover {
    color: #fff;
}

div.module div.title a {
    font-size: 1.1em;
}

div.module div.title h1,
div.module div.title h2,
div.module div.title h3 {
    font-size: 1.2em;
    color: #ddd;
    line-height: 1em;
}

div.module div.content {
    font-size: 1.1em;
    line-height: 1.3em;
}

div.module div.content div.collnote h4 {
	float:left;
	clear:none;
	padding-right: 6px;
	padding-top: 6px;
}

div.module div.content div.collnote p {
	display:block;
	float:left;
	clear:none;
}

div.module div.entry h4 {
    color: #a5bc0d;
    font-weight: bold;
}

div.module div.content ul.entry-list li {
    font-weight: bold;
    line-height: 1.8em;
    height: 70px;
}

div#groups div.content ul.entry-list li, div#networks div.content ul.entry-list li {
    height: auto;
}

div.module div.content p {
    margin:5px;
}

div.module div.content ul.entry-list li a {
    text-decoration: none;
    color: #666;
}

div.module div.content ul.entry-list li p {
    font-weight:normal;
    margin:4px 8px 0px 8px;
    line-height:1.4em;
}

div#groups div.content ul.entry-list li p {
    padding:0px 0px 10px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~*/
div.module div.content ul.link-list {
    height:auto;
}

div.module div.content ul.link-list li {
    font-weight: bold;
    line-height: 1.2em;
    height: auto;
    padding:4px 0px;
    border-bottom:1px dotted #ccc;
}

div.module div.content ul.link-list li a {
    text-decoration: none;
    color: #666;
}
/*~~~~~~~~~~~~~~~~~~*/

div.module div.content ul.entry-list li a span.date,
div.module div.content ul.entry-list li a span.fn {
    color: #a5bc0d;
}
div.module div.content span.flash-message {
    color:#fff !important;
    background-color:#930000 !important;
}

div#profile div.content {
    padding: 10px 0 0 0;
}

div#profile div.content span {
    line-height: 1.8em;
}

div#profile div.content span.name {
    color: #aab220;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
}

div#profile div.content span.caption {
    font-weight: bold;
    line-height:1.3;
    padding-bottom: 5px;
    padding-top: 3px;
}

div#footer {
    font-size: 1.1em;
}

div#footer ul li,
div#footer ul li a {
    color: #666;
    text-decoration: none;
}

div#footer ul li a:hover {
    text-decoration: underline;
}

/* =Headings
-------------------------------------------------------------*/



/* =Links
-------------------------------------------------------------*/




/* =Branding
-------------------------------------------------------------*/




/* =Main Nav
-------------------------------------------------------------*/

ul#nav-primary li {
    display: block;
    width: 189px;
    float: left;
    background: url(../ui/dot.gif) 0 100% repeat-x;
}

ul#nav-primary a {
    background: url(../ui/nav-primary-icons.gif) 0 0 no-repeat;
    display: block;
    padding: 4px 0 6px 24px;
}

ul#nav-primary li.profile a { background-position: 0 2px; }
ul#nav-primary li.inbox a { background-position: -200px 2px; }
ul#nav-primary li.networks a { background-position: -400px 2px; }
ul#nav-primary li.groups a { background-position: -600px 2px; }



/* =Sub Nav
-------------------------------------------------------------*/




/* =Main Content
-------------------------------------------------------------*/
div.module {
    margin: 9px 0;
}

div.module div.module {
    margin-top: 0;
}

div.module h1,
div.module h2 {
    background: #a5bc0d url(../ui/module-heading-bg.gif) 0 0 repeat-x;
}

div.module div.title {
    background: #575757 url(../ui/module-title-bg.gif) 0 0 repeat-x;
    border-bottom: 1px solid #676767;
    padding: 7px 0 4px 12px;
    position: relative;
}

div.module div.title .right {
    position: absolute;
    top: 30%;
    right: 12px;
}

div.module div.content {
    overflow: hidden;
}

div.module div.content div.entry {
    background: url(../ui/dot.gif) 0 100% repeat-x;
    padding: 10px;
    position: relative;
    overflow: hidden; /* self clearing */
}
div.module div.content div.entry.message blockquote{
    border-right:1px solid #ddd;
    border-left:1px solid #ddd;
    margin:10px auto;
    padding:5px;
}

div.module div.entry h4 {
    margin: 0 0 -5px 0;
}

div.module div.content div.entry p {
    margin: 5px 0;
}

div.module div.content ul.entry-list {
    margin: 0 0 10px 0;
}

div.module div.content ul.entry-list li {
    background: url(../ui/dot.gif) 0 100% repeat-x;
}

div.module div.content ul.entry-list li a {
    display: block;
    padding: 2px 0 0 11px;
}

div.module div.content ul.entry-list li.vcard {
    position: relative;
    padding: 5px 0 5px 0;
}

div.module div.content ul.entry-list li img.photo {
    max-width: 41px;
    max-height: 41px;
    display: block;
    float: left;
}

div.module div.content ul.entry-list li.vcard a span {
    display: block;
    margin: 2px 0 2px 50px;
    line-height: 1.1em;
}

div.module div.content ul.entry-list li a span.role {
    font-weight: normal;
    padding-right: 5px;
}

div.module div.content ul.people li {
    width: 180px;
    min-height: 46px;
    float: left;
    margin: 0 9px 0 0;
}

div.module div.content ul.people li span {
    display: block;
}
div.module div.content ul.notification li {
    width: 375px;
    min-height: 46px;
    float: left;
    margin-right:5px;
    font-weight:normal;
}
div.module div.content ul.notification li a {
    display:inline;
    padding: 0;
    text-decoration:underline;
}
div.module div.content ul.notification li a:hover {
    text-decoration: none;
}

div#networks ul.entry-list li a span {
    margin-left: 0;
}


div.module div.content .entry-hover {
    background-color: #f3f6df !important;
}

div.module .no-bg {
    background-image: none !important;
}

div.module .bg-dot {
    background: url(../ui/dot.gif) 0 100% repeat-x;
    padding-bottom: 1px;
}

div.module div.content div.icon-group,
div.module div.content div.icon-document,
div.module div.content div.icon-edit,
div.module div.content div.document {
    padding-left: 32px;
}

div.module div.content div.icon-group span.entry-icon { background-image: url(../ui/icon-group.gif); }
div.module div.content div.icon-document span.entry-icon { background-image: url(../ui/icon-document.gif); }
div.module div.content div.icon-edit span.entry-icon { background-image: url(../ui/icon-edit.gif); }

div.module div.content div.entry span.entry-icon {
    position: absolute;
    top: 10px;
    left: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

div.module div.content div.entry a.entry-delete {
    position: absolute;
    height: 12px;
    width: 12px;
    background: url(../ui/icon-delete.gif) 0 0 no-repeat;
    top: 10px;
    right: 10px;
    text-indent: -9999em;
    display: block;
    overflow: hidden;
}

div.module div.content div.entry a.entry-delete:hover {
    background-position: 0 -12px;
}

div.module div.content ul.images {
    margin: 10px 0 0 0;
}

div.module div.content ul.images li {
    float: left;
    margin: 0 2px 0 0;
}

div.module div.content li img.photo,
div.module div.content ul.images li a {
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
}

div.module div.content li.entry-hover img.photo,
div.module div.content div.entry-hover ul.images li a,
div.module div.content ul.images li a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

div.module div.message {
    padding-left: 61px !important;
}

div.module div.message img.photo {
    margin-left: -51px;
    float: left;
}

div.module div.message h4 span {
    font-weight: normal;
    color: #aaa;
}

div.module div.message p.links {
    text-align: right;
    color: #aaa;
}

div.module div.message p.links a {
    color: #aaa;
}

div.module div.message a.read {
    text-decoration: inherit;
    color: inherit;
}
div.module div.message.unread {
    background-color: #f3f6df !important;
}
div.module div.message.unread.entry-hover {
    background-color: #e7f58e !important;
}

div.module div.document h4 {
    color: #aaa;
    font-weight: normal;
}

div#projects h4 a,
div.module div.document h4 a {
    color: #a5bc0d;
    font-weight: bold;
}

div#projects div.content div.entry span.right {float:right;}

div.module div.document p.versions {
    margin: 5px 0 0 0 !important;
    color: #aaa;
}

div.module div.document ul.versions {
    margin: 0 0 0 15px;
    list-style-type: square;
    color: #aaa;
}

div.module div.document ul.versions a {
    color: #999;
}

div.module div.content div.icon-pdf span.entry-icon { background-image: url(../ui/icon-pdf.gif); }
div.module div.content div.icon-doc span.entry-icon { background-image: url(../ui/icon-doc.gif); }
div.module div.content div.icon-jpg span.entry-icon { background-image: url(../ui/icon-jpg.gif); }

/* =Secondary Content
-------------------------------------------------------------*/



/* =Footer
-------------------------------------------------------------*/



/* =Forms
-------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
    border: 1px solid transparent;
    border: none;
}

legend {
    display: none;
}

div.module form {
    font-size: 1.1em;
}

div.module form fieldset {
    margin: 15px 0 0 0;
}

div.module form div.field {
    clear: left;
    overflow: hidden; /* self clearing */
    width: 400px !important;
    margin: 0 0 10px 0;
}

div.module form label {
    display: block;
    width: 100px;
    text-align: right;
    float: left;
    margin: 0 10px 0 0;
    padding: 3px 0 0 0;
}
div.module form.right label {
    width:50px;
    text-align: left;
    font-size: 1.1em;
}

div.module form.right input,
div.module form.right textarea,
div.module form.right select{
    font-size: 1.1em;
}
div.module form input,
div.module form textarea,
div.module form select {
    float: left;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1em;
    border: 1px solid #888;
    padding: 3px;
}

div.module form select {
    padding: 1px;
    width:150px;
}

div.module form span.note {
    display: block;
    display: inline;
    clear: left;
    float: left;
    margin: 3px 0 0 110px;
    width: 100% !important;
}
div.module.narrow-right form span.note {
    margin:0 0;
}

div.module form div.error label,
div.module form span.error {
    color: #d91111;
}

div.module form#register_form span.note {
    width: 60% !important;
}

div.module form div.checkbox {
    position: relative;
}

div.module form div.checkbox label,
div.module form div.checkbox input {
    text-align: left;
    width: auto !important;
    padding: 0;
    border: none;
    background-color: transparent !important;
    cursor: pointer;
}

div.module form div.checkbox label {
    margin-left: 110px;
    display: inline;
}

div.module form div.checkbox label span {
    display: block;
    float: left;
    padding: 3px 0 0 0;
}

div.module form input.button {
    width: auto;
    margin: 0 0 0 110px;
    color: #fff;
    background-color: #a5bc0d;
    padding: 3px 10px;
    cursor: pointer;
}

div.module a.button {
    color: #fff;
    background-color: #a5bc0d;
    padding: 3px 10px;
    cursor: pointer;
    border: 1px solid #888;
    text-decoration: none;
    display: block;
    float: right;
}

div.module a.secondary {
    background-color: #eee;
    color: #666;
    float: left;
}

div.column-3 form input {
    width: 300px;
}

div.column-3 form textarea {
    width: 300px;
}

div.module form .input-focus {
    background-color: #f3f6df;
}

div.module form div.recipient {
    float: left;
}

div.module form div.recipient select {
    clear: left;
    margin: 0 0 5px 0;
}

div.module form div.recipient span.add {
    display: block;
    float: left;
    padding: 3px 0 0 5px;
    text-decoration: underline;
    cursor: pointer;
}

div.module form span.value {
    display: block;
    float: left;
    padding: 3px 0 0 0;
}

form#login_form {
    font-size: 1em;
}
div#login div.field {
    width: 320px !important;
}
form#forgotten_password_form div.field {
    width: 400px !important;
}
form#login_form div.field label {
    width: 70px;
}
form#login_form input.button,
form#login_form div.field span.note {
    margin-left: 80px;
}
form#login_form div.checkbox label {
    margin-left: 55px;
}
form#login_form div.checkbox span {
    display: block;
    margin: 0 0 0 5px;
}
div#login form input {
    width: 210px;
}
div#login form input.button {
    width: auto;
}
div#register div.field {
    width: 260px !important;
}
div#register form input {
    width: 140px;
}
div#register form label {
    width: 90px !important;
}
div#register div.rules {
    overflow: auto;
    padding: 5px;
    height: 100px;
    margin: 25px 5px;
    border: 1px solid #ccc;
}
div#register div.rules p {
    margin: 0 0 10px 0;
}
div#register div.checkbox {
    margin-top: -15px;
}
div#register span.note {
    margin-left: 100px !important;
}
div#register div.checkbox label {
    margin-left: 0 !important;
    width: 280px !important;
}
div#register div.checkbox input,
div#register div.checkbox span {
    float: none !important;
    padding: 0;
    margin: 0 5px 0 0;
    display: inline;
}
div#register input.button {
    margin-left: 100px;
    width: 147px !important;
}
form#login_form div.field span.note {
    margin-left: 80px;
    width: 180px !important;
}
div#register div.checkbox span.note {
    margin-left: 20px !important;
    width: 270px !important
}
div#register div.content {
    margin-top: 0 !important;
}

div#confirm-network p.options {
    padding: 20px 0 30px 0;
}


div#blackboard form {
    font-size: 1em;
    padding: 0 10px 10px 10px;
    margin-top: -5px;
}

div#blackboard form label {
    display: block;
    width: auto;
    float: none;
    text-align: left;
    display: none;
}

div#blackboard form textarea {
    width: 350px;
}

div#blackboard input.button {
    margin: 5px 0;
    clear:both;
}

div#propose-network form {
    font-size: 1em;
}

div#propose-network fieldset {
    width: 165px !important;
    margin-top: 5px;
}

div#propose-network form input,
div#propose-network form textarea {
    width: 160px;
}

div#propose-network label {
    text-align: left;
    clear: both;
}

div#propose-network input.button {
    margin: 5px 0 0 0;
    width: auto;
}
/**/
div#new-group form {
    font-size: 1em;
}

div#new-group fieldset {
    width: 165px !important;
    margin-top: 5px;
}

div#new-group form input,
div#new-group form textarea {
    width: 160px;
}

div#new-group label {
    text-align: left;
    clear: both;
}

div#new-group input.button {
    margin: 5px 0 0 0;
    width: auto;
}
/**/

/**/
div#inbox-reply form {
    font-size: 1em;
}

div#inbox-reply fieldset {
    width: 165px !important;
    margin-top: 5px;
}

div#inbox-reply form input,
div#inbox-reply form textarea {
    width: 160px;
}

div#inbox-reply label {
    text-align: left;
    clear: both;
}

div#inbox-reply input.button {
    margin: 5px 0 0 0;
    width: auto;
}
/**/

div#edit-profile form{
}
div#edit-profile form div {
    margin:5px auto ;
}

div.module form#compose fieldset {
    width: 165px !important;
    margin-top: 5px;
}

div.module form#compose input,div.module form#compose textarea{
    width: 160px;
}

div.module form#compose label {
    text-align: left;
    clear: both;
}

div.module form#compose input.button {
    margin: 5px 0 0 0;
    width: auto;
}

input#file_path {
    width: 100px;
    clear:both;
}

div#inbox div.content div.entry form div.clearfix div#ajax-users ul {
    clear:both;
    padding:12px 0px 0px 110px;
}
    
div#inbox div.content div.entry form div.clearfix div#ajax-users ul li a {
    clear:both;
    background-color:#a5bc0d;
    color:white;
    padding: 3px 5px;
}

form#changepass_form label {
    width:78px;
    clear:left;
}

form#changepass_form input {
    width:92px;
    float:right;
    clear:right;
}

form#changepass_form input.save {
    width:auto;
}

ul#admin {
    display:block;
    width:100%;
}

ul#admin li {
    display:block;
    float:left;
    width:50%;
    
}

ul#admin li ul {
    border-top:3px solid #a5bc0d;
    border-right:2px solid #a5bc0d;
    overflow:hidden;
    padding:10px;
    margin:8px;
}

ul#admin li ul li {
    border:none;
    width:100%;
}

ul#admin li ul li span {
    color:black;
    border:none;
}

ul#admin li ul li label.mt {
    border:none;
    margin-top:8px;
}

ul#admin li ul li select {
    float:left;
    width:50%;
    margin-top:8px;

}

ul#admin li ul li input {
    float:right;
    margin-top:8px;
}

/*HELP FAQ*/

ol#contents {
    padding:8px 0px;
}
ol#contents li {
    padding:4px 4px;
}
ol#contents li a {
    text-decoration:none;
}
ol#contents li a:hover {
    text-decoration:underline;
}

div#help h3 a {
    font-weight:bold;
}

div#help dl {
    padding:10px 0px;
}
div#help dl dt {
    font-weight:bold;
    line-height:20px;
    font-size:1.1em;
}
div#help dl dd {
    padding-bottom:10px;
}

/* =Tables
-------------------------------------------------------------*/

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: left;
    font-weight: normal;
}

/* =Clearing
-------------------------------------------------------------*/


/* Class for self clearing - use this where ever possible */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Class for clearing floats */
.clear {
    clear: both;
}

