/* ccs.css -- stroke classification -- 2005-10-16
   
   Copyright (C) 2005-2010  The General Hospital Corporation
   Thomas Benner  <thomas.benner@nmr.mgh.harvard.edu>
   All rights reserved.
   This script comes with ABSOLUTELY NO WARRANTY!
*/
/*
yellow background: #FDA609
blue text: #000038
dark gray background: #C2C2C2
light gray background: #F2F2F2
dark gray text: #535353
*/

body {
	color: black;
	background-color: white;
	font-size: 77%;
	margin: 0;
	padding: 0;
}

body, textarea, input {
	font-family: arial, helvetica, sans-serif;
}

textarea:focus, input:focus {
	background-color: #ffc;
}

a {
	color: #00c;
	text-decoration: none;
}

a:visited {
	color: #66c;
}

a:hover {
	color: #00c;
	text-decoration: underline;
	background: none;
}

a:active {
	color: red;
}

abbr, acronym, .abbr {
	border: 0;
	cursor: help;
}


/*------------------- CONTENT AREA -------------------*/

#section {
	background: white;
	border: solid #ccc;
	border-width: 1px 0 0 1px;
	margin: 0 0 2em 13em;
}

#xml a:hover {
	text-decoration: none;
}

#content {
	line-height: 1.5em;
	padding: 2em;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right: 5em;
	margin-left: 5em;
}

h1 {
	color: #33C;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.0;
	margin: 0;
}

#content h1.debug {
	color: #F00;
}
/*
h2 {
	color: #F00;
}
*/

#content h2 {
	color: #36c;
	font-size: 1.2em;
	margin: 1em 0 0 0;
}

#content h2.break {
	padding-top: 1em;
	border-top: 1px solid #ccc;
	clear: left;
}

h3 {
	font-size: 1.1em;
	font-style: italic;
	margin: 1em 0 0 0;
}

/* previously used for logos
#content img {
	float: right;
/ *	border: 1px solid #ccc;* /
	margin: -0.25em 0em 0em 0.5em;
}
*/

#content p {
	margin: 0.6em 0;
}

#content ul {
	list-style: square inside;
	padding: 0;
	margin: 1em 1em 2em 1em;
}

#content ol {
/*	list-style: square inside;*/
/*	padding: 0;*/
	margin-right: 4em;
	margin-bottom: 1.5em;
}

#content li {
	margin-bottom: 0.5em;
}

#content table ol {
	padding-left: 2.5em;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0em;
}

#section ul {
	list-style: square inside;
	padding: 0;
	margin: 1em 0 0 0;
}

#section li {
	margin-bottom: 0.5em;
}

#section ul ul, #section ul ol {
	padding: 0;
	margin: 0 0 1em 3em;
}

dd {
	margin: 0 0 1em 0;
}


ol.decimal { list-style-type: decimal }
ol.lower_alpha { list-style-type: lower-alpha }
ol.lower_roman { list-style-type: lower-roman }

.note {
/*	background-color: #f2f5fc;*/
	background-color: #F2F2F2;
/*	background: #F2F2F2 url(CCS.png) no-repeat top center;*/
	padding-bottom: 1em;
	border: 1px #cce solid;
	margin-top: 1em;
}

.note h3 {
/*	background-color: #e3eaf9;*/
	background-color: #FFAD27;
	color: #33C;
	padding: 0.25em 1em;
	border-bottom: 2px white solid;
	margin-top: 0;
}

.note p {
	padding: 0 1em;
	text-indent: -2.5em;
	padding-left: 3.5em;
}

.note pre {
	margin: 1em 1em 0 1em;
}

.intro {
/*	background-color: #f2f5fc;*/
	background-color: #F2F2F2;
/*	background: #F2F2F2 url(CCS.png) no-repeat top right;*/
	padding-bottom: 1em;
	border: 1px #cce solid;
	margin-top: 1em;
}

