/************************Background*****************************/

.whiteBg {
	background-color: #F8F8F8;
}

.whiteBgText {
	text-align: center;
}
.whiteBg2 {
	text-align: left;
	background-color: #FFF;
	width: 50%;
	margin: 70px auto 120px;
}

.blackBg {
	background-color: #000;
}
.blueBg {
	background-color: #13B2F4;
}

.darkBlueBg {
	background-image: url(../img/bluebg.png);
	min-height: 51px;
	/*line-height: 51px;*/
	line-height:2;
	padding-left: 20px !important;
}

.darkBlueHm {
	background-image: url(../img/bluebg.png);
}
.darkBlueHm h2 {
	margin: 0;
	padding: 20px 15px 5px;
}

.lightBlueBg {
	background-color: #abddf3;
}

.greyBg {
	background-color: #999;
}

.lightGreyBg {
	background-color: #f1f1f1;
}

.lightGreyBgNews {
	background-color: #e9e8e8; 
}

.pinkBg {
	background-image: url(../img/pinkbg.png);
	min-height: 51px;
	/*line-height: 51px;*/
	line-height:2;
	padding-left: 20px !important;
	padding-top:2px;
}

.pinkBgComments {
	background-image: url(../img/pinkbg.png);
	min-height: 40px;
	/*line-height: 51px;*/
	line-height:2;
	padding-left: 20px !important;
	padding-top:2px;
}

.darkBlueCornerBg {
	background-image: url(../img/blue_title_corner.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.darkPinkBg {
	background-image: url(../img/pinkbg.png);
	height: 51px; 
	line-height: 51px;
	padding-left: 20px !important;
}

.darkPinkCornerBg {
	background-image: url(../img/pink_title_corner.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.darkPinkCornerBgNews {
	background-image: url(../img/pink_title_corner.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom:20px;
}


.pinkCornerBg {
	background-image: url(../img/pink_title_corner.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.pinkStripeBg {
	background-image: url(../img/pink_stripe_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 10px 30px 10px 20px;
}

.pinkStripeBg .submit input.greenBtn,
.blueStripeBg .submit .greenBtn,
#home #newsletterSignup .greenBtn  {
	margin-top: 0;
	width: inherit;
	height: inherit;
}

.blueStripeBg {
	background-image: url(../img/blue_stripe_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 10px 30px 10px 20px;
}

.pinkStripeBg div,
.blueStripeBg div {
	padding-top: 5px;
}

strong.sp {
	width: 100px;
}

#BookEventIndexForm input {
	width: 270px;
}

#BookEventIndexForm input.greenBtn {
	width: 280px;
}

#BookEventIndexForm img {
	vertical-align: middle;
}

#BookEventIndexForm input,
#BookEventIndexForm select {
	margin-bottom: 10px;
}

#advice .darkBlueBg .relative,
#about .darkBlueBg .relative,
#caseStudies .darkBlueBg .relative,
#resources .darkBlueBg .relative,
#news .darkBlueBg .relative,
#contact .darkBlueBg .relative,
#events .darkBlueBg .relative,
#jobs .darkBlueBg .relative {
	line-height: 20px;
	padding-top: 5px;
}
#advice .darkBlueBg p.bold,
#caseStudies .darkBlueBg p.bold,
#resources .darkBlueBg p.bold,
#news .darkBlueBg p.bold,
#contact .darkBlueBg p.bold,
#events .darkBlueBg p.bold,
#jobs .darkBlueBg p.bold {
	font-size: 12px;
}
#advice .darkBlueBg a,
#caseStudies .darkBlueBg a,
#resources .darkBlueBg a,
#news .darkBlueBg a,
#contact .darkBlueBg a,
#events .darkBlueBg a,
#jobs .darkBlueBg a {
	display: inline;
	vertical-align: inherit;
}
#advice .darkBlueBg h2,
#about .darkBlueBg h2,
#caseStudies .darkBlueBg h2,
#resources .darkBlueBg h2,
#news .darkBlueBg h2,
#contact .darkBlueBg h2,
#events .darkBlueBg h2,
#jobs .darkBlueBg h2 {
	margin: 0;
}



