/* greeting (welcome/perspective)
==============================================================================*/

#latest {
	float: center;
	width: 332px;
	background: #fff;
	height:203;
	
}

#latestTabs {
	clear: both;

	height: 24px;
}

#latestTabs span {
	display: block;
	float: left;
	height: 24px;
	overflow: hidden;
}

#messageTab {
	margin-right: 2px;
	width: 135px;
	cursor: pointer !important;
	/*background: url(../images/tab-message.gif) 50% 50% no-repeat;*/
}

#archivesTab {
	width: 119px;
	cursor: pointer !important;
	background: url(../images/tab-archives.gif) 50% 0 no-repeat;
	background-color:#cccccc;
}

#message,
#archives {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 332px;
	height: 169px;
	overflow: hidden;
	background-color:#CCCCCC;
}

#message #messageDetails {
	display: none;
}

#message:hover #messageDetails {
	display: block;
	position: relative;
}

#message img {
	display: block;
	position: absolute;
}

#messageDetails {
	position: absolute;
	width: 332px;
	height: 169px;
	background: url(http://web.du.ac.in/);
}

#messageDetails p {
	padding: 10px;
	color: #fff;
	font-size: 11px;
	line-height: 1.5;
	text-shadow: 1px 1px 2px #555;
}

#messageDetails p a {
	font-size: 16px;
	color: #fff;
}

#messageDetails ul {
	position: absolute;
	bottom: 0;
	width: 332px;
	padding: 10px;
	list-style: none;
}

#messageDetails li {
	margin: 0 0 5px;
}

#messageDetails ul a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 0 3px #333;
	background: url(http://web.du.ac.in/);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#messageDetails ul a:hover {
	color: #333;
	text-shadow: none;
	background: #fff;
}

#archives {
	display: none;
	overflow: auto;
}

#archives ul {
	margin: 10px;
	list-style: none;
}

#archives li {
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.3;
	color: #555;
	background: url(http://web.du.ac.in/) 0 5px no-repeat;
}

#archives li a {
	color: #e7262b;
}

#archives li a:hover {
	color: #222;
}

#archives #archivesLink a {
	display: block;
	margin: 10px 10px 0;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	background: #eee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#archives #archivesLink a:hover {
	color: #fff;
	background: #333;
}


/* feature promos (aka 'currently')
==============================================================================*/



/* headers
==============================================================================*/
