/*
 * vim: set noet sw=4 ts=4 :
 * -Author  alex black, enigma@turingstudio.com
 */
@import url("DynamicMapping.css");
BODY
{
	background-color: #FFFFFF;
	color: #000000;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
}

A
{
	color: #336699;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
}

A:hover { color: #999999; }

IMG
{
    border-width: 0;
}

B { font-weight: bold; }

I { font-style: italic; }

P
{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

TD
{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

TH
{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

TH A {
	color: black;	
}

UL
{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

OL
{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

LI
{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

PRE
{
	color: #000000;
	font-family: monospace;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

SUP
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

SUB
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

input, select, textarea {
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", "Ariel";
}

input[readonly], textarea[readonly], select[disabled]
{
	color: #595454;	
}

.FormRequiredLabel
{
	color: #333333;
	font-weight: bold;
}

.FormLabel
{
	color: #333333;
	font-weight: normal;
    white-space: nowrap;
}

div.FormLabel
{
    display: inline;
}

.FormLabelSeparator
{
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    display: inline;
}

.FormErrorLabel
{
	color: #FF6600;
	font-weight: bold;
}

.FormSection {
    display: block;
}

h1,h2,h3 {
    border-color: #CCCCCC;
    border-width: 0 0 3px 0;
    border-style: solid solid dotted solid;
	font-family: Verdana, Arial, sans-serif;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h2 a { font-size: 14pt; }
h3 { font-size: 12pt; }

a.large, p.large, span.large {
	font-size: 16pt;
}

a.medium, p.medium, span.medium {
	font-size: 14pt;
}

a.small, p.small, span.small {
	font-size: 12pt;
}

INPUT
{
	background-color: #EEEEEE;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	padding: 3px;
	margin: 3px;
}

INPUT.disabled, SELECT.disabled, TEXTAREA.disabled {
	background-color: #EEEEEE;
	border-color: #FFFFFF;	
	margin: 0px;
	padding: 0px;
}

INPUT.image {
	padding: 0px;
	border-width: 0px;
	background-color: transparent;
}

SELECT, OPTION {
	background-color: #EEEEEE;
	border: solid 1px #999999;/*for demonstration only*/
	color: #000000;
    padding: 2px;
    margin: 3px;
}

OPTION {
    border-width: 0px;
}

TEXTAREA
{
	background-color: #EEEEEE;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	padding: 3px;;
	margin: 3px;
    font-size: 10px;
}

FIELDSET 
{
	position: relative;
}

FIELDSET.selectOne
{   
    border: 0px solid #000000;
    display: block;
    padding: 0px;
    float: left;
}

FIELDSET.selectOne LABEL
{
    width: auto;
    margin-right: 5px;
    float: none;
}

FIELDSET.selectOne LABEL.compact
{
    float: left;
}

FIELDSET INPUT.remove_fieldset
{
	position: absolute;
	right: 15px;
	z-index: 1;
}


.formElement LABEL
{
    border: 0px solid #000000;
    display: block;
    float: left;
    width: 200px;
    margin-right: 10px;
    padding: 0px;
    text-align: right;
}

.formElement .inheritedValue 
{
    margin-left: 215px
}

.formElement input.withInheritedValue
{
    clear: right
}

FIELDSET LABEL.compact,FIELDSET LABEL.compact INPUT
{
    display: block;
    float: left;
}

LABEL.required
{
    color: #333333;
    font-weight: bold;
}

LABEL.board, 
LABEL.selected_board,
LABEL.locked_board,
LABEL.locked_selected_board {
  position: relative;
  display: block;
  overflow: hidden;
  width: 165px;
  height: 39px;
  border: 1px solid #999999;
  cursor: pointer;
  padding: 2px 10px 2px 20px;
  text-align: left;
}

LABEL.locked_board,
LABEL.locked_selected_board {
  cursor: auto;
}

LABEL.board,
LABEL.locked_board {
  background: #F5F5F5 url(/resources/images/BoardCheckSmallOff.gif) no-repeat 5px 5px;
}

LABEL.locked_board {
  background: #FFFFFF none;
  border-color: #CC0000;
  color: #666666;
}

LABEL.selected_board {
  background: #BBE9BB url(/resources/images/BoardCheckSmallOn.gif) no-repeat 5px 5px;
}

LABEL.locked_selected_board {
  background: #99CC99 none;
}

LABEL.board INPUT, 
LABEL.selected_board INPUT,
LABEL.locked_board INPUT,
LABEL.locked_selected_board INPUT {
  /*display: none; this doesn't let to select checkbox from label in IE*/
  position: absolute; /* absolute to not to affect parent element height */
  right: 250px;
}

LABEL.board SPAN, 
LABEL.selected_board SPAN,
LABEL.locked_board SPAN,
LABEL.locked_selected_board SPAN,
LABEL.board EM, 
LABEL.selected_board EM,
LABEL.locked_board EM,
LABEL.locked_selected_board EM {
  position: absolute;
  right: 5px;
  bottom: 3px;
}

LABEL.board em.board_status,
LABEL.selected_board em.board_status,
LABEL.locked_board em.board_status,
LABEL.locked_selected_board em.board_status
{
    bottom: 16px;
}

LABEL.board SPAN, 
LABEL.selected_board SPAN,
LABEL.locked_board SPAN,
LABEL.locked_selected_board SPAN {
  font-weight: bold;
  color: #336633;
}

LABEL.board SPAN.board_status, 
LABEL.selected_board SPAN.board_status,
LABEL.locked_board SPAN.board_status,
LABEL.locked_selected_board SPAN.board_status {
    bottom: 16px;
}

LABEL.board EM, 
LABEL.selected_board EM,
LABEL.locked_board EM,
LABEL.locked_selected_board EM {
  font-style: normal;
  font-weight: bold;
  color: #CC0000;
 }

.plain_text {
	white-space: pre;
}

.subtle, ul.subtle li {
	font-style: italic;
	color: #888888;
	font-weight: normal;
}

h3 .subtle {
	font-size: smaller;
}

.AutocompleterList {
	background-color: #FFFFFF;
	border: 1px solid #888;	
	padding-left: 15px;
}

.AutocompleterList li {
	margin-left: 0px;	
}

.AutocompleterList li.selected {
	background-color: #ffb;
}

.formElement LABEL INS
{
    text-decoration: none;
    padding-left: 10px;
}

.formElement
{
	position: relative;
    border: 0px solid #000000;
    margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

.formElement .labelComment {
    position: absolute;
    top: 1em;
    padding: auto 10px;
}

.ButtonInstructions, .ButtonInstructionsField
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	font-style: italic;
}

.ButtonInstructionsField
{
    background-color: #CCCCCC;
    text-align: right;
    vertical-align: middle;
}

.ActiveBoard
{
	background-color: #BBE9BB;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	padding: 2px;
	margin: 5px;
	width: 200px;
    cursor: pointer;
    cursor: hand;
}

.InactiveBoard
{
	background-color: #F5F5F5;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	padding: 2px;
	margin: 5px;
	width: 200px;
    cursor: pointer;
    cursor: hand;
}

.PreSelectedBoard
{
	background-color: #99CC99;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	color: #333333;
	padding: 2px;
	margin: 5px;
	width: 200px;
}

.ZeroQuotaBoard
{
	background-color: #FFFFFF;
	border-color: #CC0000;
	border-width: 1px;
	border-style: solid;
	color: #666666;
	padding: 2px;
	margin: 5px;
	width: 200px;
}



.ActiveFavorite
{
	background-color: #BBE9BB;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	padding: 2px;
	margin: 2px;
}

.InactiveFavorite
{
	background-color: #F5F5F5;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	padding: 2px;
	margin: 2px;
}




.Quota
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #336633;
	font-weight: bold;
	margin: 3px;
	float: right;
}


.LowQuota
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #CC0000;
	font-weight: bold;
	margin: 3px;
	float: right;
}

.BoardCheckImage
{
	margin: 0px;
	vertical-align: middle;
}

TABLE.TablesMain, #content TABLE{
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
}

TABLE.TablesMain TD, #content TABLE TD {
    border: 1px solid #CCCCCC;
    padding: 4px;
}


#content TABLE.noSquares{
    border: 0px;
}

#content TABLE.noSquares TD {
    border: 0px;
    padding: 2px;
}

#content TABLE.noSquares TH{
    border: 0px;
}

#content TABLE.noSquares TR.outline{
    border: 1px solid #CCCCCC;
}

TABLE.TablesMain TH, #content TABLE TH{
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
	color: #333333;
	padding: 5px 2px;
}

