* {
    -webkit-print-color-adjust:exact; /* used so chrome will print background colors */
}
body {
    font-family: Helvetica, Arial, sans-serif;
    background-color:#CCC;
}
.contentstyle {
    border:0px; width:97%; background-color:#FFF;
    padding:7px 10px; margin-top:10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

#cboxClose {
    border:0px; /* colorbox close icon - remove border around circle icon */
}

.bold {
    font-weight:bold;
}

a.SEDNavActive
{
    border-left: 3px solid #628BB1;
    padding:2px 0 0 7px;
    

}

.blue
{
    color:#628BB1;
}

.pad-l10 
{
    padding-left:10px;
}

.SEDNavToggle
{
    cursor: pointer;    
    text-align: center;
    color: #628BB1;
    /*border-top: 1px solid #628BB1;*/
    padding-top: 3px;
    margin-top: 5px;
}

.SEDNavContainer
{
    position: fixed;
    background-color: white;
    width: 300px;
    z-index: 100;
    border: 1px solid #628BB1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0px;
    padding: 8px 4px 4px 4px;
    bottom: 0;
    left: 81%;

}

.dropDownWrapper{
    width:280px;
    overflow:hidden;
    margin-left:-7px;
}

.dropDownWrapper select
{
    background-color:transparent;
    background-image:none;
    -webkit-appearance:none;
    width:115%;
    overflow:hidden;
    border:none;
    box-shadow:none;
    padding:0.3em 0.5em;
    color:black;
}


a.SEDNavActive.Current
{
   border-bottom-left-radius: 10px;
}

/* top bar used for announcements and surveys */
#topbar {
    margin-top:-1px; box-shadow:0 1px #9cacbc;
}
#topbar .announcement {
    background-color:#f8f7bf; color:#212f40;
    border-bottom:1px solid rgba(0, 0, 0, 0.15); padding:10px 17px;
}
#topbar #topbarClose {
    position:absolute; right:10px; top:10px; cursor:pointer;
}
#topbar #survey {
    border:1px solid #CCC; padding:5px 20px; margin-right:5px; float:left; cursor:pointer;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
#topbar table {
    float:left;
}
#topbar td {
    text-align:center;
}


table {
    border-collapse:collapse;
}
img {
    border:0px;
}
.pad {
    padding-bottom: 2px;
}
a {
    cursor:pointer;
}
.left {
    float:left; text-align:left;
}
.right {
    float:right; text-align:right;
}
.clear {
    clear:both;
}
.error {
    color:Red;
}
.orange {
    color:#CC6600;
}
.button-action {
    background-color:#c3d9ff; color:#000000; padding:5px 10px; text-decoration:none;
    border-color:#c3d9ff; border-radius:15px; box-shadow:none; cursor:pointer; 
 }
.button-save {
    background-color:#4d7dab; color:#FFFFFF; padding:5px 10px; margin-top:10px;
    border-color:#4d7dab; border-radius:15px; box-shadow:none; cursor:pointer;
 }
h1 {
    color: #333333; font-size: 22px; line-height: 24px;
    padding: 0 10px 0 0; text-shadow: 1px 1px 1px #FAFAFA;
}
h2 {
    font-size: 20px; font-weight: normal; color: #003366;
    margin: 12px 0 6px;
}

.FormField {
    float:left; margin-left:10px;
}
.FormLabel {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11pt; font-weight: bold; color: #305183;
}

.PageTitle {
    font-family: Helvetica, Arial, sans-serif;
    font-size:  14pt; font-weight: bold; color: #305183; text-decoration:none;
}
.PageTitle a, .PageTitle a:link, .PageTitle a:active, .PageTitle a:hover, .PageTitle a:visited {
    font-family: Helvetica, Arial, sans-serif;
    font-size:  14pt; font-weight: bold; color: #305183; text-decoration:underline;
}

.ProjectTitle {
    font-family: Helvetica, Arial, sans-serif;
    font-size:  14pt; font-weight: bold;  color: #000000;
}

