/* 
    Document   : main.css
    Created on : Feb 13, 2013, 11:17:58 AM
    Author     : dash
    Description:
        Purpose of the stylesheet follows.
*/

a:visited {
	color: blue;
}

a:hover {
	color: #E6A000;
}

#HeaderDiv {
	width: 100%;
	height: 120px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 10px;
	
	color: rgb(0, 0, 100);
	
	background: rgb(200,200,200); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWE1YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(165,165,165,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(165,165,165,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(165,165,165,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(165,165,165,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%,rgba(165,165,165,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(234,234,234,1) 0%,rgba(165,165,165,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#a5a5a5',GradientType=0 ); /* IE6-8 */
}

#HeaderDiv h1 {
	font-size: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#HeaderDiv h2 {
	font-size: 30px;
	margin-top: 10px;
}

#logoImageDiv {
	position: absolute;
	top: 30px;
	left: 20px;
}




/******************************
 * Button related classes
 ******************************/

/********
 * This button related code is copyright Deren Ash 2012-2013,
 * permission granted to Legacy Stroke Program for their own use in the
 * vertigo assessment guidelines project
 */

.CenteredPopoverButtonsDiv{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ButtonsDiv {

}

.ButtonsDivSamll {
    
}

.ButtonsDiv a {
    display:block;
    xfloat:left;
    margin:0 0px 0 0;
    background-color:#f5f5f5;
    border: 1px solid #AAAAAA;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:70%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}



.ButtonsDiv a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.ButtonsDivSmall a img{
    margin: 0 2px -2px 0 !important;
    padding: 0;
    border: none;
    width: 12px;
    height: 12px;
}

.ButtonsDiv a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

.ButtonsDiv a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.ButtonsDiv a.GreenButton{
    color:#529214;
}

.ButtonsDiv a.GreenButton:hover, button.GreenButton:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

.ButtonsDiv a.GreenButton:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

.ButtonsDiv a.RedButton{
    color:#d12f19;
}

.ButtonsDiv a.RedButton:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

.ButtonsDiv a.RedButton:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.ButtonsDiv a.PurpleButton{
    color:#521492;
}

.ButtonsDiv a.PurpleButton:hover, button.PurpleButton:hover{
    background-color:#E6C2EF;
    border:1px solid #C680D8;
    color:#521492;
}

.ButtonsDiv a.PurpleButton:active{
    background-color:#521492;
    border:1px solid #521492;
    color:#fff;
}

.ButtonsDiv a.BlueButton{
    color:#192fd1;
}

.ButtonsDiv a.BlueButton:hover {
    background:#e4e3fb;
    border:1px solid #c4c2fb;
    color:#192fd1;
}

.ButtonsDiv a.BlueButton:active{
    background-color:#192fd1;
    border:1px solid #192fd1;
    color:#fff;
}


.ButtonsDivSmall a {
    font-size: 8pt;
    padding: 3px 5px 3px 3px;
}


/*******************************
 * Popover related classes
 *******************************/

/********
 * This popover related code is copyright Deren Ash 2012-2013,
 * permission granted to Legacy Stroke Program for their own use in the
 * vertigo assessment guidelines project
 */

.PopoverBackgroundDiv{
    display: none;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #202020;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.PopoverOuterDiv {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 100;
    width: 700px;
    border: 1px solid black;
    background-color:white;
}

.PopoverHeaderDiv {
    background-color: black;
    height: 20px;
    padding: 2px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: white;
}

.PopoverHeaderCloseDiv {
    position: absolute;
    color: red;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

div.PopoverHeaderCloseDiv:hover{
    background: #660000;
}

.PopoverContentsDiv {
    padding: 5px;
    xheight: 653px;
    overflow: auto;
}

.PopoverButtonsDiv {
    position: absolute;
    left: 0px;
    bottom: 0px;
    xwidth: 600px;
    padding-top: 10px;
	padding-bottom: 10px;
    height: 23px;
    border-top: 1px solid #777777;
    text-align: center;
}


.MainAssessmentTable {
	margin-top: 10px;
	margin-left: 15px;
	font-size: 13pt;
}

.MainAssessmentTable td{
	padding-top: 5px;
}

.TabDiv {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}