﻿/*body,td,a,p,.h{font-family:arial,sans-serif; font-size: 10pt; padding:0px; margin:0px;}
body { background-image: url('HeaderBack.png'); background-repeat: repeat-x; }*/
#Progress { float:left; margin-top: 50px; margin-left: 20px; }
#Logo { background-image: url("Logo.png"); width:260px; height: 60px; }
#HelpDiv { position:absolute; top:0; left: 100%; margin-left: -320px; height: 300px; width: 300px; display:none; background-color: White; border: solid 0px dimgray; padding: 10px; z-index: 60000 }
.helpContent { height: 280px; overflow: auto; }
#LoginPanel { text-align:right; font-size: 10pt; margin-top: 30px; float: right}
#google_search { margin-top: 30px; }
#body {}

.widget_holder { min-height: 400px; }
.widget
{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 10px;
    background-color:White ;
}
.widget_header
{
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0em;
	font-size: 100%;
	font-weight: normal;
	cursor: move;
	height: 5px;
	background: url(images/add-stuff-top-panel.jpg) fixed repeat-y center center;
}
.widget_header_table
{
    width: 100%;
    border: 0px solid #646464;
    padding: 0px;
    margin: 0px;
    font-size: 60%;
    height: 18px;
    background-color:Green;
}
.widget_title
{
    width: 100%;
    background-color: white;
    padding-left: 0px;
    font-weight: bold;
    padding-right: 0px;
    color: #FF9900;
    background-image:url('../images/add-stuff-top-panel.jpg');
    height:10px;
}
.widget_collapse, .widget_expand, .widget_close { display:inline; }
.widget_dropcue { border: dashed 2px white; display:none; margin-bottom:20px; }

.widget_button {background-color:white;padding:1px;height:28px;width:28px;border:1px}
.widget_edit {background-image:url('edit.png');height: 24px;width:24px;}
a.widget_edit:hover {background-image:url('edit.png');height: 24px;width:24px}
.widget_cancel {background-image:url('cancel.png');height: 24px;width:24px;}
a.widget_cancel:hover {background-image:url('cancel.png');height: 24px;width:24px}

.widget_min {background-image:url('min.png');height: 24px;width:24px}
a.widget_min:hover {background-image:url('min.png');height: 24px;width:24px}
.widget_max {background-image:url('max.png');}
a.widget_max:hover {background-image:url('max.png');}
.widget_close {background-image:url('close.png');}
a.widget_close:hover {background-image:url('close.png');}
.widget_box {display:block;margin-top:1px;overflow:hidden;
    width:24px;height:24px;cursor:hand;cursor:pointer;}



.column { width:32%;vertical-align:top; }
.table_fixed {table-layout:fixed;}
.dashboard_body { width: 100%; height: 500px; background-color:#f8f2cc; }
.handleText
{
	width:16px;
	height:16px;
	background-image:url(HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

#column1, #column2, #column3
{
	float:left;
	width: 33%;
}


/*a:link, a:visited, a:active { color: Maroon; }
a:hover { color:Maroon; }*/

/*#tabs { border-bottom: solid 1px #97acd4; padding:0px; margin:0px; padding-bottom: 1px; }*/
/* Firefox */ ul.tabs { list-style-type: none; border-bottom: solid 1px #97acd4; padding-bottom: -1px; margin:0px; }
/* IE */ * html ul.tabs { list-style-type: none; border-bottom: solid 1px #97acd4; padding-bottom: 2px; }

li.tab { border-left: solid 1px #97acd4; border-top: solid 1px #97acd4; padding-left:4px; padding-right:4px; border-right: solid 1px #97acd4; display: inline; margin-left: 4px; margin-right: 4px; padding: 0px; }
li.newtab { padding-left:4px; padding-right:4px; display: inline; margin-left: 4px; margin-right: 4px; padding: 0px;}
li.newtab a { text-decoration: none;  }
/* Firefox */ li.tab a { font-size: 9pt; text-decoration: none; padding: 2px 8px 0px 8px; }
/* IE */ * html li.tab a { font-size: 9pt; text-decoration: none; padding: 2px 8px 2px 8px; }

li.inactivetab { background-color: #FFDBB7; } 

/* Firefox */ li.inactivetab a { border-bottom: solid 1px #97acd4; }
/* IE */ * html li.inactivetab a { border-bottom: solid 1px #97acd4; }

li.activetab { background-color: White; }
li.activetab a { border-bottom: solid 1px white; }

.add_stuff_toggle { clear:both; float:right; font-weight: bold; }
.widget_showcase { border: solid 1px gray; padding: 8px; clear:both; margin: 10px 0px 10px 0px; width: 95%; height: 200px; }
.smalltext, .smalltext a { font-size: 90%; }

.feed_item_link
{
	line-height: 170%;	
	clear:both;
	display:block;
}

hr { height: 5px; color: Black }
.footer { clear:both; font-size: 90% }

#DeleteConfirmPopup 
{ 
	display:none; 
	z-index: 60000; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -50; 
	margin-top: -50; 
	width: 300px; 
	height: 120px; 
	border: solid 4px black; 
	padding: 10px;
	background: white url('warning.png') no-repeat 10px 10px; 
	text-align: center 
}
#DeleteConfirmPopup h1 { margin-left: 30px; font-size: 120% }
#DeleteConfirmPopup p { margin-top: 10px; margin-bottom: 10px; clear: both }


