/*		File:			$URL: svn://svn.cogmel.office/svn/it/CogStateServer/trunk/src/css/template.css $
		Author:			$Author: dmoore $
		Revision:		$Revision: 3822 $
		Modified:		$Date: 2006-10-20 01:51:52 +0000 (Fri, 20 Oct 2006) $
		Description:	Clinical Trials Template Style Sheet
*/


/* Defaults  */

body
	{
	font-family:Verdana, Arial, Helvetica, sans-serif
	}

img
	{
	border:none;
	}
	
a:link
	{
	color: #918F90; 
	text-decoration: none;
	}
	
a:visited 
	{
	color: #918F90;
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	color: #918F90;
	}
	
a:active
	{
	text-decoration: none;
	}
	
	

/*Layout Elements*/

#mainContainer
	{ 
	width:750px;
	margin-left:auto;
	margin-right:auto;
	}	
	
#leftContainer
	{	
	min-width:150px;
	min-height:400px;
	float:left;	
	}
	
#rightContainer
	{
	width:600px;
	min-height:400px;	
	float:right;
	}

#footerContainer
	{
	width:100%;
	height:50px;
	}	
	
#primaryNav
	{
	width:100%;
	float:right;
	position: relative;
	}		



/*Design Elements*/	

#headerImages
	{
	float:left;

	}
	
#globalNav
	{
	float:right;
	height:111px;
	background-image:url(/images/academic/band.gif);
	background-repeat:no-repeat;
	}

#content
	{
	padding:5px;
	font-size: 11px;
	line-height: 15px;
	color:#000000;
	text-align: left;
	vertical-align: top;
	overflow:auto;	
	}

#contentHeading
	{
/*	font-size: 12px;
	font-weight: bold;
	color: #FF7800;
	padding-bottom:5px;	*/
	}
		
.breadcrumbs
	{
	width:100%;
	float:right;
	text-align:right;
	padding:5px;
	padding-top:10px;
	font-size:10px;
	font-weight:bold;
	color: #62006E;	
	}

#topLink 
	{
	width:600px;;
	float:left;
	}
	
#contact
	{
	width:150px;;
	float:left;
	}

#copyright
	{
	width:600px;
	font-size: 10px;
	color: #918F90;
	float:left;
	border-top:thin;
	border-top-color:#918F90;
	border-top-style:solid;
	padding-top:5px;
	}
	
#corporateLogo
	{
	width:150px;
	float:right;
	border-top:thin;
	border-top-color:#918F90;
	border-top-style:solid;
	}	



/* Nav */

#menu 
	{
	display: block; z-index: 100;
	padding-top:9px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin:0px;	
	}

#menu ul 
	{
	margin: 0; 
	padding: 0; 
	border: 0; 
	list-style-type: none;
	}

#menu li /*top level items*/
	{
	margin: 0;
	padding: 0;
	border:0;
	display: block;
	float:left;
	font-size:12px;	
	}

#menu a 
	{
	display: block;
	}
	
#menu li li
	{
	width: 100%;
	}
	
#menu li li ul 
	{
	top: 0; left: 0;
	}
	
#menu li li:hover ul 
	{
	left: 100%;
	}
	
#menu li ul 
	{
	display: none; 
	position: absolute;
	z-index: 10;
	}
	
#menu li:hover>ul 
	{
	display: block;
	}
	
#menuList:after 
	{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	}

/* Fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */


#menu 
	{
	color: #231f20;	
	position: absolute;
	right: 0;
	}

#menu li:hover 
	{
	}

#menu a
	 {
	text-decoration: none;
	text-align: center;
	color: #62006E;
	background-color:#FFFFFF;	
	padding-right:7px;
	padding-left:7px;
	border-right: 1px solid #CCCCCC;	
	}

#menu a:hover
	{
	/*background: #231f20;*/
	}
	
#menu li:hover>a 
	{

	}

#menu li ul
	{
	background: #f6f5f2;
	border: 1px solid #EDEBE5;
	width: 160px;
	}

#menu li ul a /*drop down items*/
	{
	text-align: left;
	background-color:#999999;
	color: #ffffff;
	padding: 0.4em 10px 0.4em 16px;
	border-bottom: 1px solid #EDEBE5;
	border-right: 0;
	font-size:11px;
	}

#menu li ul a:hover 
	{
	background-color:#62006E;
	}


/* Fix for IE5/Mac \*//*/
#secondaryNav a {
	float: left;
}

#secondaryNavList {
	display: inline-block;
}
/*  */

/* Nav */


#secondaryNav
	{
	float:left;
	font-size:10px;
	max-width:145px;
	min-width:145px;
	margin: 0; 
	padding:0;
	list-style-type: none;
	
	}

#secondaryNav li
	{
	padding-right:5px;
	padding-left: 3px;
	padding-top:5px;
	padding-bottom:3px;
	border-right: 1px solid #CCCCCC;
	}
	
#secondaryNav li:hover 
	{background:#E9E9E9;

	}
	
#secondaryNav a
	 {

	text-decoration:none;

	}

#secondaryNav a:hover
	{

	}
	
#secondaryNav li:hover>a 
	{

	}

#secondaryNav li ul
	{
	background: #f6f5f2;
	border: 1px solid #EDEBE5;
	width: 160px;
	}

#secondaryNav li ul a /*drop down items*/
	{
	text-align: left;
	background-color:#999999;
	color: #ffffff;
	padding: 0.4em 10px 0.4em 16px;
	border-bottom: 1px solid #EDEBE5;
	border-right: 0;
	font-size:11px;
	}

#secondaryNav li ul a:hover 
	{
	background-color:#62006E;
	}



#secondaryNavHeader
	{	min-height:23px;
	min-width:140px;
	float:left;	
	background-image:url(/images/academic/menuBG.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:4px;
	font-size:12px;
	color:#FFFFFF;
	

	}
/*
#secondaryNav1
	{
	float:left;
	font-size:10px;
	max-width:150px;
	margin: 0; 
	padding:0;
	padding-right:5px;
	list-style-type: none;
	}		

	

#secondaryNavItem
	{
	color:red
	}
*/
