/* main */
body{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #535353;
	line-height: 160%;
	margin: 0;
	padding: 0;
	background-color:#C8D4E5;
	background: #d8e1ed url(bg_body.jpg) repeat-x;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color: #333;
	line-height: 110%;
	margin: 15px 0 10px 0;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}

h2{	font-size: 20px;
	color:#036;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color:#809EC4;
}

h4, h5, h6{
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4{
	color: #9eba29;
}

h6{
	color: #535353;
}

hr{
	color: #fff;
	height: 1px;
	background: #fff;
	border: 0;
	border-bottom: 1px dotted #999;
}

img, fieldset{
	border: none;
}

a, a:link, a:visited{
	color: #809EC4;  /* 336699 */
	text-decoration: none;
}

a:hover{
	color: #809EC4;
	text-decoration: underline;
}

strong, b,.strong{
	font-weight:bold;
	font-size:113%;
}

.clear{
	clear: both;
}

p{
	padding-bottom:10px;
}

p, ul li,ol li, table, dt, dl, dd{
	color:#4F6378;
}

#content ul{
	list-style: circle;
	list-style-position:outside;
	padding-left:20px;
}

#content ol{
	list-style-type: decimal;
	padding-left:20px;
}

#content ul li{
	padding-bottom:5px;
}

#content ul li ul, #content ol li ol,#content ul li ol{
	padding-left:20px;
}

/* main */









#top_bar{
	clear:both;
	width:100%;
	height:50px;
	float:left;
	background-color:#041999;
	border-bottom:2px solid #fff;
}

#footer{
	clear:both;
	padding:15px 15px 0 15px;
	height:30px;
	background-color:#9EC482;
	color:#fff;
	/*border-top:2px solid #D7D7D7;*/
	font-weight:bold;
}

#footer a{
	color:#fff;
}

#footer #footer_right{
	float:right;
}

#top_bar #ub_logo{
	width: 960px;
	margin: 0 auto;
	height:50px;
	background: url('ub_logo.png') no-repeat scroll 10px 50%;
	cursor: pointer;
}

#container{
	clear:both;
	width:960px;
	margin: 0 auto;
	background-color:#fff;
}

#header{
	clear:both;
	background-color:#809ec4;
	height:80px;
/*	padding:30px 15px 0px 15px;*/
	position:relative;
	background:#809EC4 url('site_logo_grad.png') repeat-x;
}

#header-inner{
	position:relative;
	padding:20px 15px 0px 15px;
}

#header #site_logo{
	float:left;
	background: url('vpred_logo.png') no-repeat 0 0;
	width:400px;
	height:50px;
	cursor: pointer;
}

#header #site_logo a{
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	color:#fff;
	font-size:21px;
	font-weight:bold;
	text-decoration:none;
	line-height:1.5em;
	letter-spacing:.5px;
	text-transform:uppercase;
}

#header #search_box{
	float:right;
	padding-top:10px;
}

form#search input#search_input {
	width: 170px;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0;
	color: #809ec4;
	float: left;
}

form#search input#search_button {
	width: 16px;
	height: 16px;
	float: left;
	padding-top:3px;
	padding-left:5px;
}


#dept_name{
	padding:10px 0px 10px 5px;
	background-color:#809EC4;
	border-top:1px solid #fff;
	/*background:#809EC4 url('dept_grad1.png') repeat-x;*/
}

#dept_name a{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-left:10px;
}

#dept_name #contact_us{
	float:right;
	padding-right:20px;
}

#dept_name #contact_us a{
	color:#fff;
	font-size:12px;
}

#navigation{
	clear:both;
	background-color:#9EC482;
	height:40px;
	border-top:1px solid #fff;
	border-bottom:0px solid #fff;

}

#navigation #contact_us{
	float:right;
	padding-top:10px;
	padding-right:20px;
}

#navigation #contact_us a{
	color:#fff;
}

.contact-us{
	background:url(/src/icons/email.png) no-repeat;
	padding-left:20px;
}

#banner{
	clear:both;
}








#content{
	font-size:12.4px;
}


#main{
	clear:both;
	float:left;
	width:960px;
	position:relative;
	padding-bottom:10px;
	min-height:900px;
}

.content_full{
	width:960px;
}

.content_sidebar{
	width:710px;
}

