@charset "UTF-8";

/* CSS Document */

/*
[Table of contents]

- Reset values
- Generics
- Layout
- Header
- Navigation
- Footer
---------------------------*/


/* Reset values
---------------------------*/

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,
b, u, i, center,
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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.orange-border,
table.orange-border th,
table.orange-border td {
    border: 1px solid #f26334;
}
table.orange-border th,
table.orange-border td {
    padding: 5px 10px;
}
table.orange-border p {
    margin-bottom: 5px;
}

em {
    font-style: italic;
    color: #aaa;
}

input, select, th, td, li li, li p, td p, blockquote p {
    font-size: 1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Generics
---------------------------*/

body {
    background: #002c6c;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

h1 {
    color: #f26334;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: .5em;
}

h2 {
    color: #f26334;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 15px 0 10px 0;
}

h2 a,
a h2 {
    color: #f26334 !important;
}

h2.blue {
	background:  #1a3b79 no-repeat; /* fallback */
	background: -webkit-gradient(linear, left top, left bottom, from(#196eae), to(#1a3b79)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #196eae, #1a3b79); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #196eae, #1a3b79); /* FF3.6+ */
	background: -ms-linear-gradient(top, #196eae, #1a3b79); /* IE10 */
	background: -o-linear-gradient(top, #196eae, #1a3b79); /* Opera 11.10+ */
	background: linear-gradient(top, #196eae, #1a3b79); /* W3C */
	color: white;
	font-weight: normal;
	margin: 0;
	clear: both;
	overflow: hidden;
	padding: 6px 5px 5px 5px;
	font-size: 16px;
	margin: 0 0 10px 0;
}

h2.overview {
	background:  #1a3b79 url(../images/tl/overview.png) no-repeat; /* fallback */
	background: url(../images/tl/overview.png) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#196eae), to(#1a3b79)); /* Saf4+, Chrome */
	background: url(../images/tl/overview.png) no-repeat, -webkit-linear-gradient(top, #196eae, #1a3b79); /* Chrome 10+, Saf5.1+ */
	background: url(../images/tl/overview.png) no-repeat 10px center,    -moz-linear-gradient(top, #196eae, #1a3b79); /* FF3.6+ */
	background: url(../images/tl/overview.png) no-repeat,     -ms-linear-gradient(top, #196eae, #1a3b79); /* IE10 */
	background: url(../images/tl/overview.png) no-repeat,      -o-linear-gradient(top, #196eae, #1a3b79); /* Opera 11.10+ */
	background: url(../images/tl/overview.png) no-repeat,         linear-gradient(top, #196eae, #1a3b79); /* W3C */
	color: white;
	font-weight: normal;
	margin: 0;
	clear: both;
	overflow: hidden;
	padding: 5px 5px 5px 50px;
	font-size: 16px;
	margin: 0 0 10px 0;
}

h2.standards {
	background: #1a3b79 url(../images/tl/standards.png) no-repeat; /* fallback */
	background: url(../images/tl/standards.png) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#196eae), to(#1a3b79)); /* Saf4+, Chrome */
	background: url(../images/tl/standards.png) no-repeat, -webkit-linear-gradient(top, #196eae, #1a3b79); /* Chrome 10+, Saf5.1+ */
	background: url(../images/tl/standards.png) no-repeat 10px center,    -moz-linear-gradient(top, #196eae, #1a3b79); /* FF3.6+ */
	background: url(../images/tl/standards.png) no-repeat,     -ms-linear-gradient(top, #196eae, #1a3b79); /* IE10 */
	background: url(../images/tl/standards.png) no-repeat,      -o-linear-gradient(top, #196eae, #1a3b79); /* Opera 11.10+ */
	background: url(../images/tl/standards.png) no-repeat,         linear-gradient(top, #196eae, #1a3b79); /* W3C */
	color: white;
	font-weight: normal;
	margin: 0;
	clear: both;
	overflow: hidden;
	padding: 5px 5px 5px 50px;
	font-size: 16px;
	margin: 0 0 10px 0;
}

h2.deployment {
	background: #1a3b79 url(../images/tl/engagement.png) no-repeat; /* fallback */
	background: url(../images/tl/engagement.png) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#196eae), to(#1a3b79)); /* Saf4+, Chrome */
	background: url(../images/tl/engagement.png) no-repeat, -webkit-linear-gradient(top, #196eae, #1a3b79); /* Chrome 10+, Saf5.1+ */
	background: url(../images/tl/engagement.png) no-repeat 10px center,    -moz-linear-gradient(top, #196eae, #1a3b79); /* FF3.6+ */
	background: url(../images/tl/engagement.png) no-repeat,     -ms-linear-gradient(top, #196eae, #1a3b79); /* IE10 */
	background: url(../images/tl/engagement.png) no-repeat,      -o-linear-gradient(top, #196eae, #1a3b79); /* Opera 11.10+ */
	background: url(../images/tl/engagement.png) no-repeat,         linear-gradient(top, #196eae, #1a3b79); /* W3C */
	color: white;
	font-weight: normal;
	margin: 0;
	clear: both;
	overflow: hidden;
	padding: 5px 5px 5px 50px;
	font-size: 16px;
	margin: 0 0 10px 0;
}

h2.marketing {
	background: #1a3b79 url(../images/tl/marketing.png) no-repeat; /* fallback */
	background: url(../images/tl/marketing.png) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#196eae), to(#1a3b79)); /* Saf4+, Chrome */
	background: url(../images/tl/marketing.png) no-repeat, -webkit-linear-gradient(top, #196eae, #1a3b79); /* Chrome 10+, Saf5.1+ */
	background: url(../images/tl/marketing.png) no-repeat 10px center,    -moz-linear-gradient(top, #196eae, #1a3b79); /* FF3.6+ */
	background: url(../images/tl/marketing.png) no-repeat,     -ms-linear-gradient(top, #196eae, #1a3b79); /* IE10 */
	background: url(../images/tl/marketing.png) no-repeat,      -o-linear-gradient(top, #196eae, #1a3b79); /* Opera 11.10+ */
	background: url(../images/tl/marketing.png) no-repeat,         linear-gradient(top, #196eae, #1a3b79); /* W3C */
	color: white;
	font-weight: normal;
	margin: 0;
	clear: both;
	overflow: hidden;
	padding: 5px 5px 5px 50px;
	font-size: 16px;
	margin: 0 0 10px 0;
}

h2.training {
	background: #1a3b79 url(../images/tl/training.png) no-repeat; /* fallback */
	background: url(../images/tl/training.png) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#196eae), to(#1a3b79)); /* Saf4+, Chrome */
	background: url(../images/tl/training.png) no-repeat, -webkit-linear-gradient(top, #196eae, #1a3b79); /* Chrome 10+, Saf5.1+ */
	background: url(../images/tl/training.png) no-repeat 10px center,    -moz-linear-gradient(top, #196eae, #1a3b79); /* FF3.6+ */
	background: url(../images/tl/training.png) no-repeat,     -ms-linear-gradient(top, #196eae, #1a3b79); /* IE10 */
	background: url(../images/tl/training.png) no-repeat,      -o-linear-gradient(top, #196eae, #1a3b79); /* Opera 11.10+ */
	background: url(../images/tl/training.png) no-repeat,         linear-gradient(top, #196eae, #1a3b79); /* W3C */
	color: white;
	font-weight: normal;
	margin: 0;
	clear: both;
	overflow: hidden;
	padding: 5px 5px 5px 50px;
	font-size: 16px;
	margin: 0 0 10px 0;
}


h2.reference {
	background: #1a3b79 url(../images/tl/resources.png) no-repeat; /* fallback */
	background: url(../images/tl/resources.png) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#196eae), to(#1a3b79)); /* Saf4+, Chrome */
	background: url(../images/tl/resources.png) no-repeat, -webkit-linear-gradient(top, #196eae, #1a3b79); /* Chrome 10+, Saf5.1+ */
	background: url(../images/tl/resources.png) no-repeat 10px center,    -moz-linear-gradient(top, #196eae, #1a3b79); /* FF3.6+ */
	background: url(../images/tl/resources.png) no-repeat,     -ms-linear-gradient(top, #196eae, #1a3b79); /* IE10 */
	background: url(../images/tl/resources.png) no-repeat,      -o-linear-gradient(top, #196eae, #1a3b79); /* Opera 11.10+ */
	background: url(../images/tl/resources.png) no-repeat,         linear-gradient(top, #196eae, #1a3b79); /* W3C */
	color: white;
	font-weight: normal;
	margin: 0;
	clear: both;
	overflow: hidden;
	padding: 5px 5px 5px 50px;
	font-size: 16px;
	margin: 0 0 10px 0;
}

h2.people {
	background: #1a3b79 url(../images/tl/people.png) no-repeat; /* fallback */
	background: url(../images/tl/people.png) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#196eae), to(#1a3b79)); /* Saf4+, Chrome */
	background: url(../images/tl/people.png) no-repeat, -webkit-linear-gradient(top, #196eae, #1a3b79); /* Chrome 10+, Saf5.1+ */
	background: url(../images/tl/people.png) no-repeat 10px center,    -moz-linear-gradient(top, #196eae, #1a3b79); /* FF3.6+ */
	background: url(../images/tl/people.png) no-repeat,     -ms-linear-gradient(top, #196eae, #1a3b79); /* IE10 */
	background: url(../images/tl/people.png) no-repeat,      -o-linear-gradient(top, #196eae, #1a3b79); /* Opera 11.10+ */
	background: url(../images/tl/people.png) no-repeat,         linear-gradient(top, #196eae, #1a3b79); /* W3C */
	color: white;
	font-weight: normal;
	margin: 0;
	clear: both;
	overflow: hidden;
	padding: 5px 5px 5px 50px;
	font-size: 16px;
	margin: 0 0 10px 0;
}

h3 {
    color: #002c6c;
    font-size: 1.3em;
    line-height: 1.55em;
    margin-bottom: 0.8em;
}

h3.orange-aside {
	background: #f26233;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	display: block;
	float: left;
	padding: 10px 20px 10px 30px;
	line-height: 18px;
	position: relative;
	margin: 0 0 0 -10px;
}

h3.orange-aside span {
	width: 10px;
	height: 10px;
	background: url(../images/design/orange-corner.gif) no-repeat top left;
	position: absolute;
	bottom: -10px;
	left: 0px;
}

h4 {
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 1.25em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
    line-height: 1em;
}

p {
    margin: 0.5em 0 0.5em 0
}

dt {
    color: #002c6c;
    font-size: 1.3em;
}

dd {
    margin: 0 0 15px 0;
    padding: 0 0 0 40px;
}

dd a {
    text-decoration: none;
}

a:link, a:visited {
    color: #004080;
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: 1px dotted;
}

a:hover, a:active, li a.active {
    color: #0055d0;
    outline: none;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 1px;
}

.cb {
    clear: both;
}

.cb-divider {
    border-bottom: 1px solid #ea4c15;
    clear: both;
    height: 1px;
    margin: 0 0 8px 0;
    width: 100%;
}

.cl {
    clear: left;
}

.fl {
    float: left;
}

.fl-img {
    float: left;
    margin-right: 15px;
}

.fr {
    float: right;
}

.fr-img {
    float: right;
    margin-left: 15px;
}

.fn, div.fn {
    float: none;
}

.la {
    text-align: left;
}

.ca {
    text-align: center;
}

.vat {
   vertical-align: top;
}

.hide {
    display: none;
}

.new {
    background: url('/images/design/new-button.png') no-repeat center left;
    display: inline-block;
    margin: 0 0 0 8px;
    width: 25px;
}

span.register-now {
    background: url('/images/design/register-now-button.png') no-repeat center left;
    display: inline-block;
    margin: 0 0 0 8px;
    width: 70px;
}

.introduction {
    color: #002c6c;
    font-size: 1.1em;
    font-weight: bold;
}

.publication-title {
    font-weight: bold;
}


/* Layout
---------------------------*/

#container {
    background: #fff;
    color: #000000;
    box-shadow: #000 0 1px 10px;
    font-size: 1.3em;
    margin: 0 auto;
    width: 950px;
}

#sidebar {
    float: right;
    width: 260px;
}

#sidebar h2 {
    margin-top: 10px;
}

.login #main-content {
    float: left;
    width: 480px;
}

.login #main-content .login .message {
    width: 355px;
}

.login #main-content .login .error {
    background: url('/images/design/error.png') no-repeat 10px 50%;
    padding-left: 35px;
}

.login #sidebar {
    float: left;
    width: 420px;
}

.login #sidebar .form-info {
    display: none;
}

.login #sidebar .login {
    height: 150px;
}

.login #sidebar #registration {
    background: #E6E6E6;
    height: 150px;
    overflow: hidden;
    padding: 10px 20px;
}

.login #sidebar #registration ul li {
	background: none;
	list-style-image: none;
	margin: 0;
}

.login #sidebar #registration input[type="submit"] {
    margin-bottom: 0;
    margin-top: 25px;
}


.login #sidebar #registration input[type="submit"]:hover {
    background: #f26334;
}

.error404 #main-content,
.error401 #main-content,
.error500 #main-content {
    width: 950px;
    padding-bottom: 20px;
}

.error404 #main-content ul li,
.error401 #main-content ul li,
.error500 #main-content ul li {
    margin-left: 18px;
}

.register #main-content,
.full-width #main-content{
    float: left;
    width: 900px;
}

#password-assistance p.error {
    color: #b00;
    margin-bottom: 0px;
}

#password-assistance table {
    margin-bottom: 20px;
    width: 100%;
}

#password-assistance table td {
    padding: 5px;
}

#password-assistance table td input {
    border: 1px solid #ccc;
    padding: 5px;
    width: 95%;
}

#password-assistance .form-buttons {
    padding-bottom: 20px;
}

#password-assistance .form-buttons input {
    background: #002C6C;
    border: none;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px 15px;
    width: auto;
    margin-left:10px;
}

#password-assistance .form-buttons input:hover {
    background: #f26334;
}

section#main-content ul.staff-list {
    margin: 0;
    padding: 0;
}

section#main-content ul.staff-list li {
    display: inline-block;
    list-style-image: none !important;
    margin: 0 15px 15px 0;
    vertical-align: top;
    width: 280px;
    *zoom: 1;
    *display: inline;
}

section#main-content ul.staff-list li a {
    text-decoration: none;
}

section#main-content ul.staff-list li a img {
    float: left;
    margin-right: 10px;
}

section#main-content ul.staff-list li .name {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}


/* Header
---------------------------*/

header {
    width: 100%;
}

header img {
    float: left;
}

/* Navigation
---------------------------*/

nav {
    background: url('/images/design/nav-bg.png') top left repeat-x;
    clear: both;
    height: 60px;
    width: 100%;
}

nav ul li {
    border-right: 1px solid #fff;
    float: left;
    height: 60px;
    position: relative;
}

nav ul li > a,
nav ul li > a:link,
nav ul li > a:visited {
    color: #fff;
    display: block;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}

nav ul li > a:hover {
    background: url('/images/design/nav-bg.png') center left;
    display: block;
    height: 60px;
    line-height: 60px;
}

nav ul li > a.active {
    background: url('/images/design/nav-bg.png') bottom left;
    display: block;
    height: 60px;
    line-height: 60px;
}

nav ul ul {
        display: block;
        position: absolute;
        width*: 300px;
        width: 300px;
        padding: 10px 10px 0 10px;
        margin: 0;
        list-style: none;
        border: 1px solid #FFF;
        border-top: none;
        background: #f0f1f6;
        z-index: 999;
        display: none;
}

nav ul ul li {
        display: inline !important;
        height: auto !important;
        border-right: none;
        margin: 0 0 5px 0;
}

nav ul ul li > a {
        line-height: 16px !important;
        height: auto !important;
        padding: 0 10px 0 0 !important;
        color: #003c7b !important;
        font-weight: normal !important;
        border-right: 1px solid #003c7b;
        display: inline !important;
        margin: 0 0 0 10px;
}

nav ul ul li > a.active {
        background: none !important;
        color: #003c7b !important;
}

nav ul ul li > a:hover {
        background: none !important;
        color: #0055d0 !important;

}

nav ul ul li a {
        display: inline;
        background: none;
}

#nav-secondary {
    float: right;
    margin-bottom: 10px;
}

#nav-secondary .sub-links {
    color: #666;
    margin-top: 15px;
}

#nav-secondary ul li {
    float: left;
    margin: 5px 25px 0 0;
}

#nav-secondary ul li a {
    color: #666666;
}

/* Drop-down menu */

.dropMenu {
    background: #f0f1f6;
    border: 1px solid #fff;
    left: -1px;
    position: absolute;
    width: 265px;
    z-index: 999;
}

.dropMenu .content {
    font-size: 14px;
    margin: 12px 15px;
}

.dropMenu .aditional {
    background: #a5b0c6;
    font-size: 12px;
    padding: 10px 15px;
}

.dropMenu .aditional a {
    color: #fff;
}

/* Breadcrumb */

#breadcrumb {
    margin: 20px 0 10px 20px;
}

#breadcrumb a {
    color: #000000;
	text-decoration: underline;
}

#breadcrumb span {
    font-weight: bold;
}

/* Sections
---------------------------*/

section#main-col-left,
section#main-col-right {
    float: left;
}

section#search {
    float: right;
    margin: 0 25px 0 0;
}

section#search #search-field {
    border: 1px solid #7393b1;
    height: 20px;
    padding: 0 5px;
    width: 150px;
}

section#search #search-button {
    background: url('/images/design/search-button.png') no-repeat top left;
    border: none;
    color: #fff;
    height: 22px;
    margin: 1px 0 0 7px;
    width: 64px;
}

section#search #search-button:hover {
    background-position: bottom left;
}

/* Homepage slideshow
---------------------------*/

#prof-slider {
	/*border: 1px solid green;*/
	margin: 0 0 20px 0;
}

#register ul.images {
        display: block;
        overflow: hidden;
        list-style: none;
        padding: 0;
        margin: 0;
        height: 139px;
}

#banner ul.images {
height: 170px !important;
}