/************************Text***************************/


a {
	text-decoration: none;
	outline: none;
	color: #0fa1ea;
	cursor: pointer;
}

a:hover {
	color: #069;
}

a.cancel {
	text-decoration:underline;
	outline: none;
	color: #000;
	cursor: pointer;
	position:relative;
	margin-left:80px;
}

a.cancel:hover {
	color: #000;
}

h1 {
	margin: 0;
	padding: 6px 0;
	font-size: 22px;
}

h2 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
}

h2.marg {
	margin: 5px 0;
}
.padding h2 {
	margin: 10px 0 10px 0;
	font-size: 20px;
}
h2.nomarg {
	margin: 0;
}
.loggedin h2 {
	font-size: 30px;
	color: #FFF;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #555;
	display: block;
	margin: 0;
}

.interests h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}
/* h3 {
	margin: 20px 0 0 0;
	font-size: 20px;
	font-weight: bold;
} */

h4 {
	margin: 0;
	padding: 3px 0;
	font-size: 14px;
}


p {
	margin: 0;
	padding: 15px 0 0 0;
/*	line-height: 20px; */
}

p.sub {
	padding: 0 0 15px 0;
}

p.subpage {
	padding: 10px 0 10px 0;
	display: block;
	line-height: 14px;
}

.ed p {
	padding: 0 0 5px 0;
}

.white {
	color: #FFF;
}
.white span {
	/*color: #616161;*/
}

	a.white:hover {
		color: #CCC;
	}

.blue {
	color: #005375;
}

.lightblue {
	color: #13b2f4;
}

.dark_blue {
	color: #005375;
	font-weight: bold;
}

.grey {
	color: #616161;
}

	a.grey:hover {
		color: #000000;
	}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.italic {
	font-style:italic;
}

.alignCenter {
	text-align: center;
	word-wrap: break-word;
}

.alignRight {
	text-align: right;
}

.underlined {
	text-decoration: underline;
}

.small {
	font-size: 11px;
}

.bigg {
	font-size: 15px;
	padding-top:5px;
}

.big {
	font-size: 16px!important;
}

.bigger {
	font-size: 18px;
}

.biggest {
	font-size: 20px;
/*	margin-top: 20px; */
}

.subtitle {
	padding-left: 25px;
}

.name {
	font-size: 28px;
	color: #555;
	font-weight: bold;
	padding: 0 !important;
}

.username {
	color: #2db3fa;
	font-size: 13px;
	font-weight: bold;
}

.contacts span {
	float: right;
	width: 200px;
}

#jobs img.trafficlight_empty,
#users img.trafficlight_empty {
	border: none;
	margin: 0;
}

/************************Misc*****************************/

.overflowa {
	overflow: auto;
}
.curspoint {
	cursor: pointer;
}
.hide {
	display: none;
}

.show {
	display: block;
}

.clr {
	clear: both;
}

.left {
	float: left!important;
}

.minileft {
	float: left;
	width: 195px;
}

.right {
	float: right!important;	
}

.rightm {
	float: right;
	text-align: left;
	width: 350px;
}

.rights {
	float: right;
	text-align: left;
	width: 292px;
}

.center {
	margin-left: auto!important;
	margin-right: auto!important;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.noPadding {
	padding: 0!important;
}

.noMargin {
	margin: 0!important;
}

.noStyleList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.marginTop {
	margin-top: 8px;
}

.marginTop2 {
	margin-top: 20px;
}


.marginBottom {
	margin-bottom: 8px;
}

.paddingLeft {
	padding-left: 20px;
}

.paddingLeftComments {
	padding-left: 0px;
}

.paddingLeftbig {
	padding-left: 30px;
}

.paddingRight {
	padding-right: 15px;
}

.paddingTop {
	padding-top: 15px;
}

.minipaddingTop {
	padding-top: 5px;
}

.paddingBottom {
	padding-bottom: 15px;
}

.padding {
	padding: 15px;
}

#forgot .paddingLeft {
	padding-left:35px;
}

