/* CSS Document */

h4{
	font-size:22px;
	color:#666666;
	font-weight: bold;
	margin:0;
}


/*================= CONTEST DETAILS START====================*/
#acc-detail-header{
margin-left:auto;
margin-right:auto;
border-top:3px solid #666666;
/*border-bottom:1px dotted #666666;*/
height:5px;
margin-top:10px;
margin-bottom:10px;
}
#acc-status{
float:left;
width:330px;
height:20px;
padding-top:30px;
}

#acc_nav{}
#acc_nav ul{
	margin:0px;
	padding:0px;
}
#acc_nav li{
width:190px;
/*height:40px;*/
background-color:#AEAEAE;
margin-top:1px;
padding:10px 0px 10px 10px;
list-style-type: none;
}

#acc_nav a{
color:#FFFFFF;
text-decoration:none;
font-size:18px;}

/*#acc_nav li:hover{
background-color:#FFFFFF;
text-decoration:none;
font-size:18px;}*/


#acc_nav .selected{
color:#FFFFFF;
text-decoration:none;
background-color:#575757;
border-top:2px #666666 solid;
font-size:18px;}

/*=========== Designer Activity =============*/

#designeractivity ul{
	margin:0px;
	padding:0px;
}
#designeractivity li{
width:190px;
background-color:#e7e7e7;
margin-top:1px;
padding:10px 0px 10px 10px;
list-style-type: none;
}

#designeractivity .selected{
color:#222222;
text-decoration:none;
background-color:#d6d6d6;
border-top:2px #ffffff solid;
font-size:18px;}

#designeractivity span{
float:right;
margin-right:7px;
}


/*=========== Designer Activity =============*/


/*========= my account list table=============*/

.ok a{
text-decoration:underline !important;
}

#list-table4 td{
border:0;
font-size:12px;
	color:#666666;
	vertical-align:top;
	font-family:"Trebuchet MS";
	text-align:left;
}
#list-table4 th{
	border:0;
background-color:#E4E4E4;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	height:40px;
	padding-left:3px;
	text-align:left;
}


#list-table2 th{
	border-bottom:solid 1px #666666;
	border-top:solid 3px #666666;
background-color:#E4E4E4;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	height:40px;
	padding-left:3px;
	text-align:left;
}
#list-table2 td{
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	font-size:14px;
	color:#666666;
	vertical-align:top;
	padding:6px 4px 6px 4px;
}
#list-table2 .noborderleft{
	border-left:solid 0px #6c9000;
}
#list-table2 .highlight{
background-color:#EEFAFD;
}
#list-table2 .bold{
font-weight:bold;
}
#list-table2 .highlight-bold{
background-color:#EEFAFD;
font-weight:bold;}


#list-paginate{
font-size:16px; text-align:right; padding:7px 12px; 15px 0px;}
#list-paginate a{
color:#666666;
padding:2px;
text-decoration:none;}
#list-paginate a:hover{
color:#7DA012;
text-decoration:underline;}
#list-paginate .active{
color:#a0cd18;
text-decoration:none;
font-weight:bold}
.smallfont{
font-size:11px;}

#list-rightbox{
float:left;
background-color:#EFF9FC;
width:230px;
text-decoration : none;
color:#009FC1;
font-size:14px;
margin-bottom:20px;}
#list-rightbox td{
border-bottom:1px dotted #4BB8CB;
padding:6px;}
#list-rightbox .noborders{
border:none;}
#list-rightbox th{
border-bottom:3px solid #009FC1;
background-color:#5BCAD7;
font-size:18px;
text-align:left;
padding:6px;
color:#FFFFFF;}
#list-rightbox .white{
text-decoration:none;
color:#FFFFFF;}
#list-rightbox .textfield_small{
border:1px solid #4BB8CB;
padding:4px;
color:#666666;
font-size:14px}

.form_noborder{
border:1px solid #CCCCCC;
min-height:25px;
width:250px;
font-size:14px;
color:#666666
}
.spinner
{
padding:2px;
background:#FFF url(../images/spinner.gif) center center no-repeat;
width:auto !important;
height:auto !important;
 }
#result{
text-align:center;
font-size:18px;
font-weight:bold
}
#result a{
font-size:12px;
}
.hrdotts{
border-bottom:1px dotted #999999;
}
.tbl_row1 {
background-color: #EAEAEA;
}
.tbl_row2 {
	
}

