/* GoalTribe Combibined CSS 1-8-08 */
/*@charset "UTF-8";*/
/******* Bolck level grid *******/
#home, #allies, #goal, body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: url(../img/bg.jpg) no-repeat scroll center 0px #d67f5b; /* transparent  */
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
	width: 959px;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	float: left;
	width: 959px;
	margin: 0;
	padding: 0;
}
#sidebarLeft {
	float: left;
	width: 173px;
	margin: 0;
	padding: 0;
}
#sidebarRight {
	float: right;
	width: 211px;
	margin: 0;
	padding: 0;
}
#mainContent { 
	width: 533px;
	margin-left: 194px;
	padding: 0 0px;
} 
#footer { 
	float: left;
	margin: 0;
	padding: 0;
	width: 959px;
}
#footerContent {
	margin: 0 230px auto;
	padding: 0;
}
td {
	padding-bottom: 3px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/******* Content Layout *******/
#logoContainer {
	float: left;
	width: 205px;
	margin: 0;
	padding: 0;
}
#navContainer {
	float: right;
	width: 325px;
	margin: 0;
	padding: 0;
}
#subNav {
	margin: 7px 0 0 0;
	padding: 0;
	width: 325px;
	float: right;
	color:#9a2225;
	font-size: 11px;
	text-align: right;
}
#topNav {
	margin: 7px -4px 0 0;
	padding: 0;
	float: right;
}
#nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url(../img/nav-off.gif) ;
	text-align: center;
	font-weight: bold;
}
#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	/*width: 170px; Should have width... but not work*/
	border-right: 1px solid #fff;
	padding: 9px 16px 9px 16px;
}
#nav #first { 
	background: url(../img/nav-left-off.gif) no-repeat left; 
}
#nav #first a:hover { 
	background: url(../img/nav-left-on.gif) no-repeat left; 
}
#nav #last { 
	background: url(../img/nav-right-off.gif) no-repeat right; 
}
#nav #last a:hover { 
	background: url(../img/nav-right-on.gif) no-repeat right; 
}
#nav a:hover { 
	background: url(../img/nav-on.gif); 
}

