﻿
/* ----------------------------------------------------------------------------------
Basic elements
---------------------------------------------------------------------------------- */

* {margin: 0px; padding: 0px;}

body
{
    background-color: #fff;
    font-size: .85em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
    color: #1d5d88;
}

iframe 
{
    display:block;
    overflow:auto;
    width: 100%;
    height: 100%;
    margin:0;
}

a:link
{
    color: #1d5d88;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

p.address 
{
	margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.0em;
}

header, footer, nav, section 
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #1d5d88;
}

h1
{
    font-size: 1em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

h2 a:link
{
	font-size: .7em;
	text-decoration: none;
}

/*
Miscellaneous
*/
p, ul, li, a
{
    margin: .0em .0em;
    color: #1d5d88;
}

/*
border-collapse: collapse; - this is  not used as IE7 does not support it correctly
*/

/*
 TextBox : makes all inputs use same font - passwd are different size, by default.
*/
input
{
    font-family: sans-serif;
    border: 2px solid #ddd;
	background: #EAEFF3;
}
td.form-data input[type="text"], td input[type="password"]
{
    width: 20em;
}
input[type="checkbox"], input[type="radio"], input.checkbox, input.radio
{
    margin: 5px;
    border: 0px;
    background: #fff;
}

#inheritprojectid
{
    float: left;
}

select
{
    font-family: sans-serif;
    border: 2px solid #ddd;
    background-color: #EAEFF3;
}

select.expand 
{
    width: auto !important;
}

td.form-data select
{
	width:20.35em;
	overflow:auto;
}
td.form-data select.ui-width-auto
{
	width:auto;
}

textarea
{
    font-family: sans-serif;
    border: 2px solid #ddd;
    background-color: #EAEFF3;
    color: #1d5d88;
    overflow: hidden;
}

.ctrl-watermark
{
	color: #888;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #EAEFF3;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
	font-size: 1.8em;
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #1d5d88;
    border: none;
    line-height: 1em;
    text-shadow: 1px 1px 2px #666;
}

#main {
    padding: 0 0;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

#projectindexcontent {
    margin-left:232px;
}
/* ----------------------------------------------------------------------------------
Main Menu
---------------------------------------------------------------------------------- */

ul#menu
{
    border-bottom: 2px #5C87B2 solid;
    padding: 0 0 0px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
	white-space: nowrap;
    line-height: 2.8em;
    background-color: #0b6192; /*19527d*/
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover
{
    background-color: #0e7bb9;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #0e7bb9;
    padding-bottom : 12px;
    padding-top : 14px;
}

.activelink 
{
    text-decoration: none !important;
    color: #777 !important;
}

.projectlink 
{
    font-weight: bold;
}

/* ----------------------------------------------------------------------------------
Project Menu
---------------------------------------------------------------------------------- */
.navsubmenu
{
    border-bottom: 2px #dde4ea solid;
	margin-top: -20px;
}

nav.navsubmenu ul#menu
{
	text-align: left;
    border-bottom: 0px #ccc solid;
    padding: 0 0;
}

nav.navsubmenu ul#menu li a
{
    background-color: #abb5bd;
    color: #333;
	white-space: nowrap;
}

nav.navsubmenu ul#menu li a:hover
{
    background-color: #dde4ea;
    text-decoration: none;
}
nav.navsubmenu ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}
nav.navsubmenu ul#menu li.selected a
{
    background-color: #dde4ea;
    text-decoration: none;
    padding-bottom : 12px;
    padding-top : 14px;
}

.navcontainer
{
    margin-left: 235px;
    margin-right: 5px;

}

/* NAV LINKS
----------------------------------------------------------*/

div.navlinks
{
	position: relative;
	height: 10px;
}

.navlinks ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 0px;
}

.navlinks li
{
	display: inline;
	padding: 0px 5px;
	margin: 0;
}

/* ----------------------------------------------------------------------------------
Buttons
---------------------------------------------------------------------------------- */