TABLE.TablesMain TR.selected TD,
#content TR.selected TD {
	background-color: #F6F6F6;
}

TABLE.TablesMain TD.max,
#content TD.max {
	padding: 4px 0px 0px 4px;	
}

TABLE.TablesMain TD.SubmitRow,
#content TD.SubmitRow {
	background-color: #CCCCCC;
}

#postings {
        width: 517px;
}


DIV.SubmitDiv {
	background-color: #CCCCCC;
	padding: 4px;
}

#content tr.odd
{
    
}

#content tr.even
{
    background-color: #FFFFFF;
}

TABLE.TablesMain.TdTop TD {
	vertical-align: top;	
}

.TableHeader
{
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}

.TableRow
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
	border-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
}

.TableRowError
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
	border-color: #FF6600;
	border-width: 1px;
	border-style: solid;
}

tr.TableRowError td
{
    border-top: 1px solid #FF6600;
    border-bottom: 1px solid #FF6600;
}

.TableSearchField
{
    width: 70px; 
    height: 14px;
    font-size: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    
}

SELECT.TableSearchField {
    height: 14px;
}

.TableSearchField > OPTION {
    padding: 0px;
    margin: 0px;
    border-width: 0px;
}

.JobViewCategory
{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	border-bottom: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
}

.JobViewFieldLabel
{
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.JobViewTitle
{
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}



.ManagerNavigation
{
	background-color: #EEEEEE;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	color: #333333;
	padding: 3px;
	margin: 5px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}


A.ManagerNav
{
	color: #336699;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}



.ToggleLinkOff
{
	color: #336699;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
}

.ToggleLinkOn
{
	color: #339933;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
}

.SmallDialogWindow
{
    position:       absolute;
    z-index:        1;
}

.SmallDialogMessage
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFCC;
}

.RawText
{
    white-space:	pre
}

.ToolTipSkin
{
    position:   absolute;
    z-index:    9997;
}

.ToolTipA
{
    position:       relative;
    z-index:        9999;
    margin-left:    3px !important;
}

.ToolTipShadow
{
    position:   relative;
    z-index:    9998;
    background: url(/resources/images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(/resources/images/shadow.gif) no-repeat bottom right;

    padding:    0px 4px 4px 0px;
    margin:     4px 0px 0px 4px;
}

.ToolTipWindow
{
    position:           relative;
    z-index:            9998;
    background-color:   #FFFFCC;
    border-style:       solid;
    border-color:       #FF9900;
    border-width:       1px 1px 1px 1px;

    margin:             -5px 0px 0px -4px; /* Top is offset by -1 to align the '^' */
}

.ToolTip
{
    font-family:        Verdana, Arial, sans-serif;
    font-size:          10px;
    font-style:         normal;
    font-variant:       normal;
    font-weight:        normal;
    text-decoration:    none;
    background-color:   #FFFFCC;
    padding:            1px 3px 1px 3px;

    /* max-width IE hack */
    width: expression(
        (parseInt(this.offsetWidth) > 300) ? "300px" : this.style.width
    );
    /* for the sane world */
    max-width:          30em;
}

.Collapse
{
    float:              left;
    position:           relative;
    left:               10px;
    z-index:            50;
    background-color:   #FFFFFF;
}

.CollapseBox
{
    position:           relative;
    border: 1px solid #CCCCCC;
    width: "100%"; /*Only for IE. I don't know why Firefox can't calculate width with padding*/
    background-color:   #FFFFFF;
    padding: 10px 0px 0px;
    margin: 15px 0px;
}

/*.CollapseBox.WithBottom{
    padding-bottom: 0px;
}*/

/*.CollapseBox.Outter
{   margin-left: 0px;
    margin-right: 0px;
}*/

.CollapseBox h1
{
    position: absolute;
    left: 10px;
    top: -10px;
    font-size: 11px;
    font-weight: normal;
    background-color: #FFFFFF;
    border: 0px solid #000000;
    padding: 0px;
    margin: 0px;
}

.CollapseBox h1 var
{
    font-weight: bold;
    font-style: normal;
}

.Collapsable
{
    padding: 0px 10px 10px;
    border: 0px solid #000;
}

.Collapsable dt, .Collapsable dd
{
    position: relative; /*solve bug with border disappearing in IE*/
    border: 1px solid #666666;
}
.collapsLink{
	cursor: hand;
	padding-left: 19px;
	margin-left:-4px;
}

.collapsed{
	background-image: url(/resources/js/treetable/images/toggle-expand-dark.png);
	
	background-repeat: no-repeat;
    background-position: left center;
}

.expanded {
	background-image: url(/resources/js/treetable/images/toggle-collapse-dark.png);
	background-repeat: no-repeat;
    background-position: left center;
}
.Collapsable dt
{
    font-weight: bold;
    background-color: #E0E0E0;
}

.Collapsable dd
{
    margin: 0px 0px 15px 0px;
    padding: 3px;
    border-width: 0px 1px 1px 1px;    
}

.Collapsable dd var
{
    position: absolute;
    border: 1px solid #000000;
}

.CollapseOff
{
    color:              #336699;
    font-family:        monospace;
    font-size:          14px;
    font-style:         normal;
    font-variant:       normal;
    font-weight:        normal;
    text-decoration:    underline;
}

.CollapseOn
{
    color:              #339933;
    font-family:        monospace;
    font-size:          14px;
    font-style:         normal;
    font-variant:       normal;
    font-weight:        normal;
    text-decoration:    underline;
}

.job_block
{
	margin-bottom: 20px;
	padding-left: 21px;
	padding-top: 14px;
	background: white url("/resources/images/job_block_background.png") no-repeat;
	width: 729px;
}

.job_block .title_wrapper
{
	position: relative;
	clear: both;
}

.job_block h3
{
	font-size: 20px;
	border-bottom: none;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 120px;
}

.job_block a.edit
{
    padding-left: 77px;
    background: url("/resources/images/buttons/button_edit_job.png") no-repeat;
}

.job_block h4
{
	/*position: relative;*/
	background: url("/resources/images/job_block_postings_background.png") repeat-x;
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
	height: 37px;
	line-height: 37px; /* both necessary for IE7 to not to minimaze first heading in block */
	padding-left: 10px;
	margin: 0;
}

.job_block a.delete_job
{
	margin: 7px 0;
    padding-left: 80px;
    background: url("/resources/images/buttons/button_delete_all.png") no-repeat;
}


input.edit {
    position: absolute;
    top: 0;
    right: 5px;

    border-width: 0;
    background: transparent url("/resources/images/buttons/button_edit_job.png") no-repeat;
    width: 80px;
    height: 22px;
    padding-top: 20px;
}

input.delete_job {
    position: absolute;
    top: 5px;
    right: 5px;

    border-width: 0;
    background: transparent url("/resources/images/buttons/button_delete_all.png") no-repeat;
    width: 80px;
    height: 22px;
    padding-top: 20px;
}



.job_block a.edit,
.job_block a.delete_job 
{
	position: absolute;
	top: 0;
	right: 10px;
	height: 22px;
	width: 0px;
	overflow: hidden;
}

.job_block dl
{
    overflow: hidden;	
    padding-left: 10px;
}

.job_block dl div 
{
    float: left;
    padding-right: 25px;
}
.job_block dd 
{
	margin-left: 0px;
}

.job_block dt
{
	color: #5f5f5f;
	font-weight: normal;
	
}

#content .job_block table.postings
{
	border-left-width: 0; /*otherwise overlaps green line*/
	width: 100%;
}

#content .job_block table.postings td 
{
	border-width: 0;
}

.job_block .postings .date
{
    color: #7a7a7a;	
}

.job_block .postings .delete 
{
	background: url("/resources/images/icons/delete.gif") no-repeat left center;
	padding-left: 21px;
	color: #A40000;
	float: right;
}

input.delete {
    border-width: 0;
    background: transparent url("/resources/images/icons/delete.png") no-repeat;
    padding-left: 15px;
    text-decoration: underline;
}

.ReportActiveBoard
{
	background-color: #BBE9BB;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	padding: 2px;
	margin: 5px;
	width: 200px;
    cursor: pointer;
    cursor: hand;
}

.ReportInactiveBoard
{
	background-color: #F5F5F5;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	padding: 2px;
	margin: 5px;
	width: 200px;
    cursor: pointer;
    cursor: hand;
}

div.Section {
	border:	1px solid #CCCCCC;
	padding: 5px;
}

.TextPositive
{
    color: green;
}

.TextNegative
{
    color: red;
}

#board_list tr.disabled td {
	color: grey;
}

#content {
	//width: 600px; /* fix for IE min-width */
	min-width: 600px;
	max-width: 844px;
	margin-left: 180px;
	float: left;
	/* fix for IE double margin*/
	display: inline;
}

