﻿html{
	height: 100%;
}

body {
	background-color: black;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 13px;
	line-height: 18px;
	color: #dbc093;
}

a, a:link, a:visited {
	font-family: 'Times New Roman';
	font-weight: bold;
	color: #daa765;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: white;
}

h1,h2,h3,h4,h5,h6 {
	color: white;
	margin: 0;
	padding: 12px 0;
}

h3 {
	font-size: 21px;
}

h4 {
	padding: 0;
}

ul {
	list-style-type: none;
	padding: 0;
}

ul li,
ol li {
	padding: 5px 0;
}

div {
	padding: 5px 0;
}

hr {
	clear: both;
	border-color: black;
	color: black;
}

textarea {
	resize: none;
}

/* Multi-purpose Classes
------------------------------------------------*/

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.leftof2 {
	position: relative;
	width: 430px;
	float: left;
}

.rightof2 {
	position: relative;
	width: 430px;
	float: right;
}

.leftof2 ol,
.rightof2 ol {
	padding: 0;
	margin: 0;
	padding-left: 21px;
}

.leftof3 {
	position: relative;
	width: 300px;
	float: left;
}

.rightof3 {
	position: relative;
	width: 300px;
	float: right;
}

.inner_cont {
	padding: 5px 20px;
}

.profile {
	width: 228px;
	display: inline-block;
	margin: 0 40px;
	vertical-align: top;
	zoom:1;
	*display:inline;
}

.profile img {
	border: 1px solid white;
}

.profile ul {
	padding: 0;
	margin: 0;
	line-height: 18px;
}

.post_info {
	text-align: center;
	font-weight: bold;
	color: red;
	border: 1px solid red;
	background-color: black;
}

.red {
	color: red !important;
}

.secbarhalf {
	background: transparent url(../images/hb445.png) no-repeat center top;
	height: 45px;
	padding-bottom: 0;
}

.vspace {
	padding: 10px 0;
}

.left_stf {
	position: relative;
	float: left;
}

/*  Containers
------------------------------------------------*/

#full_wrapper {
	background: transparent url(../images/bg_grad.png) repeat-y center top;
	min-width: 1000px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	width: 1020px;
	background: #3b100a url(../images/bg_bars.png) no-repeat center top;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#header {
	position: relative;
	width: 100%;
	height: 500px;
}

#content {
	padding: 0 60px;
}

/* Navigation
------------------------------------------------*/

#nav {
	position: absolute;
	font-size: 20px;
	top: 121px;
	left: 506px;
	width: 480px;
}

#nav_home {
	position: absolute;
	left: 21px;
}

#nav_about {
	position: absolute;
	left: 100px;
}

#nav_research {
	position: absolute;
	left: 197px;
}

#nav_links {
	position: absolute;
	left: 306px;
}

#nav_restricted {
	position: absolute;
	left: 381px;
}

/* Research Dissemination Section
-----------------------------------------------------------------------------------------------------*/

.resdis_cont {
	position: relative;
	height: 350px;
}

.resdis_cont .resdis_col {
	position: relative;
	float: left;
	width: 33.3%;
}

.resdis_cont .resdis_col .resdis_col_inner {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #dedede;
	padding: 10px;
	height: 300px;
}

.resdis_cont .resdis_col .resdis_col_inner ul {
	padding: 0;
	margin: 10px 0;
}

.resdis_cont .resdis_col .resdis_col_inner ul div {
	padding: 0 !important;
}

.resdis_cont .resdis_col .resdis_col_inner ul li {
	padding: 8px 0;
	font-weight: bold;
}

.resdis_cont .resdis_col .resdis_col_inner .fleft {
	width: 45px;
	text-align: right;
}

.resdis_cont .resdis_col .resdis_col_inner .resdis_link {
	margin-left: 50px;
}

.resdis_display {
	position: relative;
	width: 870px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #dedede;
	overflow: auto;
}

.resdis_cont a,
.resdis_cont a:link,
.resdis_cont a:visited {
	color: #DAA765;
}

.resdis_cont a:hover {
	color: #999;
}

.resdis_cont h3 {
	padding: 5px 0;
}

.resdis_display h3 {
	padding: 5px 0 20px 0;
	margin: 0;
	color: #DAA765;
}

.resdis_display h4,
.resdis_cont h4 {
	font-size: 13px;
}

.resdis_display .resdis_cat {
	position: relative;
	float: left;
	width: 830px;
	padding: 0 10px;
	
	display: none;
}

.resdis_display .resdis_cat ul {
	margin: 0;
}

.resdis_display .resdis_cat ul li {
	padding: 7px 0;
	margin-left: 15px;
	font-size: 13px;
	line-height: 16px;
	list-style-type: disc;
}