input.standardbutton, a.standardbutton, 
input.defaultbutton, a.defaultbutton
{
    margin : 4px;
	padding: 4px 10px;
	border: 2px solid #14446e;
	background-color: #37720c;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
    /*border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;*/
}

a.defaultbutton, a.standardbutton
{
    text-decoration: none;
}

.defaultbutton:hover, .standardbutton:hover
{
	 background-color: #0e7bb9;
}
.defaultbutton:selected, .standardbutton:selected
{
	 background-color: #a6e2a6;
}

.defaultbutton[disabled], .standardbutton[disabled]
{
	 background-color: #eee;
	 color: #666;
	 border-color:#999;
	 cursor: default;
}

/* -----------------------------------
BEGIN CUSTOM CONTENT
-------------------------------------- */
/* -----------------------------------
Custom Big Green Button
-------------------------------------- */
input.biggreenbutton, a.biggreenbutton, 
input.defaultgreenbutton, a.defaultgreenbutton
{
    margin : 4px;
	padding: 40px 10px;
	border: 2px solid #14446e;
	background-color: #37720c;
	color: #fff;
	font-size: 1.3em;
	cursor: pointer;
	height: 500em;
    /*border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;*/
}

a.defaultgreenbutton, a.biggreenbutton
{
    text-decoration: none;
}

.defaultgreenbutton:hover, .biggreenbutton:hover
{
	 background-color: #3e8908;
}
.defaultgreenbutton:selected, .biggreenbutton:selected
{
	 background-color: #37720c;
}

.defaultgreenbutton[disabled], .biggreenbutton[disabled]
{
	 background-color: #eee;
	 color: #666;
	 border-color:#999;
	 cursor: default;
}
/* -----------------------------------
END CUSTOM CONTENT
-------------------------------------- */

/* ----------------------------------------------------------------------------------
Help Button on dialogs
---------------------------------------------------------------------------------- */
.view-help
{
    float:left;
    margin-right: 2px;
    margin-left: -2px;
    margin-top: -2px;
    margin-bottom: -4px;
}

/* ----------------------------------------------------------------------------------
Table that stretches across the page
------------------------------------------------------------------------------------- */
/* fullwithtable - fwt */
.fwt-container
{
    width: 99%;
    margin-left:auto;
    margin-right:auto;
    overflow: auto;
}
.fwt
{
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  background-color: #ddd;
}
.fwt-row
{
}
.fwt-cell
{
  padding: 2px;
  border: 0px;
  text-align: center;
  white-space:nowrap;
  background-color: #fff;
}

.fwt-left-cell
{
  padding: 2px;
  border: 0px;
  text-align: left;
  white-space:nowrap;
  background-color: #fff;
}

.fwt-hdr, .fwt-hdr th
{
  /* fwt-cell */
  padding: 5px;   
  border: 0px;
  text-align: center;
  white-space:nowrap;
  background-color : #EAEFF3;
}

.fwt-left-hdr
{
  /* fwt-cell */
  padding: 5px;   
  border: 0px;
  text-align: left;
  white-space:nowrap;
  background-color : #EAEFF3;
}

.label-cell
{
	text-align: right;
}

.fwt-cell div
{
	text-align: right;
}
.fwt-footer td
{
  /* fwt-cell */
  padding: 5px;   
  border: 0px;
  text-align: left;
  white-space:nowrap;
  background-color : #EAEFF3;
  font-size: 1.1em;
}
.fwt-footer td a, .fwt-footer td a:hover, .fwt-footer td a:visited,  .fwt-footer td a:link
{
  font-weight: bold;
  text-decoration: none;
}

.fwt-tbl-nested-color
{
    background-color:#fff;
}
.fwt-cell-text-desc
{
	white-space:normal;
}

.wtc
{
    width: 85%;
    margin-left:auto;
    margin-right:auto;
    background-color: #fff;
    border: 0px none #fff;
}

.wt
{
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  border: 1px solid #ddd;
  background-color: #ddd;
}

.wt td
{
  width: 50%;
}

