.searchBoxContainer{
	float:right;
	margin-top:12px;
}
.searchFrm{
	margin:0 0 0 0;
}
.searchFld{
	width:175px;
	height:20px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding-left:20px;
	font-size:14px;
	background-image:url(/it/img/searchIcon.png);
	background-repeat:no-repeat;
	border:1px solid #CCC;
	background-color:#CCC;
	float:right;
}
.searchFld:focus{
	background-image:url(/it/img/searchIconFocus.png);
	background-repeat:no-repeat;
	border:1px solid #FFF;
	background-color:#FFF;
	outline:none;
}
.searchBtn{
	font-weight:bold;
	font-size: 12px;
	color: #CCC;
	height:24px;
	border:#aebcbf;
	/*padding: 6px 16px;*/
	background: rgb(174,188,191); /* Old browsers */
background: -moz-linear-gradient(top, rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(12,22,34,1) 51%, rgba(12,22,34,1) 51%, rgba(142,142,142,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(51%,rgba(12,22,34,1)), color-stop(51%,rgba(12,22,34,1)), color-stop(99%,rgba(142,142,142,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(12,22,34,1) 51%,rgba(12,22,34,1) 51%,rgba(142,142,142,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(12,22,34,1) 51%,rgba(12,22,34,1) 51%,rgba(142,142,142,1) 99%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(12,22,34,1) 51%,rgba(12,22,34,1) 51%,rgba(142,142,142,1) 99%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#8e8e8e',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(12,22,34,1) 51%,rgba(12,22,34,1) 51%,rgba(142,142,142,1) 99%); /* W3C */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
		float:right;
		cursor:pointer;
		float:right;
		margin-left:5px;
}
.signInBtnCon{
	float:right;
	padding-left:20px;
	margin:10px 0 0 20px;
	border-left:#4d5347 1px dotted;
	height:30px;
}
.signInBtn{
	margin-top:2px;
	font-weight:bold;
	font-size: 12px;
	color: #000;
	height:24px;
	padding:0 5px 0 5px;
	border:#aebcbf;
	text-decoration:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color:#9ca7a3;
	line-height:24px;
	cursor:pointer;
}
.signInBtn:Hover{
	background-color:#d0d9d6;
}
.profileBtn{
	margin-top:2px;
	font-weight:bold;
	font-size: 12px;
	color: #000;
	height:24px;
	padding:0 25px 0 5px;
	border:#aebcbf;
	text-decoration:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color:#9ca7a3;
	line-height:24px;
	cursor:pointer;
	background-image:url(/it/img/profileArrowDown.png);
	background-position:right;
	background-repeat:no-repeat;	
}
.profileBtnClicked{
	-o-border-radius-topleft: 4px;
	-o-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top:2px;
	font-weight:bold;
	font-size: 12px;
	color: #000;
	height:24px;
	padding:0 25px 0 5px;
	border:#aebcbf;
	text-decoration:none;
	background-color:#c2c6af;
	line-height:24px;
	cursor:pointer;
	background-image:url(/it/img/profileArrowUp.png);
	background-position:right;
	background-repeat:no-repeat;	
}
#profileMenuCon{
	margin-left:2px;
	visibility:hidden;
	display:none;
	position:absolute;
	width:150px;
	height:100px;
	
	background-color:#c2c6af;
	-o-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	
	-o-border-radius-bottomleft: 4px;
	-o-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-box-shadow:
		-2px 3px 4px rgba(000,000,000,0.3);
	-webkit-box-shadow:
		-2px 3px 4px rgba(000,000,000,0.3);
}
.profileMenuItem{
	margin-top:4px;
}
.profileMenuItem a{
	padding:2px 5px 2px 5px;
	color:#000;
	text-decoration:none;
	font-size:11px;
	display:block;
}
.profileMenuItem a:Hover{
	background-color:#CCC;
}
#topBar{
	height:50px;
background: rgb(44,48,47); /* Old browsers */
background: -moz-linear-gradient(top, rgba(44,48,47,1) 0%, rgba(19,27,30,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,48,47,1)), color-stop(100%,rgba(19,27,30,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(44,48,47,1) 0%,rgba(19,27,30,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(44,48,47,1) 0%,rgba(19,27,30,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(44,48,47,1) 0%,rgba(19,27,30,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c302f', endColorstr='#131b1e',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(44,48,47,1) 0%,rgba(19,27,30,1) 100%); /* W3C */

	-o-box-shadow: 0px 0px 100px #fff;
	-moz-box-shadow: 0px 0px 100px #fff;
	-webkit-box-shadow: 0px 0px 100px #fff;
	box-shadow: 0px 0px 100px #fff;
	margin:0 0 0 0;
}
#topBarContainer h1{
	float:left;
	line-height:50px;
    margin:0 0 0 0;
    padding: 0 0 0 0;
	color:#FFF;
}
#topBarContainer{
	margin:0px auto;
	width:925px;
}
#loginContainer{
	width:500px;
	background-color:#FFF;
	margin:0px auto;
	margin-top:25px;
	-moz-box-shadow:
		0px 1px 10px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 10px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
}
#loginHeader{
font: -webkit-small-control;
background: rgb(156,167,163); /* Old browsers */
background: -moz-linear-gradient(top, rgba(156,167,163,1) 0%, rgba(12,22,34,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,167,163,1)), color-stop(100%,rgba(12,22,34,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(156,167,163,1) 0%,rgba(12,22,34,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(156,167,163,1) 0%,rgba(12,22,34,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(156,167,163,1) 0%,rgba(12,22,34,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ca7a3', endColorstr='#0c1622',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(156,167,163,1) 0%,rgba(12,22,34,1) 100%); /* W3C */

	height:40px;
	
	padding-left:15px;
	font-size:26px;
	font-weight:bold;
	line-height:40px;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}
.loginFieldCon{
	padding:15px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #c9c9c9;
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243,243,243,1) 1%, rgba(235,235,235,1) 50%, rgba(228,228,228,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(243,243,243,1)), color-stop(50%,rgba(235,235,235,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(243,243,243,1) 1%,rgba(235,235,235,1) 50%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(243,243,243,1) 1%,rgba(235,235,235,1) 50%,rgba(228,228,228,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(243,243,243,1) 1%,rgba(235,235,235,1) 50%,rgba(228,228,228,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(243,243,243,1) 1%,rgba(235,235,235,1) 50%,rgba(228,228,228,1) 100%); /* W3C */
	
	clear:both;
}
.loginLabel{
	font: -webkit-small-control;
	float:left;
	width:150px;
	color:#454545;
	font-size:18px;
	text-shadow: 1px 1px 1px #FFF;
	margin-top:10px;

}
.loginFieldCon input:focus{
	background:none;
	background-color:#FFF;
	outline:none;
}
.loginField{
	float:right;
	width:250px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:10px;
	font-size:18px;
	background: rgb(235,235,235); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 1%, rgba(225,225,225,1) 50%, rgba(213,213,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(235,235,235,1)), color-stop(50%,rgba(225,225,225,1)), color-stop(100%,rgba(213,213,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 1%,rgba(225,225,225,1) 50%,rgba(213,213,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(235,235,235,1) 1%,rgba(225,225,225,1) 50%,rgba(213,213,213,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 1%,rgba(225,225,225,1) 50%,rgba(213,213,213,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(235,235,235,1) 1%,rgba(225,225,225,1) 50%,rgba(213,213,213,1) 100%); /* W3C */

}
#loginErrorCon{
	width:500px;
	margin:0px auto;
	margin-top:20px;
	padding:5px 0 5px 0;
}
#loginErrorCon span{
	font: -webkit-small-control;
	color:#c00405;
	font-size:12px;
	padding-left:15px;
}
#loginBtnCon{
	width:500px;
	margin:0px auto;
	margin-top:5px;
}

.loginMsgCon {
    width: 500px;
    margin: 0px auto;
    margin-top: 10px;
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 18px;
    min-height: 20px;
}

.loginButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #050505;
	padding: 6px 16px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 45%,
		#dbdbdb 55%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.45, #ebebeb),
		color-stop(0.55, #dbdbdb),
		to(#b5b5b5));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
		float:right;
		cursor:pointer;
}
#RegisterContainer{
	width:500px;
	background-color:#FFF;
	margin:0px auto;
	margin-top:25px;
	-moz-box-shadow:
		0px 1px 10px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 10px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
}
#RegisterHeader{
	
background: rgb(156,167,163); /* Old browsers */
background: -moz-linear-gradient(top, rgba(156,167,163,1) 0%, rgba(12,22,34,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,167,163,1)), color-stop(100%,rgba(12,22,34,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(156,167,163,1) 0%,rgba(12,22,34,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(156,167,163,1) 0%,rgba(12,22,34,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(156,167,163,1) 0%,rgba(12,22,34,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ca7a3', endColorstr='#0c1622',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(156,167,163,1) 0%,rgba(12,22,34,1) 100%); /* W3C */

	height:40px;
	
	padding-left:15px;
	font-size:26px;
	font-weight:bold;
	line-height:40px;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}
.RegisterFieldCon{
	padding:15px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #c9c9c9;
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(243,243,243,1) 1%, rgba(235,235,235,1) 50%, rgba(228,228,228,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(243,243,243,1)), color-stop(50%,rgba(235,235,235,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(243,243,243,1) 1%,rgba(235,235,235,1) 50%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(243,243,243,1) 1%,rgba(235,235,235,1) 50%,rgba(228,228,228,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(243,243,243,1) 1%,rgba(235,235,235,1) 50%,rgba(228,228,228,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(243,243,243,1) 1%,rgba(235,235,235,1) 50%,rgba(228,228,228,1) 100%); /* W3C */
	
	clear:both;
}
.RegisterLabel{
	float:left;
	width:150px;
	color:#454545;
	font-size:18px;
	text-shadow: 1px 1px 1px #FFF;
	margin-top:10px;
}
.RegisterFieldCon input:focus{
	background:none;
	background-color:#FFF;
	outline:none;
}
.RegisterField{
	float:right;
	width:250px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:10px;
	font-size:18px;
	background: rgb(235,235,235); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 1%, rgba(225,225,225,1) 50%, rgba(213,213,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(235,235,235,1)), color-stop(50%,rgba(225,225,225,1)), color-stop(100%,rgba(213,213,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 1%,rgba(225,225,225,1) 50%,rgba(213,213,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(235,235,235,1) 1%,rgba(225,225,225,1) 50%,rgba(213,213,213,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 1%,rgba(225,225,225,1) 50%,rgba(213,213,213,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(235,235,235,1) 1%,rgba(225,225,225,1) 50%,rgba(213,213,213,1) 100%); /* W3C */

}
#RegisterBtnCon{
	width:500px;
	margin:0px auto;
	margin-top:20px;
}
.RegisterButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #050505;
	padding: 6px 16px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 45%,
		#dbdbdb 55%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.45, #ebebeb),
		color-stop(0.55, #dbdbdb),
		to(#b5b5b5));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
		float:right;
		cursor:pointer;
}
.RegisterFldInfo{
	clear:both;
	font-style:italic;
	font-size:12px;
	color:#999;
	text-align:right;
}
#RegisterErrorCon{
	width:500px;
	margin:0px auto;
	margin-top:20px;
	padding:5px 0 5px 0;
}
#RegisterErrorCon span{
	color:#c00405;
	font-size:14px;
	padding-left:15px;
}

#bodyContainer{
	margin:0px auto;
	width:925px;
	margin-top:10px;
}
#mainSection{
	width:700px;
	float:left;
}
#mainAside{
	width:200px;
	float:right;
}
.clearIt{
	clear:both;
	visibility:hidden;
}
.whiteCell{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5);
		padding:10px;
		background-color:#FFFFFF;
}
.whiteCell div{

}
.whiteCell h1{
	color:#2c302f;
	font-size:24px;
}
.whiteCell h2{
	font-weight:normal;
	font-style:italic;
	color:#9ca7a3;
	font-size:18px;
}
.floatLeft{
	float:left;
}
.signUpBtnOne{
	font-size: 16px;
	font-weight:bold;
	color: #0c1622;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#d0d9d6 0%,
		#5dcda8);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#d0d9d6),
		to(#5dcda8));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	cursor:pointer;
	float:right;
}
#profileSection{
	float:left;
	width:175px;
	margin-right:25px
}
#profileSectionMain{
	width:525px;
	float:left;
}
#profileAside{
	float:right;
	width:200px;
}
#profileImgCon{
	overflow-x:hidden;
	border: 1px solid #9ca7a3;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5);
	background-color:#FFFFFF;
	text-align:center;
}
#profileImgCon img{
	
}
/*For the application*/
#app_topBar{

}
.cmcLogo {
	display:block;
	width:250px;
	height:78px;
	text-indent:-5000px;
	background-image: url(../assets/PNG/Cablecraft-logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left:5px;
	padding-top:5px;
	margin-left:5px;
	margin-top:5px;
}