.BinderSectionWrapper {
    border-bottom:1px solid #000; padding-bottom:5px;
}
.BinderSection {
    font-family: Helvetica, Arial, sans-serif; text-decoration:none;
    font-size: 11pt; font-weight: bold;  color: #000000;
    background-color: #BBBBBB; padding:5px; cursor:pointer;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.ContractorPrimeSectionWrapper, .ContractorSubSectionWrapper {
    border-bottom:1px solid #000; padding-bottom:5px;
}
.ContractorPrimeSection {
    font-family: Helvetica, Arial, sans-serif; text-decoration:none;
    font-size: 11pt; font-weight: bold;  color: #000000;
    background-color: #8DACC5; padding:5px; cursor:pointer;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.ContractorSubSection {
    font-family: Helvetica, Arial, sans-serif; text-decoration:none;
    font-size: 11pt; font-weight: bold;  color: #000000;
    background-color: #BBBBBB; padding:5px; cursor:pointer;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.HelpSectionWrapper {
    margin:10px 0px; text-align:left; width:100%;
}
.HelpSection, .HelpSectionLink {
    font-family: Helvetica, Arial, sans-serif; text-decoration:none;
    font-size: 11pt; font-weight: bold;  color: #000000; 
    background-color: #8DACC5; cursor:pointer; width:100%;
    margin:10px 0px; padding:5px 0px 5px 5px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.HelpSection:hover {
    cursor:pointer;
}
.HelpSectionLink a, .HelpSectionLink a:link, .HelpSectionLink a:active, .HelpSectionLink a:hover, .HelpSectionLink a:visited {
    font-family: Helvetica, Arial, sans-serif; text-decoration:underline;
    font-size: 11pt; font-weight: bold;  color: #000000; 
}
a.underline, a.underline:link, a.underline:active, a.underline:hover, a.underline:visited {
    text-decoration:underline;
}
.HelpSection2 {
    font-family: Helvetica, Arial, sans-serif; text-decoration:none;
    font-size: 11pt; font-weight: bold;  color: #000000; 
    background-color: #BBBBBB; cursor:pointer; width:100%;
    margin:10px 0px; padding:5px 0px 5px 5px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.HelpSection3 {
    font-family: Helvetica, Arial, sans-serif; text-decoration:none;
    font-size: 11pt; font-weight: bold;  color: #000000; 
    background-color: #DDDDDD; cursor:pointer; width:100%;
    margin:10px 0px; padding:5px 0px 5px 5px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.HelpBullet {
    float:left; padding:0px 10px 15px 10px;
}
.HelpText {
    margin:10px 0px;
}
.HelpText img {
    vertical-align:middle; padding:5px 0px;
}

.BreadCrumbs {
    font-family: Helvetica, Arial, sans-serif;
    font-size:  11pt; font-weight: bold; color: #305183;
}

a.BreadCrumbs {
    font-family: Helvetica, Arial, sans-serif;
    font-size:  11pt; font-weight: bold; color: #305183;
    text-decoration: underline;
}

.TextBox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt; color: #000000;
	background-color: #FFFFFF; border: 1px solid #305183;
}	

.NormalFontTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt; COLOR: #000000; 
	white-space: nowrap; font-weight: bold;
}

.NormalFontBold {
	color: #000000; font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt; font-weight:bold;
}
.NormalFontBold a, .NormalFontBold a:link, .NormalFontBold a:active, .NormalFontBold a:visited, .NormalFontBold a:hover {
	color: #000000; font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt; font-weight:bold; text-decoration: underline;
}

.NormalFont {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt; COLOR: #333333; font-weight:normal;
}
a.NormalFont, .NormalFont a, a.NormalFont:link, .NormalFont a:link, a.NormalFont:active, .NormalFont a:active, a.NormalFont:visited, .NormalFont a:visited, a.NormalFont:hover, .NormalFont a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt; color: #000000; text-decoration: underline;
}


.MedFontBold {
	color: #000000; font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt; font-weight:bold;
}
.MedFontBold a, .MedFontBold a:link, .MedFontBold a:active, .MedFontBold a:visited, .MedFontBold a:hover {
	color: #000000; font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt; font-weight:bold; text-decoration: underline;
}
.MedFont {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt; COLOR: #333333; font-weight:normal;
}
a.MedFont, .MedFont a, a.MedFont:link, .MedFont a:link, a.MedFont:active, .MedFont a:active, a.MedFont:visited, .MedFont a:visited, a.MedFont:hover, .MedFont a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt; color: #000000; text-decoration: underline;
}


