@CHARSET "UTF-8";

/* page element overrides */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	background-color:#BABABA;
}

body,td,input,option,select,textarea,pre {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #515A5C;
}

p {
	margin: 0px 0px 0px 0px;
}

h2 {
  margin: 0px;
  padding-top: 0px;
  padding-left: 7px;
  color: #FFFFFF;
}

input,textarea,select {
	border-width: 1px;
	border-color: #aaaaaa;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

li {
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

td {
	line-height: 17px;
}

a:link,a:active,a:visited {
	color: #1144BB;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a.greyLink:link,a.greyLink:active,a.greyLink:visited {
	color: #666666;
	text-decoration: none;
}

a.greyLink:hover {
	color: #666666;
	text-decoration: underline;
}

#masterShell{
	width: 985px;
	margin:auto;
	text-align: center;
	background-color:#F5F5F5;
}

*html #masterShell{
	width: 994px;
	margin:auto;
	text-align: center;
	background-color:#F5F5F5;
}

#header {
	width:100%;
	text-align:left;
	padding:3px 0px 1px 0px; 
	height:80px;
	margin:auto auto;
}

#headerTop{
	width:100%;
	height:50px;
	background-color: #fff;
	padding-top:20px;
	}
	
#headerBottom{
	width:100%;
	height: 5px;
	background-color: #F4F5F4;
	margin-top:2px;
	border-top:solid 1px #BABABA;
	border-bottom: solid 1px #D8D8D8;
	}
	
#footer {	
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
	clear:both;
	background-color: #EAEBE9;
	width:100%;
}

#footer a:link, #footer a:active, #footer a:visited {	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #339EC8;
	text-decoration: none;
}

#footer a:hover {	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #339EC8;
	text-decoration: underline;
}

#content{
	width:900px;
	text-align: center;
	background-color: #FFFFFF;
	padding:0px 20px 0px 20px;
	margin: 20px auto 0px auto;	
}

*html #content{
	width:954px;
	text-align: center;
	background-color: #FFFFFF;
	padding:0px 20px 0px 20px;
	margin: 20px auto 0px auto;	
}
.loginBox{
	padding:20px 0px 50px 0px ;
	text-align: left;
	width:390px;
}

.blackTitle{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 20px;	
}

.plain {
	color: #303030;
	font-family: Arial, sans-serif;
	font-size: 12px;	
	line-height: 15px;
}

.loginInput {
	padding:3px;
}

.autoReveal{
	display: none;
}

input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }

.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important;width:250px; }

