body
{
	margin:5px;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


body, table 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


a,a:visited,a:link,a:active
{
	color:#990000;
	text-decoration:none;
}

a:hover
{
	color:#000000;
	text-decoration:underline;
}

a img
{
    border:none;
}

a.withImage:hover
{
    text-decoration:none;
}

ul
{
    list-style-type:disc;
}

img.textOffset
{
    margin-bottom:-2px;
    margin-right:5px;
}

.leftPane
{
    width: 155px;
    background-color:#efefef;
    padding-top:5px;
    padding-left:5px;
    border-right:dashed 1px silver;
    height:auto;
}

.contentPane
{
    padding-left:10px;
    width:715px;
}

/* Settings for menu on the left */
ul.menu
{
     list-style-type:none;
     width:150px;
     margin:0px;
     padding:0px;
}

ul.menu li
{
    display:block;
    border-left:solid 1px #efefef;
    border-top:solid 1px #efefef;
    border-right:solid 1px #efefef;
    border-bottom:solid 1px #efefef;
    margin:0px;
}


ul.menu li a:hover
{
    border-left:solid 1px silver;
    border-top:solid 1px silver;
    border-right:solid 1px silver;
    border-bottom:solid 1px silver;
    background-color:#cfcfcf;
}

ul.menu a, ul.menu a:visited, ul.menu a:link
{
    padding:2px 0px 2px 2px;
    display:block;
    text-decoration:none;
    color:black;
    font-weight:bold;
    border-left:solid 1px #efefef;
    border-top:solid 1px #efefef;
    border-right:solid 1px #efefef;
    border-bottom:solid 1px #efefef;
}

tr
{
    vertical-align:top;
}



.instructions
{
    font-size:8pt;
    font-style:italic;
    border: solid 1px #336699;
    background-color:#FFFFC0;
    padding:10px;
    margin-bottom:5px;
    color:#003366;
}

/* Settings used in styling lists of info and edit table */

.errorMessageDiv
{
 width:400px;
 margin:0px;  
}

.sectionHeading
{
	background-color:#336699;
	font-weight: bold;
	color: #ffffff;
}

.columnHead, .columnHead A, .columnHead A:visited, .columnHead A:hover
{
    background-color:#6699CC;
	font-weight: bold;
	color: #ffffff;
	vertical-align:bottom;
}

.listRow
{
   background-color:#efefef;
}

.alternateListRow
{
    background-color:#cfcfcf;
}


.detailViewLabels
{
    background-color:#6699CC;
	font-weight: bold;
	color: #ffffff;    
}

/* smaller font-size versions for grids with large number of columns */
.columnHeadSmall, .columnHeadSmall A, .columnHeadSmall A:visited, .columnHeadSmall A:hover
{
    vertical-align:bottom;
    background-color:#6699CC;
	font-weight: bold;
	color: #ffffff;
	font-size:8pt;
}

.listRowSmall
{
   background-color:#efefef;
   font-size:8pt;
       text-align:left;
}

.alternateListRowSmall
{
    background-color:#cfcfcf;
    font-size:8pt;
    text-align:left;
}

/**************************************************************************/

.ownerFlagColumn
{
    background-color:White;
    border-top:solid 1px white;
    border-left:solid 1px white;
    border-bottom:solid 1px white;
    color: #009999;
}

.inputBoxR
{
    text-align:right;
}

INPUT.numeric
{
    text-align:right;
}

INPUT[type="text"], INPUT[type="password"]
{
    padding-left:5px;
    padding-right:5px;
}

/* Settings for the tabs on the ProjectDetails page */
.tabLinkCell
{
	BACKGROUND-COLOR:#cccccc;
	FONT: 8pt Arial,sans-serif;
	TEXT-ALIGN: center;
	PADDING: 4px;
	FONT-WEIGHT: BOLD;
	COLOR: #003366;
	CURSOR: pointer;
	
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

.tabLinkCell A:visited,.tabLinkCell A, .tabLinkCell A:link
{
    text-decoration:none;
    color: #003366;
    display:block
}

.tabActive
{
    background:#336699;
    color:White;
    border-top:solid 1px black;
	border-left:solid 1px black;
}

.tabActive A:visited,.tabActive A, .tabActive A:link
{
    color:White;
}


/* Settings for the content displayed under the ProjectDetails tabs
    (on Project Details, Risks and Risk Details pages)
*/
.projectDetailContent
{
    padding-left:10px;
    padding-top:20px;
    height:100%;
    border-left:dotted 1px black;
    /*border-top:solid 1px black; */
    background-color:white;
    padding-bottom:10px;
    margin-top:-1px;
}

.riskMatrixLink
{
    display:inline-block;
    padding:5px 7px 5px 7px;
}

/* can be used to make the impact/probability column values
    in the Risk list show up with colored backgrounds
    based on their values

.impactProbability1
{
    background-color:Green;
    display:block;
    color:White;
    padding:2px;
}

.impactProbability2
{
    background-color:Yellow;
    display:block;
    padding:2px;
}
.impactProbability3
{
    background-color:Red;
    display:block;
    color:White;  
    padding:2px;
}
*********************************/

/* Settings for the Import Project History page */

.importErrorRow
{
    padding-top:5px;
    color:Red;
    font-size:8pt;
}

.importWarningRow
{
    padding-top:5px;
    color:Blue;
    font-size:8pt;
}

.importRecordDetails
{
    font-size:8pt;
    color:Black;
    background-color:#efefef;
    border-bottom:solid 1px silver;
    margin-top:3px;
    padding:5px;
}

.importSuccess
{
    color:Green;
}

/* used on project details tabs */
.projectTitle
{
    text-align:right;
    margin-top:0px;
    padding-top:5px;
    padding-bottom:5px;
    color:#336699;
    border-left:dotted 1px black;
}

.categoryList
{
    overflow:auto;
    height:65px;
    width:250px;
    border:solid 1px silver;
}

.categoryList TABLE
{
    border-collapse:collapse;
}

.readOnlyCatList
{
    padding-left: 0px; 
    list-style-type:none; 
    margin-left: 0px;
    margin-top:2px; 
 }

.searchForm
{
    border-collapse:collapse;
}

.searchForm TD
{
    border:solid 1px silver;
}

.errorMessage
{
    color:Red;
}

.gridViewGroupHeader
{
    background-color:#cfcfcf;
    color:#003366;
    font-weight:bold;
    padding:10px 0px 10px 5px;
}

.gridViewGroupSeparator
{
    border-left:solid 1px white;
    border-top:solid 1px white;
    border-right:solid 1px white;
    height:5px;
}


.filterCriteria
{
 font-size:8pt;
 margin-left:5px;
}

.searchResultsSectionTitle
{
 background-color:#003366;
 color:White;
 padding:3px;
 font-weight:bold;   
 margin-left:-1px;
}

.riskResponse
{
    font-style:italic;
    padding:2px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:5px;
    margin-top:7px;
    border-top:dashed 1px silver;
}

#pbaTable INPUT
{
    font-size:8pt;
}

.helpTextHover
{
cursor:default;
display:block;
}

.underConstruction
{
    height:250px;
    width:100%;
    background-color:#efefef;
    text-align:center;
    font-size:14pt;
    color:black;
    padding-top:200px;
    border:solid 1px black;
    font-weight:bold;
}

.historyHeading
{
   	background-color:#000000;
	font-weight: bold;
	color: #ffffff;
 
}

.projectManager
{
    font-style:italic;
    padding:2px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:2px;
    margin-top:3px;
 
}

#organizationHeader
{
    width:100%;
    padding:5px;
    margin:0px;

    margin-bottom:15px;
    background: #f3f3f3;
}

#organizationHeader td
{
    font-size:.8em;
}


#organizationHeader .orgName
{
    color:#336699;
    font-size:12pt;
    font-weight:bold;  
}

.topMenu, .topMenu a, .topMenu a:hover, .topMenu a:visited
{
    color:#336699;
    font-weight:bold;
}

.userName
{
    font-weight:bold;
}

.helpPageHeader
{
  border-bottom:dashed 1px #336699;
  background-color:#f3f3f3;
  color:#336699;
  font-weight:bold;
  font-size:18pt  
}

.helpPageTitle
{
    border-bottom:dashed 1px #ffffff;
 	background-color:#336699;
	font-weight: bold;
	color: #ffffff;
	padding:10px;   
}

.helpPageHeader td
{
  font-weight:bold;
  font-size:18pt
}

.helpPageHeader a
{
  font-size:10pt
}

.helpPageText
{
    padding:10px;
    padding-bottom:50px;
}

.helpPageMoreInfoHeading
{
    padding-left:10px;
  border-top:dashed 1px #336699;
  color:#6699CC;
  font-weight:bold;
  font-size:8pt;

}

.helpPageMoreInfoText
{
    padding:10px;
    font-size:8pt;

}

.helpContentsList
{ 
    list-style-type:square;
    padding-left:15px;
}

.helpPageFooter
{
  border-top:dashed 1px #336699;

}

#switchOrganizations
{
    margin:3px 5px 5px 0px;
    padding:5px;
    background:#dddddd;
}

#switchOrganizations ul
{
    margin:0px;
    list-style-type:square;
    list-style-position:inside;
    padding-left:5px;
}

#switchOrganizations ul li
{
    margin:0px;
}

.expire30Days
{
    color:Red;
}

.expire60Days
{
    color:Blue;
}

.expiredLicenseRow td, .expiredLicenseRow a
{
    color:Red;
}
.expiredLicenseRow
{
    background:#FBEFEF;
}

.formInstructions, .validationMessage, .securityUpdateSuccess
{
    background:#F7F8E0;
}

.formInstructions
{
    line-height:1.3em;
}


div#loginForm
{
    width:350px;
    font-size:.9em;
    text-align:left;
    margin:2px auto;
}

div#loginForm label
{
    width:6em;
}

div#addUserForm
{
    width:600px;
    font-size:.9em;
}

div#editUserForm
{
    width:500px;
    font-size:.9em;
}

div#editUserForm div.formContent fieldset label
{
    width:11em;
}

div#confirmationForm
{
    width:550px;
    font-size:.9em;
    margin:0px auto;
    text-align:left;
}

div#confirmationForm div.formContent, div#confirmationForm div.buttonRow
{
    border:none;
}

div#confirmationForm div.formContent label
{
    width:10em;
    margin-top:-3px;
}

div#confirmationForm div.formContent fieldset
{
    margin-bottom:20px;
}

div.formContent fieldset p, div.formContent fieldset table
{
    margin:10px;
}

div.bigHeader
{
    padding:20px 8px;
    margin-bottom:10px;
    border-top:solid 1px black;
    border-bottom:solid 1px black;
    text-align:center;
    font-size:2em
}
/* --------------------------------------------------- */
/* some classes for making an edit form without tables */
/* --------------------------------------------------- */
div.editForm hr
{
    border:0;
    color:Silver;
    background:silver;
    height:1px;
    width:97%;
    margin-top:15px;
    display:block;
    margin-bottom:15px;
    text-align:center;
}

div.editForm div
{
    padding:5px;
}

div.editForm div.formContent
{
    border:solid 1px #848484;
    border-bottom:none;
}

div.formContent fieldset
{
    background:#efefef;
    width:auto;
    display:block;

}

div.formContent legend
{
    font-weight:bold;
    color:#336699;
}

div.editForm div p
{
    margin:5px;
    line-height:1.2em;
}

div.editForm div.formContent label
{
    display:block;
    float:left;
    width:10em;
    margin-right:5px;
    padding-top:.25em;
    font-weight:bold;
}

div.editForm div.formInstructions
{
    border:solid 1px #848484;
    border-bottom:none;
    margin-bottom:0px;
    padding:7px 5px;
}

div.editForm div.buttonRow
{
    border-top:solid 1px #848484;
    text-align:right;
}

div.buttonRow div
{
    border:none;
}

div.editForm div.validationErrors
{
    border-left:solid 1px #848484;
    border-right:solid 1px #848484;
    border-top:none;
}

div.editForm.noBorders div
{
    border:none;
}

div.editForm.inlineForm div
{
}

div.editForm.inlineForm
{
    display:none;
    margin:10px 0;
    padding:10px;
    background:#efefef;
    border:solid 2px #369;
}

div.editForm.inlineForm div.formContent
{
    background:white;
}

div.editForm.inlineForm div.buttonRow
{
}

div.editForm.inlineForm div.formInstructions
{
}

div.inlineForm a.closeFormButton
{
    width:15px;
    text-align:center;
    padding:5px;
    font-weight:bold;
    font:Arial;
    background:#ddd;
    color:#369;
    border:solid 1px #369;
        text-decoration:none;
}

div.inlineForm a.closeFormButton:hover
{
    background:#369;
    color:#fff;
    border-color:#ccc;
    text-decoration:none;
}

div.inlineForm div.closeButtonContainer
{
    padding:5px;
    position:relative;
    top:-5px;
    right:-10px;
    text-align:right;
    margin-bottom:5px;
}


/*------------------------------------ */
/* some alternate settings for edit form */

div.altEditForm div.formContent label
{
    width:10em;
    text-align:right;
}

div.altEditForm div.formContent fieldset
{
    margin-bottom:20px;
}

div.altEditForm div.formContent fieldset p
{
    margin:10px;
}

div.altEditForm div.formContent, div.altEditForm div.buttonRow
{
    border:none;

}

/* ----------------------------------- */

div.validationErrors
{
    color:Red;
    background:#F7F8E0;
    padding:4px 5px;
}

div.validationErrors ul
{
    margin:4px;
    padding-left:2px;
    list-style-position:inside;
}

div.validationMessage
{
    padding:10px;
    border:solid 2px black;
    font-size:.9em;
    margin-bottom:10px;
}
div.validationMessage ul
{
    margin:5px 0px;
    list-style-type:none;
    padding-left:15px;
}
div.validationMessage li
{
    padding-bottom:5px;
}


div.error
{
    border-color:Red;
}

div.success
{
    border-color:Green;
}

div.securityUpdateSuccess
{
    width:170px;
    font-size:.9em;
    font-weight:bold;
    margin-top:3px;
    border:solid 1px silver;
    padding:5px;
    display:none;
}

.error
{
    color:Red;
}

.success
{
    color:Green;
}

textarea.autogrow
{
    line-height:14px;
}

input.datePicker
{
    width:75px;
    text-align:right;
    padding-right:2px;
}

img.datePickerImg
{
    border:none;
    cursor:pointer;
    margin-bottom:-5px;
    margin-left:2px;
}

table.rules
{
    border-spacing:0;
    border-collapse:collapse;
}

table.rules td, table.rules th
{
    padding:3px;
    border:solid 1px black;
}

.center
{
    text-align:center !important;
}

.left
{
    text-align:left;
}

.right
{
    text-align:right;
}

div.left
{
    float:left;
    width:47%;
}

div.right
{
    float:right;
    width:47%;
}

div.filterSection
{
    overflow:hidden;
    height:100%;
    text-align:right;
    padding:0px 5px;
    margin:5px 0 10px;
    width:99%;
}
    
.filterSection .btn
{
    font-size:.8em;
    margin-right:5px;
}

.clear
{
    overflow:hidden;
    height:100%;
}
/* for creating button look for links/buttons */

.btn { display: block; position: relative; background: #fff; padding: 5px; float: left; color: #336699; text-decoration: none; cursor: pointer; font-weight:bold; }
.btn * { font-style: normal; background-image: url(/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.on, .btn:hover
{
    background:#ddd;
}

a.btn,a.btn:visited { color:#999;text-decoration:none; }
a.btn.on,a.btn.on:visited,a.btn:hover { color:#036;text-decoration:none; }

* html .btn { border: 3px double #aaa;margin-top:-4px; }
* html .btn:hover { border-color: #a00; }

.btn img {display:inline;}