.PrintFont, .PrintFont a, .PrintFont a:link, .PrintFont a:active, .PrintFont a:visited, .PrintFont a:hover {
    font-family: Helvetica, Arial, sans-serif; font-size: 14pt; color: #000000;
}
.PrintFontHead {
    font-family: Helvetica, Arial, sans-serif; font-size: 18pt; color: #305183; font-weight:bold;
}
.PrintFontSection {
    font-family: Helvetica, Arial, sans-serif; font-size: 15pt; color: #305183; font-weight:bold;
}

.TopNav {
    height:20px; padding:5px 0px 5px 0px; vertical-align:middle;
}
.TopNav, .TopNav a, .TopNav a:link, .TopNav a:active, .TopNav a:visited, .TopNav a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt; color: #FFFFFF; text-decoration: none; font-weight:normal;
}
.TopNav a.selected, .TopNav a.selected:link, .TopNav a.selected:active, .TopNav a.selected:visited, .TopNav a.selected:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt; color: #FFFFFF; text-decoration: none; font-weight:bold;
}
.TopNav ul {
    list-style-type:none; margin:0; padding:0; overflow:hidden;
}
.TopNav ul li { float:left; }
.TopNav a {
    padding: 0px 10px;
}
.startNav {
    position:absolute;
}
ul.subNav {
    display:block; background-color:#517EA8; padding:5px; position:relative; top:5px; left:0px;
}
ul.subNav li {
    display:list-item; list-style-type:none; margin:5px; overflow:auto; float:none;
}
ul.subNav li a {
    padding:0px; border:none;
}
ul.rightNav {
    margin-right:10px;
}
ul.rightNav li {
    padding: 0px 5px 0px 5px;
}
ul.rightNav a, ul.rightNav a:link, ul.rightNav a:active, ul.rightNav a:visited, ul.rightNav a:hover {
	border:0px; padding: 0px;
}