/* Secure Area
------------------------------------------------*/

/* Login */

#login {
	margin: 20px auto;
	padding: 0;
	font-family: tahoma;
	width: 450px;
}

#login label {
	font-weight: bold;
	color: white;
    font-size: 13px;
	padding: 0 2px;
}

#login span {
	color: red;
}

#login p {
	padding: 10px;
	padding-bottom: 0;
}

#login form {
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 4px 18px #C8C8C8;
	border-radius: 10px;
	background: none repeat scroll 0 0 #936941;
	border: 1px solid #E5E5E5;
	font-weight: normal;
	padding: 5px;
}

#login input[type="text"],
#login input[type="password"] {
	background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    font-size: 13px;
    margin-right: 6px;
    margin-top: 2px;
    padding: 3px;
    width: 97%;
}

#login #submit {
	text-align: center;
	margin: 0 auto;
}

#login input[type="submit"] {
	background: transparent;
	display: block;
	padding: 0;
	border: 0;
	font-size: 20px;
	letter-spacing: 1px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#login input[type="submit"]:hover {
	color: white;
}

/* Restricted Area User Panel & Profile */

#userpanel {
	height: 50px;
	padding: 0 30px;
}

.tableedit table {
	border-collapse: collapse;
	min-width: 500px;
	width: 100%;
	line-height: 21px;
}

.tableedit table td {
	overflow: hidden;
	padding: 8px 30px;
	border: 1px solid #dedede;
	background-color: black;
}

.tableedit table td:first-child {
	width: 150px;
	text-align: right;
}

.tableedit input[type="text"],
.tableedit input[type="password"] {
	background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    margin-right: 6px;
    margin-top: 2px;
    padding: 5px;
    width: 300px;
}

.tableedit input[type="submit"] {
	color: black;
	padding: 5px 10px;
	cursor: pointer;
	font-weight: bold;
}

.tableedit select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E5E5E5;
	-moz-border-radius: 3px;
	padding: 2px;
	margin-right: 10px;
	height: 25px;
}

.tableedit select option {
	padding-right: 8px;
}

.tableedit label {
	font-weight: bold;
}

.tableedit span {
	color: white;
}

.tableedit p {
	font-size: 13px;
	padding: 10px 0;
}

.tableedit textarea {
	width: 100%;
	resize: vertical;
}

.tableedit .table_heading {
	text-align: center !important;
	font-weight: bold;
	color: #DAA765;
	background-color: #333;
}

.tableedit .tools {
	display: inline;
}

.tableedit .tools a {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 2px;
	
	width: 25px;
	height: 25px;
	text-align: center;
}

.tools .tool_add {
	background-image: url("../images/add25.png");
}

.tools .tool_del {
	background-image: url("../images/del25.png");
}

.tableedit .submitrow td {
	border: none;
	background-color: transparent;
}

.input_error {
	color: red !important;
}

.wide_input input[type="text"] {
	width: 600px;
}

/* Restricted Area Nav */

.pagenav {
	margin: 0 auto;
	text-align: center;
	font-size: 19px;
	width: 780px;
	height: 150px;
}

.pagenav ul {
	margin: 0;
}

.pagenav ul li {
	position: relative;
	float: left;
	padding: 35px 15px;
	padding-bottom: 0;
	background: transparent url(../images/folder.png) no-repeat center top;
	height: 98px;
	width: 126px;
}

/* Contact Info */

.contact ul {
	padding-left: 40px;
}

.pp_ul>li {
	height: 140px;
	border-bottom: 1px solid #000;
	padding: 15px 0;
	width: 820px;
}

.gra_ul>li {
	border-bottom: 1px solid #000;
	padding: 15px 0;
	width: 820px;
}

.gra_ul>li:last-child {
	border: 0;
}

/* Restricted Area - Documents */

.doc_item span {
	margin-right: 30px;
}

/* Restricted Area - Meetings */

.meeting_item ul {
	margin: 10px 0;
	padding-left: 20px;
}

.meeting_item ul li {
	padding: 0;
	margin: 0;
}

.txt_ylw {
	color: gold;
}

.txt_st {
	font-size: 16px;
}

/* Restricted Area - Knowledge Mobilization */

.kmnav {
	margin: 0 auto;
	text-align: center;
	height: 80px;
}

.kmnav ul {
	margin: 0;
	padding-top: 12px;
}

.kmnav ul li {
	display: inline;
	padding: 0 15px;
}

.kmnav ul li:after {
	content: "/";
	margin-left: 25px;
}

.kmnav ul li:last-child:after {
	content: '';
	margin-left: 0;
}

