﻿/* background color */
.post-it .title, .post-it .part1, .post-it .part2
{
	background-color: #FFD;
}
/* text color */
.technical .title, .news-letter .title
{
	color: #44B;
}
/* font size */
.post-it .title
{
	font-size: larger;
}
.technical .part1, .technical .part2
{
	font-size: smaller;
}
.news-letter .title
{
	font-size: x-large;
}
.news-letter .part1, .news-letter .part2
{
	font-size: large;
}
/* font */
.post-it, .edit
{
	font-family: Times, Palatino, Serif;
}
.technical, .edit
{
	font-family: Tahoma, Courier, Serif;
}
.news-letter, .edit
{
	font-family: Verdana, Times, Serif;
}
/* cell */
.post-it .cell
{
	border-style: solid;
	border-width: thin;
}
/* surrounding text item box */
.itembox
{
	padding: 2px 2px 20px 2px;
	border-style: none;
	/*border-bottom-style: dashed;
	border-bottom-color: #284775;*/
	
	border-width: 1px;
	margin: 0px;
	background-color:White;
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
	font-size: 13px;
	line-height: 1.6;
	color:#333;
	width: 100%;
    min-height: 90px; /* allow room for user image */
}
.itembox2
{
	padding: 2px 2px 20px 40px;
	border-style: none;
	/*border-bottom-style: dashed;
	border-bottom-color: #284775;*/
	
	border-width: 1px;
	margin: 0px;
	background-color:White;
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
	font-size: 13px;
	line-height: 1.6;
	color:#333;
}
/* 'anchors' */
.cell .title
{
    font-size:100%;
    font-family:Georgia, Times New Roman, serif;
    font-weight:normal;
	background-color: #F2F5FA;
	padding: 2px;
    color: #555;
}
.edit
{
	/* margin-top: 1em;
	margin-bottom: 1em;
		display:none; hide all edit controls. We will add them ourselves outside the TextHandle control */
}
.edit .insert, .edit .delete, .edit .save, .edit .cancel, .edit .back, .step .previous, .step .next, .details, .back-from-details
{
	margin-top: 1em;
	margin-bottom: 1em;
	color: #284775;
	text-decoration: underline;
	margin-right: 1em;
	cursor: pointer;
	display:none;	/* hide all edit controls. We will add them ourselves outside the TextHandle control */
}
.edit .update
{
	border: outset 4px ActiveBorder;
	display:block;	/* changed from inline to block (issue with horizonal scrollbar) */
	width: 4.3em;
	background-image:url('../../images/Icons/toolbar.bg.gif');
	background-position:left bottom;
	
	padding:0px 6px 2px 6px;   
	font-family:MS Sans Serif;
	font-size:x-small;	
	/*text-indent: 10px;*/
	cursor: pointer;
	position:relative;
	bottom: -1em;	/* add 3 px relative to the bottom, to align properly with the button image */
	left: 40%;
}
.edit .ipedit
{
	text-decoration: none;
	color: Black;
	clear: both;
}
/* error handling */
.exception
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}
.part0
{
	font: normal normal bold x-small Arial;
	padding: 1px;
	border-width:thin;
	background-color: #F2F5FA;
  border-bottom-style: solid;
  border-color: #DDDDDD;
  color: #AAAAAA;
  margin-bottom: 1px;
}
.part0 img:first-child
{
	float:right;
	position:relative;
	bottom: 5px;
}
.part0 img
{
	float:left;
	position:relative;
	bottom: -18px;
	padding: 2px 10px 2px 2px;
	max-width: 64px;
	max-height: 64px;
	clear: both;	
}
.part1, .part2
{
	min-height: 50px;	
	margin-left: 85px;
	/* some attibutes to handle content that is too wide (images, tables or text) with a scrollbar */
	overflow:auto;
	padding-bottom:1em; /* adding padding should give the additional horizontal scrollbar some room. */
	overflow-y:hidden;
}
.part1 h1, .part2 h1, .part1 h2, .part2 h2, .part1 h3, .part2 h3
{
	font-weight:normal;
	line-height:1.2;
}
.title p
{
	font-size: large;
	font-family: fantasy;
	padding: 0px;
	margin: 4px;
}
.issuelog
{
}
.issuelog table
{
	border-collapse: collapse;
    /*background-color: #FFEBCD*/
}
.issuelog td, .PluginModifiedColumnTable th, .PluginModifiedColumnTable td
{
    font-size: x-small;
	border: solid 1px #CFCFCF;
	padding: 1px;
}
.PluginModifiedColumnTable thead th
{
	color: #303030;
	background-color:Silver;
	text-align:left;
}
.PluginModifiedColumnTable th
{
	text-align:right;
}
.PluginModifiedColumnTable td
{
	background-color:White;
	white-space:pre-wrap;
}
.PluginModifiedColumnTable
{
	border-collapse: collapse;
	margin-top:2px;
}

.PluginModifiedColumnTable img
{
	max-width:none;
}

.PluginModifiedColumnTable td span
{
    font-family:Georgia, Times New Roman, serif !important;
    font-size: x-small !important;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