.required {color:#EB340A;}

.container {
	width:100%;
	float:left;
	text-align:left;
	padding:10px 15px 10px 15px;
}

.row {width:90%; float:left;clear:both;padding-bottom:15px;}

.input-select { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif;width:70px;height:20px; }

.input-text1 { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif;width:165px; }

.dot{border-bottom :1px dashed #b6b6b6;width:70%;margin-bottom:10px;}

.dot1{border-bottom :1px dashed #b6b6b6;width:70%;margin-bottom:15px;}

.strong{border-bottom :1px solid #000;width:100%;clear:both;}

.submit { float:left;clear:both;padding:7 0 35 0;width:100%;text-align:right;}

h2 {
  margin-top: 10px;
  padding-left: 0px;
  color: #000;
  margin-bottom: 10px;
}

/*
*	The editProject page styles
*/
	
.navBox {
	background-color: #fff;
	color: #858585;	
	height:45px;
	width:220px;
	margin-right:5px;
	vertical-align: middle;
	border-right:dotted 1px #BDBEC0;
	float:left;
	padding-top:5px;
	margin-top:10px;
}

*html .navBox {
	background-color: #fff;
	color: #858585;	
	height:45px;
	width:220px;
	margin-right:5px;
	vertical-align: middle;
	border-right:dotted 1px #BDBEC0;
	float:left;
	padding-top:5px;
	margin-top:0px;
}
.navBoxEnd {
	background-color: #fff;
	color: #858585;	
	height:45px;
	width:220px;
	vertical-align: middle;
	float:left;
	padding-top:5px;
	margin-top:10px;
}

*html .navBoxEnd {
	background-color: #fff;
	color: #858585;	
	height:45px;
	width:220px;
	float:left;
	vertical-align: middle;
	padding-top:5px;
	margin-top:0px;
}
.navBoxSelected {
	color: #000000;
	background-color: #fff;
	height:45px;
	width:220px;
	border-right:dotted 1px #C3C3C3;
	vertical-align: middle;
	float:left;
	padding-top:5px;
	margin-top:10px;
}

*html .navBoxSelected {
	color: #659AC0;
	background-color: #fff;
	height:45px;
	width:220px;
	border-right:dotted 1px #C3C3C3;
	vertical-align: middle;
	float:left;
	padding-top:5px;
	margin-top:0px;
}

.navBoxTitleText {
	font-family: Arial, sans-serif;
	font-size: 14px;	
}

.navContainer{
	padding: 10px 0px 5px 0px;
	margin: auto;
	border-bottom:double 4px #BDBEC0;
	width:100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.projectContent{
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

.title{
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #000000;
}

.projectContentLeft{
	float: left;
	width:650px;
	margin-top:25px;
	clear:both;
}

.projectContentRight{
	float:left;
	width:235px;
	margin-top:55px;
	margin-left:30px;

}

.projectContent select{
	padding:2px;
}

.small{
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.medium{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color:#000000;
	line-height: 20px;
	}

.greySideGraphic{
	width:100%;
	height:250px;
	color: #FFFFFF;
	background-color: #CBCCCD;
	font-size: 15px;
	margin-top: 20px;
}

.dashedLine{
	border-bottom: solid 3px #000;
	padding-bottom:15px;
	margin-right: 10px;
	clear:both
}

.projectResources{
	padding-top: 20px;
}

.resourceBox {
	margin-top:15px;
	padding-bottom:10px;
	background-image:url(../../images/gredient.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	clear:both;
	color:#5A5E6A;
	font-size:12px;
	font-weight:bold;
	height:290px;
	width:580px;
}

.photoContainer{
	padding-top: 20px;
}

.uploader{
	padding: 10px 0px 15px 0px;
	z-index:1;
}

.buttonContainer{
	padding:10px 0px 25px 0px;
	height:40px;
	text-align: left;
}

.buttonContainerLeft{
	float:left;
}

.buttonContainerRight{
	float:right;
}
.resourceTextBox {
	padding:8px 10px 8px 10px; 
	float:left;
	font-family: Arial, sans-serif;
	line-height: 20px;
}

.resourceInput{
	padding:3px;
	color: #AAABAD;
	font-style: italic;
	font-weight:normal;
}

.resourceInputSelected{
	padding:3px;
	color:#000000;
	font-weight:normal;
}
.resourceProductBox{
	margin:10px;
	background-image:url(../../images/white_strip.jpg);
	background-color: #D2D3D4;
	padding:10px 10px 5px 10px;
	clear:both;
	height:57px;
	width:539px;
	line-height: 20px;
	font-family: Arial, sans-serif;
}
.resourceProductBoxReview{
	margin:10px 10px 6px 10px;
	background-image:url(../../images/gradient-bar.jpg);
	background-color: #D2D3D4;
	padding:10px 10px 0px 10px;
	clear:both;
	height:95px;
	width:539px;
	line-height: 20px;
	font-family: Arial, sans-serif;
}
.searchBox{
	position:absolute;
	top:25px;
	left:500px;
}

.bonus{
	float:left;
	position:absolute;
	z-index:10;
	margin-left:500;
	margin-top:-78px;
	height:80px;
	width:81px;
	background-image:url(../../images/bonus.png);
}

.bonusText {
	color: #FFFFFF;
	font-family: Garamond, serif;
	font-size: 15px;	
	padding:20px 0px 0px 0px;
	text-align: center;
	}
	
.bonus2{
	float:left;
	position:absolute;
	z-index:10;
	margin-left:157px;
	margin-top:-101px;
	padding-top:27px;
	height:54px;
	width:64px;
	padding-left:17px;
	background-image:url(../../images/bonus.png);
}
*html .bonus2{
	float:left;
	position:absolute;
	z-index:10;
	margin-left:157px;
	margin-top:-80px;
	padding-top:27px;
	height:80px;
	width:80px;
	padding-left:17px;
	background-image:url(../../images/bonus.png);
}
.accountcontentLeft {
	float:left;
	width:542px;
	padding-bottom:20px;
	padding-right:22px;
	margin :0;
	border-right:1px dotted #D7D7D7;
}
.accountcontentRight {
	float:left;
	width:33%;
	margin-left:23px;
	padding-bottom:20px;
}
.accountContentHead {
	width:100%;
	padding:10 0 10 0;
	float:left;
	height:40px;
	font-family:Georgia,serif;
}
.accountContentHeadLeft {
	float:left;
	width:80%;
	font-size:30px;
	text-align:left;
	color:#000;
}
.accountContentHeadRight {
	float:left;
	width:20%;
	padding-top:2px;
	text-align:right;
}
.projectHead {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	clear:both;
	width:100%;
	padding:0 0 10 0;
	border-bottom:solid 2px #000;
	}
.projectHead1 {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	clear:both;
	width:540px;
	padding:0 0 10 0;
	border-bottom:solid 2px #000;
	}
.projectContentPaid {
	color:#359DC4;
	clear:both;
	}
.projectContentUnPaid {
	color:#359DC4;
	clear:both;
}


.projectContentDetails {
	width:100%;
	float:left;
}
.projectContentDetailsLeft {
	float:left;
	width:270px;
	text-align:center;
	color:#000000;
}
.projectContentDetailsLeftEarned {
	width:100%;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
}
.projectContentDetailsLeftEarnedLeftPaid {
	width:11;
	height:28;
	float:left;
	background-image:url(../../images/grey_yellow_left.jpg);
}
.projectContentDetailsLeftEarnedLeftUnPaid {
	width:11;
	height:28;
	float:left;
	background-image:url(../../images/green_yellow_left.jpg);
}
.projectContentDetailsLeftEarnedRightPaid {
	margin:0;
	padding:0;
	width:11;
	height:28;
	float:left;
	background-image:url(../../images/grey_yellow_right.jpg);
}
.projectContentDetailsLeftEarnedRightUnPaid {
	margin:0;
	padding:0;
	width:11;
	height:28;
	float:left;
	background-image:url(../../images/green_yellow_right.jpg);
}
.projectContentDetailsLeftEarnedMid {
	height:25px;
	padding-top:3px;
	width:234px;
	float:left;
	background-image:url(../../images/yellow_mid.jpg);
	background-repeat:repeat-x;
}
*html .projectContentDetailsLeftEarnedMid {
	height:28px;
	padding-top:3px;
	clear:right;
	width:231px;
	float:left;
	background-image:url(../../images/yellow_mid.jpg);
	background-repeat:repeat-x;
}
.projectHeaderContainer {
	float:left;
	height:28px;
	margin-left:10px;
	width:95%;
}
*html .projectHeaderContainer {
	float:left;
	height:28px;
	margin-left:5px;
	width:253px;
}
.projectContentDetailsLeftContainer {
	float:left;
	min-height:112px;
	margin-left:10px;
	width:254px;
	background-color:#FBFBFB;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
}
*html .projectContentDetailsLeftContainer {
	float:left;
	min-height:112px;
	margin-left:5px;
	width:254px;
	background-color:#FBFBFB;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
}
.projectContentDetailsLeftAmount {
	font-size:40px;
	margin-left:18px;
	width:85%;
	height:72px;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px solid #D7D7D7;
}
.projectContentDetailsLeftStatus {
	width:100%;
	font-size:13px;
	padding:10px 0 10px;
	color:#666666;
	font-weight:bold;
}
.projectContentDetailsRight {
	float:left;
	width:41%;
	padding:0 5 0 18;
	text-align:left;
	font-weight:bold;
}

.projectContentDetailsRightEmail {
	width:100%;
	font-size:13px;
	height:30px;
	padding-top:10px;
	border-bottom:solid 1px #D7D7D7;
}
.projectContentDetailsRightShare {
	width:100%;
	color:#666666;
	font-size:13px;
	height:30px;
	padding-top:10px;
}
.projectContentDetailsRightShareContainer {
	width:100%;
	height:30px;
}
.projectContentBottomPaid {
	background-image:url(../../images/grey_strip.jpg);
	height:35px;
	color:#359DC4;
	font-size:15px;
	font-weight:bold;
	clear:both;
	margin-left:10px;
	width:470px;
	border-right:1px solid #BDBDBB;
	padding-left:48px;
	padding-top:8px;
}
.projectContentBottomUnPaid {
	background-image:url(../../images/green_strip.jpg);
	height:35px;
	color:#359DC4;
	font-size:15px;
	font-weight:bold;
	clear:both;
	margin-left:10px;
	width:470px;
	border-right:1px solid #DADBD3;
	padding-left:48px;
	padding-top:8px;
}
.spacer1 {
	clear: both; 
	height: 10px;
}
*html .spacer1 {
	clear: both; 
	
}
*html .projectContentBottomPaid {
	background-image:url(../../images/grey_strip.jpg);
	height:35px;
	color:#359DC4;
	font-size:15px;
	font-weight:bold;
	clear:both;
	margin-left:10px;
	width:518px;
	border-right:1px solid #BDBDBB;
	padding-left:48px;
	padding-top:8px;
}
*html .projectContentBottomUnPaid {
	background-image:url(../../images/green_strip.jpg);
	height:35px;
	color:#359DC4;
	font-size:15px;
	font-weight:bold;
	clear:both;
	margin-left:10px;
	width:518px;
	border-right:1px solid #DADBD3;
	padding-left:48px;
	padding-top:8px;
}
.accountcontentRightButtons {
	width:100%;
	height:30px;
	color:#398FCA;
	border-bottom:dotted 1px #D1D2D4;
}
.accountcontentRightAddress {
	width:100%;
	color:#000;
	padding-bottom:5px;
	font-size:13px;
	border-bottom:dotted 1px #D1D2D4;
}
.accountcontentRightNotifications {
	width:100%;
	color:#000;
	font-size:13px;
	line-height:2;
	padding-bottom:20px;
	border-bottom:dotted 1px #D1D2D4;
}
.accountcontentRightPaymentHistory {
	width:100%;
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:10 0 0 0;
}
.accountcontentRightPayments {
	width:100%;
	color:#000;
	font-size:13px;
	padding-top:5px;
	padding-bottom:10px;
	float:left;
}
.accountButton {
	width:132px;
	height:23px;
	background-image:url(../../images/account.jpg);
	border:0 none;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
.rewardbutton {
	width:169px;
	height:36px;
	font-size:14px;
	background-image:url(../../images/reward.jpg);
	border:0 none;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
.cancelbutton {
	width:128px;
	height:36px;
	font-size:14px;
	background-image:url(../../images/cancel_button.jpg);
	border:0 none;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
.submitbutton {
	width:128px;
	height:36px;
	font-size:14px;
	background-image:url(../../images/submit_button.jpg);
	border:0 none;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
.submitbutton1 {
	width:125px;
	height:31px;
	font-size:14px;
	background-image:url(../../images/blue_button1.jpg);
	border:0 none;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
.bluebutton {
	width:210px;
	height:36px;
	font-size:14px;
	background-image:url(../../images/blue_button.jpg);
	border:0 none;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
.uploadbutton {
	width:137px;
	height:31px;
	font-size:14px;
	background-image:url(../../images/upload.jpg);
	border:0 none;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
.trashbutton {
	width:166px;
	height:34px;
	font-size:14px;
	background-image:url(../../images/grey_button.jpg);
	border:0 none;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
.accountcontentRightPaymentsLeft {
	text-align:left;
	float:left;
	color:#000;
	width:50%;
}
.accountcontentRightPaymentsRight {
	text-align:right;
	float:left;
	color:#000;
	width:48%;
}
.paymenow {
	background-color:#0F75BD;
	color:#FFF;
	width:115px;
	height:28px;
	cursor:pointer;
}
.projectContentHeadLeft {
	float:left;
	padding-left:40px;
	padding-top:10px;
	width:444px;
}
*html .projectContentHeadLeft {
	float:left;
	padding-left:40px;
	padding-top:10px;
	width:484px;
}
.projectContentHeadRight {
	float:left;
	width:10%;
	margin-top:10px;
}

.resourceLine{
	background-image:url(../../images/gredient_grey.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:40px;
	width:580px;
	margin-top:5px;
}

.resourceLineName{
	color:#0E77BD;
	padding:7px 0px 0px 10px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float:left;
}

.resourceLineRight{
		float:right;
		width:20px;
		height:20px;
		padding:5px 28px 5px 5px;
	}
	
.resourceLineClosed{
	cursor: pointer;	
	width:20px;
	height:20px;
	background-image: url('../../images/down.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.resourceLineOpen{
	width:20px;
	height:20px;
	background-image: url('../../images/up.jpg');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.resourceEditBox{
	background-image:url(../../images/gredient.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	clear:both;
	height:275px;
	width:580px;
	color:#5A5E6A;
	font-size:12px;
	font-weight:bold;
}

.projectAccountDetailsPaid {
	background-image:url(../../images/gredient_greybig.jpg);
	background-repeat:repeat-x;
	clear:both;
	height:220px;
	width:540px;
	border-bottom : 1px solid #D7D7D7;
	border-left : 1px solid #D7D7D7;
	border-right : 1px solid #D7D7D7;
	}
.projectAccountDetailsUnPaid {
	background-image:url(../../images/gredient_greenbig.jpg);
	background-repeat:repeat-x;
	clear:both;
	height:235px;
	width:540px;
	border-left:1px solid #C2D8AA;
	border-bottom:1px solid #C2D8AA;
	border-right:1px solid #C2D8AA;
	}

.projectContentHeadPaid{
	font-size:14px;
	font-weight:bold;
	background-image:url(../../images/gredient_grey.jpg);
	background-repeat:repeat-x;
	float:left;
	width:540px;
	height:40px;
	border-left : 1px solid #D7D7D7;
	border-right : 1px solid #D7D7D7;
	
}

.projectContentHeadUnPaid{
	background-color:#D1D2D4;
	background-image:url(../../images/gredient_green.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
	float:left;
	width:540px;
	height:40px;
	border-left : 1px solid #C2D8AA;
	border-right : 1px solid #C2D8AA;
	
	
}

.paymentContainer {
	width:100%;
	height:170px;
/*	background-color:#E7E8EA; */
	color:#000;
}
	
.paymentContent {
	float:left;
	width:100%;
	height:100%;
	text-align:left;
	background-color:#F9F9F9;
	border-left: solid 1px #BABABA;
	border-right: solid 1px #BABABA;
	border-bottom: solid 1px #BABABA;
}

.grayWrapper{
	background-color:#F9F9F9;
	border-left: solid 1px #BABABA;
	border-right: solid 1px #BABABA;
	border-bottom: solid 1px #BABABA;
	padding:5px 0px 5px 0px;
}
.paymentContentLeft {
	float:left;
	width:40%;
	margin:26px 0px 0px 20px;
	text-align: center;
}
.paymentContentRight {
	float:left;
	margin:26px 20px 0px 0px;
	padding-left:25px;
	width:45%;
	border-left: dotted 1px #BABABA;
}
.paymentContentRow1 {
	width:100%;
	font-size:14px;	
	height:20px;
	font-weight: bold;
}
.paymentContentRow2 {
	width:100%;
	font-size:35px;	
	line-height: 50px;
	font-family: Garamond sans-serif;
	font-weight: bold;
}
.paymentContentRow3 {
	width:100%;
	font-size:18px;	
	line-height:23px;
	font-family: Garamond sans-serif;
}
.paymentEdit {
	clear:both;
	font-size:14px;
	padding-top:15px;
	color:#0F75BD;
	cursor:pointer;
}
.paymentButton1 {
	background-color:#0F75BD;
	color:#FFFFFF;
	cursor:pointer;
	height:28px;
	border:1px solid #0F75BD;
	width:100px;
}
.paymentButton2 {
	background-color:#0F75BD;
	color:#FFFFFF;
	cursor:pointer;
	height:28px;
	border:1px solid #0F75BD;
	width:200px;
}
.paymentButtons {
	clear:both;
	padding:15px 0px 0px 0px;
	text-align: right;
}
.paymentConfirm {
	padding-top:80px;
	padding-left:20px;
	font-size:23px;
	height:25px;
	line-height:25px;
	text-align:left;
}
.paymentConfirm2 {
	padding-top:20px;
	padding-left:20px;
	font-size:23px;
	line-height:25px;
	text-align:left;
}
.paymentConfirm1 {
	font-size:23px;
	height:25px;
	text-align:left;
	padding-top:5px;
	padding-left:20px;
	line-height:25px;
}
.accountcontentRightAddressRow {
	width:100%;
	height:23px;
}
.passwordContent {
	width:501px;
	padding-top:85px;
	padding-left:190px;
	padding-bottom:100px;
}
.passwordContainer {
	clear:both;
	width:500px;
	border:1px solid #BDBEC0;
	background-color:#E7E8EA;
	color:#000;
	height:220px;
}
.rowLeft {
	float:left;
	width:40%;
	text-align:right;
}
.rowRight {
	float:left;
	width:55%;
	margin-left:20px;
	text-align:left;
}

.imageTitle {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 15px;
}

.blueImageLink:link, .blueImageLink:active, .blueImageLink:visited, .blueImageLink:hover{
	color: #0E77BD;
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

.imageControlLine{
	padding:8px 0px 8px 0px;
	border-bottom: solid 2px #E5E5E5;
	width:230px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 15px;
	clear:both;
}

.whiteContorlLink:link, .whiteContorlLink:active, .whiteContorlLink:visited, .whiteContorlLink:hover{
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
}

.whiteLink:link, .whiteLink:active, .whiteLink:visited, .whiteLink:hover{
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
 .imageDeleteLink {
 	float:left;
 	}
 .publishContent {
 	float:left;
	padding-bottom:200px;
	padding-left:160px;
	width:71%;
 }
 .publishedProjects {
 	width:100%;
 	clear:both;
 	min-height:30px;
 	color:#0E76BC;
 	background-color:#F4F5F4;
 	border-bottom: solid 2px #E5E5E5;
 }
 .publishedProjectsLeft {
 	float:left;
 	text-align:left;
 	width:80%;
 	padding-top:5px;
 	padding-left:10px;
 }
 .publishedProjectsRight {
 	float:left;
 	padding-top:5px;
 	text-align:left;
 	width:18%;
 }
 
 #imgSelecter{
 	width:125;
 	height:125;
 	position:absolute;
 	border:solid 5px #AFE0E4;
 	z-index: 100;
 }
 
 #resizeHandler{
 	margin:5px;
 	width:120px;
 	height:120px;
 }
 
 #tagBox{
 	width:250px;
 	height: 285px;
 	position:absolute;
 	background-color: #E8E9EA;
 	z-index:110;
 	border: solid 1px #949599;
 }
 
 .tagBoxContent{
 	padding:15px 10px 15px 10px;
 	text-align:left;
 }
 
 .tagBoxTitle{
 	font-family: Arial,sans-serif;
 	font-size: 13px;
 	color: #000000;
 	width:200px;
 	float:left;
 }
 
 .tagBoxInput{
 	margin:10px 0px 10px 0px;
 	padding:10px 10px 15px 10px;
 	line-height: 20px;
 	background-color: #D2D3D4;
 }
 
 .tagBoxInput input{
 	width:200px;
 }
 
 .tagBoxInput option{
 	color:#0E77BD;
 }
 
 .captionBox{
 	width:225px;
 }
 
  .captionBoxInput{
  	padding:0px 0px 10px 0px;
 }
 
 .captionBoxInput textarea {
 	padding:5px;
 }
 
 .progress {
 	background-color: #FEF200;
 	margin:10px 0px 10px 0px;
 	padding:8px 20px 8px 15px;
 	color: #000000;
 	font-family: Arial, sans-serif;
 	font-size: 14px;
 	line-height: 20px;
 }
 
 #rewardDisplay{
 	width: 260px;
 	position:absolute;
 	bottom:0;
 	right:0;
 	text-align: left;
 	line-height: 25px;
 	font-family: Georgia,serif;
 	height: 75px;
}
 .listRow {
 	width:90%;
 	text-align:center;
 	float:left;
 	height:21px;
 }
 .listRowSection {
 	width:33%;
 	float:left;
 	border :1px solid black;
 }
 .resourceContentTop {
 	padding-top:10px;
 	width:100%;
 	float:left;
 	clear:both;
 	padding-bottom:10px;
 	
 }
 .resourceTopLeft {
 	float:left;
 	width:440px;
 	padding-top:7px;
 	padding-right:10px;
 	 }
 .resourceTopRight {
 	float:right;
 	width:440px;
	height:400px;
 }
 .resourceTopRightTop {
 	width:100%;
 	float:left;
 	height:80px;
 	clear:both;
 	padding-bottom:5px;
 }
 .resourceTopRightTopLeft {
 	float:left;
 	width:58%;
 	text-align:left;
 	height:80px;
 	border-right: 1px dotted #C8C8C7;
 }
 .resourceTopRightTopRight {
 	float:left;
 	width:40%;
 	height:80px;
 	padding-left:5px;
 }
 .resourceTopRightTopRightShare {
 	height:27px;
 	font-size:13px;
	font-weight:bold;
	padding-left:8px;
	text-align:left;
 	background-color:#D1D2D4;
 	color:#000;
 	clear:both;
 }
 .resourceTopRightTopRightEmail {
 	height:25px;
 	background-color:#FFF;
 	color:#0F75BD;
 	clear:both;
 }
 .resourceTopRightMid {
 	padding-top:5px;
 	height:70px;
 	clear:both;
 	width:100%;
 	border-bottom: 2px solid #808080;
 }
 .resourceTopRightBottom {
 	width:100%;
 	height:50px;
 	clear:both;
 }
 .resourceTopRightBottomContent {
 	width:100%;
 	float:left;
 }
 .resourceTopRightBottomContentLeft {
 	width :65%;
 	float:left;
  	color:#000;
 	text-align:left;
 	font-size:13px;
 }
 .resourceTopRightBottomContentRight {
 	width :35%;
 	padding-top:12px;
 	float:left;
 	text-align:right;
 }
 .resourceTopRightBottomImages {
 	width:100%;
 	height:70px;
 	clear:both;
 	text-align:left;
 	padding:5 0 5 0;
 }
 .resourceContentMid {
 	width:100%;
 	clear:both;
 }
 .resourceMidLeft {
 	width :100%;
 	text-align:left;
 	float:left;
 	padding-right:5px;
 }
 .resourceMidRight {
 	width :35%;
 	float:right;
 	clear:right;
 }
 .resourceContentBottom {
 	width:100%;
 	float:left;
 	clear:both;
 }
 .resourceBottomLeft {
 	width:440px;
 	float:left;
 	text-align:left;
 	padding-right:10px;
 	
 }
 .resourceBottomLeftContent {
 	width:100%;
 	height:250px;
 }
 .resourceBottomLeftReviewBox {
 	width:100%;
 	height:250px;
 }
 .resourceBottomLeftReviewContent {
 	border-top:1px dotted #C9C8CD;
 	padding-top:10px;
 	padding-bottom:10px;
 	width:100%;
 	clear:both;
 	float:left; 
 }
 .resourceReviewThumb {
 	float:left;
 	
 }
  .resourceReviewThumb img{
  	border: 2px solid #d8d8d6;
  }
 .resourceBottomLeftReviewContentRight {
 	color:#000000;
 	width:366px;
 	padding-left:10px;
 	float:left;
 }
 .resourceReviewHeader {
 	width:100%;
 	float:left;
 }
 .resourceReviewHeaderLeft {
 	float:left;
 	text-align:left;
 	font-size:14px;
	font-weight:bold;
 }
 .resourceReviewHeaderRight {
 	text-align:right;
 	clear: right;
 }
 .resourceBottomRight {
 	width:45%;
 	float:right;
 	clear:right;
	padding:10px;
	margin:5px;
 }
 .resourceProjectHead {
 	width:100%;
 	padding-top:5px;
 	color:#000000;
font-size:18px;
font-weight:bold;
 	border-bottom:1px dotted #C9C8CD;
 	line-height:50px;
 	clear:both;
 	font-family:Georgia,serif;
 	border-bottom:1px dotted #C9C8CD;
 }
 .resourceProjectContainer {
 	width:100%;
 	color:#000;
 	margin-top:8px;
 	float:left;
 	min-height:70px;
 	border-bottom:1px dotted #C9C8CD;
 }
.contentHeading{
clear:left;
}
 .resourceProjectThumb {
 	float:left;
 	width:110px;
 	clear:right;
 }
.resourceProjectContainerRight {
	float:left;
	width:280px;
	padding-left:10px;
}
.resourceProjectContainerHead {
	color:#0F75BD;
	clear:both;
	font-size:14px;
	font-weight:bold;
}
.resourceProjectContainerAuth {
	font-size:12px;
	font-weight:bold;
	color:#000;
	clear:both;
}
.resourceProjectContainerBody {
	padding-top:3px;
	clear:both;
}

/**
Classes for original project page
*/
.projectContainer {  /** default **/
 	width:100%;
 	background-color: #FFFFFF;
 	margin: auto auto;
 	text-align: center;
}
 
.projectContainerLeft{
	float:left;
    width:440px;
    text-align: center;
}

*html .projectContainerLeft{
	float:left;
    width:440px;
    text-align: center;
}

.projectImageOuterContainer{
	background-color: #F8F8F8;
	border: solid 1px #D7D8D7;	
	text-align: center;
	padding-top:10px;
}
	
.projectImageWrapper{
	text-align: center;	
	width:420px;	
	margin: auto;
	padding-bottom:5px;
}

.previewImageContainer{
	margin:auto auto;	
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height:250px;
	width:310px;
	border:solid 1px #454545;
	background-color: #333333;	
}

.projectImageContainer{
	margin:auto auto;	
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height:350px;
	width:420px;
	border:solid 1px #454545;
	background-color: #333333;	
}

.resourceImageContainer{
	margin:auto auto;	
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height:340px;
	width:420px;
	border:solid 1px #454545;
	background-color: #333333;	
}
.projectImgCaption {
	color: #000;
  	font-size: 12px;
  	text-decoration: none;
  	display: block;
  	margin:0px 0px 9px 0px;
  	height:35px;
  	background-color:#F0F0F0;
  	border:1px solid #D6D6D7;
  	width:420px;
  	margin:auto;  	
}

.projectContainerRight{
	float:left;
	width:440px;
	background-color: #FFF;
	margin-left:20px;
	text-align: left;
}

*html .projectContainerRight{
	float:left;
	width:440px;
	background-color: #FFF;
	margin-left:20px;
	text-align: left;
}

.projectInfo{
		float:left;
		width:100%;
		clear:both;
	}
	
.doerInfo{
	padding-right:10px;	
	padding:10px 0px 10px 0px;
	width:260px;
	float:left;
}

.shareInfo{
	border-left: dotted 1px #C8C8C7;
	padding: 0px 0px 0px 10px;
	float:left;
	width:165px;
	margin:10px 0px 0px 0px;
}
.shareBoxTitle {
	height:15px;
	width:100%;
	padding:5px 0px 5px 0px;
	background-color: #F4F3F2;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 13px;
	border:solid 1px #D2D3D4;
}
.shareBoxLinks {
	height:30px;
	width:165px;
	background-color: #F4F3F2;
	position:absolute;
	border-left:solid 1px #D2D3D4;
	border-right:solid 1px #D2D3D4;
	border-bottom:solid 1px #D2D3D4;
	padding-top:2px;
}
a.blueShareLink:link,a.blueShareLink:active,a.blueShareLink:visited
	{
	color: #3FBBFD;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a.blueShareLink:hover {
	color: #3FBBFD;
	text-decoration: underline;	
	font-size: 13px;
	font-weight: bold;
}

.shareLinks{
	line-height: 20px;
	padding: 5px 0px 5px 5px;
}

.shareCode {
	clear:both;
	padding:10px 0px 10px 5px;
	border: solid 1px #D2D3D4;
	background-color: #F6F6F6;
	font-weight: bold;	
}

.projectMidRight {
 	width :35%;
 	float:right;
 }
 
 a.regularBlueLink:link,a.regularBlueLink:active,a.regularBlueLink:visited
	{
	color: #0E76BC;
	text-decoration: none;
}

a.regularBlueLink:hover {
	color: #0E76BC;
	text-decoration: underline;	
}

.projectComments{
	padding:10px 10px 0px 0px;
	text-align: left;
}

.commentTitle{
	padding-bottom:10px;
	font-family: Georgia, serif;
	font-size: 18px;
	color: #000000;
}
.commentLine{
	border-top:solid 1px #DCDAD5;
	clear:both;
	padding:5px 0px 15px 0px;
}

.commentLines {
	clear:both;
	margin:10px 0px 10px 0px;
	text-align: left;
}

.commentLineContent{
	float:left;
	width:336px;
	padding:9px 0px 0px 10px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color:#000000;
}

.blueProjectTitle {
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color:#0E76BC;
}

.relatedProjectsTitle{
	margin-top:15px;
	padding:10px 0px 10px 0px;
	border-top:solid 1px #D2D3D4;
	border-bottom:solid 1px #D2D3D4;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.relatedProjects {
	padding:10px 0px 10px 0px;
}

.standardBox {
	padding: 20px 25px 25px 25px;
	height:400px;
}
.odd {
	width:100%;
	float:left;
	clear:both;
	line-height:24px;
}
.even {
	width:100%;
	float:left;
	clear:both;
	background-color:#F5F4F2;
	line-height:24px;
}
.fancontainer {
	padding:40 35 0 35;
	width:870px;
	min-height:480px;
	clear:both;
	background-color: #FFFFFF;
	margin:20px auto 30px auto;
	border: solid 2px #E4E6E4;
}

*html .fancontainer {
	padding:40 35 20 35;
	width:954px;
	min-height:600px;
	clear:both;
	background-color: #FFFFFF;
	margin:20px auto 30px auto;
	border: solid 2px #E4E6E4;
}
.contactuscontainer {
	padding:20 20 0 30;
	width:890px;
	min-height:600px;
	clear:both;
	background-color: #FFFFFF;
	margin:20px auto 30px auto;
	border: solid 2px #E4E6E4;
}

*html .contactuscontainer {
	padding:20 20 20 30;
	width:974px;
	min-height:480px;
	clear:both;
	background-color: #FFFFFF;
	margin:20px auto 30px auto;
	border: solid 2px #E4E6E4;
}
.fancontainerleft {
	width:430px;
	float:left;
}
*html .fancontainerleft {
	width:430px;
	float:left;
}
*html .fancontainerleft {
	width:420px;
	float:left;
}
.fancontainerright {
	width:430px;
	float:right;
}
.contactuscontainertop {
	width:100%;
	border-bottom: solid 3px #000;
	height:50px;
	font-size:25px;
	color:#000;
	font-family: Georgia;
	text-align:left;
}
.contactuscontainerbottom {
	clear:both;
	padding-top:20px;
}

.contactuscontainerleft {
	text-align:left;
	width:425px;
	float:left;
	color:#3A3A3A;
	
	}
.contactuscontainerlefttop {
	line-height:20px;
	color:#000;
	font-size:14px;
}
.contactuscontainerright {
	width:440px;
	float:right;
	text-align:left;
	color:#fff;
}
.contactuscontainerrighttop {
		background-image: url('../../images/contact_us_blue.jpg');
		width:405px;
		height:365px;
		padding:35 0 0 35;
}
*html .contactuscontainerrighttop {
		background-image: url('../../images/contact_us_blue.jpg');
		width:440px;
		height:400px;
		padding:35 0 0 35;
}
.contactuscontainerbluetop {
	line-height:190px;
	height:195px;
		
}

.contactuscontainerbluebottom {
	clear:both;
	
}
.containerrow {
	height:22px;
	line-height:22px;
	clear:both;
	font-size:13px;	
}
.contactuscontainerrightbottom {
	width:440px;
	clear:both;
	height:36px;
	
	padding-top:10px;
}
.welcomeGraphic{	
	width:90%;
	color:#000;
	text-align: left;
	padding-bottom: 40px;
}
.welcomeGraphicBigText {
	font-family: Georgia, Arial;
	font-size: 40px;	
	text-align: left;
	width:375px;
	line-height:50px;
}
.welcomeGraphicSmallText {
	font-family: Arial, sans-serif;
	font-size: 13px;	
	text-align: center;
	width: 600px;
}

.welcomeText{
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
	width:90%;
	color: #000;
}
.fanEmailBox {
	background-color:#F5F5F5;
	height:70px;
	padding-left:20px;
}
.companylogo {
	width:430px;
	height:430px;
	background-color:#F99428;
	color:#FFFFFF;
	font-size:84px;
	font-weight:bold;
}
.loginContainer{
	background-color:#F5F5F5;
	text-align: left;
	width:390px;
	margin-left:40px;
	padding-left:20px;
	height:160px;
}
.loginMainArea {
	height:560px;
	background-color:#F5F5F5;
	margin-top:8px;
	padding-top:20px;
}
.loginSubArea {
	border:2px double #D7DBDA;
	background-color:#FFF;
	width:470px;
	margin:0 auto;
	height:530px;
}
.headerTopRight {
	float:right;
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	padding-right:15px;
}
.projectContentHeadMid {
	float:left;
	width:442px;
	padding-top:10px;
}
*html .projectContentHeadMid {
	float:left;
	width:445px;
	padding-top:10px;
}
.spacer2 {
	clear:both;
	height:10px;
}
.homeContainer {
	width:100%;
	color:#4F4F4F;
	text-align:left;
}
.homeBanner {
	background-image: url('../../images/blue_bg.jpg');
	clear:both;
	width:985px;
	height:323px;
	margin-left:-1px;
}
*html .homeBanner {
	background-image: url('../../images/blue_bg.jpg');
	clear:both;
	width:980px;
	height:323px;
	overflow:visible;
	background-repeat:no-repeat;
}
.homeBannerLeft {
	float:left;
	color:#fff;
	padding-left:70px;
	width:380px;
}
*html .homeBannerLeft {
	float:left;
	color:#fff;
	padding-left:70px;
	padding-right:20px;
	width:400px;
}
.homeBannerLeftTop {
	padding-top:50px;
	font-size:32px;
	width:340px;
	clear:right;
}
.homeBannerLeftMid {
	width:340px;
	font-size:16px;
	clear:right;
	line-height:25px;
	padding-top:5px;
}
.homeBannerLeftBottom {
	padding-top:5px;
	clear:right;
}
.homeBannerRight {
	float:left;
	height:333px;
	position:relative;
	top:-10px;
	width:455px;
	
}
.homeMid {
	float:left;
	clear:both;
	padding-top:30px;
	height:190px;
}
.homeMidLeft {
	float:left;
	padding-top:10px;
	font-size:14px;
	width:373px;
	line-height:25px;
	padding-left:49px;
}
.homeMidRight {
	float:left;
	width:435px;
	clear:right;
	padding-left:30px;
	}
.homeMidRightTop {
	width:340px;
	height:120px;
	clear:right;
}
.logoContainer {
	float:left;
	margin:auto;
	width:80px;
	height:60px;
	line-height:60px;
	text-align:left;
	padding-bottom:10px;
}
.homeMidRightBottom {
	padding-top:20px;
	font-size:16px;
	color:#339FC6;
	font-weight:bold;
	clear:right;
}
.homeRecentProjects {
	clear:both;
	position:relative;
	width:900px;
	height:208px;
	padding:0 20 0 20;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	background-image: url('../../images/home_gradient.jpg');
	background-repeat:repeat-x;
}
*html .homeRecentProjects {
	clear:both;
	position:relative;
	width:940px;
	height:208px;
	padding:0 20 0 20;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	background-image: url('../../images/home_gradient.jpg');
	background-repeat:repeat-x;
}
.contactus {
	background-image: url('../../images/contact_button.jpg');
	width:161px;
	height:54px;
	border:0 none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	cursor: pointer;
}
.rewardHeaderLeft {
	width:9;
	height:28;
	float:left;
	background-image:url(../../images/yellow_white_left.jpg);
}
.rewardHeaderRight {
	margin:0;
	padding:0;
	width:9;
	height:28;
	float:left;
	background-image:url(../../images/yellow_white_right.jpg);
}

.rewardHeaderMid {
	height:25px;
	padding-top:3px;
	width:237px;
	float:left;
	padding-left:5px;
	font-style: italic;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	background-image:url(../../images/yellow_mid.jpg);
	background-repeat:repeat-x;
}
.rewardDisplayBottom {
	background-image:url(../../images/rewardgradient.jpg);
	background-repeat:repeat-y;
	background-color:#F7F7F7;
 	width: 251px;
 	height:32px;
 	text-align: left;
 	line-height: 25px;
 	font-family: Georgia,serif;
 	font-size: 18px;
 	color: #000000;
 	padding:10 0 0 10;
 	border-bottom:1px solid #EAEAEA;
}
*html .rewardDisplayBottom {
	background-image:url(../../images/rewardgradient.jpg);
	background-repeat:repeat-y;
	background-color:#F7F7F7;
 	width: 255px;
 	height:32px;
 	text-align: left;
 	line-height: 25px;
 	font-family: Georgia,serif;
 	font-size: 18px;
 	color: #000000;
 	padding:10 0 0 10;
 	border-bottom:1px solid #EAEAEA;
}

.rewardDisplayBottomBar {
	height:14px;
	width:1700px;
	background:url(../../images/bluebar.jpg) repeat-x;
	position:relative;
	float:right;
}

.rewardDisplayBox {
	float:right;
	position:relative;
}
.photoDispArea {
	background-image:url(../../images/photo_gradient.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	height:275px;
	width:594px;
	padding-top:10px;
	padding-left:5px;
	
}
*html .photoDispArea {
	background-image:url(../../images/photo_gradient.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	height:275px;
	width:600px;
	padding-top:10px;
	padding-left:5px;
	
}
.requestedPaymentsLeft {
	float:left;
	padding-left:10px;
	padding-top:15px;
	text-align:left;
	width:37%;
	height:30px;
}
.requestedPaymentsMid {
	float:left;
	padding-top:15px;
	text-align:left;
	width:30%;
	height:30px;
}
.requestedPaymentsRight {
	float:left;
	padding-top:5px;
	text-align:left;
	width:30%;
}
.addressArea {
	clear:both;
	color:#0E76BC;
	float:left;
	padding-left:10px;
	text-align:left;
	background-color:#E5E5E5;
	width:710px;
}
.accountHead {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	clear:both;
	width:540px;
	padding:0 0 10 0;
	}
	
.vendorAccountLineUnpaid{
	color:#000000;
	clear:both;
}
.campaignContainer {
	background-color:#FFF;
	height:114px;
	width:504px;
	padding:10px;
}
*html .campaignContainer {
	background-color:#FFF;
	height:114px;
	width:522px;
	padding:10px;
}
.campaignAccountDetailsPaid {
	background-image:url(../../images/gredient_greybig.jpg);
	background-repeat:repeat-x;
	clear:both;
	border-bottom : 1px solid #D7D7D7;
	border-left : 1px solid #D7D7D7;
	border-right : 1px solid #D7D7D7;
	height:134px;
	padding:8px;
	width:524px;
}
.campaignAccountDetailsUnPaid {
	background-image:url(../../images/gredient_greenbig.jpg);
	background-repeat:repeat-x;
	clear:both;
	height:134px;
	padding:8px;
	width:524px;
	border-left:1px solid #C2D8AA;
	border-bottom:1px solid #C2D8AA;
	border-right:1px solid #C2D8AA;
}

.manageCampaignAccountDetailsPaid {
	background-image:url(../../images/campaign_green_gradient.jpg);
	background-repeat:repeat-x;
	clear:both;
	height:384px;
	padding:8px;
	width:524px;
	border-left:1px solid #C2D8AA;
	border-bottom:1px solid #C2D8AA;
	border-right:1px solid #C2D8AA;
}
*html .campaignAccountDetailsPaid {
	background-image:url(../../images/gredient_greybig.jpg);
	background-repeat:repeat-x;
	clear:both;
	border-bottom : 1px solid #D7D7D7;
	border-left : 1px solid #D7D7D7;
	border-right : 1px solid #D7D7D7;
	height:134px;
	padding:8px;
	width:540px;
}
.campaignAccountDetailsPaidRejected {
	background-image:url(../../images/gredient_greybig.jpg);
	background-repeat:repeat-x;
	clear:both;
	border-bottom : 1px solid #D7D7D7;
	border-left : 1px solid #D7D7D7;
	border-right : 1px solid #D7D7D7;
	height:195px;
	padding:8px;
	width:524px;
}
*html .campaignAccountDetailsPaidRejected {
	background-image:url(../../images/gredient_greybig.jpg);
	background-repeat:repeat-x;
	clear:both;
	border-bottom : 1px solid #D7D7D7;
	border-left : 1px solid #D7D7D7;
	border-right : 1px solid #D7D7D7;
	height:195px;
	padding:8 8 0 8;
	width:540px;
}
*html .campaignAccountDetailsUnPaid {
	background-image:url(../../images/gredient_greenbig.jpg);
	background-repeat:repeat-x;
	clear:both;
	height:134px;
	padding:8px;
	width:540px;
	border-left:1px solid #C2D8AA;
	border-bottom:1px solid #C2D8AA;
	border-right:1px solid #C2D8AA;
}

*html .manageCampaignAccountDetailsPaid {
	background-image:url(../../images/campaign_green_gradient.jpg);
	background-repeat:repeat-x;
	clear:both;
	height:384px;
	padding:8 8 0 8;
	width:540px;
	border-left:1px solid #C2D8AA;
	border-bottom:1px solid #C2D8AA;
	border-right:1px solid #C2D8AA;
}
.campaignContainerGrey{
	background-color:#F5F4F2;
	height:30px;
	width:100%;
	line-height:30px;
	font-weight:bold;
}
.campaignContainerWhite{
	background-color:#FFF;
	height:30px;
	width:100%;
	line-height:30px;
	font-weight:bold;
}
.campaignContainerLeft {
	float:left;
	padding-left:10px;
}
.campaignContainerRight {
	float:right;
	padding-right:10px;
}
.manageCampaignTop {
	border-bottom:4px double #D7D7D7;
	border-top:4px double #D7D7D7;
	clear:both;
	height:90px;
	color:#000000;
	width:540px;
}
.manageCampaignContainer {
	clear:both;
	padding-top:20px;
	height:170px;
	width:100%;
}
.manageCampaignContainerLeft {
	float:left;
	width:51%;
	border-right:1px solid #D7D7D7;
	height:170px
}
.manageCampaignContainerRight {
	float:left;
	width:235px;
	height:170px;
	padding-left:10px;
}
.manageCampaignContainerRightContent {
	background-color:#F5F4F2;
	height:145px;
	width:100%;
}
.manageCampaignContainerRightContentTop {
	height:33px;
	line-height:33px;
	padding-left:10px;
	border-bottom:1px solid #D7D7D7;
	width:218px;
	padding-top:7px;
}
.manageCampaignContainerRightContentBottom {
	height:104px;
	padding-left:10px;
}

.editProjectImage {
	min-width:100px;
	max-width:340px;
	max-height:262px;
	min-height:100px;
}

*html .editProjectImage {	

}

.previewCubeImage {
	min-width:100px;
	max-width:310px;
	max-height:240px;
	min-height:100px;
	margin:auto;
}

*html .previewCubeImage {	
	height:240px;	
	width:310px;
}

.projectCubeImage {
	min-width:100px;
	max-width:420px;
	max-height:340px;
	min-height:100px;
	margin:auto;
}

*html .projectCubeImage {	
	height:340px;	
	width:420px;
}

.resourceCubeImage {
	min-width:100px;
	max-width:420px;
	max-height:340px;
	min-height:100px;
	margin:auto;
}

*html .resourceCubeImage {	
	height:340px;	
	width:420px;
}

#busy{
	position:absolute;
	z-index: 1000;
	opacity:0.5;
	background-color: #000000;
	aplha:(opacity:50);
	width:250px;
	height:285px;
	display:table;	
}
.homeRecentProjectsTop {
	color:#454545;
	height:35px;
	line-height:40px;
	width:900px;
	font-size:14px;
	border-bottom:1px solid #D2D3D4;
}
.homeRecentProjectsList {
	width:150px;
	float:left;
	font-size:11px;
	font-weight:bold;
}
.recentProjectImage {
	margin:auto;
	max-height:96px;
	max-width:126px;
	min-height:96px;
	min-width:126px;
	border: 2px solid #4F4D4E;
}
*html .recentProjectImage {
	margin:auto;
	height:96px;
	width:126px;
	border: 2px solid #4F4D4E;
}
.vendorLogoImage {
	margin:auto;
	max-height:60px;
	max-width:60px;
	min-height:30px;
	min-width:60px;
	
}

/* Add project Campaign */

.projectCampaignInfo{
	border-bottom:solid 2px #000000;
	width:850px;
	padding-bottom:10px;
}

.campaignElement {
	float: left;
	padding:10px 30px 10px 0px;
	width:250px;
}

.projectNamingStructure{
	padding: 20px 0px 0px 0px;
	border-bottom:solid 2px #000000;
	width:850px;
}

.projectRewardStructure{
	padding: 10px 0px 10px 0px;
	border-bottom:solid 2px #000000;
	width:850px;
}

.maxReward{
	padding: 10px 0px 10px 0px;
	border-bottom:solid 2px #000000;
	width:850px;
	height:15px;
}
.maxRewardValue{
	color: #303030;
	font-family: Arial, sans-serif;
	font-size: 12px;	
	line-height: 15px;
	font-weight: bold;
}

.customField{
	float: left;
	padding:0px 30px 10px 0px;
	width:175px;
}
.bake {
	position:absolute;
	margin-left:835px;
	margin-top:250px;

}
*html .bake {
	position:absolute;
	margin-left:-50px;
	margin-top:250px;

}
.couponContainer {
	margin-top:6px;
	margin-left:6px;
	height:97px;
	width:242px;
}
*html .couponContainer {
	margin-top:6px;
	margin-left:6px;
	height:97px;
	width:239px;
}
.couponContainerLeft {
	border:1px solid #D7D7D7;
	width:97px;
	height:100%;
	float:left;
}
.couponContainerRight {
	border:2px dotted #0E76BC;
	width:133px;
	height:95px;
	float:right;
}
.couponContainerInfo {
	color:#0E76BC;
	margin-top:3px;
	margin-left:3px;
	border:1px solid #0E76BC;
	width:125px;
	height:87px;
}
.couponContainerInfoTop {
	width:100%;
	height:55px;
	clear:both;
}
.couponContainerInfoTopLeft {
	text-align:right;
	float:left;
	font-size:28px;
	font-weight:bold;
	width:90px;
	margin-top:12;
	font-style:italic;
	
}
.couponContainerInfoTopRight {
	float:left;
	width:23px;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	margin-top:12;
}
.couponContainerInfoBottom {
	width:100%;
	height:20px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
.printcouponcontainer {
	background-color:#FFFFFF;
	border:2px solid #E4E6E4;
	clear:both;
	margin:20px auto 30px;
	height:435px;
	padding:25px 180px 0;
	width:575px;
	text-align:center;
	color:#000;
}
.printcouponcontainertop {
	padding-left:200px;
	height:	60px;
	clear:both;
	text-align:left;
	}
.printcouponcontainerBottom {
	height:260px;
	width:575px;
	border :1px solid #D7D7D7;
}
.printcouponinnercontainer {
	border:2px dotted #3AA2C5;
	margin-left:4px;
	margin-top:4px;
	width:563px;
	height:247px;
}
.printcouponinnercontainertop {
	margin-left:25px;
	margin-top:12px;
	width:525px;
	height:175px;
	clear:both;
}
.printcouponinnercontainerbottom {
	margin-left:4px;
	width:554px;
	height:43px;
	background-color:#F5F5F5;
	text-align:left;
	line-height:13px;
}
.printcouponlogo {
	border:2px solid #D7D7D7;
	width:173px;
	height:170px;
	float:right;
}
.printcouponoffer {
	width:345px;	
	height:110px;
	float:left;
}
.printcouponinfo {
	font-size:11px;
	width:330px;
	float:left;
	text-align:left;
}
.printcouponofferamountleft {
	float:left;
	font-family:Georgia,serif;
	font-size:90px;
	font-weight:bold;
	position:relative;
	top:-14px;
	width:150px;
	
}
.printcouponofferpercentleft {
	width:110px;
	font-family:Georgia,serif;
	font-size:105px;
	font-weight:bold;
	float:left;
	position:relative;
	top:-27px;
}
.printcouponofferright {
	float:left;
	width:175px;
	text-align:left;
	padding-left:20px;
}
.printcouponofferrighttop {
	font-family:Georgia,serif;
	font-size:55px;
	font-weight:bold;
	width:100%;
	clear:both;
}
.printcouponofferrightmid {
	font-size:16px;
	width:100%;
	clear:both;
	position:relative;
	top:-10px;
}
.printcouponofferrightbot {
	font-family:Georgia,serif;
	font-size:12px;
	width:100%;
	clear:both;
	position:relative;
	top:-10px;
	font-style:italic;
}
	

/*
	Style for cookie4project category page
*/
#categoryContent{
	width:940px;
	text-align: center;
	padding:0px 20px 0px 20px;
	margin: 20px auto 20px auto;	
}

*html #categoryContent{
	width:954px;
	text-align: center;
	padding:0px 20px 0px 20px;
	margin: 20px auto 20px auto;	
}


.categoryContainer {
	width:940px;
	color:#4F4F4F;
	text-align:center;
	background-color: #FFFFFF;
	border: solid 1px #BABABA;
}
.categoryBanner {
	background-image: url('../../images/blue_bg.jpg');
	clear:both;
	width:881px;
	height:133px;
	margin-left:-1px;
	color: #FFFFFF;
	padding: 30px;
	text-align: left;
}
*html .categoryBanner {
	background-image: url('../../images/blue_bg.jpg');
	clear:both;
	width:940px;
	height:133px;
	overflow:visible;
	background-repeat:no-repeat;
	color: #FFFFFF;
	text-align: left;
}
.categoryBannerTop {
	font-size:42px;
}
.categoryBannerMid {
	font-size:18px;
	line-height:25px;
	padding-top:10px;
}
.categoryBannerBottom {
	padding-top:15px;
	clear:right;
	font-size: 13px;
}

.categoryMid {
	clear:both;
	padding:40px 20px 0px 20px;
	width:700px;
	margin: auto;
}
.categoryMidTop {
	text-align: left;
}
.categoryMidBottom {
	padding-top:40px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;	
}

.categoryMenu {
	width:220px;
	padding-bottom:35px;	
	float:left;
	text-align:left;
}
*html .categoryMenu {
	width:220px;
	padding-bottom:10px;	
	float:left;
	text-align:left;

}
/*
	All projects page styles
*/
#allProjectsContent{
	width:900px;
	text-align: center;
	background-color: #FFFFFF;
	padding:20px 20px 0px 20px;
	margin: 20px auto 20px auto;	
}

*html #allProjectsContent{
	width:954px;
	text-align: center;
	background-color: #FFFFFF;
	padding:20px 20px 0px 20px;
	margin: 20px auto 0px auto;	
}

.allProjectsGallery{
	margin-top:20px;
	padding:20px;
}
.statscontianer {
	background-color:#FFFFFF;
	border:2px double #D7DBDA;
	overflow:auto;
	margin:0 auto;
	width:950px;
	text-align:left;
}
.campaignSpacer {
	width:100%;
	line-height:4px;
	clear:both;
}
*html .campaignSpacer {
	width:100%;
	line-height:1px;
	clear:both;
}