/* Restricted Area - Bibliographic Database Section
-----------------------------------------------------------------------------------------------------*/

.bdb_tools {
	position: relative;
}

.bdb_tools ul li {
	position: relative;
	float: left;
	padding: 0 5px;
	margin-right: 5px;
}

.bdb_item {
	border-bottom: 1px dashed #dedede;
	padding: 10px;
	margin: 5px 0;
}

.bdb_item p {
	margin: 0;
}

.bdb_edit {
	position: relative;
	float: right;
	color: #999;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 0;
}

.expand_title {
	cursor: pointer;
	color: #DAA765;
}

.expand_inner strong:hover {
	color: white;
}

.expand_child {
	position: relative;
	padding: 0;
	margin: 0;
	display: none;
	width: 880px;
}

#bdb_pag {
	font-size: 26px;
	text-align: center;
	padding: 20px 0;
}

.bdb_page_cont {
	position: relative;
	float: right;
	text-align: center;
	margin: 0 auto;
}

.bdb_page_num {
	font-size: 16px;
	color: #999;
	position: relative;
	float: left;
}

.bdb_prev {
	position: relative;
	float: left;
	padding: 0 20px;
}

.bdb_next {
	position: relative;
	float: left;
	padding: 0 20px;
}

.bdb_details_cont {
	border: 1px solid #dedede;
	margin-bottom: 20px;
}

.bdb_details_cont h4 {
	color: #DAA765;
	padding: 0 7px;
	padding-bottom: 6px;
}

.bdb_details_info {
	padding: 10px;
	border-top: 1px solid #dedede;
}

/* Discussion Forum
------------------------------------------------*/

.forum_admin {
	position: relative;
	margin: 0;
	padding: 0 5px;
	background-color: white;
	border: 1px dotted blue;
}

.forum_admin input[type="submit"] {
	background: none;
	border: 0;
	cursor: pointer;
}

.forum_admin input[type="submit"]:hover {
	color: red;
}

.forum_admin input[type="checkbox"] {
	vertical-align: bottom;
}

#forum table {
	border-collapse: collapse;
	min-width: 500px;
	width: 900px;
}

#forum table td,
#forum table th {
	overflow: hidden;
	padding: 5px 10px;
	border: 1px solid #dedede;
	text-align: center;
}

#forum table td {
	background-color: black;
}

#forum thead {
	background: url("../images/forum_thead_bg.png") repeat-x scroll left top white;
}

#forum .thead_admin {
	background: url("../images/forum_thead_bg_admin.png") repeat-x scroll left top white;
	color: black;
}

.forum_addtopic {
	background: url("../images/forum_newtopic.png") no-repeat left top transparent;
	display: block;
	height: 48px;
	width: 120px;
	position: relative;
	float: right;
}

.forum_type {
	width: 20px;
}

.forum_title {
	text-align: left !important;
}

#forum label {
	font-weight: bold;
}

#forum span {
	color: red;
}

#forum p {
	font-size: 13px;
	padding: 10px 0;
}

.topic_title {
	color: white;
}

.post_tbody {
	padding: 10px 0;
}

.post_head {
	background: url("../images/forum_post_head_bg.png") repeat-x scroll left top white;
	text-align: left !important;
	color: black;
}

.post_lp,
.post_rp {
	text-align: left !important;
	padding: 20px !important;
}

.post_lp {
	vertical-align: top;
	width: 150px;
}

.post_lp h3 {
	margin: 0;
}

.post_lp h4 {
	margin: 0;
	color: #999;
}

.forum_reply {
	position: relative;
	margin-top: 75px;
	width: 900px;
}

.forum_reply textarea {
	width: 897px;
	border: 1px solid white;
}

.reply_head {
	background: url("../images/forum_thead_bg.png") repeat-x scroll left top white;
	padding: 5px 10px;
	border: 1px solid white;
	border-bottom: none;
}

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

#footer {
	position: relative;
	bottom: 0;
	height: 270px;
	width: 924px;
	margin: 0 auto;
	margin-top: 50px;
	background-color: black;
}

.footwrap {
	clear: both;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	width: 900px;
	font-family: tahoma;
	color: white;
	font-weight: bold;
}

.footwrap .leftof3:first-child {
	text-align: left;
}

.footwrap p {
	margin: 0;
	padding: 13px 0;
}

.footwrap .aright {
	text-align: right;
	padding-right: 25px;
}

.footwrap .aleft {
	text-align: left;
	padding-left: 25px;
}

.footwrap img:first-child {
	padding: 20px 25px;
}

.footwrap div {
	text-align: center;
	font-size: 13px;
}