#forgot .paddingRight {
	padding-right:35px;
}

.marginRight {
	margin-right: 20px;
}

.marginLeft {
	margin-left: 25px;
}

.doublepad {
	padding-top: 10px;
	padding-bottom: 10px;
}

.inline {
	display: inline-block;
}

.totheight {
	height: inherit;
}

.alignleft {
	float: left; margin: 0 10px 10px 0;
}

.noFloat {
	float: none!important;
}

.cleanForm label{
	display: block;
/*	margin-top: 5px;
	margin-bottom: 5px; */
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}

.cleanForm input,
.cleanForm select,
.cleanForm textarea{
	margin-left: 0;
}
	
.cleanForm .bodyInputText {
	width: 600px;
	height: 200px;
}

.cleanForm2 label{
	display: inline-block;
/*	margin-top: 5px;
	margin-bottom: 5px; */
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}

.cleanForm2 input,
.cleanForm2 select,
.cleanForm2 textarea{
	margin-left: 0;
}
	
.cleanForm2 .bodyInputText {
	width: 600px;
	height: 200px;
}

.gray,
.grayl {
	background: #F0EDED;
	width: 301px;
	height: 20px;
	display: block;
	vertical-align: middle;
	padding: 5px;
	margin: 0 0 10px 0;
	float: right;
	line-height: 20px;
}

.grayl {
	float: left;
}

.pinkBtnS{
	background-color: #ff0048;
	border-bottom: 1px #525252 solid;
	border-right: 1px #525252 solid;
	border-top: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	font-size: 13px;
	height: 30px;
	line-height: 25px;
	padding: 0 8px !important;
	text-align: center;
	vertical-align: middle;
	display: block;
}


.pinkBtn,
.pinkBtn2,
.pinkBtnL,
.pinkBtninvite {
	background-color: #ff0048;
	border-bottom: 1px #525252 solid;
	border-right: 1px #525252 solid;
	border-top: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	padding: 0 8px !important;
	text-align: center;
	vertical-align: middle;
	display: block;
	}

	.pinkBtn:hover,
	.pinkBtn2:hover,
	.pinkBtnL:hover,
	.pinkBtninvite:hover {
		color: #FFF;
		background-color: #C03;
	}
	
	.featuredCaseStudies .pinkBtn,
	.latestCaseStudies .pinkBtn {
		width: 150px;
	}
	
	
	.featuredCaseStudies .pinkBtn2,
	.latestCaseStudies .pinkBtn2 {
		width: 150px;
	}
	
.pinkBtnL {
	width: 100%;
	height: 41px;
}

.CommentViewForm .pinkBtn{
margin-top:20px;	
}
.jobview .pinkBtn {
	display: inline;
	padding: 5px!important;
}

.datecontainer .pinkBtn {
	height: 24px !important;
    line-height: 24px !important;
    margin-left: 170px;
    width: 66px;
}
.pinkBtninvite {
	margin-left:auto;
	margin-right:auto;
	width: 250px;
	margin-top: 100px;
}

#usertable .odd .pinkBtn,
#usertable .even .pinkBtn {
	font-weight: normal;
}

.latestVacancies .pinkBtn,
.featuredVacancies .pinkBtn,
#home .pinkBtn {
	/*width:180px;*/
	height: 30px;
	line-height: 30px;
}

.smallBtn {
	height: 29px;
	line-height: 29px;
}

.closeacc .submit {
	width: 174px;
	float: right;
	margin-left: 10px;
}
.closeacc .submit .pinkBtn {
	width: 100px;
}