#content.wide {
	max-width: 1680px;
	margin-left: 20px;
	padding-bottom: 30px;
}

#content_alt {
	//width: 700px; /* fix for IE min-width */
	width: 700px;
	margin-left: 180px;
	float: left;
	/* fix for IE double margin*/
	display: inline;
}

#content li {
	padding-top: 2px;	
}
#content ul {
	border: 1px solid #CCCCCC;
	padding: 10px 0px 5px 20px;
	margin: 0px;
}

#content ul ul {
	border-width: 0px;
	padding-top: 0px;
}

#content td ul {
	border-width: 0px;	
}

#content ul.LinkList {
	padding-left: 40px;	
}

#content ul.LinkList li {
	padding-bottom: 3px;
}

#content .message, #content .error-message, #content .error-box {
	display: block;
	border: 1px solid #FF9900;
	background-color: #FFFFCC;
	padding: 5px;
	margin-bottom: 10px;
}

#content .error-box {
	margin: 10px;
}

#board_list .boardLinkedToContract {
	padding: 8px;
	background-image: url(/resources/images/icons/page_link.gif);
	background-repeat: no-repeat;
	background-position: center 55%;
	opacity: 0.6;
}
/* GroupList root_grps_list.php */
#group_list {
    width: 67em;
}

#group_list .aj_switch {
	float: left;
	width:	20px;
	height:	20px;
	line-height: 25px;
	cursor:	pointer;
	margin-right: 5px;
	background-position: center;
	background-repeat: no-repeat;
}

