*{
	color: #222222;
	font-family: "Lucida Sans";
	font-size: 1em;
}
/*Designing Dojo and Dijit widgets*/
a{color:darkblue; font-weight: bold;} 
td{padding: 3px;}
body.tundra div.box_main {
	padding: 10px;
	width: 600px;
}
body.tundra div.box {
	margin-bottom: 15px;
}
.dijitTextbox {
	margin-bottom: 10px;
	width: 100%;
}
textarea.dijitTextArea[cols] {
	width: 100%;
	margin-bottom: 10px;
}
textarea.names {
	width: 250px;
}
.border_bottom {
	border-bottom: 1px solid #eeeeee;
}
.grey {
	background-color: #e0e0e0;
}
div.left {
	width: 300px;
	margin-right: 20px;
	float: left;
}
div.right{
	width: 300px;
	float: left;
}
div.clear{
	clear: both;
}
h1 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 1.5em;
}
h2 {
	padding: 10px 0px;
}
label {
	display:block;
	margin-top: 10px;
	font-weight: bold; 
}

textarea {
	height: 100px;
}
a {
	text-decoration: none;
}

/*Notes Action-buttons*/
table.action, table.action td {
	background-color: #ffffff;
	border: none;
}
table.action .dijitButtonNode{
	padding: 1px 5px 0px 5px;
}
table.action td a {
	border: 1px solid #666666;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	margin: 3px;
	display: block;
}
table.action td a:hover {
	border: 1px solid #666666;
}
table.action td a img{
	margin: 4px 1px;
}
hr {
	display:none;
}
.history {
	margin-top: 20px; 
	padding: 0;
	border-top: 1px solid #bbbbbb;
}
.history {
	font-size: 0.8em;
	color: #999999;
}
.CommentSubject {
	font-weight: bold;
}

.CommentDate {
	color: grey;
}

.CommentBody {
	padding: 10px 0px;
}

.Comment {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid lightgrey;
}