.closeacc {
	min-height: 220px;
	width: 430px;
}

.bbb,
.blb,
.bbl,
.blr {
	width: 281px;
	height: 41px;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	line-height: 41px;
	background-image: url(../img/arrowd.png);
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	border-bottom: 1px #525252 solid;
	border-right: 1px #525252 solid;
	border-top: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
	margin-bottom: 5px;
}

.bbb {
	background-color: #005375;
}
.blb {
	background-color: #12b2f4;
}

.bbb:hover {
    color: #FFF;
	background-color: #12b2f4;
}
.blb:hover {
    color: #FFF;
	background-color: #abddf3;
}

.bbl {
	background-image: url(../img/arrowl.png);
	background-position: left center;
	float: left;
	background-color: #005375;
	padding-left: 50px;
	margin-right:20px;
	width:240px;
}

.blr {
	background-image: url(../img/arrowr.png);
	background-position: right center;
	float: right;
	background-color: #12b2f4;
	width: 160px;
}

.bbl:hover {
    background-color: #16252d;
    color: #FFF;
}

.blr:hover {
    background-color: #abddf3;
    color: #FFF;
}

#type_link,
#type_email {
	width: 305px;
}

.invitefriend {
	background: url(../img/invite.png) top left no-repeat;
	width: 319px;
	height: 279px;
}

.invitefriend .submit {
	margin-top: 100px;
}

.greenBtn,
.greenBtnmin,
.grayBtn {
	background-color: #1ab655;
	border-bottom: 1px #525252 solid;
	border-right: 1px #525252 solid;
	border-top: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	padding: 3px 5px;
	font-size: 13px;
	line-height: 18px;
}

.greenBtn:hover,
.greenBtnmin:hover {
		color: #FFF;
		background-color: #093;
	}

#users .greenBtn,
#jobs .greenBtn,
.submit .greenBtn,
.addNews .greenBtn,
#events .greenBtn,
.greenBtnmin, 
.grayBtn,
.blueBtn2{
	width: 100%;
	height: 41px;
	margin-top: 20px;
}	

.greenBtnmin {
	width: 430px;
	display: inline-block;
	float: left;
}

.grayBtn {
	width: 200px;
	background: #D7D7D7;
	display: inline-block;
}

.grayBtn:hover {
	background: #CCC;
}

.blueBtn2 {
	width: 200px;
	background: #005375;
	display: inline-block;
	color:#fff;
	border-bottom: 1px #525252 solid;
	border-right: 1px #525252 solid;
	border-top: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
	font-weight: bold;
	cursor: pointer;
}

.blueBtn2:hover {
	background: #16252d;
}

.blueBtn {
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
	background: #005375 url(../img/+.png) top left no-repeat;
	height: 41px;
	line-height: 41px;
	padding-left: 40px;
	display: block;
	cursor: pointer;
	float: right;
	border-bottom: 1px #525252 solid;
	border-right: 1px #525252 solid;
	border-top: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
}


.blueBtnpad,
.bluelightBtnpad {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	background: #005375;
	padding: 10px 20px;
	display: block;
	cursor: pointer;
	border-bottom: 1px #525252 solid;
	border-right: 1px #525252 solid;
	border-top: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
}

.blueBtnpads {
	padding:3px 10px;
}

.blueBtnpad {
	margin-right: 20px;
}

.bluelightBtnpad {
	background: #12b2f4;
}