.login {
/*	background-color: #f2f5fc;*/
	background-color: #F2F2F2;
/*	background: #F2F2F2 url(CCS.png) no-repeat top right;*/
	padding-bottom: 1em;
	border: 1px #cce solid;
	margin-top: 1em;
	padding-left: 1em;
}

#content table {
	float: none;
}

table.tableDB {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	border-collapse: collapse;
/*	background-color: rgb(255, 255, 240);*/
}

table.tableDB th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
/*	background-color: rgb(255, 250, 250);*/
	-moz-border-radius: 0px 0px 0px 0px;
}

table.tableDB td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
/*	background-color: rgb(255, 250, 250);*/
	-moz-border-radius: 0px 0px 0px 0px;
}

.even {
	background-color: #FFFFFF;
}

.intro h3 {
/*	background-color: #e3eaf9;*/
	background-color: #FFAD27;
	color: #33C;
	padding: 0.25em 1em;
	border-bottom: 2px white solid;
	margin-top: 0;
}

/*
.intro h4 {
	font-weight: bold;
}
*/

.intro p {
	padding: 0 1em;
	text-indent: 0em;
	padding-left: 1.0em;
}

.intro strong {
	font-weight: bold;
}

.title {
/*	background-color: #f2f5fc;*/
	background-color: #F2F2F2;
	padding-bottom: 1em;
	border: 1px #cce solid;
	margin-top: 1em;
}

.title h1 {
	color: #33C;
	font-size: 3em;
	font-variant: small-caps;
	text-align: center;
	padding: 1em 1em 1em 1em;
/*	border-bottom: 2px white solid;*/
	margin-top: 0;
}

.title h3 {
/*	background-color: #e3eaf9;*/
	background-color: #FFAD27;
	color: #33C;
	padding: 0.25em 1em;
	border-bottom: 2px white solid;
	margin-top: 0;
}

.title p {
	padding: 0.5em 1em 0em 3.5em;
	padding-left: 12em;
	padding-right: 12em;
	text-align: center;
	text-indent: 0em;
}

.links {
/*	background-color: #f2f5fc;*/
	background-color: #F2F2F2;
/*	padding-bottom: 1em;*/
	border: 1px #cce solid;
	margin-top: 1em;
	text-align: center;
}

.links p a {
/*	padding: 0.5em 1em 0em 3.5em;*/
	padding-left: 0.5em;
	padding-right: 0.5em;
/*	text-align: center;*/
/*	text-indent: 0em;*/
}

.results {
/*	background-color: #fcf5f2;*/
	background-color: #F2F2F2;
/*	background: #F2F2F2 url(CCS2.png) no-repeat top right;*/
	padding-bottom: 1em;
	border: 1px #cce solid;
	margin-top: 1em;
}

.results h3 {
/*	background-color: #f9eae3;*/
/*	background-color: #FFAD27;
	color: #933;*/
	background-color: #33C;
	color: #FFAD27;
	padding: 0.25em 1em;
	border-bottom: 2px white solid;
	margin-top: 0;
}

.results p {
	padding: 0 1em;
}

.results pre {
	margin: 1em 1em 0 1em;
}

.results table {
/*	width: 118px;*/
	width: 100%;
	padding: 0 0 0 0em;
	margin: 0 0 0 0em;
/*	float: right;*/
/*	background-color: #F00;*/
}

/*
.results img {
/ *	width: 118px;* /
	padding: 0 0 0 0em;
	margin: 0 0 0 0em;
/ *	float: right;* /
	float: none;
	background-color: #0F0;
	text-indent: 0em;
/ *	border: 3px solid;
	border-color: #666 #ccc #ccc #666;* /
}
*/

.diagnostictests {
/*	background-color: #fcf5f2;*/
	background-color: #F2F2F2;
/*	background: #F2F2F2 url(CCS2.png) no-repeat top right;*/
	padding-bottom: 1em;
	border: 1px #cce solid;
	margin-top: 1em;
}

.diagnostictests h3 {
/*	background-color: #f9eae3;*/
/*	background-color: #FFAD27;
	color: #933;*/
	background-color: #CCCCCC;
	color: #33C;
	padding: 0.25em 1em;
	border-bottom: 2px white solid;
	margin-top: 0;
}

