/*----------------------------------------------------
The University of the West Indies, Mona Campus
Office of Planning and Institutional Research (OPAIR) 

version : 1.0
Media   : Screen and Projection  
----------------------------------------------------*/

/*
Colour Scheme

#BB654B - Orange Brown
#1C3F60 - Blue
#EDEBD5 - Beige
#FBFAF4 - Off White
*/

#main {
	margin: 0;
	padding: 0;
	/*font-size: small !important;*/
}

td#home {
    background: #fff url(../images/opair-frontpage-bg.jpg) no-repeat top left;
}

td#main.two-col {
	background: url(../images/two-col-bg.gif) repeat-y top left;
}

abbr,
acronym {
	border-bottom-style: dotted;
}

blockquote {
    font-style: italic; 
    padding: 0;  
    margin: 0;
}

/* sitenav
--------------------------------------*/
ul#nav {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#nav li {
	float: left;
	margin: 0 5px;
	line-height: 25px;
}

ul#nav li a { 
	border-right: 1px solid navy; 
	padding: 0 10px 0 0;
}	


/* header
--------------------------------------*/
#header {
	background: url(../images/header-bg.jpg) repeat-x top left;
	height: 60px;
}

#header h1 {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #1C3F60;
}


/* sidebar
--------------------------------------*/
#sidebar {
	float: left;
	width: 160px;
	padding: 40px 0 25px 0;
	margin: 0;
	background: transparent url(../images/sidebar-bg.gif) no-repeat top left;
}

#sidebar h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	padding-left: 5px;
}

#sidebar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width: 160px;
	z-index: 1000;
}

#sidebar li { /* all list items */
	position : relative;
	float : left;
	width: 160px;
	margin: 0 0 1px 0;
	padding: 5px 0;
	line-height: 1.6em;
	background-color: #FBFAF4;
	z-index: 1000;
}

#sidebar li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin: 0 0 0 160px;
	padding: 0;
	border-top: 1px solid #D5CC9E;
	border-left: 1px solid #D5CC9E;
}

#sidebar li ul li { /* second-level lists items */
	background: #E5DEB4 none; 
	border-right: 1px solid #D5CC9E; 	
	border-bottom: 1px solid #D5CC9E; 
	margin: 0; 
	width: 160px;
	position : relative;
	float : left;
}

#sidebar a {
    display: block;
    width: 160px;
}

#sidebar li li a, 
#sidebar li:hover li a,
#sidebar li.sfhover li a { 	
	padding: 0 2px; 	
	border-top: 0;
	text-transform: none; 
	color: #5D562C; 
}


#sidebar li.sfhover li a:hover {
	color: #5D562C;
}

#sidebar li:hover ul, 
#sidebar li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top: -1em;
}

#sidebar a:link, 
#sidebar a:visited {
	width: 160px;
	color: #BB654B;
	padding: 0 5px;
}

#sidebar a:hover {
	color: #BB654B;
}



/* content
---------------------------------------*/
.two-col #content {
	float: left;
	width: 580px;
	margin: 0 10px;
}

#content {
	width: 750px;
	margin: 0 5px;
	padding: 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.8em;
}

#content h2 {
	font: normal 140% Georgia, "Times New Roman", Times, serif;
	color: #1C3F60;
}

#content h3 {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;	
}

#content a:link,
#content a:visited {
	color: #BB654B;
	text-decoration: none;
	border-bottom: 1px dotted #BB654B;
}

#content a:hover,
#content a:active {
	border-bottom-style: solid;
}


#content table {
	border-collapse: collapse;
	border: 1px solid #1C3F60;
}

#content table th {
	text-align: left;
	padding: 5px;
	background-color: #EDEBD5;
	border-bottom: 1px solid #1C3F60;
}

#content table td {
	padding: 5px;
	background-color: #FBFAF4;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #1C3F60;
}

/* =book covers
-------------------------------------*/
ul#reports {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#reports li {
    margin: 0 0 40px 0;
    padding: 20px 0 20px 0;
    z-index: 0;
    border-bottom: 1px solid #EDEBD5;
    position: relative;
}

ul#reports li h2 {
    font-size: 110%;
    margin: 0 0 10px 205px;
    position: absolute;
    top: 20px;
}

ul#reports li img {
    float: left;
    margin: 0 0 0 30px;
    padding: 2px;
    width: 137px;
	border: 3px solid #EDEBD5;
	background: #fffefa;
}

ul#reports li ul.toc {
    padding: 0;
    margin: 20px 0 0 205px;
    list-style: none;
}

ul#reports li ul.toc li {
    padding: 0 0 0 .6em;
    margin: 0;
    width: 350px;
    line-height: 1.6em;
    background: url(../images/bullet.gif) no-repeat 0 10px;
    border-bottom: none;
}

br .clear {
    clear: both;
}

/* list styles */
.lower-roman {
    list-style-type: lower-roman;
}
.upper-roman {
    list-style-type: upper-roman;
}
.lower-alpha {
    list-style-type: lower-alpha;
}
.upper-alpha {
    list-style-type: upper-alpha;
}