#register ul.images li {
        position: absolute;
}

#banner ul.images li {
        position: absolute;
}

#banner {
	position: relative;
	margin: 0 0 20px 0;
}

#banner ul.images {
        display: block;
        overflow: hidden;
        list-style: none;
        padding: 0;
        margin: 0;
        height: 139px;
}


#register ul.indicators {
        display: block;
        height: 13px;
        margin: 5px 5px 10px 0;
        overflow: hidden;
        list-style: none;
        padding: 0;
        float: right;
}

.indicator-wrap {
	text-align: center;
	position: absolute;
	bottom: 0;
    z-index: 100;
    /* background: url(../images/design/white-fade.png) repeat top left; */
    background: url('/images/design/nav-bg.png') top left repeat-x;
    width: 100%;
    padding: 6px 0;
}
#banner .indicator-wrap .indicators {
    display: flex;
    align-items: center;
    justify-self: center;
}

#register .indicator-wrap {
    display: none;
}

.indicator-wrap li {
	display: inline;
}

#banner ul.indicators li {
        width: 13px;
        height: 13px;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        border: 2px solid #002c6c;
        margin: 0 5px 0 0;
        -moz-border-radius: 9px;
		border-radius: 9px;
}

#banner ul.indicators li.active  {
        background: white !important;
        border: 2px solid #002c6c !important;
}