.diagnostictests p {
	padding: 0 3.5em;
}

.diagnostictests pre {
	margin: 1em 1em 0 1em;
}


/*
div.pie {
	clear: none;
/ *	float: right;* /
	background-color: #00F;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #F33;
	text-indent: 0em;
}
*/
/*
div.pie {
	background-image: url("img/CCS_pie_level0-0.png");
	background-attachment: fixed;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
*/

/*
#content table {
	background-color: #00F;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: none;
}
*/

/*
.pie table {
/ *	width: 100%;* /
	width: 113px;
	height: 113px;
	float: none;
	clear: none;
/ *	float: right;* /
/ *	background-color: #00F;* /
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
/ *	border: 8px solid #F33;* /
	text-indent: 0em;
	background-image: url("img/CCS_pie_level3-0.png");
	background-attachment: fixed;
}
*/

/*
.pie img {
	margin: 0 0 0 0;
	float: none;
}
*/

table#pie {
	width: 236px;
	height: 236px;
}

/* top left */
td#pieLAA {
	width: 113px;
	height: 113px;
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	background-image: url("img/CCS_pie_level0_undetermined_LAA.png");
	background-attachment: inherit;
	background-position: top left;
	background-repeat: no-repeat;
}

/* top right */
td#pieCE {
	width: 113px;
	height: 113px;
	text-align: right;
	vertical-align: top;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	background-image: url("img/CCS_pie_level0_undetermined_CE.png");
	background-attachment: inherit;
	background-position: top right;
	background-repeat: no-repeat;
}

/* bottom left */
td#pieLI {
	width: 113px;
	height: 113px;
	text-align: left;
	vertical-align: bottom;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	background-image: url("img/CCS_pie_level0_undetermined_LI.png");
	background-attachment: inherit;
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* bottom right */
td#pieOther {
	width: 113px;
	height: 113px;
	text-align: right;
	vertical-align: bottom;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	background-image: url("img/CCS_pie_level0_undetermined_Other.png");
	background-attachment: inherit;
	background-position: bottom right;
	background-repeat: no-repeat;
}

/*
.pie tr {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: none;
}
.pie td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: none;
}
*/

/*
#content #pie2 {
	margin: 0 0 0 0;
	float: none;
}
*/

/*
#content tr  {
	width: 118px;
	height: 118px;
	float: none;
	clear: none;
/ *	float: right;* /
	background-color: #00F;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #F33;
	text-indent: 0em;
}
*/

/*
#pie img {
/ *	width: 118px;* /
	float: none;
	clear: none;
/ *	float: right;* /
/ *	background-color: #330;* /
/ *
	margin: 10px 10px 10px 10px;
	padding: 20px 20px 20px 20px;* /
	margin: 0 0 0 0;
	padding: 0 0 0 0;
/ *	border: 1px solid #333;* /
	text-indent: 0em;
/ *	border-right: 3px solid #0cc;
	border-left: 3px solid #0cc;
	border-top: 3px solid #0cc;
	border-bottom: 3px solid #0cc;* /
}
*/

.popup
{
	color: #9F141A;
	cursor: help;
	text-decoration: none
}

noscript {
	color: red;
	font-weight: bold;
}

form {
	width: 100%;
	margin: 1em 0 0 0;
}

input, textarea {
	width: 98%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	margin-bottom: 0.5em;
	padding: 2px;
}

input {
	width: 1em;
}

input.answer {
	width: 3em;
}

input.ids {
	width: 8em;
}

input.result {
/*	width: 50em;*/
	width: 98%;
}

textarea.result {
	width: 98%;
	height: 4em;
/*	color: red;*/
}

textarea.copyResult {
	width: 98%;
	height: 4em;
/*	color: red;*/
}

input.button {
	width: 8em;
	background-color: #e6e6e6;
	border-color: #ccc #666 #666 #ccc;
	margin-left: 1em;
	padding: 0;
	cursor: pointer;
}

