﻿body {
    font-family: Segoe UI,Arial,Helvetica,sans-serif;
    font-size: 13px;
}

.pagebody {
	/* width: 900px; */
	min-width: 800px;
	/*max-width: 1400px;*/
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
}

.contentSpecialBox 
{
	font-size: 10pt;
	margin-left: 20px;
	margin-bottom: 30px;
	border-top: #000080 1px solid; 
	border-left: #000080 1px solid; 
	border-right: #000080 1px solid; 
	border-bottom: #000080 1px solid; 
	padding: 20px;
	background-color: #FFFFFF;
	width: 225px;
	float: right;
}

.toolbarbutton
{
    color: Black;
}

.breadcrumb
{
    list-style:none;
    padding:0;
    margin: 0 0 0 0;
    height:14px;
}

.breadcrumb .first
{
    width:140px;
    background:#ffa800;
    margin-right: 10px;
}

.breadcrumb .separator
{
    padding: 0 4px;
}

.breadcrumb li
{
    float:left;
    line-height: 14px;
    color: #ffffff;
}

.breadcrumb li a,
.breadcrumb li a:hover
{
    font: 12px 'Segoe UI', Arial, 'sans-serif';
    color: #ffffff;
    text-decoration:underline;
}

.textbox-max-width input[type=text] { width:100%; }

.top-space {
    margin-top: 10px !important;
}

.bottom-space {
    display: block;
    margin-bottom: 10px !important;
}

.left-space {
    margin-left: 10px !important;
}

.prop-table {
    border: solid 1px; 
    padding: 10px;
}

.prop-table-heading {
    font-size: 18px;
}

/* Undo Metro style on RadTabStrip tab text */
.RadTabStrip_Metro .rtsLink {
    text-transform: none !important;
}

/* Fix Metro style on grid footer bkgnd color */
.RadGrid_Metro .rgFooter td {
    background-color: #FFFFFF !important;
}

/* ChartWrapper */
.cw-title-bar {
    width: 100%;
    height: 22px;
    background-color:#F0F0F0;
    border-top: 1px solid #E0E0E0;
}
.cw-close-btn {
    float: right;
    font-weight: bold;
    position: relative;
    color: #6E6E6E;
    text-decoration: none;
    margin-right: 5px;
    padding: 0px 5px 3px 5px;
}