#register ul.indicators li {
        float: left;
        width: 12px;
        height: 13px;
        background: transparent url(../images/design/indicator.gif) no-repeat left top;
        margin: 0 4px 0 0;
        cursor: pointer;
}

#register ul.indicators li.active {
        background-position: 0px -14px;
}



section#register {
    background: url('/images/design/news-picture.jpg') no-repeat top left;
    float: right;
    width: 588px;
	height: 139px;
}

section#register h2 {
    color: #fff;
    line-height: 1.3em;
}

section#register p {
    color: #fff;
    margin: 0 0 .5em 0;
}

section#register a.register-now {
    background: url('/images/design/register-button.png') no-repeat top left;
    display: block;
    height: 23px;
    width: 106px;
}

section#register a.register-now:hover {
    background-position: bottom left;
}

#recaptcha_widget_div {
    margin-top: 18px !important;
}

.news-separated {
	margin: 10px 0 20px 0;
}

.news-headlines {
	float: left;
	width: 46%;
	padding: 0 0 0 20px;
}

.news-headlines td {
	vertical-align: top;
	padding: 0 0 5px 0;
}

.news-headlines img {
	vertical-align: top;
	margin: 0 5px 0 0;
	float: left;
}

.news-headlines a {
	/* display: block; */
	line-height: 18px;
}