.blueBtn:hover {
	background: #16252d url(../img/+.png) top left no-repeat;
	color:#FFF;
}
.blueBtnpad:hover,
.bluelightBtnpad:hover {
	background: #16252d;
	color:#FFF;
}
.darkBlueBtn {
	background-color: #16252d;
	border-bottom: 1px #525252 solid;
	border-right: 1px #525252 solid;
	border-top: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	padding: 2px 5px 3px 5px;
	font-size: 13px;
	line-height: 18px;
/*	height: 22px; */
}
.lightGreenBtn {
	background-color: #57b62d;
	border-bottom: 1px #6bbf46 solid;
	border-right: 1px #b7d7a0 solid;
	border-top: 1px #86cb68 solid;
	border-left: 1px #86cb68 solid;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	padding: 3px 5px;
	font-size: 13px;
	line-height: 18px;
	height: 22px;
}

	.darkBlueBtn:hover {
		color: #FFF;
		background-color: #000;
	}
	
.searchsub {
background:#1ab655; 
height:30px; 
width:160px; 
color:#FFF; 
text-align:center; 
font-weight:bold; 
cursor:pointer;
}
.searchsub:hover {
background:#093; 
}
	
.fullWidth {
	width: 100%!important;
}

input.fullWidth {
	width: 97%!important;
}

#searchcompany input[type=text],
#searchcareer input[type=text],
#searchstudent input[type=text] {
	width: 450px;
	margin-right: ;
}

.comp {
	width: 300px;
	display: inline-block;
	*display: inline; /* for IE7*/
	zoom:1; /* for IE7*/
	height: 98px;
	margin: 0 0 32px 5px;
	font-size: 15px;
	vertical-align:top;
}
.comp img {
	border: 1px solid #A2A2A2;
	margin-right: 8px;
	/*width: 96px; sorry Rosario  I comment this:http://demo.notgoingtouni.co.uk/profiles/index/ [ Mostafa]
	height: 96px;*/
}
.comp b {
	color: #13b2f4;
	display: block;
}
.comp p {
	padding: 0 0 5px 0;
	min-height: 59px;
}
.comp a.darkBlueBtn {
	background-color: #00425f;
	width: 59px;
	height: 32px;
	display: block;
	line-height: 32px;
	text-align: center;
	padding: 0;
}
.comp a.darkBlueBtn:hover {
	background-color: #16252d;
}
.comp .txt {
	height: 98px;
	padding-left: 105px;
	*padding-left:10px; /* for IE7*/
}

#dynamicInput2 input[type=text], 
#dynamicInput2 input[type=password] {
	width: 100%;
}
.advertising {
	padding: 7px;
}
.advertising .mpu {
	width: 300px;
	height: 250px;
	background-color: #666;
	color: #FFF;
	
}

.overline,
.overlined {
	border-top: 1px solid #f395a1;
	display: block;
	padding-top: 10px!important;
	margin-top: 10px!important;
}
.overlined {
	border-top: 1px solid #C7C7C7;
	padding-top: 0!important;
}
.breadCrumbs {
	top: 8px;
	right: 0;
}

.darkBlueBg .breadCrumbs {
	top: 4px;
}

.moveDown {
	position: relative;
	top: 5px;
}

.pagination {
	height: 64px;
	background: #52c6f7;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 32px;
	padding: 3px 20px;
}

.pagination .results{
	float:left;
/*	width:260px;*/
}

.pagination .numbers{
	float:right;
	/*width:440px;*/
}

#UserLoginForm #UserDone {
	margin:0;
	vertical-align:bottom;
}
.numbers .col1 {
	height:30px;
	overflow: hidden;
	display: inline-block;
}
.numbers .col2 {
	width: 300px;
	height:30px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
}
.numbers .col3 {
	height:30px;
	overflow: hidden; 
	display: inline-block;
}
	.pagination .prevBtn,
	.pagination .nextBtn {
		background-repeat: no-repeat;
		background-position: left top;
		overflow:hidden;
		text-indent:50px;
		width: 26px;
		height: 26px;
	}
	
	.pagination a.prevBtn:hover,
	.pagination a.nextBtn:hover {
		background-position: 0 -26px;
	}
	
	.pagination .prevBtn {
		background-image: url(../img/previous_btn.png);
		margin: 3px 3px 3px 3px;
	}
	
	.pagination .nextBtn{
		background-image: url(../img/next_btn.png);
		margin: 3px 0 3px 0;
	}
	.pagination .current {
		color:#C00;
		font-size:14px;
		font-weight: bold;
	}
	.pagination a {
		color:#006;
		font-weight: bold;
	}
	.pagination a:hover {
		color: #C00;
	}