#group_list .subtle {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

#group_list .aj_switch_wrapper {
  float: right;
}

/* fix position when td padding removed */
#group_list td.max .aj_switch_wrapper {
  margin-right: 4px;
}

#group_list .view_switch {
  float: left;
  line-height: 20px;
  margin-right: 5px;
}

#group_list .loading  {
	background-image: url(/resources/images/icons/spinner.gif)
}

#group_list .proph_en {
	background-image: url(/resources/images/icons/ProphesyOn.png);	
}

#group_list .proph_dis {
	background-image: url(/resources/images/icons/ProphesyOff.png);	
}

#group_list .fb_en {
	background-image: url(/resources/images/icons/FreeBugOn.png);	
}

#group_list .fb_dis {
	background-image: url(/resources/images/icons/FreeBugOff.png);	
}

#group_list .jt_en {
	background-image: url(/resources/images/icons/TrackerOn.png);	
}

#group_list .jt_dis {
	background-image: url(/resources/images/icons/TrackerOff.png);	
}

#group_list .sbe_en {
	background-image: url(/resources/images/icons/SBEOn.png);
}

#group_list .sbe_dis {
	background-image: url(/resources/images/icons/SBEOff.png);
}

#group_list .me_acc_en {
	background-image: url(/resources/images/icons/eQuestMediaIconOn.png);
}

#group_list .me_acc_dis {
	background-image: url(/resources/images/icons/eQuestMediaIconOff.png);
}

#group_list .hndl_admin_en {
	background-image: url(/resources/images/icons/eQuestHandlesAdminOn.png);
}

#group_list .hndl_admin_dis {
	background-image: url(/resources/images/icons/eQuestHandlesAdminOff.png);
}