.news-regular {
	width: 46%;
	float: right;
	padding: 0 20px 0 0;
}

.news-regular h2 {
	display: none;
}

.news-regular ul li {
	list-style-type: disc;
	line-height: 20px;
	color: #004080;
	margin: 0 0 5px 0;
}

.news-regular .read-more {
	display: none;
}

.news-regular .news-more {
	float right;
	color: #777777;
	text-align: right;
	margin: 10px 0 0 0;
}

a.submit-article {
	background: #004080;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}

section.main-col {
    margin: 10px 0 40px 20px;
    font-size: 14px;
    width: 440px;
}

section#main-content {
    float: left;
    margin: 0 0 30px 20px;
    width: 650px;
}

section#main-content a {
    text-decoration: underline;
}

section#main-content dd a {
    text-decoration: none;
}

section#main-content ul {
    margin: 0 0 15px 25px;
}

section#main-content li {
    list-style-image: url('/images/design/orange-bullet.png');
    margin-left: 15px;
}

section#main-content ul.rounded li {
    list-style-image: none;
}

section#main-content .login  {
    background: #e6e6e6;
    float: left;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 10px 25px 5px;
    width:403px;
}

h2.bg, h2.blue-bg {
	background: url(/images/design/title-bg.jpg) repeat-x top left;
	color: white;
	font-weight: normal;
	margin: 0;
	clear: both;
	overflow: hidden;
	padding: 5px 5px 5px 10px;
	font-size: 16px;
	margin: 0 0 10px 0;
}

