BODY {
	margin:0px;
	padding:0px;
}
BODY, TH, TD {
	font-size:10pt;
	font-family:verdana;
}

FORM {
	margin:0px;
}

/*
	Manager Bar Related Styles
*/
#ManageBar {
	background-color:black;
	color:white;
	padding:4px 5px 2px 5px;
	background-image:url(/kd/images/managebar.background.gif);
	background-repeat: repeat-x;
	height:26px;
	width:100%;
	position:fixed;
	left:0px;
	top:0px;
	z-index:999;
}
#EditPageBar {
	background-color:#c0c0c0;
	padding:6px 5px 2px 5px;
	height:26px;
	color:black;
	border-bottom:1px solid #666;
	position:fixed;
	width:100%;
	left:0px;
	top:27px;
	z-index:999;
}
.KdManageBar {
	clear:both;
}
.KdManageBar A {
	position:relative;
	top:2px;
	text-decoration:none;
}
#ManageBar A {
	color:white;
}

.KdManageBar UL {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.KdManageBar LI {
	float:left;
	margin-left:5px;
	margin-right:10px;
}

/* Make admin related links not so obtrusive */
A.Manage {
	text-decoration:none;
	color:#999;
}
A.Manage:HOVER {
	text-decoration:underline;
	color: red;
}

#SkipNavigation {
	color:white;
	display:none;
}
#SkipNavigation A {
	color:white;
}

/*
	Little message at the top of the page.
*/

.KdPageMsg {
	min-height: 50px;
	font-size:10pt;
	padding:10px;
}
.KdPageMsg IMG {
	float:left;
	margin-right:10px;
}
.KdPageMsg H3 {
	font-size:10pt;
	margin-right:10px;
	font-weight:bold;
	margin:3px 10px 0px 0px;
	padding:0px;
}

/*
	Dialog styles
*/
DIV.DialogMenu {
	position:absolute;
	background-color:white;
	border:2px outset white;
	width:250px;
	z-index:99999999;
}
DIV.DialogMenuLoader  {
	padding:10px;
}
DIV.DialogMenu UL
{
	list-style-type:none;
	margin:5px 0px 10px 0px;
	padding:0px;
}
DIV.DialogMenu UL LI {
	padding: 0px;
}
DIV.DialogMenu UL LI A {
	color:black;
	text-decoration:none;
	display:block;
	padding: 3px 9px;
}
DIV.DialogMenu UL LI A:HOVER {
	text-decoration:underline;
	color:blue;
	background-color: #B1DB87;
}

/*
	Drop down menu styles
*/

