body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family:"lucida grande",tahoma,verdana,arial,sans-serif;*/
	font-family:Arial, "Times Roman";
	font-size:14px;
}

a:link, a:visited {
	/*color: #0066CC;*/
	color:#0A20B8;
	font-weight:bold;
}

a:hover {
	color:#003366;
	font-weight:bold;
}
a:active {
	color: #0066FF;
	font-weight:bold;
}


fieldset{
	padding:10px;
	padding-top:0px;
	cursor:auto;
	z-index:2;
}



.indyBlue{
	color:#305390;
	font-weight:bold;
}

.diningGreen{
	color:#0f7a00;
	font-weight:bold;
}	


.link_bar_selected{
	background-image:url('http://localhost/bluedot/images/link_bg_green.gif');
	background-position:top;
	background-repeat:repeat-x;
	border-right:#FFFFFF solid 1px;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;
	white-space:nowrap;

}

.link_bar_unselected{
	background-image:url('http://localhost/bluedot/images/link_bg_blue.gif');
	background-position:top;
	background-repeat:repeat-x;
	border-right:#FFFFFF solid 1px;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;
	white-space:nowrap;
}

.link_bar_unselected:hover{
	background-image:url('http://localhost/bluedot/images/link_bg_green.gif');
}



.selected_tab{
	background:#2d4b7f;
	border:#000000 solid 1px; 
	border-bottom:0px;
	padding:5px 10px 5px 10px;
}

.unselected_tab{
	background:#1ca805;
	/*background:#4b75c0;*/
	border:#000000 solid 1px; 
	/*border-bottom:0px;*/
	padding:5px 10px 5px 10px;
}



.offerBox{
	border:#000000 dashed 3px;
	padding:5px;
	width:300px;
	text-align:center;
}




.tdBlueBorder {
	border:#2d4b7f solid 1px;
}

.tdBlueBottom {
	border-bottom:#2d4b7f solid 1px;
}