#nav li:last-child a {
		border-right:none;
}
.currentFirst {
	background: url(../img/nav-left-on.gif) no-repeat left;
}
.currentLast {
	background: url(../img/nav-right-on.gif) no-repeat right;
}
.current {
	background: url(../img/nav-on.gif);
}
#levelTwoNavContainer {
	float: left;
	width: 740px;
	margin: 0;
	padding: 0;
}
#levelTwoNavContent {
	float: left;
	/*width: 740px;*/
	padding: 30px 0 0 20px;
}
/* Breakout */
#breakoutContainer {
	float: right;
	width: 173px;
	margin-top: 0px;
}
#breakoutBody {
	width: 173px;
	background-image: url(../img/breakout-bg.gif);
	background-repeat: no-repeat;
	float: left;
}
#breakoutBodyContent {
	padding: 7px 0px 0 10px;
}
#breakoutFoot {
	float: left;
	width: 173px;
	height: 11px;
	margin: 0;
	background-image: url(../img/breakout-foot.gif);
	background-repeat: no-repeat;
}
/* sidebarLeft Box Layout */
#leftBoxContainer {
	float: left;
	width: 173px;
	margin: 11px 0 0 0;
	position:relative;
}
.leftBoxBody {
	width: 173px;
	background-image: url(../img/left-box.gif);
	background-repeat: no-repeat;
	float: left;
}
.leftBoxContent {
	padding: 12px 10px 0px 10px;
}
.leftBoxRightTop {
	width: 50px;
	height: 24px;
	position: absolute;
	top: 8px;
	right: 5px;	/*margin-bottom: 15px;*/
}
.leftBoxFoot {
	float: left;
	width: 173px;
	height: 10px;
	margin: 0;
	background-image: url(../img/left-box-foot.gif);
	background-repeat: no-repeat;
}
/* sidebarRight Box Layout */
#rightBoxContainer {
	float: left;
	width: 211px;
	margin: 0 0 11px 0;
	position:relative;
}
.rightBoxBody {
	width: 211px;
	background-image: url(../img/right-box.gif);
	background-repeat: no-repeat;
	float: left;
}
.rightBoxContent {
	padding: 12px 10px 0px 10px;
}
.rightBoxRightTop {
	width: 50px;
	height: 24px;
	position: absolute;
	top: 8px;
	right: 5px;	/*margin-bottom: 15px;*/
}
.rightBoxFoot {
	float: left;
	width: 211px;
	height: 10px;
	margin: 0;
	background-image: url(../img/right-box-foot.gif);
	background-repeat: no-repeat;
}
/* Actions Box Layout */
#actionsBoxContainer {
	float: left;
	width: 533px;
	margin: 0 0 11px 0;
	position:relative;
}
.actionsBoxBody {
	width: 533px;
	background-image: url(../img/main-bg.gif);
	background-repeat: no-repeat;
	float: left;
}
.actionsBoxContent {
	padding: 20px 75px 0px 30px;
}
.actionsBoxContentAllies {
	padding: 20px 30px 0px 30px;
}
.actionsBoxRightTop {
	width: 93px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 10px;	/*margin-bottom: 15px;*/
}
.actionsBoxRightTopAllies {
	width: 73px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 10px;	/*margin-bottom: 15px;*/
}
.actionsBoxRightTopSolutions {
	width: 90px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 10px;	/*margin-bottom: 15px;*/
}
.actionsBoxRightGoalLinks {
	width: 70px;
	height: 50px;
	position: absolute;
	top: 43px;
	right: 155px;	/*margin-bottom: 15px;*/
}
.actionsBoxRightAlliesLinks {
	width: 130px;
	height: 50px;
	position: absolute;
	top: 43px;
	right: 95px;	/*margin-bottom: 15px;*/
}
.actionsBoxFoot {
	float: left;
	width: 533px;
	height: 71px;
	margin: 0;
	background-image: url(../img/main-foot.gif);
	background-repeat: no-repeat;
}
.actionsBoxFootGeneric {
	float: left;
	width: 533px;
	height: 71px;
	margin: 0;
	background-image: url(../img/topbox-foot-generic.gif);
	background-repeat: no-repeat;
}
.actionsBoxFootContent {
	margin: 38px 16px 11px 16px;
}
.leftActionsCell {
	background-image: url(../img/action-left.gif);
	background-repeat: no-repeat;
	height: 33px;
}
.centerActionsCell {
	background-image: url(../img/action-center.gif);
	background-repeat: repeat-x;
	height: 33px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.centerActionsCellSelected {
	background-image: url(../img/action-center.gif);
	background-repeat: repeat-x;
	height: 33px;
	font-size: 14px;
	font-weight: bold;
	color: #dc784d;
	text-decoration: line-through;
}
.rightActionsCell {
	background-image: url(../img/action-right.gif);
	background-repeat: no-repeat;
	height: 33px;
}
/* Actions-Others Box Layout */
#actionsOthersBoxContainer {
	float: left;
	width: 533px;
	margin: 0 0 11px 0;
	/*position:relative;*/
}
.actionsOthersBoxBody {
	width: 533px;
	background-image: url(../img/action-other-bg.gif);
	background-repeat: no-repeat;
	float: left;
}
.actionsOthersBoxContent {
	padding: 20px 75px 0px 30px;
}
.actionsOthersUnfinishedBoxFoot {
	float: left;
	width: 533px;
	height: 28px;
	margin: 0;
	background-image: url(../img/action-other-foot-unfinished.gif);
	background-repeat: no-repeat;
}
.actionsOthersUpcomingBoxFoot {
	float: left;
	width: 533px;
	height: 28px;
	margin: 0;
	background-image: url(../img/action-other-foot-upcoming.gif);
	background-repeat: no-repeat;
}
/* Email Box Layout */
#emailContainer {
	float: left;
	width: 211px;
	margin: 0 0 11px 0;
	position:relative;
}
.emailBody {
	width: 211px;
	background-image: url(../img/right-box.gif);
	background-repeat: no-repeat;
	float: left;
}
.emailContent {
	padding: 12px 10px 0px 10px;
}
/* Pop Up Layout */
#popup, body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #d67f5b; /* transparent  */
	margin: 0;
	padding: 0;
	text-align: center;
}
#popupContainer {
	float: left;
	width: 528px;
	margin: 0;
	/*position:relative;*/
}
.popupBody {
	width: 528px;
	height: 434px;
	background-image: url(../img/pop-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	background-color: #fadfb0;
}
.popupContent {
	padding: 71px 26px 10px 26px;
	text-align: left;
}
.popupFoot {
	float: left;
	width: 528px;
	height: 51px;
	margin: 0;
	background-image: url(../img/pop-foot.jpg);
	background-repeat: no-repeat;
	position:absolute;
	bottom:0px;
	left:0px;
}
#popup .floatLeft {
	float: left;
	margin: 20px 0 0 1px;
}
#popup .floatRight {
	float: right;
	margin: 20px 40px 0 0;
}
#twoColLeft {
	float: left;
	width: 235px;
	margin: 0;
	background: url(../img/two-col-vert-div.gif) no-repeat right top;
	padding: 0 10px 0 0;
}
#twoColRight {
	/*float: left;*/
	width: 232px;
	margin: 0 0 0 265px;
}
.marginTopTen {
	margin-top: 10px;
}
.alliesGoalCellLight {
	background-color: #fbe9c7;
}
/* Messages/Error Layout */
#meassageBoxContainer {
	float: left;
	width: 533px;
	margin: 0 0 11px 0;
	/*position:relative;*/
}
.meassageBoxBody {
	width: 533px;
	background-image: url(../img/message-bg.gif);
	background-repeat: no-repeat;
	float: left;
}
.alertBoxBody {
	width: 533px;
	background-image: url(../img/alert-bg.gif);
	background-repeat: no-repeat;
	float: left;
}
.meassageBoxContent {
	padding: 20px 55px 0px 30px;
	font-size:14px;
}
.alertBoxContent {
	padding: 20px 55px 0px 30px;
	color: #fff;
	font-size:14px;
}
.alertBoxContent h3 {
	color: #fff;
}
.meassageBoxFoot {
	float: left;
	width: 533px;
	height: 47px;
	margin: 0;
	background-image: url(../img/message-foot.gif);
	background-repeat: no-repeat;
}
.alertBoxFoot {
	float: left;
	width: 533px;
	height: 52px;
	margin: 0;
	background-image: url(../img/alert-foot.gif);
	background-repeat: no-repeat;
}