#group_list .poc_en {
	background-image: url(/resources/images/icons/PostsOutsideCoreOn.png);
}

#group_list .poc_dis {
	background-image: url(/resources/images/icons/PostsOutsideCoreOff.png);
}

#group_list .spendo_en {
	background-image: url(/resources/images/icons/spendometer_on.png);	
	height:20px;
	width:20px;
}

#group_list .spendo_dis {
	background-image: url(/resources/images/icons/spendometer_off.png);	
	height:20px;
	width:20px;
}

#group_list .trak_en {
	background-image: url(/resources/images/icons/trak_on.png);	
	height:20px;
	width:20px;
}

#group_list .trak_dis {
	background-image: url(/resources/images/icons/trak_off.png);	
	height:20px;
	width:20px;
}

#group_list tr.highlight {
	background-color: #FFFFCC;
}

#group_list tr.warn {
	background-color: #FF9900;
}

#group_list ul.Menu {
	overflow: hidden;
	clear: both;
    white-space: nowrap;
	padding: 5px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
	background-color: #EEEEEE;
	border: 0px solid #CCCCCC;
	border-width: 1px 0px 0px 1px;
	height: 20px;
}

#group_list ul.Menu li {
	display: inline;
	margin: 5px;
	margin-left: 8px;
	/*padding: 0px 10px 0px 0px;*/
	/*background-color: #EEEEEE;*/
	/*border: 1px solid #999999;*/
	color: #333333;
}

#group_list ul br {
	clear: both;	
}

#group_list ul.Menu li img.icon {
	vertical-align: middle;
	margin-right: 5px;
}

#JobDetailsPlainText {
	width: 370pt;
	overflow: scroll;	
}

#job_list .job_posting th {
    background-color: white;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    border-right-color: white;
}
#job_list .job_posting ul {
    padding-top: 0px;
    padding-bottom: 10px;
}
#job_list .job_posting li {
    list-style-type: none;
    padding-top: 0px;
}

#MainGutter {
    position: absolute;
    width:  150px;
}

#modal_message {
	position: absolute;
	background-color: #FFFFCC;
	border: 1px solid #FF9900;
	z-index: 1000;
}

#modal_message p, #modal_message h1 {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px 10px;
}
#modal_message h1 {
	border: none;
	background-color: #FFCC00;
}

#modal_message_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background: url(/resources/images/message_overlay.png);*/
	background-color: #FFFFFF;
	opacity: .6;
	filter: alpha(opacity=60);
}

#PostingSearchResults .auth_info {
	padding-left: 50px;	
}

#PostingSearchResults .auth_switch {
	font-style: italic;	
}

/* Post Pages */
#PostJobPostingText {
    display:    none;
}

/* select_boards.tpl */
#PostSelectDestinationsText {
    display:    none;
}

#PostDestinations {
    border: 1px solid #ccc;
    padding: 0px;
    background-color: #fff;
}


#PostActionSubmitAlt {
    display:    none;
}

/* eQuest Footer */
#PostFooterNoLinks {
    display:    none;
}

/* AJAX UserInfo dialog */
#UserInfo {
	border: 1px solid black;
	position: absolute;
	background-color: white;
	z-index: 10000;
	width: 400px;/*520px;*/
}

#UserInfo br {
	clear: both;
}

/*#UserInfo h1.name {
	margin-left: 20px;
	font: italic bold 14px arial;
	border: 0px none;
}*/
#UserInfo h3 {
	border: 0px none;
	margin-bottom: 0px;
	padding-left: 20px;
	font-style: italic;
}

#UserInfo h4 {
	margin: 5px;
	text-align: left;
	border-color: #CCCCCC;
    border-width: 0 0 3px 0;
    border-style: solid solid dotted solid;
	font-family: Verdana, Arial, sans-serif;
}

#UserInfo table {
    border: 2px solid #D0D0D0;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%
}

    #UserInfo th {
        border: 1px solid #D0D0D0;
        border-bottom: 2px solid #D0D0D0;
        background-color: #D0D0D0;
    }
    
    #UserInfo #iconCell {
        width: 20px
    }

    #UserInfo td {
	    border: 1px solid #E0E0E0;
    }

#UserInfo #Menu, #UserInfo #Prefs, #ContrList, #BoardList {
	padding: 0px 15px;
}

#UserInfo #Menu {
	padding: 0px;
	margin: 0px;
}

#UserInfo #Menu ul {
	overflow: hidden;
	background-color: #CCCCCC;
	padding: 0px 5px 0px 20px;
	margin: 0px;
}

#UserInfo #Menu li {
	display: block;
	float: left;
	margin: 3px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	color: #333333;
}

#UserInfo #Menu a img {
	margin: 2px 10px 0 10px;
}

#UserInfo #Prefs {
}

#UserInfo #Prefs label {
	display: block;
}

/* Preferences on Post Interface Page */ 
#PrefList {
    padding: 5px 5px 5px 18px;
    background-color: #FFF;
}
	#PrefList .disabled {
		font-style: italic;
		color:#CCCCCC;
	}
	#PrefList label {
	    vertical-align:middle;
	}

#Boards {
	overflow: hidden;
}

#Boards ul {
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	width: 48%;
}