.searchNews div,
#newsletterSignup div {
	padding-top: 5px;
}

.linedList li{
}

/* Event calendar */

.calendar {
	width: 294px;
	height: 315px;
	overflow: hidden;
}
	
	.calendar .preloader {
		top: 18px;
		left: 128px;
	}
	
	.calendar .calendarNav {
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
	}
	
		.calendar .calendarNav .left,
		.calendar .calendarNav .right {
			padding: 10px;
		}
		
			.calendar .calendarNav a {
				cursor: pointer;
			}
	
	.calendar .calendarWrap {
		top: 0px;
		left: 0;
	}
	
		.calendar .daysWrap {
			width: 294px;
		}
		
		.calendar .weekDay {
			width: 40px;
			padding: 10px 1px;
		}
		
		
		.calendar .day {
			width: 40px;
			height: 40px;
			float: left;
			border: 1px solid #fff;
		}

			.calendar .day span,
			.calendar .day a {
				padding: 13px;
				display: block;
			}
		.calendar .daysWrap .dis { background-color: #005375; }
		.calendar .daysWrap .reg { background-color: #cceaf5; }
		.calendar .daysWrap .event { background-color: #f5c7d2;}
		.calendar .daysWrap .event:hover { background-color: #eaa7b7;}
		.calendar .daysWrap .today { background-color: #fe0048; }
		
		
		
/*********************************Tags******************************/


img {
	border: none;
}


blockquote {
	font-style: italic;
	border-left: #F00 10px solid;
	
}


/*********************************Form Fields******************************/

form {
	/*margin: 0;*/
}
form#searchstudent,
form#searchcareer,
form#searchcompany {
	margin: 50px 10px 20px 20px;
}
#JobSearchRecommendedForm {
	color: #616161;
}
input[type=text],
input[type=password]
/*#UserUsername,
#UserPassword,
#UserFirstName,
#UserLastName,
#UserPhone,
#UserMobile,
#UserRegPostcode,
#UserRegDay,
#UserEmail,
#UserReference1FullName,
#UserReference1Position,
#UserReference1CompanySchool,
#UserReference1Postcode,
#UserReference1Phone,
#UserReference1Email,
#UserReference2FullName,
#UserReference2Position,
#UserReference2CompanySchool,
#UserReference2Postcode,
#UserReference2Phone,
#UserReference2Email*/ {
	background-color: #FFF;
	border: 1px solid #616161;
/*	box-shadow: 1px 1px 5px #686868 inset;
	-webkit-box-shadow:1px 1px 5px #686868 inset;
	-moz-box-shadow:1px 1px 5px #686868 inset; */
	padding: 4px 5px 5px 5px;
	color: #686868; 
	font-size: 13px;
	line-height: 16px;
	display: inline-block;
	width: 230px;
}

select {
    background-color: #FFF;
    border: 1px solid #616161;
    color: #686868;
    font-size: 13px;
    height: 25px;
    line-height: 22px;
    padding: 3px 1px;
}

#UserRegName {
	width: 263px;
}

#NewsName,
#EventAddcareereventsForm input,
#UserAboutMe,
#CaseStudyName,
#EventName,
#EventLocation,
#NewsNameEdited,
textarea.about {
	width: 630px;
}

#UserRegDay {
	width: 50px;
}

#JobReportsForm select {
	width: 66px;
}
#EventAddcompanyeventsForm select {
	width:70px;
}