#content{
	float:left;
}

#content-inner{
	padding:20px;
}

/*
#sidebar{
	float:left;
	margin-left:660px;
	width:300px;
	position:relative;
	margin:0;
}*/

#sidebar{
	background-color:#E2E5C8;
	min-height:100%;
	width:250px;
	position:absolute;
	right:0px;
	margin:0;
	border-left:1px solid #D0D5A5;
	border-right:1px solid #D0D5A5;
}


#sidebar-inner{
	padding:15px;
}


.sidebar-box{
	color:#fff;
	padding:15px;
	margin-bottom:20px;
	background-color:#9EC482;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.sidebar-box h3, .sidebar-box ul li a, .sidebar-box p{
	color:#fff;
	margin-top:0;
}

.sidebar-box ul{
	list-style: circle;
	list-style-position:outside;
	padding-left:20px;
}

 .sidebar-box ul li,  .sidebar-box a{
	color:#fff;
}

.suggestion-box p#suggestion-box-button{
	margin-top:10px;
}

 .suggestion-box p#suggestion-box-button a{
	border:1px solid #876B40;
	padding:10px 10px 10px 0px;
	background:#fff url('/src/icons/comment.png') no-repeat 10px ;
	padding-left:30px;
	color:#876B40;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.department-resources{
	background-color:#9EC482;
}

.laf-announcements{
	background-color:#C3A77F;
}

.research-news{
	background-color:#809EC4;
}

.suggestion-box{
	background-color:#C3A77F;
}

#content-cookies{
	font-size:90%;
}

#content-cookies a{
	color:#4F6378;
	text-decoration:underline;
}

.content_bg_set{
	background: url(bg_content_set.gif) repeat-y;
}

#content .set{
	position: relative;
	float: left;
	padding: 15px 15px 15px 15px;
	width: 210px;
	border-top:1px solid #ddd;
}

#content .set h3{
	padding:0;
	margin:0;
}

#content .set .title{
	background-color:#eee;
	padding:10px;
	margin-bottom:10px;
}

#content .set .photo{
	text-align:center;
}

#content .set .more{
	padding:5px;
	float:left;
	background-color:#f3f3f3;
	border:1px solid #ccc;
	margin-top:10px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
}

#content .set .more a{
	font-size:90%;
}

#content .set ul{
	list-style: circle;
	list-style-position:inside;
	padding-left:5px;
}

#content .set ul li{
	padding-bottom:5px;
}


.defaultTable{
font-size:12px;
text-align:left;
width:100%;
border-collapse:collapse;
}

.defaultTable td{
background:#fff;
border-bottom:1px solid #fff;
color:#4F6378;
border-top:1px solid transparent;
padding:8px;}

.styledTable{
font-size:12px;
text-align:left;
width:100%;
border-collapse:collapse;}

.styledTable th
{font-size:13px;
font-weight:normal;
background:#809EC4;
/*
border-top:4px solid #ff7b24;
border-bottom:1px solid #fff;
*/
color:#fff;
padding:8px;}

.styledTable td{
background:#E2E5C8;
border-bottom:1px solid #fff;
color:#4F6378;
border-top:1px solid transparent;
padding:8px;}

/*
.styledTable tr:hover td{
background:#C3A77F;
color:#4F6378;}
*/

.styledTable tr.odd td{
	background-color:#ebecda;
}

.styledTable tr.even td{
	background-color:#e0e2cc;

}

.styledTable td.noStyle{
background:inherit;
}

/* displaying stylized content */
/* rounded border and multiline output */
/* Example:

<div class="styledOutput">
	<div class="item clear" style="width:200px;">
		<div class="itemlabel">Title:</div>
		<div class="itemdescription">#title#</div>
	</div>
</div>
*/
.styledOutput{
	float:left;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:15px;
	padding-right:20px;
	margin-bottom:30px;
}

.styledOutput .item{
	display: inline-block;
	position:relative;
	float:left;
	margin: 1px 0 2px 0;
	font-size:13px;
}

.styledOutput .clear{
	clear:both;
}

.styledOutput .item .itemlabel{
	color:#036;
	vertical-align:middle;
}

.styledOutput .item .itemdescription{
	color:#999;
	padding:10px 0px 10px 0px;
}


/* UBCMS */
.columns-bg{
        min-height:400px;
}