#Boards li {
    border: 1px solid #999999;
    padding: 3px;
    padding-left: 20px;
    _padding-left: 4px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: normal;

    list-style: none inside none;
    background: #F5F5F5 url(/resources/images/BoardCheckSmallOff.gif) no-repeat 4px center;
}

#Boards li.active {
    list-style: none inside none;
    background-color: #BBE9BB;
    background-image: url(/resources/images/BoardCheckSmallOn.gif);
}

#UserInfo .CloseButton {
	position: absolute;
	top: 5px;
	right: 5px;	
}

.Nav {
	float: left;
}

.StandardNav {
	float:left;
    width:100%;
    background:#ffffff;
    font-size:93%;
    line-height:normal;
    background:#ffffff url(/resources/images/menu_bg.gif)
      repeat-x bottom;
}

.ManagerNav {
	background-image: url(/resources/images/menu_bg_blue.gif);
}

.NavTitle {
	float: left;
	width: 100%;
}

.NavTitle h3 {
	float: left;
	padding: 15px 20px 0px 20px;
	margin: 0px;
	border: none;
	width: 163px;
}

.NavTitle h3 a{
	font-size: 14pt;
	color: #778;
}

#root_grp_info.NavTitle {
	padding-left: 20px;
}

.StandardNav ul {
	margin:0;
    padding:10px 10px 0;
    list-style:none;
}

.StandardNav ul li {
	float:left;
    margin:0;
    padding: 0 0 0 3px;
  	background:url(/resources/images/menu_bg_left.gif) no-repeat left top;
}

.StandardNav ul li a {
	/*border: 1px solid black;*/
	float:left;
	display:block;
	background:url(/resources/images/menu_bg_right.gif) no-repeat right top;
	padding: 5px 15px 4px 12px;
	/*margin-left: 5px;*/
	color: #778;
	font: bold 12px Verdana;
	text-decoration: none;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.StandardNav ul li a {float:none;}
  /* End IE5-Mac hack */

.StandardNav ul li.current {
	background: url(/resources/images/menu_bg_left_active.gif) top left no-repeat;
}

.StandardNav ul li.current a, .StandardNav ul li a:hover {
	color: black;
}

.StandardNav ul li.current a {
	background:url(/resources/images/menu_bg_right_active.gif) no-repeat right top;
	padding-bottom: 5px;
}

.StandardNav ul.MainMenu {
	float: left;
	padding-left: 180px;
}

.StandardNav ul.AddMenu {
	float: right;
	padding-right: 20px;
}

#footer {
    display: block;
    clear: both; /* don't stick to #content */
    width: 699px;
    padding: 0px;
    margin: 0px 0px 0px 15px;
    background-image: url("/resources/images/BgDottedGreyH.gif");
    background-repeat: repeat-x;
    background-position: 0px 42px;
}

#footer ul {
    position: relative;
    top: -20px;
    display: inline;
    padding: 0px 0px 0px 20px;
}
#footer li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
#footer li a {
    color: #336699;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

#footer .copyright {
    position: relative;
    top: 44px;
    float: right;
}

pre.Output {
    background: #EEEEEE; 
    border: 1px solid #999999; 
    color: #000000;
    padding: 2px; 
}

.container {
  border: 1px solid #666;
  background-color: #FFFFFF;
  font-weight: normal;
  padding: 3px 3px 3px 3px;
  }

.containertitle {
  border: 1px solid #666;
  background-color: #E0E0E0;
  font-weight: bold;
  }
  
.inactive {
    color: #CC0000;
    font-weight: bold;
}
.active {
    color:#339933;
    font-weight: bold;
}