.editheader
{
    text-align: right;
    background-color: #fff;
    border: 0px none #fff;
}

/* Adjust for selection control width on upload  
----------------------------------------------------------*/
td.ui-width-fixed select
{
	width:20em;
	overflow:auto;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 20px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
    margin-left: 10px;
}

#logindisplay
{
    color: #5c87b2;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    text-align: right;
    margin-right: 10px;
}

#logindisplay a:link
{
    text-decoration: underline;
}

#logindisplay a:visited
{
    text-decoration: underline;
}

#logindisplay a:hover
{
    text-decoration: none;
}

/* ----------------------------------------------------------------------------------
Site Image Header
------------------------------------------------------------------------------------- */

#pageHeader
{
    height: 109px;
    background: #fff url(header_bg.png) top right no-repeat;
    position: relative;
	min-width: 800px;
}

#pageHeaderLeft
{
   width: 115px;
   height: 70px;
   background: #fff url(EPA_Smallest.png);
   margin-top: 28px;
   float: left;
   cursor:pointer;
}

#pageHeaderRight
{
}

/* ----------------------------------------------------------------------------------
Styles for validation helpers
------------------------------------------------------------------------------------- */
.field-validation-error
{
    color: #ff0000;
}
.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    padding:1px;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.validation-summary-valid
{
    display: none;
}