#EventAddcompanyeventsForm select#EventTimeHour,
#EventAddcompanyeventsForm select#EventTimeMin,
#EventAddcompanyeventsForm select#EventEndTimeHour,
#EventAddcompanyeventsForm select#EventEndTimeMin {
	width: 45px;
}

textarea{
	background-color: #FFF;
	border: 1px #616161 solid;
/*	box-shadow: 1px 1px 5px #686868 inset;
	-webkit-box-shadow:1px 1px 5px #686868 inset;
	-moz-box-shadow:1px 1px 5px #686868 inset; */
	padding: 4px 3px 3px 3px;
	color: #686868;
	/*height: 600px;
	width: 600px;*/
	font-size: 13px;
	line-height: 16px;
}

#NewsBody,
#JobBody,
#CaseStudyBody {
	width: 100%;
	height: 200px;
}

.mceLayout {
	width: 100%!important;
}

#EventBody {
	width: 98%;
	height: 200px;
}

#UserEditSchoolsQualificationsForm textarea {
	height: 74px;
	width: 280px;
}
#UserAddress {
	height: 74px;
	width: 280px;
}
#UserPostcode {
	width: 280px;
}

#UserIndustryId,
#UserSectorId {
	width: 292px;
}

#UserAddstudentForm #UserEndDay,
#UserAddstudentForm #UserEndMonth,
#UserAddstudentForm #UserEndYear {
	width: 78px;
}

.rs {
	width: 65%;
}

.upphoto,
.upphotol {
	background: url(../img/upload.png) top left no-repeat;
	border: 1px solid #616161;
	width: 278px;
	height: 40px;
	display: inline-block;
	float: right;
	margin-top: 20px;
	margin-bottom: 30px;
}

.upphotol {
	background: url(../img/uploadl.png) top left no-repeat;
	width: 211px;
	float: left;
	margin-top: 5px;
}

.upphotof {
	background: url(../img/uploadf.png) top left no-repeat;
	width: 211px;
	float: left;
	margin-top: 5px;
}

.upphotod {
	background: url(../img/uploadd.png) top left no-repeat;
	width: 211px;
	float: left;
	margin-top: 5px;
}

.upphotol input[type="file"] {
	width: 211px;
	margin-bottom: 10px;
}
.upphotof input[type="file"] {
	width: 211px;
	margin-bottom: 10px;
}
.upphotod input[type="file"] {
	width: 211px;
	margin-bottom: 10px;
}


#NewsAddcompanynewsForm .upphotol {
	float: left;
	margin-top: 5px;
}

.upphoto input,
.upphotol input {
	margin: 0;
	float:right;
}

input[type=file] {
    opacity: 0;
    -moz-opacity:0;
    -webkit-opacity:0;
	cursor: pointer;
	height: 40px;
	width: 278px;	
	margin: 0 0 10px;
}

input#CaseStudyFile,input#JobXmlFile, input#SliderImage, input#JobCsvFile  {
    opacity: 100;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	cursor: pointer;
	height: auto;
	width: auto;
	margin: 0 0 10px 0;
}



/* input[type=file] {
	background-color: #FFF;
	border: 1px solid #616161;
	box-shadow: 1px 1px 5px #686868 inset;
	-webkit-box-shadow:1px 1px 5px #686868 inset;
	-moz-box-shadow:1px 1px 5px #686868 inset; 
	color: #686868;
	font-size: 13px;
	line-height: 16px;	
} */

select {
	background-color: #FFF;
	border: 1px #616161 solid;
/*	box-shadow: 1px 1px 5px 0px #686868 inset;
	-webkit-box-shadow:1px 1px 5px 0px #686868 inset;
	-moz-box-shadow:1px 1px 5px 0px #686868 inset; */
	color: #686868;
	padding: 3px 1px 2px;
	font-size: 13px;
	line-height: 22px;
	height: 25px;
	padding: 3px 1px;
}

option {
	background: none;
	border: none;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 5px 3px;
	line-height: 20px;
}