DIV.DropMenu {
	position:absolute;
	left:0px;
	top:0px;
	width:350px;
}
DIV.DropMenu A {
	color:blue;
}
DIV.DropMenu .Content {
	border:1px solid #66cc00;
	background-color:#e6f7d4;
	padding:10px;
	clear:both;
}
DIV.DropMenu .ContentHeader {
	border:1px solid #66cc00;
	border-bottom:0px;
	background-color:#e6f7d4;
	padding:5px 40px 1px 10px;
}
DIV.DropMenu H1 {
	font-size:10pt;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
DIV.DropMenu H2,
.ui-dialog H2
{
	font-size:10pt;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
DIV.DropMenu H2 {
	color:#390;
}
DIV.DropMenu UL
{
	margin:0px 0px 10px 0px;
	padding:0px;
}
DIV.DropMenu UL.Highlight,
.ui-dialog UL.Highlight
{
	border:1px solid #390;
	background-color:white;
	padding: 5px;
	margin-top:5px;
	list-style-type:none;
}
DIV.DropMenu UL LI
{
	margin:0px 0px 0px 15px;
	padding:0px;
}
DIV.DropMenu UL LI
{
	color:#c0c0c0;
}
DIV.DropMenu UL.Highlight LI,
.ui-dialog UL.Highlight LI
{
	margin:0px 0px 4px 0px;
}
DIV.DropMenu HR {
	border:0px;
	border-bottom:1px solid #e0e0e0;
}

.Accordian {
}
.ui-dialog .Accordian  UL {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.Accordian H2
{
	padding-left:18px;
	background-image: url(/kd/images/plus.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	display:block;
}
.Accordian H2.Current,
.Accordian H2.Current 
{
	background-image: url(/kd/images/minus.gif);
	cursor: pointer;
	display:block;
}

DIV.DropMenu .Accordian H2,
.ui-dialog .Accordian H2
{
	padding-left:18px;
}


.Icon {
	background-repeat: no-repeat;
	padding-left:23px;
	min-height:20px;
}
.LargeIcon {
	background-repeat: no-repeat;
	padding-left:40px;
	padding-top:10px;
	min-height:37px;
}
.RightIcon {
	background-position: center right;
	padding-left:0px;
	padding-right:23px;
}
.CreateIcon {
	background-image: url(/kd/images/add.gif);
}
.EditIcon {
	background-image: url(/kd/images/edit.gif);
}
.OkIcon {
	background-image: url(/kd/images/ok.gif);
}
.ViewIcon {
	background-image: url(/kd/images/view.gif);
}
.CancelIcon {
	background-image: url(/kd/images/cancel.gif);
}
.ManageIcon {
	background-image: url(/kd/images/manage.gif);
}
.RefreshIcon {
	background-image: url(/kd/images/refresh.gif);
}
.SearchIcon {
	background-image: url(/kd/images/search.gif);
}
.StickyIcon {
	background-image: url(/kd/images/icons/small/sticky.gif);
}

.FloatLeft {
	float:left;
}
.FloatRight {
	float:right;
}
.Clear {
	clear:both;
}

A.DropMenu, A.PageProgramDropMenu {
	background-image:url(/kd/images/dropmenu.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right:20px;
}

.AjaxLoading {
	background-image:url(/kd/images/processing.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:25px;	
}
.AjaxLoadingError {
	background-image:url(/kd/images/processing.error.gif);
}

.Info {
	color:#999;
	font-size:8pt;
	font-weight:normal;
}
.Info A, .Info A:VISITED, .Info A:ACTIVE {
	color:#999;	
}
.Info A:HOVER {
	color:blue;
}

.Small {
	font-size:8pt;
}

/*
	Hacks to attempt to handle floats better..
*/

.ClearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.ClearFix {display: inline-block;}

/* Hides from IE-mac \*/
* html .ClearFix {height: 1%;}
.ClearFix {display: block;}
/* End hide from IE-mac */

/*
	General layout styles
*/

.LayoutPreview .Layout {
	border: 1px solid black;
	width: 100%;
	background-color: white;
}
.LayoutPreview .Region {
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
	text-align: left;
	background-color: white;
}
.LayoutPreview .PrimaryRegion {
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
	text-align: left;
	background-color: #c0c0c0;
}
/*
.LayoutPreview .PrimaryRegion UL.Sortable {
	border: 1px dotted white;
}
*/

.ValidationError {
	color:red;
	font-weight:bold;
}


.InputForm {
   width: 99%;
}
.InputForm TH {
   text-align: left;
   font-size: x-small;
   font-weight: normal;
   background-color: white;
   color: black;
   width: 125px;
   padding-left: 5px;
   padding-right: 5px;
   border: 1px solid #B1DB87;
}
.InputForm .Required TH {
   background-color: #B1DB87;
   color: black;
}
.InputForm TD {
   padding-left: 5px;
}
.InputForm INPUT, .InputForm TEXTAREA {
   width: 100%;
}
.InputButtons {
   margin-top: 10px;
}
.InputForm INPUT.Radio, .InputForm INPUT.Checkbox {
   width: 20px;
}
.InputForm TH.Long {
   vertical-align: top;
}
.InputForm SELECT {
}


/*
	Wrapped around new programs when they are first added to a page.
*/
DIV.NewContent {
	border:2px dashed red;
}

/*
	Data table styles
*/

table.Report, table.Report TD, table.Report TH {
	font-size:8pt;
}

/*
	Data table styles
*/

table.Data {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 99%;
	text-align: left;
}
table.Data thead tr th, table.Data tfoot tr th {
	background-color: #B1DB87;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.Data thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.Data tbody td {
	color: #3D3D3D;
	padding: 2px;
	background-color: #FFF;
	vertical-align: top;
	font-size:8pt;
}
table.Data tbody tr.odd td {
	background-color:#E0F4D7;
}

table.Data .RowNumber {
	width:20px;
	text-align:center;
}
table.Data th.RowNumber {
	text-align:center;
}
table.Data tbody tr.Highlighted td {
	background-color:#FFE685;
}

.DataManager {
	margin-top:10px;
}

/*
	Dialog styles
*/

.flora H1 {
	font-size:12pt;
	margin:0px;
	padding:0px;
}
.flora H1.Header {
	font-size:10pt;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #999;
	font-weight:normal;
}
.flora H1.Header SPAN {
	font-weight:bold;
}

DIV.PasswordStrength {
	padding:3px;
	border:1px solid #c0c0c0;
	text-align:center;
	font-size:8pt;
	margin:4px;
}
DIV.WeakPassword {
	background-color:#FFDDDD	
}
DIV.BadPassword {
	background-color:red;
	color:white;
}
DIV.GoodPassword {
	background-color:yellow;
}
DIV.StrongPassword {
	background-color:green;
	color:white;
}

BUTTON {
	cursor: pointer;
}

/*
.PageProgramInstance {
	clear:both;
	position:relative;
}

.PageProgramInstance .ContainerTitle {
	background-image: url(/kd/images/draggable.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	cursor: move;
}
*/
.PageProgramInstance .ContainerTitle A {
	text-decoration: none;
	color:black;
}

.DropTarget {
	padding:4px;
	border:1px dashed #ccc;
	margin:5px;
	color:#ccc;
	text-align:center;
}
.HoverDropTarget {
	border:2px dashed red;
}

/*

	Drag/drop Tree

*/
.treeviewbox {
	padding:8px;
	background-color:white;
	border:2px inset white;
}

.dragdroptree, .dragdroptree ul {
	list-style-type: none;	
}
.dragdroptree {
	margin:0px;
	padding:0px;
}

.dragdroptree,#floatingContainer{
	margin:0px;
	padding:0px;
}

#floatingContainer ul{
	margin-left:20px;	/* Left spacing */
	padding-left:0px;	
}
.dragdroptree li,#floatingContainer li{	/* Nodes */
	list-style-type:none;
	vertical-align:middle;
	
}
.dragdroptree li a,#floatingContainer li a{	/* Node links */
	padding-left:1px;
	line-height:13px;
	margin-left:2px;
	
}
.dragdroptree li a.highlightedNodeItem{
	color:#FFF;
	background-color:#009;
}


.Error {
	color:red;
}
.Warning {
	font-size:8pt;
	color:#666;
	background-image: url(/kd/images/icons/small/warning.gif);
	background-repeat: no-repeat;
	padding-left:25px;
	margin:3px;
}

UL.Sortable {
	list-style-type:none;
	margin:0px;
	padding:5px;
	min-height:50px;
	border:1px dotted red;
}
UL.Sortable LI {
	padding:5px;
	border:1px solid #ccc;
	margin-bottom:2px;
	background-color:white;
	font-weight:normal;
	cursor:move;
	position: relative;
}

UL.ManageOptions {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:8pt;
}
UL.ManageOptions HR {
	height:1px;
	border:0px;
	border-top:1px solid #ccc;
	margin:5px 0px 5px 0px;
}

/*
.dialogScreener {
	z-index:1002;
	cursor:wait;
	padding:0;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#666;
	opacity:.7;
	filter: alpha(opacity = 70);
}
*/


/*
	Styles for manage tables
*/

Table.Data TH A {
	background-repeat: no-repeat;
	background-position: top right;
	padding-right:20px;
	color:blue;
}
Table.Data TH A.Ascending {
	background-image: url(/kd/images/arrow_down.gif);
}

Table.Data TH A.Descending {
	background-image: url(/kd/images/arrow_up.gif);
}


A.SharedProgram {
	margin-left:2px;
	position:relative;
	top:-2px;
}

/*
	Glossary related styles
*/
.Definition {
	cursor: help;
	border-bottom: 3px double;
	line-height: 1.7em;
	background-color: #e0e0e0; 	
}

/*
	Color picker
*/
#colorPickerDiv 
{
    display: block;
    display: none;
    position: absolute;
	z-index:9999999999;
    border: 1px solid #777;
    background: #fff
}

#colorPickerDiv TD.color
{
	cursor: pointer;
	font-size: xx-small;
	font-family: 'Arial' , 'Microsoft Sans Serif';
}
#colorPickerDiv TD.color label
{
	cursor: pointer;
}

.ColorPickerDivSample
{
	margin: 0px 0px 0px 4px;
	border: solid 1px #000;
	padding: 0px 10px;	
	position: relative;
	cursor: pointer;
}

TABLE.Image {
	border:1px solid black;
	margin:5px;
}
TABLE.Image TH, TABLE.Image TD {
	text-align:left;
	font-size:8pt;
}
TABLE.Image TD.Description {
	color:#666;
}
TABLE.Image TD.Source {
	color:#999;
	text-align:right;
}