.tdBlueTitle{
	background-color:#2d4b7f;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}



.tdGreyBorder{
	border:#CCCCCC solid 1px;
}

.tdGreyBottom{
	border-bottom:#CCCCCC solid 1px;
}


.tdGreyTitle{
	background-color:#CCCCCC;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a.tdGreyTitle:link, a.tdGreyTitle:visited{
	color:#000000;
	text-decoration:none;
}

a.tdGreyTitle:hover{
	color:#000000;
	text-decoration:underline;
}

a.tdGreyLink:link, a.tdGreyLink:visited{
	color:#0000CC;
	font-weight:bold;
}

a.tdGreyLink:hover{
	color:#000000;
}

.tdGreyTitleWithBorder{
	background-color:#999999;
	border:#000000 solid 1px;
	color:#000000;
	/*font-weight:bold;*/
	text-decoration:none;
}


.thBarGrey{
	background:#DCDCDC;
	border-top:#000000 solid 1px;
}



a.blackLink:link, a.blackLink:visited{
	color:#000000;
	text-decoration:none;
}
a.blackLink:hover{
	text-decoration:underline;
}


a.noBoldBlackLink:link, a.noBoldBlackLink:hover, a.noBoldBlackLink:visited{
	color:#000000;
	font-weight:normal;
}

a.whiteLink:link, a.whiteLink:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.whiteLink:hover{
	text-decoration:underline;
}

a.redLink:link, a.redLink:visited{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}

a.redLink:hover{
	text-decoration:underline;
}

a.darkBlueLink:link, a.darkBlueLink:visited{
	color:#000066;
	text-decoration:none;
}
a.darkBlueLink:hover{
	color:#003366;
	text-decoration:underline;
}


.noLine{
	text-decoration:none;
}

.noLine:hover{
	text-decoration:underline;
}


.noPadForm{
	padding:0px;
	margin:0px;
}



.bottomBorder{
	border-bottom:#000000 solid 1px;
}


.divParagraph{
	text-indent:20px;	
}


.inlineButton{
	padding-top:0px;
	padding-bottom:0px;
}




.txtDisabled{
	color:#555555;
}

.green_selected_tab{
	border:#000000 solid 1px; 
	border-bottom:0px;
	background:#5de3be;
	padding:5px 10px 5px 10px;
}

.green_unselected_tab{
	border:#000000 solid 1px; 
	/*border-bottom:0px;*/
	background:#93f6db;
	padding:5px 10px 5px 10px;
}



a.tab_link:link, a.tab_link:visited{
	color:#FFFFFF;
	text-decoration:none;
	margin:-1px;
}

a.tab_link:hover{
	text-decoration:underline;
}


a.normalTxt:link, a.normalTxt:visited{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

a.normalTxtBold:link, a.normalTxtBold:visited{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a.normalTxt:hover, a.normalTxtBold:hover{
	text-decoration:underline;
}


td.inputbody {
	border-bottom:#000000 solid 1px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

td.spacerRow{
	height:5px;
}

.paddedSides{
	padding-left:10px;
	padding-right:10px;
}

.coloredRow{
	background:#b1cdff;
}


.highlightRowBlue:hover{
	background:#c5daff;
}




.fieldSet_blue{
	border:#0066FF solid 1px;
}


.fieldSet_green{
	border:#5de3be solid 1px;
}


.smallBr{
	line-height:4px;
}

.tdInbox{
	border-bottom:#000000 solid 1px;
}




.pageStatus{
	color:#FF0000;
	font-weight:bold;
}

.proGrowth{
	color:#003399;
	font-weight:bold;
}


.requiredText, .requiredField{
	color:#FF0000;
}


.redText{
	color:#FF0000;
}


.smallDisabled{
	font-size:11px;
	color:#222222;
	
}

a.smallDisabled:link, a.smallDisabled:visited{
	font-size:11px;
	color:#333333;
	text-decoration:none;	
}

a.smallDisabled:hover{
	text-decoration:underline;
}


.txtSmall{
	font-size:11px;
}

.txtSmall_12{
	font-size:12px;
}


.txtBlueBold{
	color:#003399;
	font-weight:bold;
}


.txtBold_16{
	font-size:16px;
	font-weight:bold;
}

.txtBold_18{
	font-size:18px;
	font-weight:bold;
}

.txtBold_20{
	font-size:20px;
	font-weight:bold;
}


.txtBoldItalic{
	font-style:italic;
	font-weight:bold;
}

.txtItalicUnderline{
	font-style:italic;
	text-decoration:underline;
}

.sectionLegend{
	color:#0000CC;
	font-size:20px;
}

.sectionLegendBlue{
	color:#000066;
	font-size:20px;
}

.sectionLegendSmall{
	color:#0000CC;
	font-size:16px;
	font-weight:bold;
}


.sectionLegendBlackBar{
	/*background:url('http://localhost/bluedot/images/section_center_black.gif');*/
	background:#000000;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.sectionLegendBlueBar{
	/*background:url('http://localhost/bluedot/images/section_bar_bg_blue.gif');*/
	background:#2d4b7f;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}


.sectionLegendBody{
	background:#EEEEEE;
	border:#2d4b7f solid 1px;
	padding:5px; 
	padding-top:10px;
}


.printTable{
	page-break-after:auto;
}



.level_i{
	/*background-color:#438BE4;*/
	background-color:#4999E4;
}

td.level_i{
	border-bottom:#000000 solid 1px;
}

.txt_level_i{
	color:#4999E4;
}



.level_ii_a{
	/*background-color:#E33E3E;*/
	/*background-color:#f56e6e;*/
	background-color:#EE6161;
}

td.level_ii_a{
	border-bottom:#000000 solid 1px;
}

.txt_level_ii_a{
	color:#EE6161;
}


.level_ii_b{
	background-color:#FFCC00;
}

td.level_ii_b{
	border-bottom:#000000 solid 1px;
}

.txt_level_ii_b{
	color:#FFCC00;
}


.level_ii_c{
	background-color:#00CC00;
}

td.level_ii_c{
	border-bottom:#000000 solid 1px;
}

.txt_level_ii_c{
	color:#00CC00;
}



.level_iii{
	background-color:#FF66CC;
}

td.level_iii{
	border-bottom:#000000 solid 1px;
}

.txt_level_iii{
	color:#FF66CC;
}


.inactive{
	background-color:#999999;
	color:#FFFFFF;
}


.relationship_name_team_member{
	font-size:17px;
	font-weight:bold;
}

.relationship_name{
	font-size:17px;
}




.team_leader{
	background:#FF0000;
}

.executive_committee_member{
	background:#0000FF;
}

.team_member{
	background:#009933;
}





.overlayDiv{
	background-color:#DDDDDD; 
	background:#DDDDDD;
	border:#000000 solid 2px;
	display:none;
	min-width: 300px; 
	padding: 8px; 
	position:absolute;
	cursor:move;
	z-index: 100;
	
}



.drag{
	cursor:move;
	position:relative;
	z-index: 100;
	display:block;
}

.dragable{
	z-index: 100;
	cursor:move;
	display:block;
	position:inherit;
}

.dragIt{
	z-index:1;
	position:relative;
	display:inline-table;
}

.regularCursor{
	cursor:auto;
}




.breadCrumb{
	border-bottom:#000000 solid 2px;
	padding:5px;
}

a.bbCodeBtn{
	border:#000000 solid 1px;
	padding-bottom:2px;
	background:#CCCCCC;
}
a.bbCodeBtn:link{
	background:#CCCCCC;
}
a.bbCodeBtn:hover{
	background:#00CCFF;
}


.bbQuoteDiv{
	background:#AEB7FF; 
	border:#000000 solid 1px; 
	padding:5px;
	width:100%;
}







#header{
	padding:5px;
}



#topNav{
	width:100%;
	background:#EEEEEE;
	padding:3px;
	border-bottom:#006700 solid 3px;
}


#pageTitle{
	padding:10px;
	padding-left:15px;
	font-size:24px;
	font-weight:bolder;
	text-decoration:underline;
	color:#006700;
}

#pageBody{
	padding:10px;
}

/* Used for tooltip.js*/
#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}




#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color:#FFFF99;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}



.dropmenudiv{
	background:#2f518d;
	border:#FFFFFF solid 1px;
	border-top:0px;
	color:#FFFFFF;
	padding:5px;
	margin-right:15px;
	position:absolute;
	visibility:hidden;
}

.dropmenucontent{
	position:absolute;
	visibility:hidden;
	padding-bottom:10px;
	overflow:visible;
}