#JobEditForm #filter_clist_button  {
	background-color: #ff0048;
	border-bottom: 1px #525252 solid;
	border-right: 1px #525252 solid;
	border-top: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
	font-weight: bold;
	color: #FFF;
	padding: 3px 5px;
	cursor: pointer;
	font-size: 13px;
}
#JobEditForm #filter_clist_button:hover {
	color: #FFF;
	background-color: #C03;
}
#JobEditForm input[type=submit]  {
	background-color: #ff0048;
	border-bottom: 1px #525252 solid;
	border-right: 1px #525252 solid;
	border-top: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
	font-weight: bold;
	color: #FFF;
	padding: 3px 5px;
	cursor: pointer;
	font-size: 13px;
}
#JobEditForm input[type=submit]:hover {
	color: #FFF;
	background-color: #C03;
}

#JobCompanyAddjobForm select#JobSectorId,
#JobCompanyAddjobForm select#JobLevelId,
#JobCompanyAddjobForm select#JobLocationId,
#JobCompanyAddjobForm select#JobQualificationId,
#JobCompanyEditForm select#JobSectorId,
#JobCompanyEditForm select#JobLevelId,
#JobCompanyEditForm select#JobLocationId,
#JobCompanyEditForm select#JobQualificationId,
#JobEditForm select#JobSectorId,
#JobEditForm select#JobLevelId,
#JobEditForm select#JobLocationId,
#JobEditForm select#JobQualificationId,
#JobDuplicateForm select#JobSectorId,
#JobDuplicateForm select#JobLevelId,
#JobDuplicateForm select#JobLocationId,
#JobDuplicateForm select#JobQualificationId {
	width: 242px;
}

hr {
	color: #c2c2c2;
	margin-top: 0;
}

#myCounter {
	font-size: 20px;
	font-weight: bold;
}

.wrong {
	background: url(../img/wrong.png) bottom left no-repeat;
	width: 200px;
	color: #FFF;
	padding-left: 30px;
	margin: 5px 0 0 15px;
	height: 20px;
	padding-top: 35px;
}

p.t2 {
	font-size: 17px;
}

.ievis h3 {
	display:none;
}

.sp2 {
	margin-left: 28px;
}

.clospass {
	bottom: 20px;
	position: absolute;
}

.cleanForm label.green {
	margin-top: 5px;
}

#reg_error_notice p {
	margin: 18px 0 0;
	padding: 0;
}

.invite-email_textarea,
textarea#bleat {
	width: 620px;
}

.hid {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.stButton {
	vertical-align:top;
}

.fb_iframe_widget iframe {
	vertical-align:baseline!important;
}

.sharet {
	text-align: right;
	margin-top:10px;
}

.sharet iframe.fb_ltr {
	margin-bottom: 10px;
}

.leftcont {
	float:left;
	width:550px;
}

.connect_comment_widget {
	float:left!important;
}

.jobSearch input {
	margin-left:0;
}

.jobSearch .columnl {
	padding-left:0!important;
	padding-right:60px!important;
}

.jobSearch .columnr {
	padding-left:0!important;
	padding-right:20px!important;
}

.jobSearch td {
	padding:0!important;
}

.jobSearch hr {
	border-bottom: 1px solid #009ADB;
	border-left:1px;
	border-top:1px;
	border-right:1px;
}

.fullwidth P {display:none;}

.twitter-share-button{overflow:hidden}

a.rss-blue{
	background:url(../img/rss-blue.jpg) bottom left no-repeat;
	float:right;
	margin-top:5px;
	margin-right:20px;
	width:22px;
	height:24px;
}
a.rss-blue:hover{
	background:url(../img/rss-hover-blue.jpg) bottom left no-repeat;
	width:35px;
	height:35px;
	margin-top:5px;
}

a.forum{
	color:#616161;
	font-weight:bold;
}

a.forum:hover {
color: black;
}


