/* Tag redefinitions */
body, p, ol, ul, td,th,input,textarea,select {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   12px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #333333;
}

th{
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6,div,table,form,input,textarea,select{
	padding: 0;
	margin: 0;
}

h1,h2{
	margin-bottom: .5em;
	margin-top: .5em;
}

h1 {
	font-size: 17pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 15pt;
}

h4 {
	font-size: 14pt;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 12px;
}

fieldset{
	padding: .5em;
}

legend{
	font-weight: bold;
	font-size: larger;
	color: red;
}

blockquote{
	border: #666666 1px solid;
	padding: .25em;
}

/* end Tag Redefinitions */

/* Layout/section management definitions */

#body_wrapper {
	color: #000000;
	margin: 0 5% 0 5%;
	background-color: #FFFFFF;
	margin-top: 30px;
}

#header {
	background: #916b92 url('/images/header_image.jpg') top left no-repeat;
	height: 75px;
	text-align: left;
}

#header h1{
	display: inline;
}

#header h1 a{
	display: block; 
	height: 75px;
	overflow: hidden;
	padding-top: 75px;
	width: 700px; 
	voice-family: "\"}\"";
	voice-family:inherit; 
	height: 0;
}

html>body #header h1 a {
	height: 0;
}

#navigation td{
	background: #666666;
	padding: 5px;
	color: #cccccc;
	border-bottom: 2px solid black;
}

#navigation a{
	text-decoration: none;
	color: #cccccc;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 1em 0 1em;
}

#navigation a:hover{
	text-decoration: underline;
}

#navigation a.dialogs{
	color: #cc99cc;
}
#navigation ul, #navigation li{
	padding: 0;
	margin: 0;
	display: inline;
}

#content_table{
	width: 100%;
}

#content {
	background: #ffffff;
	padding: 10px;
}

#content h1,h2,h3,h4{
	padding-bottom: .5em;
}

#content_left, #content_left_header {
	padding: 0 10px 0 0;
	background: #cccccc;
}

#content_right, #content_right_header {
	padding: 0 0 0 10px;
	background: #cccccc;
}

#left_header, #right_header{
	margin-top: 0;
	font-size: 11px;
	color: #663366;
}

#left_header{
	padding-left: 1em;
	padding-bottom: 1em;
	background: url('/images/left_side_status_bg.gif') top right no-repeat;
}

#right_header{
	text-align: right;
	padding-right: 1em;
	padding-bottom: 1em;
	background: url('/images/right_side_bg.gif') top left no-repeat;
}

/* Dialogue CSS */

div.live_preview{
	border: 1px solid #cccccc;
	padding: .25em;
	margin: .25em;
}

#control_buttons{
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #cccccc;
}

#control_buttons input {
	font-size: 11px;
}

#action_buttons input{
	font-weight: bold;
}

#textile-help{
	padding: .25em;
	background: #666666;
	color: #e4e4e4;
}

#facilitator-container {
	padding: .5em;
	margin: .5em;
}

div.normal{
	border: 2px solid black;
}

div.medium{
	color:#916b92;
	border: 2px solid #916b92;
}

div.max{
	background-color: #916b92;
	color: white;
}

#facilitator-container #help_button{
	margin-bottom: .5em;
}

#facilitator{
	padding: .25em;
	background: #666666;
	color: #e4e4e4;
}

#facilitator ul, #facilitator ol{
	list-style-type: none;
}

#facilitator ul.bullets, #facilitator ol.bullets{
	list-style-type: disc;
}

#dialogs{
	padding: .25em;
}

#dialogs h1{
	color: #993399;
	font-size: 13px; 
}

#dialogs h3{
	padding-top: .5em;
	padding-bottom: .5em;
}

div.opening_questions,div.genuine_inquiries,div.closing_comments{
	padding: .25em;
}

div.right-side{
	padding: 0 10px 0 0;
}

div.opening_questions h1, div.opening_questions h2, div.opening_questions h3,
div.closing_comments h1, div.closing_comments h2, div.closing_comments h3,
div.genuine_inquiries h1,div.genuine_inquiries h2, div.genuine_inquiries h3,
div.right-side h1, div.right-side h2, div.right-side h3{
	font-weight: normal;
	color: #993399;
	font-size: 11px;
}

div.opening_questions h2, div.genuine_inquiries h2, div.closing_comments h2,div.right-side h2{
	margin-top: 1em;
	font-weight: bold;
	border-bottom: 2px dotted #666666;
}

div.opening_questions h3, div.genuine_inquiries h3, div.closing_comments h3, div.right-side h3{
	padding-left: 1em;
}

div.genuine_inquiries h3.me, div.closing_comments h3.me{
	font-weight: bold;
}

h3.question {
	padding: .5em 0 .5em 0;
}

div.me,div.partner, div.genuine_inquiry,div.previous_genuine_inquiry,div.closing_comment {
	margin-top: .5em;
	width: 90%;
	border: 1px solid #666666;
	background: #e4e4e4;
	padding: .5em;
}

div.partner {
	margin-left: 0;
	margin-right: 2em;
	background: #cccccc;
}

#clarity_message,#satisfaction_message{
	margin: .25em;
	padding: .25em;
	border: 1px solid #cccccc;
	background: #e4e4e4;
}

#answer #framing{
	border: 1px solid #cccccc;
	margin: .25em;
	padding: .25em;
}

/* end Dialogging CSS */

#footer {
	font-weight: bold;
	background: #999999;
	color: white;
	padding: 5px;
}

#mini-admin{
	margin: 3px;
	padding: 2px;
	border: 2px outset #cccccc;
	text-align: center;
}

#mini-admin a{
	padding: 0 .5em 0 .5em;
}

#footer a{
	color: #663366;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

/* end Layout/section management definitions */

#dialog_notice, #notice {
	border: 1px solid #cccccc;
	background: #e4e4e4;
	font-weight: bold;
	color: green;
	padding: .25em;
	margin: .25em;
}

#dialog_notice{
	font-size: 13px;
}

.title{
	font-weight: bold;
}

.note{
	font-size: smaller;
}

.smaller{
	font-size: smaller;
}

div.inline_content{
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

div.make_comment_public_context{
	display: inline;
}

.red{
	color: red;
}

.blue{
	color: blue;
}

.row {
	border: 1px solid #cccccc;
}
.row_alt{
	background: #e4e4e4;
}

div.namespace_contentunits,div.topic_framings{
	border: 1px solid #999999;
	padding: .25em;
}