/* autocomplete for inviation*/
/* TextboxList sample CSS */
ul.holder { margin: 0; border: 1px solid #999; overflow: hidden; height:170px;overflow-y:scroll; padding: 4px 5px 0; }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; }
ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px;width:165px }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { width: 150px; margin: 0; border: none; outline: 0; padding: 3px 0 2px; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }
/* Facebook demo CSS */      
 ol li { list-style-type: none;display:inline }
 ol { font: 11px "Lucida Grande", "Verdana"; margin: 0; padding: 0; }
 ol li.input-text { margin-bottom: 10px; list-style-type: none; padding-bottom: 10px; }
 ol li.input-text label { font-weight: bold; cursor: pointer; display: block; font-size: 13px; margin-bottom: 10px; }
 ol li.input-text input { width: 750px; padding: 5px 5px 6px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #999; }
 ul.holder { width: 750px; }
 ul { margin: 0 !important }
#facebook-list ul.holder li.bit-box, #apple-list ul.holder li.bit-box { padding-right: 15px; position: relative; }

#invitationhead{
width:900px;
height:45px;
float:left;
border-bottom:1px dotted #999999;
clear:both;
}
#invitationavatar{
float:left;
width:55px;
height:40px;
vertical-align:top;
}
#invitationpostername{
float:left;
height:45px;
}

.input-label{ font-weight: bold; cursor: pointer; display: block; font-size: 13px; margin-bottom: 10px; }
.input-text{ width: 700px; padding: 5px 5px 6px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #999; }


/*autocomplete invitation end  */


/********** ClientShare Page**********/

.client-share{
	font-size: 13px;
}

.client-share h2{
	font-size: 25px;
	padding: 0 0 10px 0;
	font-weight: normal;
}
	.client-share p{
		color: #6f6f6f;
		font-size: 13px;
		margin: 0;
		padding: 0 0 15px 0;
	}
	
	.exp-link{
		width: 129px;
		height: 23px;
		background: url(../images/exp-link-bg.jpg) top left no-repeat;
		display: block;
		padding: 6px 0 0 10px;
		color: #777777 !important;
		font-weight: bold;
	}
	
	.exp-box{
		padding: 12px;
		width: 745px;
		margin-bottom: 10px;
		float: left;
		background: url(../images/exp-btm.jpg) bottom left no-repeat #eeeeee;
		display:none;
		font-size: 12px;
	}
		.cs-lab-txt{
			float: left;
			width: 183px;
			clear: left;
			margin-bottom: 25px;
		}
		.cs-brbox{
			float: left;
			width: 360px;
			height: 28px;
			padding: 4px 0 0 10px;
			background: url(../images/browse-bg.jpg) top left no-repeat;
		}
			.cs-brbox input{
				border: 0;
				width:290px;
				background:none;
			}
		.cs-tarea{
			float: left;
			width: 357px;
			height: 93px;
			padding: 12px 0 0 10px;
			background: url(tarea-bg.jpg) top left repeat-x #fff;
			margin-bottom: 15px;
			border: 1px solid #c1c1c1;
			color: #6f6f6f;
			font-family: Arial;
			font-size: 12px;
		}
			
#comp-logo-area{
	float: left;
	width: 747px;
	margin: 10px 0 10px 0;
	padding: 10px 10px 15px 10px;
	background: url(../images/comp-area-btm.jpg) bottom left repeat-x #f5f5f5;
	border-top: 1px solid #7a7a7a;
}
	#comp-logo-area h4{
		font-size: 13px;
		padding-bottom: 5px;
	}
	#comp-logo{
		float: left;
		width: 200px;
	}
	
	#comp-page-desc{
		float: left;
		width: 520px;
	}
#tools-tips{
	float: left;
	padding:  0 0 0 20px;
}
	#tools-tips li{
		clear: left;
		padding: 0 0 10px 0;
		float: left;
		display: list-item;
		list-style-type: decimal;
	}


/**********Private Messages Start**********/

#messages-wrapper{
	width: 780px;
	float: left;
	margin: 0;
	padding: 0;
}
	#mes-tabs{
		float: left;
		width: 500px;
		margin: 0;
		padding: 0 0 0 6px;
		list-style: none;
		z-index: 5;
		position: relative;
	}
	#mes-tabs li{
		float: left;
		padding: 0 5px 0 0;
	}
		#mes-tabs li a{
			width: 115px;
			display: block;
			height: 27px;
			text-align: center;
			border-top: 1px #d4d4d4 solid;
			border-right: 1px #d4d4d4 solid;
			border-left: 1px #d4d4d4 solid;
			color: #363636;
			padding: 8px 0 0 0;
			background: -moz-linear-gradient(center top , #fff, #d4d4d4);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#255255255);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=#255255255)";
			border-radius: 5px 5px 0 0;
			font-size:12px;
		}

		
		
			#mes-tabs li.select-tab a{
				background: #fff;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=white);
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=white, endColorstr=white)";
			}
			#mes-tabs li a:hover{
				text-decoration: none !important;
			}
			
#mes-search{
	width: 177px;
	height: 25px;
	float: right;
	margin: 0;
	padding: 11px 0 0 16px;
	background: url(../images/search-bg.jpg) top left no-repeat;
}
	#mes-search input{
		border: 0;
		background: none;
		font-size: 11px;
		color: #7f7f7f;
	}

.messages-container{
	width: 768px;
	float: left;
	margin: -1px 0 20px 0;
	padding: 6px;
	border: 1px solid #d4d4d4;
	clear: left;
	z-index: 4;
}
	.messages-container a{
		color: #24afc0 !important;
	}