/*****************************************************************************
        Gray Bar Module Navigation
*****************************************************************************/
.moduleBar {
    background-color:#DDD; width:410px;
    padding:5px; margin:0px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.moduleBar img {
    vertical-align:top;
}
ul.modules {
    list-style-type:none; margin:0px; padding:0; overflow:hidden; float:right;
}
ul.modules li { float:left; }
ul.modules li.inactive a, ul.modules li.inactive a:link, ul.modules li.inactive a:active, ul.modules li.inactive a:hover, ul.modules li.inactive a:visited {
    padding: 0px 10px; background-color:#FFF; color:#21EC2B; font-weight:normal;
    text-decoration:none; margin:0px 5px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
ul.modules li.unavail a, ul.modules li.unavail a:link, ul.modules li.unavail a:active, ul.modules li.unavail a:hover, ul.modules li.unavail a:visited {
    padding: 0px 10px; background-color:#FFF; color:#DDD; font-weight:normal;
    text-decoration:none; margin:0px 5px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
ul.modules li.active a, ul.modules li.active a:link, ul.modules li.active a:active, ul.modules li.active a:hover, ul.modules li.active a:visited {
    padding: 0px 10px; background-color:#FFF; color:#E93535; font-weight:normal;
    text-decoration:none; margin:0px 5px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

/*****************************************************************************
        Blue Bar Project Navigation
*****************************************************************************/
.projectBar {
    background-color:#8DACC5; padding:5px; margin-top:35px; /*#C3D9FF*/
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.projNav {
    background-color:#8DACC5; text-align: center; /*#C3D9FF*/
}
.projNav ul {
    display: inline-block; margin: 0; padding: 0;
    /* For IE, the outcast */
    zoom:1; *display: inline;
}
.projNav ul li {
    list-style-type:none; float: left; padding:0px 15px 0px 8px;
    background:url("/images/box.gif") no-repeat right;
}
a.MenuLink, a.MenuLink:link, .MenuLink a, .MenuLink a:link, a.MenuLink:active, .MenuLink a:active, a.MenuLink:visited, .MenuLink a:visited, a.MenuLink:hover, .MenuLink a:hover {
    font-family: Helvetica, Arial, sans-serif;  font-weight:normal;
    font-size: 11pt; color: #000; text-decoration: none; /*#301583*/
}
a.MenuLinkBold, a.MenuLinkBold:link, .MenuLinkBold a, .MenuLinkBold a:link, a.MenuLinkBold:active, .MenuLinkBold a:active, a.MenuLinkBold:visited, .MenuLinkBold a:visited, a.MenuLinkBold:hover, .MenuLinkBold a:hover {
    font-family: Helvetica, Arial, sans-serif; font-weight:bold;
    font-size: 11pt; color: #000; text-decoration: none; /*#301583*/
}
/*
.projNav a {
    background:url("/images/box.gif") no-repeat right; padding-right:15px;
}
*/
/*
.projNav a, .projNav a:link, .projNav a:active, .projNav a:visited {
	 text-decoration: none; padding: .2em 1em; color: #000; background-color: #FFF;
}
.projNav a:hover {
    color: #fff; background-color: #369;
}
*/



/*****************************************************************************
    grid headers for print and non-print
******************************************************************************/
.bg_blue {
    background-color: #628BB1; color:#FFF;
}
.bg_blue a, .bg_blue a:link, .bg_blue a:active, .bg_blue a:hover, .bg_blue a:visited {
    color:#FFF;
}
.bg_gray {
    background-color:#CCC; color:#000;
}



/*****************************************************************************
        menu icon popout navigation
*****************************************************************************/
.menuPop {
    position:relative;
}
.menuPop ul {
    list-style-type:none; margin:0; padding:0; overflow:hidden;
}
.menuPop ul li { float:left; padding:0px 8px 0px 0px; }
ul.items {
    display:block; background-color:#517EA8; padding:5px; position:absolute; left:-100px; z-index:100;
}
ul.items li {
    display:list-item; list-style-type:none; padding:5px; overflow:auto; float:none; border-bottom:1px solid #FFF; width:160px;
    font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10pt; color: #FFF; text-decoration: none; font-weight:normal;
}
ul.items li a {
    margin:0px; display:block; width:100%; height:100%;
}
ul.items li a.inline {
    width:auto; display:inline;
}
ul.items li a, ul.items li a:link, ul.items li a:active, ul.items li a:visited {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10pt; color: #FFF; text-decoration: none; font-weight:normal;
}
ul.items li a:hover {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10pt; color: #FFF; text-decoration: none; font-weight:normal;
}




.SmallFontBold {
	color: #000000; font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt; font-weight:bold;
}
.SmallFont {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt; color: #333333; font-weight:normal;
}
a.SmallFont, a.SmallFont:link, .SmallFont a, .SmallFont a:link, a.SmallFont:active, .SmallFont a:active, a.SmallFont:visited, .SmallFont a:visited, a.SmallFont:hover, .SmallFont a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt; color: #000000; text-decoration: underline;
}
.SmallerFont {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt; color: #333333; font-weight:normal;
}
.SmallerFontBold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt; color: #333333; font-weight:bold;
}

.FontBlueLink, a.FontBlueLink {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11pt; color: navy; text-decoration: underline;
}

.FontBlueLinkBold, a.FontBlueLinkBold {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11pt; font-weight:bold; color: navy;
    text-decoration: underline;
}



input { font-size: 11pt; }

/* 6/7/2012 - CHANGED TO BE THE SAME AS PAGETITLE
.GridHeader {
	background-image:url(images/background_parentselected.gif);
	background-repeat:repeat-x;
	border-top:1px solid #DADBDB;
	font:bold 8pt Tahoma;
	color:white; text-align:left;
	padding: 2px; padding-left: 12px;
	height:21px; width:100%;
}
.GridHeader a {
	font:bold 8pt Tahoma; color:white;
}*/
.GridHeader {
    font-family: Helvetica, Arial, sans-serif; margin-bottom:10px;
    font-size: 14pt; font-weight: bold; color: #305183; text-decoration:none;
}
.GridHeader a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14pt; font-weight: bold; color: #305183; text-decoration:none;
}

textarea {
    font-family:Helvetica, Arial, sans-serif; font-size:11pt;
}



.NoPageBreak, #cntContent_calActivity tr, #cntContent_calActivity td {
    page-break-inside: avoid;
}


.NoBorder, .NoBorder td {
    border:none;
}


table.tableBorder, table.tableBorder th, table.tableBorder td {
    border:1px solid;
}



.boxLeft {
    float: left; width: 425px; /*height: 325px;*/ text-align:left; background-color: #EEE;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.boxLeftSmall {
    float: left; width: 300px; /*height: 325px;*/ text-align:left; background-color: #EEE;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.boxCenter {
    width: 600px; background-color: #EEE; padding:10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.boxRight {
    float: right; width:425px; /*height:325px;*/ text-align:left; background-color:#EEE;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.boxRightBig {
    float: right; width:550px; /*height:325px;*/ text-align:left; background-color:#EEE;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}



/*****************************************************************************
            AUTO COMPLETE TEXTBOX
*****************************************************************************/
.CompletionListCssClass {
	font-family: Helvetica, Arial, sans-serif; width:400px; overflow:auto;
	font-size: 9pt; color: #333333; font-weight:normal;
	border:1px solid buttonshadow; list-style:none; padding:0px;
	cursor:default;
}
.CompletionListItemCssClass {
    background-color:#FFF;
}
.CompletionListHighlightedItemCssClass {
    background-color:#CCC;
}
.ui-autocomplete {
    font-family: Helvetica, Arial, sans-serif; font-size: 9pt; color: #333333; font-weight:normal;
}







/*****************************************************************************
            MODAL POPUPS
*****************************************************************************/
#mask, #mask_Description, #mask_Project, #mask_NoReload, #mask_Reload, #mask_Header {
  position: absolute; top: 0px; left: 0px;
  z-index: 9000; background-color: #666666; display: none;
  opacity: .5; /* Standards Compliant Browsers */
  filter: alpha(opacity=50); /* IE 7 and Earlier */
  /* Next 2 lines IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#popup_Cont, #popup_RoomProduct, #popup_GroupProduct, #popup_Description, #popup_Project, #popup_NoReload, #popup_Reload, #popup_Header {
    position: absolute; /*padding: 20px;*/
    width: 684px; height: 600px;
    display: none; z-index: 9999;
    /*background-color: #FFFFFF; border: solid 2px #666666;*/
}
.popup_Head {
  background-color: #FFFFFF; font-size: 12px; color:#FF0000; padding-left:20px; margin-top:4px;
}
.popup_Head h1 {
  font-family:Helvetica, Arial, sans-serif; font-size:15px; color:#03235A;
}
.popup_Body {
  background-color: #FFFFFF; font-size: 12px; color:#000000; padding: 10px 20px 20px 20px;
}
p.comment {
  margin-bottom:0px; padding-bottom:0px; font-size:11px;
}

#closeBox, #closeBox_RoomProduct, #closeBox_GroupProduct, #closeBox_Description, #closeBox_Project, #closeBox_NoReload, #closeBox_Reload, #closeBox_Header {
  position: absolute; top: 0px; right: 0px;
  height: 20px; background-color: #333333; color: #FFFFFF;
  padding-left: 6px; padding-right: 6px;
  font-size: 14px; line-height: 20px;
  font-weight: bold; cursor: pointer;
}