tr.active a { color: #333333; }

tr.inactive td, tr.inactive a {
	font-style: italic;
	color:		#808080;
}

tr.deferred td { background: #FFFFCC; }

tr.deferred a { color:  #333333; }

tr.deferred a:hover { color: #808080; }
tr.active a:hover { color: #808080; }
tr.inactive a:hover { color: #808080; }

.ErrorMessage {
    background:     #FFFFCC;
    border:         1px solid #FF9900;
    color:          #000000;
    padding:        2px;
}

ol.ErrorMessage, ul.ErrorMessage {
	list-style-position: inside;
	padding: 10px;
}

select.TimeZoneSelector {
    font-size:      smaller;
}

.LookupValue {
	font-size:		larger;
	font-style:		italic;
}

.ProphSwitch {
	width:	20px;
	height:	20px;
	cursor:	pointer;
	cursor:	hand;
	background: url(/resources/images/icons/spinner.gif) no-repeat center;
}

.ProphOn { background: url(/resources/images/ProphesyOn.png); }

.ProphOff { background: url(/resources/images/ProphesyOff.png); }

.ProphErr { background: #FFFFFF; }

#ProphesyResults {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode";
	text-align: center;
	width: 100%;
}

div.MultiSelect {
	margin-top: 10px;
}

div.MultiSelect ul {
	height:200px;
	overflow: auto;
	border: 1px solid #999999;
	margin: 8px 3px 8px 3px;
	padding: 0px;
	background: #EEEEEE;
	list-style: none inside url(/resources/images/BoardCheckSmallOff.gif);
	cursor: default;
}
	
div.MultiSelect li {
	margin: 0px;
	padding: 0px 0px 10px 5px;
}
div.MultiSelect li.selected {
	background: #BBE9BB;
	list-style-image: url(/resources/images/BoardCheckSmallOn.gif);
}

/* overwrites .selected rules */
div.MultiSelect li.not_allowed {
	background: #BBE9BB;
	list-style-image: url(/resources/images/BoardCheckSmallNotAllowed.gif);
}
div.MultiSelect li.disabled {
	color:#aaa;
    list-style-image: url(/resources/images/BoardCheckSmallDisabled.gif);
}

div.MultiSelect ul.disabled li {
	list-style-image: url(/resources/images/BoardCheckSmallOff.gif);
	background: #EEEEEE;
	color: #CCCCCC;
}

div.MultiSelect label {
	background: #FFFFCC;
	padding: 5px;
	margin-left: 8px;
}

div.MultiSelectSmall ul {
	height: 92px;
}

#CreateContract #boards_div label {
    float:none;
}

#CreateContract #boards_div div {
    margin-top:0px;
}

#CreateContract div.MultiSelect ul#legend {
    height: auto;   
    border: 0px;
    float: left;
    width: 200px;
    margin: 8px 5px 0;
    padding: 10px 0 0;
}

.PostingPrice {
	font-family: Verdana, Arial, sans-serif;
	margin: 3px;
	float: right;
}

dt {
	font-weight: bold;
}

dl.compact {
	margin: 5px 0px 5px 0px;
}

dl.compact dd {
	margin-left: 10px;
}

dl.linear dt {
	float: left;
	margin-left: 15px;
}

dl.linear dd {
	float: left;
	margin-left: 5px;
}

dl.tabular dt {
	float: left;
	width: 8em;
	clear: both;
}

dl.tabular dd.complex {
	clear: left;
}

dl.tabular dt.longer {
	width: 10em;
}

dl.tabular dt.long {
	width: 14em;
}

dl.highlighted {
	background:#FFFFCC;
	border:1px solid #BABDB6;
	padding: 10px 10px 10px 10px;
}

dl.inner dt {
	font-weight: normal;
}

dl.inner dd {
	font-weight: bold;
}

dd.unshift {
	margin-left: 0px;
}

dl.spacious dd {
	margin-top: 4px;
	margin-bottom: 8px;
}

dl.ContactInfo {
	margin: 7px 0 5px 0;
}

	dl.ContactInfo div {
		position: relative;
		height: 54px;
line-height: 0;
	}
	
	dl.ContactInfo div.wide {
		position: relative;
		height: 77px;
	}
	
	dl.ContactInfo dt {
		margin: 0 0 0 3px;
		font: bold 11px "Lucida Sans", sans-serif;
	}
	
	dl.ContactInfo dd {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 11px;
	}
	
	dl.ContactInfo dd input, dl.ContactInfo dd select {
		display: block;
		width: 170px;
	}

dl.ContactInfo dd select {
		margin-top: 2px;
	}
	
	dl.ContactInfo dd textarea {
		display: block;
		width: 370px;
		height: 50px;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	
	dl.ContactInfo dt.right {
		margin: 0 0 0 3px;
		position: absolute;
		top: 0px;
		left: 200px;
		width: 170px;
	}
	
	dl.ContactInfo dd.right {
		margin: 0;
		position: absolute;
		top: 13px;
		left: 200px;
	}

	dl.ContactInfo dd.right input {
		margin-top: 2px;
	}

dl.CreditCard {
	margin: 7px 0 12px 0;
	position: relative;
}

	dl.CreditCard dt {
		position: relative;
		margin: 0 0 0 3px;
		font: bold 11px "Lucida Sans", sans-serif;
	}
	
	dl.CreditCard dd {
		position: relative;
		margin: 0 0 10px 0;
		padding: 0;
		display: block;
		width: 200px;
	}
	
	dl.CreditCard dd input {
		text-align: center;
	}
	
	dl.CreditCard dd input.long {
		width: 272px;
	}
	
	dl.CreditCard dd input.medium {
		width: 45px;
	}
	
	dl.CreditCard dd input.short {
		width: 37px;
	}
	
	dl.CreditCard dd a {
		text-decoration: none;
		font-weight: normal;
		position: absolute;
		left: 55px;
		top: 6px;
	}
	
	dl.CreditCard dt.right {
		margin: 0 0 0 3px;
		position: absolute;
		top: 0;
		left: 130px;
	}

	dl.CreditCard dd.right {
		margin: 0;
		position: absolute;
		top: 13px;
		left: 130px;
	}

dl.CreditCard dd input#cc_exp_month, dl.CreditCard dd input#cc_cvc {
position: absolute;
left: 0;
}

dl.CreditCard dd input#cc_exp_year {
position: absolute;
left: 60px;
}

div#exp_line {
position: relative;
height: 40px;
}

div#exp_line span {
position: absolute;
left: 55px;
top: 7px;
display: block;
}
	
	dl.CreditCard div.ccnumber {
		position: relative;
		height: 74px;
	}
	
	dl.CreditCard div.we-accept {
		position: absolute;
		bottom: 12px;
		left: 70px;
		float: left;
	}
	
		dl.CreditCard div.we-accept span {
			color: #888888;
			margin-right: 5px;
		}

	dl.CreditCard div.cvc {
		position: absolute;
		top: 16px;
		left: 295px;
		border: 1px solid #ccc;
		background-color: #ffffcc;
		width: 176px;
	}
	
		dl.CreditCard div.cvc p {
			margin: 0;
			padding: 8px 11px 10px 11px;
			line-height: 17px;
		}

		dl.CreditCard input#cc_cvc {
			vertical-align: middle;
		}
		
	dl.CreditCard div#cvc-info {
		margin-left: 3px;
        margin-top: 10px;
		padding: 6px 12px 6px 12px;
		background-color: #ffffcc;
		border: 1px solid #ccc;
		width: 445px;
	}

		dl.CreditCard div#cvc-info p {
			margin: 0;
			padding: 6px 0 6px 0;
		}

		dl.CreditCard div#cvc-info p  a {
			text-decoration: none;
			font-weight: normal;
		}
	