#title-bar{
	margin: 0 0 8px 0;
	padding: 5px 0 0 11px;
	float: left;
	height: 20px;
	width: 757px;
	background-color: #f4f4f4;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	font-size: 11px;
	font-weight: bold;
}
	.title-seq{
		float: right;
		background-image: url(../images/down-arr.jpg);
		background-repeat: no-repeat;
		background-position: right 6px;
		padding-right: 10px;
		margin-right: 13px;
	}
	
.mess-wrap{
	margin: 0 0 2px 0;
	padding: 6px 13px 9px 12px;
	float: left;
	width: 743px;
	border-bottom: 1px solid #d0d0d0;
	clear: left;
}

	.new-message{
		background-color: #dff4f6;
		border-bottom: 1px solid #a2dce2;
	}
	.mess-cb{
		float: left;
		margin-right: 6px;
	}
	.avatar{
		float: left;
		margin: 0;
		padding: 0;
		width: 85px;
	}
	.message{
		float: right;
		width: 515px;
		margin: 0;
		padding: 0;
	}
		.message h4{
			font-size: 13px;
		}
		.message p{
			font-size: 13px;
			margin: 0;
			padding: 0 0 13px 0;
		}
		.message a{
			color: #727272 !important;
		}
		.bl-clr{
			color: #02a3b6;
		}
		.mess-options{
			font-size: 11px !important;
			font-family: verdana;
			padding: 0 !important;
		}
	.mess-date{
		float: right;
		width: 130px;
		text-align: right;
		font-weight: bold;
		font-size: 12px;
	}
	
.paging{
	float: left;
	margin: 0 0 0 290px !important;
	display: inline;
	padding: 10px 10px 15px 0;
	list-style: none;
	font-size: 13px;
}
	.paging li{
		float: left;
		display: inline;
		margin: 0 4px 0 0;
	}
		.paging li a{
			display: block;
			padding: 3px 6px 3px 6px;
			text-decoration: none;
			float: left;
			border: 1px solid #e5e5e5 !important;
			text-align: center;
		}
		.paging li a:hover, .paging li a.active{
			color: #fff !important;
			border: 1px solid #0460a1;
			background-color: #02a3b6;
			text-decoration: none !important;
		}
		
.acc-subnav{
	background-color: #efefef !important;
	border-top: 1px solid #d7d7d7 !important;
	border-left: 1px solid #d7d7d7 !important;
	border-right: 1px solid #d7d7d7 !important;
	padding-left: 8px !important;
	margin-top: 0px !important;
}
	.acc-subnav a{
		color: #000 !important;
		font-size: 13px !important;
	}
	.acc-sub-active{
		background-color: #fff !important;
	}

	
.msg-icons{
	float: left;
	margin-right: 6px;
}
	
.msg-form{
	float: left;
	margin: 0;
	padding: 0;
	width: 768px;
}
	
#del-btn{
	float: left;
	width: 67px;
	height: 23px;
	background: url(../images/del-btn.jpg) top left no-repeat;
	margin: 0 0 10px 0;
	border: 0;
}

#messaging{
	float: left;
	margin: 0;
	padding: 0;
	width: 768px;
	list-style: none;
}
	#messaging li{
		float: left;
		width: 740px;
		clear: both;
		border-bottom: 1px solid #d0d0d0;
		padding: 8px 16px 0 12px;
		font-size: 13px;
	}
		#messaging li.msg-ms{
			background-color: #f9f9f9;
		}
		.messaging-msg h4{
			padding-bottom: 10px !important;
			font-size: 13px !important;
		}
		.messaging-msg p{
			padding: 0 0 10px 0 !important;
			margin: 0 !important;
		}
		.messaging-msg{
			float: left;
			width: 540px;
			margin: 0;
			padding: 0;			
		}
		.msg-avatar{
			float: left;
			margin: 0 10px 10px 0;
		}
		
	#wrt-msg{
		float: left;
		margin: 0;
		width: 742px;
		background-color: #f9f9f9;
		padding: 13px;
		margin-top: 8px;
	}
		#wrt-msg h2{
			font-size: 13px;
			margin-bottom: 8px;
		}
		
		.msg-inp{
			float: left;
			padding: 8px;
			background-color: #fff;
			border: 1px solid #d0d0d0;
			width: 720px;
			font-size: 13px;
			color: #7d7c7c;
			font-family: Arial;
			margin: 0 0 8px 0 !important;
		}
		#wrt-msg textarea{
			float: left;
			padding: 8px;
			background-color: #fff;
			border: 1px solid #d0d0d0;
			width: 723px;
			font-size: 13px;
			color: #7d7c7c;
			font-family: Arial;
			/*height: 100px;*/
		}
		#wrt-msg input{
			margin-top: 8px;
		}
		#del-btn:active{
	background: url(../images/del-btn-ovr.jpg) top left no-repeat;
}


.preloader {
  padding:2px;
  background:#FFF url(../images/preloader.gif) center center no-repeat;
  width:auto;
  height:300px;
  z-index:1;
}

/**********Private Messages End**********/
