/*
    Document   : vanilla.css
    Created on : 16/09/2009, 11:43:26 AM
    Author     : martinm
    Description:
        Styles for vanilla pages.
*/

h3
{
	padding: 0px !important;
	margin: 0px !important;
}


/*----------------------------------------------------------------------------*
 * Content Left
 *----------------------------------------------------------------------------*/

div#content div.left
{
	width: 282px;
	overflow: hidden;
	margin-left: 15px;
	display: inline;
}


div#content div.left div.short_cuts
{
	margin-top: 40px;
	padding: 26px 34px 30px 15px;
	width: 193px;
	border: 1px solid #dddddd;
	float: right;
	text-align: right;
}

div#content div.left div.short_cuts ul
{
	list-style: none;
	margin:0px;
	padding: 0px;
}

div#content div.left div.short_cuts ul li
{
	padding: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	
	background: url("/Images/bullet_gold_arrow.png")  100% 50%  no-repeat;
	line-height: 1em;
}

div#content div.left div.short_cuts ul li a
{
	font-size: 0.9em;
}


/*----------------------------------------------------------------------------*
 * Content Right
 *----------------------------------------------------------------------------*/

div#content div.right, div#content div.pods
{
	margin: 0px;
	padding: 20px 30px 15px;
	margin-right: 15px;
	background: #ffffff url("/Images/vanilla/content_grad_rpt.gif") top left repeat-x;
	width: 540px;
	float: left;
}

div#content div#flash
{
	margin: 0px;
	width: 613px;
	float: left;
}

div#content div.right h4
{
	margin-top: 15px;
}

div#content div.right  p
{
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 17px;
	font-size: 1em;
	
}


/*----------------------------------------------------------------------------*
 * Content Full
 *----------------------------------------------------------------------------*/

div#content div.full
{
	/* width: 100%; */
	width: 912px;
	overflow: hidden;
	margin-left: 15px;
	/* display: inline; */
}

div#content div.full h1
{
	float: left;
	text-align: left;
	margin-left: 50px;
	display: inline;
}

div#content div.full h2
{
	margin-left: 50px;
}

div#content div.full p
{
	margin-left: 50px;
	margin-right: 50px;
}

div#content div.full p.ome
{
	margin-bottom: 0px;
}

div#content div.fullWidth
{
	padding-bottom: 25px;
}

div#content div.fullWidth p
{
	margin-bottom: 0px;
}


/*----------------------------------------------------------------------------*
 * Link pod listing styles eg. Research Projects Listing page
 *----------------------------------------------------------------------------*/

div#content div.pods
{
	padding: 0px;
}

div.linkPod
{
	padding: 30px;
	position: relative;
	background-color: #fafafa;
}

div.linkPod h4
{
	font-size: 1.0em;
	margin: 0px;
	margin-right: 140px;
}

div.linkPod p
{
	margin: 0px;
	margin-right: 140px;
}

div.linkPod div.blue_button
{
	position: absolute;
	right: 30px;
	bottom: 30px;
}

div.pods div.odd
{
	background-color: #f6f6f6;
}


/*----------------------------------------------------------------------------*
 * Misc styles
 *----------------------------------------------------------------------------*/

div.modal
{
	display: none;
	width: 960px;
}


/*----------------------------------------------------------------------------*
 * Vanilla ubertable-lite styles
 *----------------------------------------------------------------------------*/

table.styled
{
	width: 100%;
}


table.styled tr td
{
	padding: 5px 10px;
	background-color: #fafafa;
}

table.styled tr.odd td
{
	background-color: #f6f6f6;
}

table.styled tr .first
{
	padding-left: 30px;
}

table.styled tr td.center
{
	text-align: center;
}

table.styled tr td span.right
{
	float: right;
	padding-left: 10px;
	display: none;
}


/*----------------------------------------------------------------------------*
 * General table head styles
 *----------------------------------------------------------------------------*/

table.styled tr th
{
	background-color: #efefef;
	color: #3e4545;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding: 5px 10px;
}

table.styled th.title
{
	background-color: #d8d8d8;
	color: #30588f;
	font-weight: bold;
	font-style: italic;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 10px;

	background-color: #efefef;
	border: 1px solid #dddddd;
	width: 300px;
	font-size: 1em;
}

#tooltip h3, #tooltip div { 
	margin: 0;
	font-size: 1em !important;
	font-weight: normal;
}

#tooltip font
{
	font-size: 1em !important;
}


/*----------------------------------------------------------------------------*
 * Training Quiz hover styles
 *----------------------------------------------------------------------------*/

div#flash div.close
{
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #85BEE1;
	color: white;
	padding: 2px 5px;
	font-size: 10px;
	cursor: pointer;
}

div#flash div.close:hover
{
	background-color: #557EAC;
}


/*----------------------------------------------------------------------------*
 * Online medical encyclopaedia styles
 *----------------------------------------------------------------------------*/

body#ome select, body#ome input#keyword
{
	margin-bottom: 10px;
}

body#ome input#keyword
{
	margin-left: 10px;
}

body#ome div#searchButton
{
	float: left;
	margin-left: 50px;
	display: inline;
}

body#ome iframe
{
	clear: both;
	float: left;
}