/******* Text Styles *******/
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #80181b;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 18px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #80181b;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #80181b;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 18px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #80181b;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 18px;
}
p {
	text-align: left;
	margin-top: 2px;
	margin-bottom: 13px;
	line-height: 1.3em;
}
p.paraMarginTight {
	text-align: left;
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: 1.3em;
}
p.paraMarginSuperTight {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.actionsBoxContentAllies p {
	color: #000;
}
.meassageBoxContent p {
	color: #000;
}
ul {
	list-style-type: disc;
	padding: 0;
	margin: 0;
}
ul ul{
	list-style-type: none;
}

ul ul ul{
	list-style-type: none;
}
hr {
	color: #ccc;
	height: 1px;
	margin-bottom: 18px;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color:#fff;
	text-decoration: underline;
}
a:hover {
	color:#dfdfdf;
	text-decoration: underline;
}
a.linkBold:link, a.linkBold:visited, a.linkBold:active {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
a.linkBold:hover {
	color:#dfdfdf;
	text-decoration: underline;
	font-weight: bold;
}
a.linkNoUnderline:link, a.linkNoUnderline:visited, a.linkNoUnderline:active {
	color:#fff;
	text-decoration: none;
}
a.linkNoUnderline:hover {
	color:#dfdfdf;
	text-decoration: underline;
}
a.subNavLink:link, a.subNavLink:visited, a.subNavLink:active {
	color:#8a1f22;
	text-decoration: none;
	font-size: 11px;
}
a.subNavLink:hover {
	color:#CE2D32;
	text-decoration: none;
	font-size: 11px;
}
a.actionsLink:link, a.actionsLink:visited, a.actionsLink:active {
	color:#cc3300;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.actionsLink:hover {
	color:#FD3E00;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
a.actionsLinkFoot:link, a.actionsLinkFoot:visited, a.actionsLinkFoot:active {
	color:#d2531d;
	text-decoration: none;
	font-size: 10px;
}
a.actionsLinkFoot:hover {
	color:#FD6320;
	text-decoration: none;
	font-size: 10px;
}
a.linkBlack:link, a.linkBlack:visited, a.linkBlack:active {
	color:#000;
	text-decoration: underline;
}
a.linkBlack:hover {
	color:#000;
	text-decoration: underline;
}
.fontSmallBrown {
	color:#8a1f22;
	font-size: 11px;
}
.fontSmallBlack {
	color:#000;
	font-size: 11px;
	font-weight: normal;
}
.fontBlack {
	color:#000;
	font-weight: normal;
}
.fontBreakoutTitle {
	font-size: 16px;
	font-weight: bold;
	color: #80181b;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 18px;
}
.fontBreakout {
	/*font-size: 16px;*/
	font-weight: bold;
	color: #80181b;
}
.fontActionsTitle {
	font-size: 24px;
	font-weight: bold;
	color: #80181b;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 18px;
}
.fontActionsHeader {
	font-size: 24px;
	font-weight: bold;
	color: #f8d1a8;
	margin-top: 0px;
	margin-bottom: 0px;
}
.fontActionsReducedHeader {
	font-size: 20px;
	font-weight: bold;
	color: #f8d1a8;
	margin-top: 0px;
	margin-bottom: 0px;
}
.fontActionsOtherMessage {
	font-size: 11px;
	color: #cc3300;
	font-weight: normal;
}
.fontBold14px {
	font-weight: bold;
	font-size: 14px;
}
.fontBold14pxAllies {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	
}
.fontBoldWhite14pxHeader {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 18px;
}
.fontBold16px {
	font-weight: bold;
	font-size: 16px;
}
.fontBold {
	font-weight: bold;
}
.fontBlackBold {
	color:#000;
	font-weight: bold;
}
.fontOrange {
	color: #cc3300;
	font-weight: normal;
	font-size: 12px;
}
/******* Forms *******/ 
textarea {
	background-color: #fbebce;
}
#popup, #alliesRecruit, #goalOne, #goalTwo, #goalThree, textarea {
	background-color: #fff;
}
/*#alliesRecruit textarea {
	background-color: #fff;
}*/
/******* Float containers fix *******/ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/******* Resets *******/
pre,form,fieldset,input {
	margin:0;
	padding:0;
}
img {
    border: 0px;
}
.hrImgVertAlign {
	margin: -3px 0 5px 0;
	/*float: left;*/
}
/* printer styles */ 
@media print{ 
/* hide the right column when printing */ 
#sidebarRight {
	display:none;
} 
#sidebarLeft {
	width:100%;
	float:none;
}
}
/* Spacers */
.fourSpacesBoth {
	margin: 0 10px 0 10px;
}
.fourSpacesLeft {
	margin: 0 0 0 10px;
}
.eightSpacesLeft {
	margin: 0 0 0 22px;
}
.twelveSpacesLeft {
	margin: 0 0 0 62px;
}
.sixteenSpacesLeft {
	margin: 0 0 0 92px;
}