section#main-content.overview h3 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 5px 0;
	color: #002C6C;
	line-height: 21px;
}

section#main-content.overview h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 0;
	color: #002C6C;
	line-height: 20px;
}

#forgot_pw {
    font-size: 0.8em;
    float: left;
    margin: 0 0 5px 0;
}

#forgot_pw a {
    text-decoration: none;
    color: #999;
}

#forgot_pw a:hover {
    text-decoration: none;
    color: #F26334;
}

section#main-content .login h4  {
    float: left;
    line-height: 2em;
    width: 140px;
    margin-bottom: 0;
}

section#main-content .login .sub-panel  {
    margin-bottom: 7px;
}


section#main-content .login input  {
    padding: 5px;
    width: 250px;
}

section#main-content .login input#username,
section#main-content .login input#password {
    border: 1px solid #ccc;
}

section#main-content .login input.button {
    background: #002c6c;
    border: none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px 15px;
    width: auto;
}

section#main-content .login input.button:hover {
    background: #f26334;
}

section#contact-zone {
    background: #e8eaf1;
    color: #002c6c;
    padding: 20px;
}

section#contact-zone h2 {
    color: #002c6c;
}

section#contact-zone p {
    margin: 0 0 5px 0;
}

.contact-zone section#main-content {
    width: 900px;
}