.ob-validation-show-error
{
    display: inline;
    visibility:visible;
    vertical-align:bottom;
}
.ob-validation-hide-error
{
    display: inline;
    visibility: hidden;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
.gridcolumn
{
    width: 200px;
    font-weight: bold;
}

.grid 
{ 
    margin: 4px;
    border-collapse: collapse;
     width: 600px; 
}

/* ----------------------------------------------------------------------------------
Table that is a form
------------------------------------------------------------------------------------- */

.form-tbl-border
{
    margin-left: auto;
    margin-right: auto;
    background-color: #ddd;
}
.form-tbl
{
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.form-hdr
{
  padding: 5px;   
  text-align: center;
  background : #EAEFF3;
  font-weight : bold;
}
.form-row
{
}
.form-lbl
{
    padding: 10px 8px 2px 8px;
	margin: 5px 5px 5px 0px;
	text-align: right;
	margin-right: 0px;
	background-color:#fff;
    border: 0px;
    border-color:#fff;
}
.form-data
{
    padding: 10px 8px 2px 8px;
	margin: 5px 5px 5px 0px;
	text-align: left;
	margin-left: 0px;
	background-color:#fff;
    border: 0px;
    border-color:#fff;
}
.form-cell
{
    padding: 10px 8px 2px 8px;
	margin: 5px 5px 5px 0px;
	text-align: center;
	background-color:#fff;
    border: 0px;
    border-color:#fff;
}
.form-horz-container
{
    margin: 3px;
}
.form-horz
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.form-cellitem input, .form-cellitem select
{
    width: 200px;
}
.form-cellbuttonitem input, .form-cellbuttonitem select
{
    width: 120px;
}
.form-cell-horz
{
    padding: 5px;
}
.form-error
{
    color: #ff0000;
}

/* ----------------------------------------------------------------------------------
Wait Control
------------------------------------------------------------------------------------- */

.async-pager-update .fwt-cell, .async-pager-update .fwt, .async-pager-update .fwt-cell, .async-pager-update .fwt-hdr
{
	background-color: #e0e0e0;
}
.async-pager
{
	background-color: #e0e0e0;
}
.async-update
{
	border: solid 1px #ddd;
	background-color: #e0e0e0;
	display: block;
}
#waitbox  
{
	display: block;
	padding: 30px 30px 30px 30px;
	position: absolute;
	border: solid 3px gray;
	background-color: #000000;
	width: 2in;
	height: 1in;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.80;
	filter: alpha(opacity=80);
	z-index: 1000;
}
.waitbox-tbl
{
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    width: 100%;
    height: 100%;    
}
.waitbox-row
{
}
.waitbox-cell
{
    padding: 0 0;    
}
#waitbox p 
{ 
	color: #FFFFFF;
    font-size: 14pt;
	vertical-align: middle;
}
.waitcontrolhidden
{ 
    display: none;
    visibility: collapse;
    visibility:hidden;
}

/* ----------------------------------------------------------------------------------
Pager for multipage navigation on tables
------------------------------------------------------------------------------------- */

.pgr-container
{
  border: solid 1px #ddd;
  background-color: #fff;
}
.pgr-container-singlepage
{
    display:none;
}
.pgr-tbl
{
  border-collapse: collapse;
  margin: 2px 4px;
}
.pgr-row
{
}
.pgr-cell
{
    margin:8px;
    padding:4px;
    background: #EAEFF3;
    border: solid 2px #EAEFF3;
    text-align: center;
    font-weight:bold;
}
.pgr-cell-active
{
    background: #fff;
    color:#1d5d88;
}
a.pgr-item
{
    color:#1d5d88;
}
.pgr-item-active
{
}

/* ----------------------------------------------------------------------------------
 System Error Display
------------------------------------------------------------------------------------- */

.error-sys
{
    visibility:hidden;
    display:none;
}
.error-sys-msg
{
}
error-sys-detail
{
}

/* ----------------------------------------------------------------------------------
Error Control
------------------------------------------------------------------------------------- */
.error-ctrl
{
	position: relative;
	border: solid 1px #52616F;
	background-color: #fffacd;
	margin-bottom: 15px;
}

.error-ctrl-hidden
{
	display: none;
	visibility:hidden;
}

.error-ctrl-msg
{
	color: black;
	text-align:center;
	background-color: #fffacd;
}

.error-ctrl-msgtable
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

.error-ctrl-msgdetails
{
	padding-left: 10px;
	text-align: right;	
}

.error-ctrl-detailhide
{
	color: black;
	text-align:center;
	background-color: #fffacd;
	display: none;
}

.error-ctrl-detailshow
{
	color: black;
	text-align:center;
	background-color: #fffacd;
	display: inherit;
	margin-bottom:10px;
}

.error-ctrl-close
{
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	float:right;
}

/* ----------------------------------------------------------------------------------
File Upload Status
------------------------------------------------------------------------------------- */
.file-new
{
	 color: Red;
	 font-weight:bold;
}
.file-existing
{
	 font-weight:bold;
}
.status-success
{
	color: Green;
    text-align: center !important;
}
.status-failed
{
	color: Red;
    text-align: center !important;
}
/* ----------------------------------------------------------------------------------
Helpers
------------------------------------------------------------------------------------- */

.ui-hidden
{
    display:none;
    visibility:collapse;
}
.ui-hide
{
    display:none;
}
.ui-align-right
{
    padding-right: 0px;
	text-align: right;
}
.ui-align-center
{
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.ui-align-top
{
    vertical-align: top;
}
.ui-bold
{
	font-weight: bold;
}
.ui-font-large
{
    font-size: 1.4em;
    font-weight:bold;
}
.ui-font-larger
{
     font-size:larger;
}
.ui-font-1x
{
    font-size: 1.2em
}
.ui-noborder
{
  border: 0px;
}
.ui-margin-1
{
    margin:1px;
}
.ui-width-full
{
    width: 100%;
}
.ui-width-min
{
    width:1%; /* 1%, as IE7 will not honor at 0% */
}
.ui-pushleft
{
    margin-right:5px;
	text-align: left;
    margin-left: 0px;
}
.ui-pushright
{
    margin-left:5px;
	text-align: right;
    margin-right: 0px;
}
.ui-section-separator
{
    border-bottom: 1px dotted #ddd;
}

/* used to add wide space in Cart & search results tables */
.ui-space
{ 
    width: 50%; 
}
.ui-space-top-min
{
    margin-top: 0px;
    padding-top: 0px;
}
.ui-button-row-spacing
{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
}
.ui-element-padding-4
{
    padding:4px;
}
.ui-element-padding-15
{
    padding:15px;
}
.ui-vertical-align-bottom
{
    vertical-align:bottom;
}
.ui-padding-top-4
{
    padding-top: 4px;
}
.ui-padding-top-6
{
    padding-top: 6px;
}
.ui-padding-toprow
{
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 8px;
}
.ui-padding-bottom-12
{
    padding-bottom: 12px;
}
.ui-ctrl-margin-vertical
{
    margin-bottom: 4px;
}

.ui-navlink-left
{
    float: left;
    margin: 10px;
    line-height: 15px;
    position: relative;
}
.ui-navlink-right
{
    float: right;
    padding: 2px;
    margin: 2px;
}
.ui-navlink-outer
{
    padding-left: 4px;
}
.ui-navlink-text
{
    font-size: 1.2em;
}

.addresscity
{
	width: 75px !important;
}

.addresszipcode
{
	width: 50px !important;
	float: right !important;
}

.ui-fixedsizecol
{
	width: 15em;
}

.ui-nopadding
{
	padding: 0 0;
	margin: 0 0;
}
.ui-block
{
	text-align: center;
	display: block;
}
.ui-button-width-100pc
{
	width:100%;
	border:0; padding-left:0; padding-right:0;
}
.ui-sl-browse
{
	padding-top: 2px;
}
#ui-datepicker-div 
{ 
    display: none; 
}
.ui-vertical-align-top
{
  vertical-align:top;
}

/* ----------------------------------------------------------------------------------
Button image classes
------------------------------------------------------------------------------------- */
.img-button
{
	border: 0px;
	width: 26px;
	height: 22px;
    background-color: #fff;
    padding-left:10px;
    padding-right:10px;
}
.img-button-hdr
{
    padding-left:0px;
    padding-right:0px;
    background-color: #EAEFF3;
    vertical-align:bottom;
}
.img-spacer
{
	display:inline-block;
	width:26px;
    padding-left:10px;
    padding-right:10px;
}

/* ----------------------------------------------------------------------------------
Password Indicator classes
------------------------------------------------------------------------------------- */
.pwd-label
{
	font-size: .8em;
	text-align: right;
	padding-top: 8px;
	padding-right: 8px;
}
.pwd-ind-container
{
	background-color: #fff;
}
.pwd-ind
{
	border-style: solid;
	border-width: 2px;
	border-color: #ddd;
}
.pwd-cell
{
	height: .4em;
}

.pwd-ind-low
{
	background-color: #c00;
}
.pwd-ind-med
{
	background-color: #b80;
}
.pwd-ind-high
{
	background-color: #0a0;
}

.pwd-ind-text
{
	font-size: .8em;
	margin-bottom: 0px;
	padding-top: 8px;
}

#disciplineApplyMultipleButton
{
    line-height: 1.0;
}

#disciplineApplyMultipleButton span
{
    padding: 0px;
}

#disciplineMenuContainer
{
    position: relative;
}

#disciplinemenu
{
    position: absolute;
}

#showadvsearchfields 
{
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #fff url(ExpandCollapse_52x22.png) 0 0 no-repeat;
    position: relative;
    top: 10px;
}

*+html #showadvsearchfields { 
    top: 0px !important;
}

.advcollapsed 
{
    background: #fff url(ExpandCollapse_52x22.png) -26px 0 no-repeat !important;
}

.DescriptionCtrl 
{
    width: 90%;
}

.acceptbutton 
{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff url(../../Images/Symbol_Success_20x20.gif) 0 0 no-repeat;
    overflow: hidden;
    position: relative;
    top: 2px;
}

.grantbutton 
{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff url(../../Images/Symbol_Success_20x20.gif) 0 0 no-repeat;
    overflow: hidden;
    position: relative;
    top: 5px;
}

*+html .grantbutton { 
    top: 0px !important;
}

.revokebutton 
{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff url(../../Images/Symbol_Failure_20x20.gif) 0 0 no-repeat;
    overflow: hidden;
    position: relative;
    top: 5px;
}

*+html .revokebutton { 
    top: 0px !important;
}

.confirmbox 
{
    font-size: 1.4em;
    border: 1px #ff0000 solid;
    padding: 15px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
    display: none;
}

table.projectlist tr:hover
{
    cursor: pointer;
}

#projectgroup
{
    padding-top: 0px;
    display: inline-block;
}

#assignProjectGroup
{
    padding-top: 0px;
    height: 20px;
}

.projectgroupbrief
{
    width: 180px; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.prjgroupname
{
    max-width: 300px;
    overflow: hidden; 
    text-overflow: ellipsis; 
}

/* ----------------------------------------------------------------------------------
 Tooltip Styles
------------------------------------------------------------------------------------- */

.qtip-content
{
    text-align: left;
    
}
.qtip-content li
{
	list-style-type: disc;
	list-style-position:outside;
	margin-left: 2em;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right:10px;
	padding-left: 2em;
	padding-right: 10px;
	color: #000;
}
.qtip-title
{
    text-align:center;
    color:#000;
    font-size: 1em;
    font-weight: bold;
}

.sortheaderlink 
{
    text-decoration: underline;
    cursor: pointer;
}

.section
{
    border-bottom: solid 1px white;
    background-color: rgb(171, 181, 189);
    color: black;
    text-align: left;
    font-size: 1.2em;
}

.subsection
{
    background-color: rgb(221, 228, 234);
    color: black;
    text-align: left;
    font-size: 1.0em;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 20px;
}

.subsection-header
{
    font-weight: bold;
}

.maincontent 
{
    display: inline-block;
    padding: 15px 15px;
    margin: 0 0;
}

.sidebar 
{
    width: 200px;
    float: left;
    background: #EAEFF3;
    padding: 15px 15px;
    margin: 0 0;
    margin-top: 1px;
    min-width: 200px;
    border-top: solid 1px rgb(221, 228, 234);
}

.sidebar h1
{
    margin-bottom: 10px;
}

.sidebar h2
{
    font-size: .9em;
    font-weight: 100;
    padding: 0 0;
}

.sidebar select 
{
    display: block;
    margin: 20px 0;
    margin-top: 0;
    background-color: white;
    max-width: 98%;
}

.addicon
{
    display: inline-block;
    width: 26px;
    height: 22px;
    background: transparent url(AddRemove_52x22.png) 0 0 no-repeat;
    position: relative;
    top: 4px;
    margin-top: -6px;
    float: right;
}

.removeicon
{
    display: inline-block;
    width: 26px;
    height: 22px;
    background: transparent url(AddRemove_52x22.png) -26px 0 no-repeat;
    position: relative;
    top: 4px;
    margin-top: -6px;
    float: right;
}

.collapseicon
{
    display: inline-block;
    width: 26px;
    height: 22px;
    background: transparent url(ExpandCollapse_52x22.png) 0 0 no-repeat;
    position: relative;
    top: 6px;
    margin-top: -8px;
    margin-right: 2px;
    margin-left: -6px;
    float: left;
}

.expandicon 
{
    background: transparent url(ExpandCollapse_52x22.png) -26px 0 no-repeat !important;
}

#createprojecttitle, #projectgrouptitle
{
    cursor: pointer;
}

.ExternalIdentifierCtrl
{
    width: 98%
}

/* Upload Failure*/
.upload-failure
{
	background-color: #fff;
}
.upload-failure div 
{
	font-weight: bold;
	padding: 3px;
}
.upload-failure div image 
{
	vertical-align: middle;
}
.upload-failure table
{
	background-color: #ff0000;
	border-spacing: 1px;
}
.upload-failure table th
{
	padding: 5px;
	border: 0px;
	text-align: left;
	white-space: nowrap;
	background-color: #fffacd;
	font-weight: bold;
}
.upload-failure table td
{
	padding: 3px;
	border: 0px;
	white-space: nowrap;
	background-color: #fff;
} 

