﻿body
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	border: 10;
	text-align: left;
	/*font-size: 95%;*/
	background: #fff;
}

h1, h2, h3, h4, h5, h6
{
	color: #0066CB;
}

h1
{
	font-size: 2.0em;
	font-weight: normal;
}

#mainwrapper
{
	margin: 0 auto;
	/*width: 1015px;*/
    /*width: 100% !important;*/
	text-align: left;
}
#contentWrapper {
    
    margin-right: auto;
    margin-left: auto;
}

#header
{
	margin-left: 0px;
	margin-bottom: 0px;
	/*background: #f0f0f0;
	height: 45px;*/
	/*background: url(images/nav.png) no-repeat;*/
    background-color: #939393;
    /* background: url(images/appletransparent.png) no-repeat;*/
	border-bottom: none;
	border-top: none;
    /*background-color: transparent !important;*/
}

.headerLabel
{
	float: left;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	letter-spacing: 1;
	font-size: 20px;
	color: #fff;
	margin: 8px 0px 30px 10px;
    background-color: #939393;
}

#content
{
    padding-right: 15px;
    padding-left: 15px;
	/*width: 1012px;*/
	border: solid 1px #D4D4D4;

    border-top: solid 1px #d4d4d4;
	
	/*border-top: none;*/
	border-bottom: none;
	/*background:#fff url(images/contentBackground.gif) repeat-x;*/
}


#content-right
{
	padding: 5px;
}

#breadcrumb
{
	display: none;
}

#breadcrumb a
{
	color: #0066CB;
	text-decoration: none;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}

.clientLogo
{
	float: left;
	margin: 12px 0 0 8px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 334px;
}



#contentHeader, .headerBottomLeft, .headerBottomMiddle, .headerBottomRight, #headerBottom, #content-left
{
	display: none;
}
#headerWrapper
{
	clear: both;
	height: 161px;
	border: solid 1px green;
}
#footerBottom
{
	background: url(images/footerBackground.gif) repeat-x;
	height: 40px;
	/*width: 1012px;*/
	border: solid 1px #D4D4D4;
	border-top: none;
	clear: both;
}
#titleBar
{
	font-size: 145%;
	color: #0075BD;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	/*border-bottom: dotted 1px #D4D4D4;*/
	margin: 0px 5px 10px 5px;
	clear: both;
}
#searchResultsTitleBar
{
	font-size: 145%;
	color: #0075BD;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	/*border-bottom: dotted 1px #D4D4D4;*/
	margin: 0px 5px 10px 5px;
	clear: both;
}

.lastLoginLabel
{
	float: right;
	font-size: 14px;
	font-style: italic;
	margin: 0 5px 0 0;
	font-family: "Trebuchet MS" , "Lucida Grande" , Arial, Helvetica, sans-serif;
}
.announcementText
{
	color: #4D5866;
	font-size: 80%;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	margin:  0 0 0 5px;
}

.addressInfoText
{
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	margin:  0 0 0 5px;
}


.panelWithHeader
{
	margin: 10px 0 0 10px;
	border: solid 1px #0075BD;
 
}
.panelWithHeaderNoBorder
{
	margin: 10px 0 0 10px;
	border: solid 0px #0075BD;
 
}
.panelHeaderLabelBar
{
	background: #0075BD;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	padding: 3px 3px 3px 5px;
}
.panelHeaderLabelText
{
}

.widthHalfPage
{
    width: 490px;
}

.floatRight
{
	float: right;
}
.floatLeft
{
	float: left;
}

.linkTextStandard
{
	font-size: 82%;
	color: #0075BD;
	font-family: Arial, verdana, Sans-Serif;
	margin: 5px 0 0 5px;
}
.bodyText
{
	margin: 0 0 5px 10px;
}

.budgetCreateEditOpener
{
	display:block;
    background-color:#ffffff;
	width:1000px;
	border:solid 1px #D1D1D1;
   /* z-index: 99999;*/
}


.projectCreateEditOpener
{
	display:none;
	background-color:#FFFFFF;
	width:900px;
	border:solid 1px #999999;	
}

.commentsViewer, .mdfTypeEditOpener, .positionEditOpener, .personToPositionOpener
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;	
}

.commentsViewer
{
	width:300px;
	border:solid 1px #000000;
	background-color:#FFFFFF;
	padding:3px;
}

.mdfTypeEditOpener, .positionEditOpener, .personToPositionOpener
{
	border:solid 1px #000000;
	padding:10px;
	background-color:#FFFFFF;
}

/* modalDiv is used for a Div that is used to cover the entire page.
Used when processing something and you want to hide the page temporarily and add a spinner image in the center.
Used in conjunction with the ACB Script Manager.   */
.modalDiv
{
	position: absolute; 
	top: 0px; 
	left: 0px;
    width: 100%; 
    z-index: 100; 
    background: gray; 
    display: none; 
    overflow: hidden;
    filter: Alpha(Opacity=20); 
    -moz-opacity: 0.2; 
    opacity: 0.2;	
}


.whiteRoundedBox
{
    /*height: 300px;
    width: 400px;*/
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-color: #F26B72;
    border-right-color: #F26B72;
    border-bottom-color: #F26B72;
    border-left-color: #F26B72;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    z-index: 9998;
 
}

.popUpBackgroundDarker
{
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin-top: 0px;
    z-index: 9998;
}

.RadDropDownList {
    z-index: 99999;
}


.textLabelSmall {
	font-size: 80%;
}
.processingIndicator
{
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
	opacity: 0.8;
	margin-top: 0px;
	left: 0px;
	top: 0px;
	width: 1489px;
	height: 1084px;
	position: fixed;
	z-index: 10000;
}
.processingMessage {
	position: absolute;
	left: 100px;
	top: 60px;
}

.divShadow
{
    display: inline-block;
    height: 100%;
    background-color: #f0f0f0;
    padding: 20px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.MyGridClass .rgDataDiv
{
    height: auto !important;
    width: auto !important;
}

.gridPaddingRight
{
    padding-right: 5px;
    margin-right: 5px;
}