div.billing-header {
	position: relative;
	padding: 7px 10px 7px 10px;
}

div.billing-rows {
	background-color: #fff;
	padding-bottom: 8px;
	padding-left: 15px;
}

div.billing-row {
	position: relative;
	background-color: #fff;
	padding: 7px 0 3px 0;
	border-bottom: 1px solid #eeeeec;
	width: 97%;
}

div.billing-footer {
	position: relative;
	height: 36px;
}

	div.billing-footer span.hideshow {
		position: absolute;
		top: 11px;
		left: 5px;
	}

	div.billing-footer a {
		position: relative;
		text-decoration: none;
		padding: 1px 0 3px 20px;
		height: 16px;
		font-weight: normal;
		margin: 0 0 0 5px;
		display: inline-block;
		width: 200px;
	}
	
		div.billing-footer a.hide {
			background: url(../images/icon-hide.gif) no-repeat;
		}
		
		div.billing-footer a.show {
			background: url(../images/icon-show.gif) no-repeat;
		}
	
	div.billing-footer span.totals {
		position: absolute;
		right: 129px;
		top: 9px;
		color: #2e3436;
		font-size: 15px;
	}

	div.billing-footer div.price {
		position: absolute; 
		background-color: #4e9a06; 
		color: #fff; 
		height: 32px;
		_height: 38px;
		margin: 0; 
		margin-top: -1px; 
		display: block; 
		font-size: 20px; 
		padding: 5px 7px 0 9px;
		top: 0;
		right: 0;
	}

		/* We put the dollar sign in a span here instead of using
		first-letter because IE7 is a byatch */
		div.billing-footer div.price span.currency {
			font-size: 14px;
			vertical-align: top;
		}
		
p#agree-text, p#initials-text {		
	font: bold 11px "Lucida Sans", sans-serif;
}

		p#agree-text {
			position: relative;	
			margin: 0 0 0 8px;
			line-height: 12px;
			height: 20px;
			padding-bottom: 10px;
		}

			p#agree-text input {
				vertical-align: middle;
				margin-top: 0px;
				background-color: #ffffff;
				border: 0;
				margin: -1px 3px 0 0;
			}
		
		p#initials-text {
			position: absolute;
			top: 0px;
			left: 190px;
			margin: 0;
			height: 20px;
		}
		
			p#initials-text input {		
				position: absolute;
				width: 30px;
				margin: -3px 0 0 5px;
				vertical-align: middle;
			}

.terms_and_conditions {
	height: 200px;
	overflow: auto;
	margin-bottom: 10px;
	padding: 4px;
}

	.terms_and_conditions h2 {
		font-size: 9pt;
		border: none;
	}

	.terms_and_conditions em {
		font-style: normal;
		font-weight: bold;
	}

	.terms_and_conditions ul {
		list-style: none outside none;
		padding-left: 2em;
	}

div.note {
	background:#FFFFCC;
	border:1px solid #BABDB6;
}

div.note p {
	color:#555753;
	font-size:12px;
	margin:0px;
	padding:9px 9px 12px 36px;
	text-align:left;
}

div.note ol {
	margin: 0;
	padding: 9px 9px 12px 52px;
}

div.help {
	background:#FFFFCC url(/resources/images/icons/kb-small.png) no-repeat scroll 10px center;
	margin: 20px auto 0px auto;
	padding: 0px;
	width: 150px;
}

div.help p a {
	font-size: 14px;
	font-weight: bold;
	color: inherit;
	white-space: nowrap;
}

div.info {
	background:#FFFFCC url(/resources/images/icons/info.png) no-repeat scroll 10px center;
}

div.alert {
	background:#FFFFCC url(/resources/images/icons/error.png) no-repeat scroll 10px center;
	padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 2px;
}

div.popup_footer {
	margin: 10px auto 10px auto;
	width: 30%;
	cursor: pointer;
}

div.popup_footer {
	text-align: center;
}

div.medium_scroll {
	height: 300px;
	overflow: auto;
}

div.loading {
	background-image: url(/resources/images/icons/spinner.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/* group-specific board selection page */
#AllowedBoards .removed {
    background-color: #FF9999;
}

#AllowedBoards .added {
    background-color: #99FF99;
}