/* Forms
---------------------------*/

div.error {
    background: url('/images/design/error.png') no-repeat 10px 50%;
    border: 2px solid #bb0000;
    color: #bb0000;
    margin-bottom: 15px;
    padding: 5px 5px 5px 35px;
    width: 830px;
}

div.error p {
    margin: 0;
}

#registration .col-1 {
    width: 200px;
}

#registration td {
    padding: 3px 0;
}

#registration input[type="password"],
#registration input[type="search"],
#registration input[type="text"] {
    width: 250px;
    border: 1px solid #ccc;
    padding: 4px;
}

#registration textarea {
    border: 1px solid #ccc;
    height: 120px;
    width: 400px;
}

#registration input[type="submit"],
#registration input[type="button"] {
    background: #002c6c;
    border: none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin: 15px 5px;
    padding: 5px 15px;
    width: auto;
}

#registration input[type="submit"]:disabled {
    background: #888b8d;
}

#registration select {
    width: 260px;
}

span.error {
    color: #bb0000;
}

/* Blocks
---------------------------*/

.block {
    margin: 0 0 20px 0;
    padding: 15px;
    width: 230px;
}

/* Asides
---------------------------*/

aside li,
#sidebar li {
    list-style-image: url('/images/design/orange-bullet.png');
    margin: 0 0 0 20px;
}