.spacer1px  {
	font-size: 1px;
	line-height: 1px; 
}
.spacer2px  {
	font-size: 2px;
	line-height: 2px;
}
.spacer3px  {
	font-size: 3px;
	line-height: 3px;
}
.spacer4px  {
	font-size: 4px;
	line-height: 4px;
}
.spacer5px  {
	font-size: 5px;
	line-height: 5px;
}
.spacer6px  {
	font-size: 6px;
	line-height: 6px;
}
.spacer7px  {
	font-size: 7px;
	line-height: 7px;
}
.spacer9px  {
	font-size: 9px;
	line-height: 9px;
}
.spacer10px {
	font-size: 10px;
	line-height: 10px;
}
.spacer11px {
	font-size: 11px;
	line-height: 11px;
}
.spacer13px {
	font-size: 13px;
	line-height: 13px;
}
.spacer14px {
	font-size: 14px;
	line-height: 14px;
}
.spacer15px {
	font-size: 15px;
	line-height: 15px;
}
.spacer16px {
	font-size: 16px;
	line-height: 16px;
}
.spacer17px {
	font-size: 17px;
	line-height: 17px;
}
.spacer21px {
	font-size: 21px;
	line-height: 21px;
}
.spacer28px {
	font-size: 28px;
	line-height: 28px;
}
.spacer30px {
	font-size: 30px;
	line-height: 30px;
}
.spacer35px {
	font-size: 35px;
	line-height: 35px;
}
.spacer40px {
	font-size: 40px;
	line-height: 40px;
}
.spacer80px {
	font-size: 80px;
	line-height: 80px;
}
.spacer120px {
	font-size: 120px;
	line-height: 120px;
}
div.auto_complete {
    position:absolute;
    width:250px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
    height:80px;
    overflow:auto;
}
div.auto_complete ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
div.auto_complete ul li.selected { background-color: #ffb;}
div.auto_complete ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    cursor:pointer;
}
div.static {
	color: #000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	background-color: #fff;
	overflow:auto;
	height: 500px;
	width: 428;
	padding:5px;
	text-align:justify;
	line-height:20px;	
}
.msg_span {
	color:#fff;
	text-decoration: none;
}
.msg_span:hover {
	color:#fff;
	text-decoration: underline;
}
.meassageBoxFootSimple {
	float: left;
	width: 533px;
	height: 10px;
	margin: 0;
	background-image: url(../img/message-foot-simple.gif);
	background-repeat: no-repeat;
}
.alertBoxFootSimple {
	float: left;
	width: 533px;
	height: 11px;
	margin: 0;
	background-image: url(../img/alert-foot-simple.gif);
	background-repeat: no-repeat;
}
input {
	font-family: Arial;
	font-size:13px;	
}
textarea {
	font-family: Arial;
	font-size:13px;
}
a.fontBreakoutTitle:link, a.fontBreakoutTitle:hover, a.fontBreakoutTitle:visited, a.fontBreakoutTitle:active {
	font-size: 16px;
	font-weight: bold;
	color: #80181b;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 18px;
	text-decoration:none;
}

#overlay {
	top: 0;
	z-index: 200;
	position: absolute;
	left: 0;
	height: 2000px;
	width: 100%;
	background-color: #111111;
	filter:alpha(opacity=90);
	-moz-opacity:0.4;
	opacity: 0.4;
	display: none;
	overflow: hidden;
}

#float_msg_div {
	display: none;
	z-index: 202;
	position: absolute;
	width: 528px;
	top:0px;
	border:1px solid white;
}
