html
{
	overflow: auto;
}

body
{
	font-family: arial;
	font-size: 11px;
	color: #000; 
	background-color: #ffffff;
	font-weight: normal;
}

#content
{
	width: 98.8%;
	overflow: hidden;
	display: inline-block;
    border: #e5e5e5 1px solid; 
    padding-right: 6px; 
    padding-left: 6px; 
    padding-bottom: 6px; 
    margin: 0px 0px 20px 0px; 
    padding-top: 8px; 
}

/* page title & logo image */
#title_logo 
{
	margin: 4px 0 4px 0;
}

#title_logo h1 
{
	float: left;
	font-size: 1.83em;
	font-weight: normal;
	color: #006;
	padding-top: 11px;
	text-transform: uppercase;
}

#title_logo h2 
{
	background: transparent url(../Images/Logo_redex_sized.jpg) left top no-repeat;
	float: right;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 38px 0 0 0; /* Logo height */
	text-indent: -9000px;
	width: 128px; /* Log width */
}

#wrapper
{
	margin: 0px 15px 0px 10px;
}

#header
{
	width: 100%; 
	margin: 0 0 0px 0;
/*	overflow: hidden;  */
	display: inline-block;
	height: 100px;
}

#header_top
{
	border-bottom: 5px solid #f60;
	height: 40px;   /* wcv: new */
}

#header_bot
{
	margin-top: 0.36em;
	height: 30px;	
}

.clearfix 
{ 
	/*   display: inline-block;   */   /* wcv: weg */
}

.headercontent
{
	border-bottom: 1px solid #006;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
}

h2
{
    font-size: 14px;
	color: #006;
	font-weight: bold;
	text-align: left;
	margin-top: 3px; 
	margin-bottom: 3px;
}

h3
{
	font-size: 11px;
	color: #006;
	font-weight: bold;
	text-align: left;
	margin-top: 5px; 
	margin-bottom: 5px;
}

h4
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px; 
	color: #000066;
}

fieldset
{
	padding: 2px;
	margin: 0px;
}

legend
{
	font-size: 11px;
	color: #f60;
	font-weight: normal;
	text-align: left;
	margin-top: 0px; 
	margin-bottom: 0px;
}

Caption
{
	font-size: 11px;
	color: #006;
	font-weight: bold;
	text-align: left;
	padding-top: 0px; 
	padding-bottom: 5px;
}

th
{
	font-size: 11px;
	color: #000;
	background-color: #e0e0e0;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
}

.ListOverview td
{
    height: 25px;
    padding-left: 5px;
}

.ListOverview th
{
	text-align: left;
    padding-left: 5px;
	height: 20px;
}

tr.ListRow td
{
    border-bottom: #e5e5e5 1px solid;
    /*
    word-wrap: break-word;
    */
}

tr.Footer td
{
    /*vertical-align: top;*/
    padding-top: 2px;
}

.Error
{
	color: #f00;
}

.ManualDate
{
	color: #2b91af;
	font-weight: normal;
}

ul, ol
{
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
}

li
{
	padding-left: 5px;
	vertical-align: middle;
}

input, select, textarea 
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

.Button
{
	font-weight: normal; 
	font-size: 10px; 
	font-family: arial;
	background-color: #e0e0e0;
	width: 100px;
}

.ColumnHeader
{
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; 
	font-family: arial;
}

div.ColumnHeader
{
	height: 20px;
	background-color: #e0e0e0;
	vertical-align: middle;
}

.ColumnFilter
{
	width: 100%;
}