aside#news-links {
    background: url('/images/design/header-news-bg.png') top left repeat-x;
    float: left;
    height: 139px;
    width: 362px;
}

aside#news-links h2 {
    margin: 5px 0 0 20px;
}

aside#news-links ul {
    margin: 5px 0 0 20px;
}

aside#news-links ul li,
ul.rounded li {
    background: url('/images/design/header-bullet.png') no-repeat top left;
    list-style-image: none;
    margin: 0 0 5px 0;
    padding: 0 0 0 25px;
}

aside#news-links .read-more {
    background: url('/images/design/header-bullet.png') no-repeat top left;
    float: right;
    margin: 0 15px 5px 0;
    padding: 0 0 0 25px;
}

aside.quick-links,
.quick-links {
    background: url('/images/design/quick-links-bg.png') repeat-y;
}

.promo {
    background: #bbc2d8;
}

.promo-title-publication {
    background: #f26334;
    color: #fff;
}

.promo-title-publication h2,
.promo-title-publication ul li,
.promo-title-publication ul li a {
    color: #fff;
}

.promo-title-publication p {
    overflow: hidden;
}

.promo-title-publication ul li {
    list-style-image: url('/images/design/white-bullet.png');
}

aside .full-img {
    margin-left: -15px;
    width: 260px;
}

/* Footer
---------------------------*/

footer {
    border-top: 1px solid #9f9da2;
    overflow: hidden;
    width: 100%;
    *height:40px;

}

footer #footer-links {
    margin: 10px 20px;
    overflow: hidden;
}

footer #footer-links a {
    color: #666666;
}

footer #footer-links a:hover {
    color: #999999;
}

/*404 page*/
.err {
    padding-top:20px;
}

.errorp h3 {
    font-size: 1.2em;
    padding-bottom:5px;
    margin-bottom:0px;
}

.errorp ul {
    margin-left:20px;
    padding-bottom:90px;
}

/****************************************************************************************************************/
/** Pagination & search *****************************************************************************************/

div.pagination {
	border: 1px solid #D7D7D7;
    padding: 8px;
    vertical-align: middle;
    background: #EEEEEE;
	overflow: hidden;
	text-align: center;
}

div.top-pagination {
	border: 1px solid #D7D7D7;
	border-bottom: none;
}

	div.pagination .pagination-items-per-page {
		float: left;
		line-height: 1.5em;
	}

	div.pagination .pagination-word-links,
	div.pagination .pagination-number-links {
		display: inline;
		line-height: 1.5em;
	}

		div.pagination .pagination-word-links a {
			padding: 0 6px;
		}

		div.pagination .pagination-number-links a {
			border: 1px solid #555;
			padding: 1px 6px;
			margin: 0 2px;
			display: inline-block;
			color: #555;
		}

		div.pagination .pagination-number-links a.active {
			background: #d0d0d0;
			color: #333;
		}

	div.pagination .pagination-amount-string {
		float: right;
		line-height: 1.5em;
	}

ul.search-results em {
	font-weight: bold;
}

ul.search-results .title {
	margin-bottom: 10px;
}

ul.search-results .title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

ul.search-results .title a {
	font-weight: bold;
}

#content ul.search-results, #content ul.search-results li {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.search-results .title span {
	float: right;
	padding-left: 20px;
}

div.search-results-wrapper .search-info {
	padding: 10px 0;
}


div.search-results-wrapper div.search-no-results {
	padding: 10px 0;
}

ul.search-results .title span {
    float: right;
    padding-left: 20px;
}

ul.search-results .title a {
    text-decoration: none !important;
}

.attentionmsg {
	margin-bottom: 21px;
	padding-left: 3px;
	font-size: 1.1em;
	background: #fff;
	font-weight: bold;
	color: #f26334;
}
/* START Forum */
.orange-button {
    background: #f26334;
    border: none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin: 15px 5px;
    padding: 5px 15px;
    width: auto;
    height: 50px;
}

