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

 Placement and Career Services Styles
 Administrative Template, University of the West Indies

 @created 	07.2008

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

/* =Colours
----------------------------------------------------------------*/
/*
 * Blue			:	#1B4FAC
 * Purple       :   #7B25A7
 * Maroon       :   #900
 * Olive		:	#A68A07
 * Grey			:	#F0EEE9;
 */

/* =Layout
----------------------------------------------------------------*/ 
body {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}

img, img a{
	border:none;
}

h2 a{
	font-size:16px;
	font-weight: bold;
}

.news-item {
	margin-bottom: 30px;
}

#sidebar {
	width: 170px;
	padding: 0 0 0 5px;
}

#main p {
	padding-right: 5px;
}
 
/* =Background Images/Colours
----------------------------------------------------------------*/

/* Background colour */
#fullcontainer {
	background: #F0EEE9;
}

#stripe {
	background: #A68A07;
}

/* Background image/colour for content area */
#content {
	background: url(../images/content_bg.jpg) no-repeat top left;
	margin: 0 0 0 0;
	padding-right:-5px;
	
}

#sidebar {
	/*background: url(../images/sidebar_bg.jpg) no-repeat top left;*/
	width: 180px;
}

#main {
	background: url(../images/main_bg.jpg) no-repeat top left;
}

/* Primary Banner background */
#header {
	background: url(../images/primary_banner_bg.jpg) repeat-y top left;
}

/* Crest that matches Primary background */
#headercol1 {
	background: url(../images/uwi_mona_logo.jpg) no-repeat transparent;
}

/* Image/Colour used for the breadcrumb area */
#breadcrumbs {
	background: url(../images/breadcrumb_bg2.jpg) no-repeat top left;
}

/* =Headings
----------------------------------------------------------------*/
h2, #section-header {
	font-weight: normal;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin-top: 0;
	padding-right: 5px;
}

h3, .section-subheader {
	padding-right: 5px;
	font-weight: normal;
	color: #006600;
}

div.login h3 {
	color: #006600;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 0;
}

/*h4 {
	font-size:15px;
	font-weight:bold;
	color:#333;
}

h5 {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#060;
}*/

/* =Links
----------------------------------------------------------------*/
#main a,
#main a:active,
#main a:visited,
#main a:hover {
	color: #1B4FAC;
}
		
#breadcrumbs a {
	color: #FFF;
}		
	
#breadcrumbs a:hover {
	/*color: #87C484;*/
}	
		
.menu a, .menu a:visited{
	color: #333333;
	font:Arial;
	font-size:16px;
	/*font-weight:bold;*/
	padding: 5px 5px 5px 25px;
}

.menu a:hover{
	color: #333333;	/*padding: 5px 5px 5px 25px;*/
	/*font-weight:bold;*/
	text-decoration:none;
}

.menu a.active {
	color: #000000;
}
.menu-plate:hover {
	background-color:#E1E1E1;	/*background-image:url(../images/menuplate.png);*/
}

#genlinks a {
	color: #900;
}

#genlinks a:hover{
	/*color: #aaa;*/
}

/* =Frontpage
----------------------------------------------------------------*/

#frontpage {
	background-color:#FFFFFF;
	color:#000000;
	font-size:10px;
	height:181px;
	padding:6px 10px 10px 15px;
	}
#frontpage-inner {
	width:145px;
	height:80px;
	padding-top:10px;
	padding-left:10px; 
	float:left;
	}
.frontpage-inner2 {
	/*border-bottom:#00CC33 1px solid;*/
	background-image:url(../images/green_underline.gif);
	}

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

div.login {
	border: 1px solid #000;
	margin: 0 5px 20px 0;
	padding: 5px;
	width: 215px;
}

label {
	display: block;
}

fieldset {
	margin: 0;
	padding: 5px;
	border: none;
}

#headersearchgotext button#search-button {
	background: transparent url(../images/search_button.jpg) no-repeat center top;
}

#sidebar input[type=text] {
	width: 165px;
}

div.login input[type=text],
div.login input[type=password] {
	width: 200px;
}

/* =Misc
----------------------------------------------------------------*/
.tidbit-grey {
	border: 1px solid #000;
	background-color: #CCC;
	padding: 2px 5px;
}

.tidbit-yellow {
	border: 1px solid #000;
	background-color: #FEE77E;
	padding: 2px 5px;
}