a
{
	font-size: 10px; 
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a[disabled]:hover
{
	text-decoration: none;
}

a.bodylink
{
	font-weight: bold; 
	font-size: 10px; 
	color: #ff6600; 
	font-family: arial
}

p
{
	margin: 0px 0px 10px 0px;
}

.Tree div
{
}

.Tree div table tr td
{
	vertical-align: top;
}

.TreeNode
{
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	width: 400px;
    white-space: normal;
}

.SelectedTreeNode a
{
	color: #fff;
	background-color: #006;
}

div.TreeNodePostText
{
	font-size: 11px;
	color: #666666;
	width: 500px;
    white-space: normal;
    margin: 0px 0px 5px 0px;
}

textarea.ReadOnly
{
	background-color: #ededed;
	font-size: 11px;
	color: #000000;
	border: #999999 1px solid;
}

.StaticMenuItem 
{
	width: 90px;
	color: #006;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
}

.StaticHoverMenuItem 
{
	background-color: #e5e5e5;
	text-decoration: underline;
}

.StaticSelectedMenuItem 
{
	color: #ff6600;
	font-weight: bold;
}

.DynamicMenu
{
	z-index: 1000;
    border-top: #e5e5e5 1px solid; 
    border-left: #e5e5e5 1px solid; 
    border-right: #e5e5e5 1px solid; 
}

.DynamicMenuItem
{
	background-color: #fbf9f9;
	font-size: 11px;
	color: #666666;
	padding: 3px 0px 3px 3px;
	width: 115px;
    border-bottom: #e5e5e5 1px solid; 
}

.DynamicHoverMenuItem
{
	color: #fff;
	background-color: #006;
	text-decoration: none;
}

.DynamicHoverMenuItem a
{
}	

.CurrentUser
{
	font-family: arial;
	color: #999;
	font-size: 11px;
	font-weight: bold;
}

.Pager td
{
    padding: 0;
}

.SortIcon
{
	font-size: 15px; 
	color: #006; 
	font-family: webdings;
}

a.ToolTip {
    position: relative; /* This is the key */
    z-index: 24; 
    text-decoration: none;
	color: #000000; 
    cursor: default;
}

a.ToolTip:hover 
{
	z-index: 25; 
    background-color: #ffffff; /* Do not remove this style (IE7 bug) */
}

a.ToolTip span
{
	display: none; /* By default the span is not visible */
	padding: 5px;
}

a.ToolTip:hover span
{
    display: block; /* The span will display just on hover state */
    position: absolute;
    top: 15px; 
    border: 1px solid #000000;
    background-color: #ffffe1; 
    color: #000;
    text-align: left;
}

.ui-widget input, .ui-widget select 
{
    font-family: arial; 
	font-size: 10px; 
    padding: 0px 0px;
}

.ui-dialog-content 
{
    font-weight: normal; 
    line-height: normal; 
	font-family: arial;
	font-size: 11px;
}

.ui-widget-content 
{
    font-weight: normal; 
    line-height: normal; 
	font-family: arial;
	font-size: 11px;
}

.ui-widget-overlay
{ 
    opacity: 0; 
    filter: alpha(opacity=0);
    background: #fff; 
}

.ui-datepicker-trigger
{
    margin-left: 4px;
}

.ValidationSummary 
{
    border: 1px solid #d8000c;
    padding: 8px 35px;
    background: #ffbaba url(../Images/Error.png) no-repeat 10px 4px;
    margin: 0px 0px 5px 0px;
    padding: 4px 10px 4px 10px;
}

.ValidationSummary span
{
    margin-left: 26px;
    color: #d8000c;
    font-weight: normal;
}

.ValidationSummary ul
{
    margin: 0px;
    padding: 0px;
    margin-left: 45px;
    list-style: square;
    color: #d8000c;
	font-size: 11px; 
	font-weight: normal; 
}

.Info
{
	color: #349864;
}

.Information 
{
    border: 1px solid #000;
    padding: 8px 35px;
    background: #22b14c url(../Images/Information.png) no-repeat 10px 4px;
    margin: 0px 0px 5px 0px;
    padding: 4px 10px 4px 10px;
}

.Information span
{
    margin-left: 26px;
    color: #000;
    font-weight: normal;
}