.orange-button-small {
    background: #f26334;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 15px;
    width: auto;
    height: 30px;
}

.forum_form {
    margin-bottom: 5px;
}

.list-children {
    margin-top: 10px;
    margin-left: 20px;
}

.list-children .entry {
    /*height:100px;*/
    margin-left: 10px;
    margin: 5px 0px;
}

.list-recent{

}


.list-recent .entry .reply_form {
    float:right;
}

.list-recent .entry .reply_form .btn{
    float: right;
}

.list-recent .entry div.text {
    width: 70%;
    min-height: 70px;
    float:left;
}

.list-recent .entry div.info {
    width:600px;
    height:30%;
    font-weight:normal;
    float: left;
}

.list-recent .entry.subentry div.info {
    width:470px;
    height:30%;
    font-weight:bold;
    float: left;
}

.list-recent .entry div.info div.author {
    clear:both;
    font-size: 1.3em;
    font-weight: bold;
}

/*div.author {*/
    /*font-weight: bold;*/
/*}*/

div.author a{
    font-size: 0.8em;
}

.entry {
    width: 630px;
     padding: 10px;
    margin: 0 0 00px 0;
}

.list-recent .entry.subentry {
    margin: 15px 0 15px 110px;
    border: 1px #f2efef solid;
    background: #F2EFEF;
    width: 575px;
}

.entry div.text{
    width: 100%;
    min-height: 50px;
}

.entry div.info {
    width:100%;
    height: 30%;
    font-weight: bold;
}

.entry div.tags{
    height: 30%;
    font-size: 0.9em;
    color: #757575;
    font-weight: normal;
    padding: 0px 0 0 15px;
    float: left;
    clear: left;
    background: url(../images/design/tag_fill_12x12.png) no-repeat center left;
    margin: 10px 0 0 0;
}

.success {
    color: #5a8900;
}

.hr {
    border-bottom: 1px solid #000000;
    width:100%;
    height:2px
}

#main-content .pagination {
    margin-left: 0px;
}

.pagination {
    clear: both;
    text-align: center;
    width: 100%;
}

.pagination li {
    display: inline;
    margin-right: 5px;
}




#new_conversation{
    clear: both;
    border: 1px #B5C0E2 solid;
    background: #F7F9FF;
    padding: 10px;
    margin: 0 0 30px 0;
    width: 878px;
}

.avatar{
    background: #fff;
    width: 68px;
    height: 68px;
    margin: 0 10px 0 0;
    float: left;
    padding: 10px;
    border: 1px solid #D1CFCF;
}

#new_conversation textarea{
    margin: 0;
    height: 176px;
    width: 770px;
}

#new_conversation_create{
    margin-top:10px;
    margin-right:5px;
    float: right;
}

h3.tb14 {
    margin-top: 14px;
    margin-bottom: 14px;
}


.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    /* Buttons in IE7 don't get borders, so darken on hover */

    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.conversation{
    border: 1px solid #D1CFCF;
    margin: 0 0 20px 0;
    width: 720px;
}

.edit{
    float: right;
    font-size: 0.8em;
}

section#main-content .edit a{
    text-decoration: none;
}

section#main-content .edit a:hover{
    text-decoration: underline;
}

.modified{
    font-size: 0.8em;
    color: #757575;
}

#all-tag-list-form{
    font-size: 1.2em;
}

/* END Forum */

section#main-content ol {
  margin: 0 0 15px 25px;
  list-style-type: decimal;
}
section#main-content ol li {
    list-style-image: none;
}

ul.person_list li {
    clear: both;
}
section#main-content ol.alpha {
    list-style-type: lower-alpha;
}
section#main-content ol ol.alpha {
    margin-bottom: 5px;
}

a.blue-button{
    color: white;
    background-color: #002c6c;
    padding: 5px 8px 5px 8px;
    text-decoration: none !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 10px;
}

a.button-orange{
    color: white;
    background-color: #F26338;
    padding: 5px 8px 5px 8px;
    text-decoration: none !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 10px;
}
.staff-list h4 {
    display: none;
}