.modal {
  position: absolute; display: none; z-index: 9999;
  width: 700px;
}
.modalTop {
  width:700px; height:13px; margin:0px;
  background-image:url(/images/modalTop.png); background-repeat:no-repeat;
}
.modalLeft {
  width:5px; background-image:url(/images/modalLeft.png); background-repeat:repeat-y;
}
.modalMiddle {
  width:684px; height:auto; background-color:#FFFFFF;
}
.modalRight {
  width:11px; background-image:url(/images/modalRight.png); background-repeat:repeat-y;
}
.modalBottom {
  width:700px; height:21px; margin:0px;
  background-image:url(/images/modalBottom.png); background-repeat:no-repeat;
}






/* Large Drop Down Menu with jQuery (http://tympanus.net/Tutorials/UIElements/LargeDropDown/) */
ul.ldd_menu {
	list-style:none; margin:0px; display:inline; padding:0px; width:200px;
    -webkit-margin-before:0px; -webkit-padding-start:0px; clear:none;
    -webkit-margin-after: 0px; -webkit-margin-start: 0px; -webkit-margin-end: 0px;
}
ul.ldd_menu a {
	text-decoration:none;
}
ul.ldd_menu > li {
	display:inline; position:relative;
}
ul.ldd_menu > li > span {
	background-color:#8DACC5; color:#000;
	cursor:pointer;
}
ul.ldd_menu .ldd_submenu_proj {
	position:absolute; top:20px; left:0px;
	width:670px; display:none;
	background: #f0f0f0;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
ul.ldd_menu .ldd_submenu_fac {
	position:absolute; top:20px; left:0px;
	width:470px; display:none;
	background: #f0f0f0;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
a.ldd_subfoot {
	background-color:#f0f0f0; color:#000;
	display:block; clear:both;
	padding:15px 20px; text-transform:uppercase;
	font-family: Helvetica, Arial, sans-serif; font-size:12px;
	text-shadow:0px 0px 1px #fff;
	-moz-box-shadow:0px 0px 2px #777 inset;
	-webkit-box-shadow:0px 0px 2px #777 inset;
	-box-shadow:0px 0px 2px #777 inset;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
ul.ldd_menu ul {
	list-style:none; float:left;
	border-left:1px solid #8DACC5;
	margin:5px 0px 5px 5px; padding:5px;
    width:205px;
}
ul.ldd_menu ul li.ldd_heading {
	font-size: 13px; font-weight:bold; color:#000000;
	text-shadow:0px 0px 1px #8DACC5;
	padding:0px 0px 5px 0px;
}
ul.ldd_menu ul li {
    font-size:10px; line-height:20px; color:#999; padding:1px 3px;
}
ul.ldd_menu ul li a {
	font-size:10px; line-height:20px; color:#000; padding:1px 3px;
}
ul.ldd_menu ul li a.active {
	font-family: Helvetica, Arial, sans-serif; font-size:10px;
	line-height:20px; color:#000000; padding:1px 3px;
    -moz-box-shadow:0px 0px 2px #333;
	-webkit-box-shadow:0px 0px 2px #333;
	box-shadow:0px 0px 2px #333;
	background:#8DACC5;
}
ul.ldd_menu ul li a:hover {
	-moz-box-shadow:0px 0px 2px #333;
	-webkit-box-shadow:0px 0px 2px #333;
	box-shadow:0px 0px 2px #333;
	background:#8DACC5;
}
ul.ldd_menu ul li.active {
    color:#000;
}

/* SED Page specific Styling, could be expanded to other pages as needed*/
.SedButton {
    border-radius:8px;
    background-image:linear-gradient(to bottom, #8dacc5 0%, #4d7799 100%);    
    border:1px solid #aac1d4;
    padding:10px;
    color:white;
    font-weight:600;
}

.SedButton.aspNetDisabled
{
    color:gray;
    background-image:linear-gradient(to bottom, #e0e6eb 0%, #b3c1cc 100%);    
}
.SedHead{
    border-bottom:2px solid #003366;
    margin-top:50px;
    float:left;
    width:80%;
}

/* jPanelMenu - not used */
#jPanelMenu-menu {
    background-color:#C3D9FF; overflow:hidden;
}
#jPanelMenu-menu ul {
}
#jPanelMenu-menu li a {
    background:#3b3b3b;
    font-family:Helvetica, Arial, sans-serif;
    font-weight:300; font-weight:700; display:block; padding:0.5em 5%;
    text-decoration:none; color:#f7f7f7;
}
#jPanelMenu-menu li a:hover,#jPanelMenu-menu li a:focus {
    background:#404040;
}
#jPanelMenu-menu li a:active {
    background:#363636;
    padding-top:0.55em; padding-bottom:0.45em;
}
.jPanelMenu-panel {

}