a.button {
	width: 98%;
	font-weight: bold;
	background-color: #e6e6e6;
	border-color: #ccc #666 #666 #ccc;
	padding: 5px;
	cursor: pointer;
}

input.buttonDB {
	width: 12em;
	background-color: #e6e6e6;
	border-color: #ccc #666 #666 #ccc;
	margin-left: 1em;
	padding: 0;
	cursor: pointer;
}

input.textLogin {
	width: 17em;
	margin-left: 1em;
	padding: 0;
}

/*
label {
	float: left;
/ *	float: none;* /
	width: 8em;
}

.note label {
/ *	padding: 0 1em;
	text-indent: -2.5em;
	padding-left: 3.5em;* /
	clear: left;
	display: block;
	float: left;
	margin-left: 10px;
	width: 200px;
}
*/

/*
p.label_checkbox_pair {
	clear: both;
	float: none;
}
p.label_checkbox_pair input {
	clear: left;
	float: left;
	margin-left: 80px;
}
p.label_checkbox_pair label {
	clear: left;
	display: block;
	float: left;
	margin-left: 10px;
	width: 200px;
}
*/

/*
p.label_checkbox_pair {
	clear: both;
	float: none;
	position: relative;
}
p.label_checkbox_pair input {
	left: 80px;
	position: absolute;
	top: 1px;
}
p.label_checkbox_pair label {
	display: block;
	margin-left: 90px;
	width: 200px;
}
*/

p.label_checkbox_pair {
	clear: both;
	float: none;
	position: relative;
}
p.label_checkbox_pair input {
	left: 12px;
	position: absolute;
	top: 1px;
}
p.label_checkbox_pair label {
	display: block;
	margin-left: 5px;
	width: 98%;
	text-indent: -1em;
}

p.label_confirm_pair {
	clear: both;
	float: none;
	position: relative;
	background-color: #ddd;
}
p.label_confirm_pair input {
	left: 12px;
	position: absolute;
	top: 1px;
/*	background-color: #0dd;*/
}
p.label_confirm_pair label {
	font-style: italic;
	display: block;
	margin-left: 5px;
	width: 98%;
	text-indent: -1em;
/*	background-color: #dd0;*/
}

div.row {
	clear: both;
	padding-top: 10px;
}

div.idrow {
/*	clear: both;*/
	padding-top: 10px;
	padding-bottom: 1em;
}

div.row span.label {
/*	background-color: #ddd;*/
	float: left;
	width: 15em;
	text-align: right;
}

div.row span.mainlabel {
/*	background-color: #ddd;*/
	float: left;
	width: 15em;
	text-align: right;
}

div.row span.sublabel {
/*	background-color: #ddd;*/
	float: left;
	width: 7em;
	text-align: right;
}

div.idrow span.idlabel {
	float: left;
	width: 10em;
	text-align: right;
/*	margin: 0em 0em 0em 0em;*/
/*	padding: 0em 0em 0em 0em;*/
}

div.row span.empty {
	float: left;
	width: 50px;
	text-align: left;
}

div.row span.formw {
/*	background-color: #aaa;*/
	float: left;
/*	width: 90px;*/
	width: 3.5em;
	text-align: left;
	text-indent: 0.5em;
} 

div.idrow span.idform {
	float: left;
/*	width: 3.5em; */
	text-align: left;
	text-indent: 0.5em;
/*	margin: 0em 0em 0em 0em;*/
/*	padding: 0em 0em 0em 0em;*/
} 

span.idbuttonclear {
	float: right;
	width: 3.5em;
	text-align: left;
	text-indent: 0.5em;
	margin-right: 9em;
/*	margin: 0em 0em 0em 0em;*/
/*	padding: 0em 0em 0em 0em;*/
} 


#footer {
/*	padding: 0em;*/
/*	margin: 0em;*/
	margin-left: 0em;
	padding-bottom: 0em;
	text-align: right;
}

#footer p {
	color: #999;
	font-size: 0.9em;
	margin: 0em;
	text-align: right;
}

