/*
 * 
 */
@import url(http://fonts.googleapis.com/css?family=Raleway:100,400,500|Oswald:400,700);

*{
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0 none;
}

/*
 * Header Styles
 */
#lek-headerMain {
	width: 100%;
	height: 376px;
}
#lek-header {
	width: 1000px;
	margin: 0 auto;
}
#lek-logo {
	float: left;
	padding-top: 10px;
}
#lek-headerRight {
	float: right;
}
.lek-user {
	float: left;
	margin-right: 20px;
	line-height: 60px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.lek-user a {
	color: #000;
}
.lek-user span {
	width: 54px;
	height: 54px;
	margin-right: 10px;
	float: left;
	background: #6b6868;
	border: 3px solid #f9cb05;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
#whiteback{
	width: 54px;
	height: 54px;
	margin-right: 10px;
	float: left;
	background: #6b6868;
	border: 3px solid #f9cb05;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background: #ffffff;
}
.lek-logout {
    color: #000000;
    float: left;
    font-size: 14px;
    padding-top: 30px;
}
.lek-logout a {
    background: url(../images/logout.jpg) no-repeat scroll left center transparent;
    color: #000000;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
}


/*
 * BG Colors
 */
.homepage {
	background: #f9cb05 url(../images/header.jpg) no-repeat center top;
}
.homepageBg {
	background: #f9cb05 url(../images/yellowBg.jpg) no-repeat center top;
	width: 100%;
	height: 62px;
}
.submitStory {
	background: #480c3c url(../images/header.jpg) no-repeat center top;
}
.submitStoryBg {
	background: #480c3c url(../images/purpleBg.jpg) no-repeat center top;
	width: 100%;
	height: 62px;
}
.storyBoard {
	background: #e77f25 url(../images/header.jpg) no-repeat center top;
}
.storyBoardBg {
	background: #e77f25 url(../images/orangeBg.jpg) no-repeat center top;
	width: 100%;
	height: 62px;
}
.editorsChoice {
	background: #bc1f52 url(../images/header.jpg) no-repeat center top;
}
.editorsChoiceBg {
	background: #bc1f52 url(../images/pinkBg.jpg) no-repeat center top;
	width: 100%;
	height: 62px;
}
.commonJobList {
	background: #889a3b url(../images/header.jpg) no-repeat center top;
}
.commonJobListBg {
	background: #889a3b url(../images/greenBg.jpg) no-repeat center top;
	width: 100%;
	height: 62px;
}

.lek-heading {
	padding: 10px 0;
}
.lek-reg-heading {
	padding: 0;
	background: url(../../images/registration-icon.png) no-repeat left center;
	padding-left: 60px;
}
.lek-heading .headingText {
	height: 65px;
	display: inline-block;
	line-height: 65px;
	padding: 0 38px 0 0;
	font-size: 42px;
	color: #fff;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
.lek-reg-heading .headingText {
	color: #033480;
}
.submiStoryText {
	background: #480c3c url(../images/submit-story.png) no-repeat right center;
}
.storyBoardText {
	background: #e77f25 url(../images/story-board.png) no-repeat right center;
}
.editorsChoiceText {
	background: #bc1f52 url(../images/editors-choice.png) no-repeat right center;
}
.commonJobText {
	background: #889a3b url(../images/common-joblist.png) no-repeat right center;
}
.thinfont {
	font-weight: 100;
}
.mediumfont {
	font-weight: 400;
}
.boldfont {
	font-weight: 500;
}



/*
 * Layout Styles
 */
#lek-wrapper {
	width: 100%;
}
#lek-containerMain {
	width: 100%;
}
#lek-container {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
	position: relative;
}
.registration #lek-container {
	padding: 0px 0 10px 0;
}

/*
 * Form Styles
 */
.lek-formContent {
	background: url(../images/submit-story-form-bg.jpg) no-repeat center top;
	padding: 130px 150px 20px 150px ;
	
}

.lek-formTextfieldLeft {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	font-size: 14px;
	color: #000;
	padding-top: 5px;
}
.lek-formTextfieldRight {
	float: left;
	width: 530px;
	font-size: 14px;
	color: #000;
	
}
.lek-formBottomShadow {
	background: url(../images/form-botom-shadow.jpg) no-repeat left top;
	height: 140px;
}
.lek-textbox {
	border: 1px solid #7c7c7c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px 10px;
	background: transparent;
	border-radius: 5px;
	font-size: 14px;
	color: #333;
	width: 500px;
}
.lek-textarea {
	border: 1px solid #7c7c7c;	
	padding: 6px 10px;
	background: transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	color: #333;
	width: 500px;
	height: 150px;
}
.formRow {
	margin: 5px 0;
}
.required {
	color: #ff0000;
}
.attahment {
	float: left;
	padding-top: 5px;
}
.attahment a {
	color: #0066cc;
}
.lek-formBtns {
	float: right;
}
.lek-formBtns a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 18px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
}
.lek-formBtns a.green {
	background: #6a8f22;
}
.lek-formBtns a.darkPink {
	background: #480c3c;
}
.lek-breadcrumb {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: -35px;
	left: 155px;
}
.lek-breadcrumb a {
	color: #fff;
	padding: 0 2px;
}

.lek-storyBoardMainBlock {
	border: 8px solid #b35504;
	border-top: 0 none;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin-top: 50px;
}
.lek-storyBoardTabs {
	height: 90px;
}
.lek-storyBoardTabContent {
	background: #fff;
	padding: 15px;
	-moz-box-shadow: inset 0 -6px 3px 3px #a0a0a0;
	-webkit-box-shadow: inset 0 -6px 3px 3px #a0a0a0;
	box-shadow: inset 0 -6px 3px 3px #a0a0a0;
}
.lek-assignmentPosts {
	border-bottom: 1px solid #b35504;
	padding: 10px 0;
}
.lek-assignmentPosts h4 {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	padding-left: 10px;
}
.lek-assignmentPosts h4 a {
	color: #000;
}
.lek-assignJobCode {
	font-size: 14px;
	color: #000;
	padding: 0 10px 15px 10px;
}
.lek-assignmentDet {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 0 10px 15px 10px;
}
.lek-assignComments {
	padding: 0 10px;
}
.lek-assignComments ul, .lek-assignComments ol {
	padding-left: 18px;
}
.lek-assignComments ul li, .lek-assignComments ol li {
	font-size: 14px;
	color: #000;
	padding: 2px 0;
}
.lek-moreassign {
	color: #0066cc;
	font-size: 14px;
	/*text-align: right;*/
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 15px;
}
.lek-moreassign a {
	color: #0066cc;
}









/*
 * Story Board Tabs Styles
 */
.lek-storyBoardTabs ul li {
	list-style-type: none;
	display: inline;
}
.lek-storyBoardTabs ul li a {
	color: #fff;
	font-size: 16px;
	text-align: center;
	float: left;
	width: 123px;
	height: 60px;
	padding-top: 30px;
	text-decoration: none;
}
.lek-storyBoardTabs ul li a.bgcolor1 {
	background: url(../images/bgcolor1.jpg) no-repeat center top;
}
.lek-storyBoardTabs ul li a.bgcolor2 {
	background: url(../images/bgcolor2.jpg) no-repeat center top;
}
.lek-storyBoardTabs ul li a.bgcolor3 {
	background: url(../images/bgcolor3.jpg) no-repeat center top;
}
.lek-storyBoardTabs ul li a.bgcolor4 {
	background: url(../images/bgcolor4.jpg) no-repeat center top;
}
.lek-storyBoardTabs ul li a.bgcolor5 {
	background: url(../images/bgcolor5.jpg) no-repeat center top;
}
.lek-storyBoardTabs ul li a.bgcolor6 {
	background: url(../images/bgcolor6.jpg) no-repeat center top;
}
.lek-storyBoardTabs ul li a.bgcolor7 {
	background: url(../images/bgcolor7.jpg) no-repeat center top;
}
.lek-storyBoardTabs ul li a.bgcolor8 {
	background: url(../images/bgcolor8.jpg) no-repeat center top;
}
.lek-storyBoardTabs ul li a.bgcolor9 {
	background: url(../images/bgcolor4.jpg) no-repeat center top;
}
.lek-storyBoardTabs ul li a:hover, .lek-storyBoardTabs ul li a.selected {
	background: url(../images/bgcolor9.jpg) no-repeat center top;
	color: #000;
}






/*
 * Editor's Choice Styles
 */
.lek-editorsSearchBlock {
	background: url(../images/editors-choice-searchbox-bg.png) no-repeat left top;
	width: 630px;
	height: 161px;
	margin: 60px auto 10px auto;
	padding: 30px 80px 30px 80px;
}
.lek-searchLeftBlock {
	float: left;
	margin-right: 30px;
	margin-left: 10px;
}
.lek-searchTextfield {
	float: left;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 5px;
}
.lek-searchTextfieldbox {
	float: left;
	font-size: 16px;
	color: #fff;
}
.lek-selbox {
	background: #fafbfc;
	border: 1px solid #7f8285;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	width: 190px;
}
.lek-sortByText {
	padding-left: 100px;
	padding-top: 10px;
}

.lek-editorsSearchResultMain {
	border: 8px solid #930046;
	position: relative;
	padding: 15px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0px 5px 5px #a0a0a0;
	-webkit-box-shadow: inset 0 0px 5px 5px #a0a0a0;
	box-shadow: inset 0 0px 5px 5px #a0a0a0;
}
.lek-editorsTopArrow {
	background: url(../images/editors-arrow.png) no-repeat left top;
	width: 66px;
	height: 103px;
	top: -90px;
	left: 400px;
	position: absolute;
}
.editorPostLeft {
	width: 700px;
	float: left;
}
.editorPostRight {
	float: right;
	width: 250px;
}
.lek-guideLinesText {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding-bottom: 4px;
}
.editorsPosts {
	border-bottom: 1px solid #bc1f52;
	padding: 10px 0;
}
.commonJoblistPosts {
	border-bottom: 1px solid #889A3B;
	padding: 10px 0;
}
.editorsPosts .lek-assignmentPosts, .commonJoblistPosts .lek-assignmentPosts {
	padding: 0;
	border: 0;
}
.lek-timeLeft {
	background: url(../images/watch.png) no-repeat right center;
	padding-right: 60px;
	line-height: 50px;
}
.lek-acceptBtn {
	margin: 50px 20px;
}
.lek-acceptBtn a {
	background: #04a408;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 40px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

/*
 * Common Job List Styles
 */
.lek-commonJobListSearchBlock {
	background: url(../images/common-joblist-searchbox-bg.png) no-repeat left top;
	width: 630px;
	height: 161px;
	margin: 60px auto 10px auto;
	padding: 30px 80px 30px 80px;
}
.lek-commonJobListSearchResultMain {
	border: 8px solid #4c5b0b;
	position: relative;
	padding: 15px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0px 5px 5px #a0a0a0;
	-webkit-box-shadow: inset 0 0px 5px 5px #a0a0a0;
	box-shadow: inset 0 0px 5px 5px #a0a0a0;
}
.lek-commonJobListTopArrow {
	background: url(../images/common-joblist-arrow.png) no-repeat left top;
	width: 66px;
	height: 103px;
	top: -90px;
	left: 400px;
	position: absolute;
}



/*
 * Home styles
 */
.lek-homeContent {
	background: url(../images/home-bg.jpg) no-repeat left top;
	width: 800px;
	height: 678px;
	padding: 170px 0 0 200px;
}
.lek-mystory {
	float: left;
	padding: 100px 70px;
}
.lek-editorschoice {
	float: left;
	padding: 70px 40px 98px 40px;
	position: relative;
}
.lek-commonjoblist {
	float: left;
	padding: 80px 50px;
	position: relative;
}
.lek-storyboard {
	float: left;
	padding: 80px 30px;
}
.pinkArrow {
	position: absolute;
	background: url(../images/pink-arrow.png) no-repeat left top;
	width: 15px;
	height: 42px;
	right: -5px;
	top: 30px;
}
.editorsNumText {
	font-size: 80px;
	font-family: georgia;
	color: #bc1e52;
	position: absolute;
	top: 0px;
	right: -80px;
}
.greenArrow {
	position: absolute;
	background: url(../images/green-arrow.png) no-repeat left top;
	width: 15px;
	height: 42px;
	left: -10px;
	bottom: 30px;
}
.joblistNumText {
	font-size: 80px;
	font-family: georgia;
	color: #748529;
	position: absolute;
	bottom: 20px;
	left: -220px;
	left: -80px;
}

.interns_body
{
	background: red;
}


/*
 * Footer Styles
 */

#lek-footerMain {
	width: 100%;	
	background: #333333;
}
#lek-footer {
	width: 1000px;
	margin: 0 auto;	
	padding: 10px 0;
	background: #333333;
}
.lek-footerLinks {	
	padding: 15px 0 15px 0;
}
.lek-footerShadow {
	background: url(../images/footerShadow.png) no-repeat left bottom;
	height: 20px;
	clear: both;
}
.lek-copyright {
	padding: 5px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.lek-copyright a {
	color: #fff;
}
.lek-footerLinks ul li {
	list-style-type: none;
	display: inline;
}
.lek-footerLinks ul li a {
	font-size: 25px;
	color: #f9cb05;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	float: left;
	margin: 0 30px 0 40px;
}
.lek-footerLinks ul li a.supportDesk {
	background: url(../images/footer-icons.png) no-repeat 0 0;
	height: 49px;
	padding-left: 70px;
	line-height: 49px;
}
.lek-footerLinks ul li a.aboutUs {
	background: url(../images/footer-icons.png) no-repeat 0 -49px;
	height: 51px;
	padding-left: 50px;
	line-height: 51px;
}
.lek-footerLinks ul li a.faq {
	background: url(../images/footer-icons.png) no-repeat 0 -100px;
	height: 53px;
	padding-left: 70px;
	line-height: 53px;
}
.lek-footerLinks ul li a.referFriend {
	background: url(../images/footer-icons.png) no-repeat 0 -153px;
	height: 49px;
	padding-left: 60px;
	line-height: 49px;
}

/*
 * Clear Fixing Styles
 */
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* Nandhini Css code started */
#profileInfoBlock {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F3D3A2;
    padding: 5px;
    position: absolute;
    /*right: 77px;*/
    top: 60px;
    top: 65px;
    top: 85px;
    /*right: 10px;*/
    width: 270px;
    z-index: 10000;
}

.profileUpArrow {
    background: url("../../images/icons/arrow-up-orange.png") no-repeat scroll left top transparent;
    height: 12px;
    position: absolute;
    right: 197px;
    top: -12px;
    width: 13px;
}



.profileDesc div {
    line-height: 16px;
    padding-bottom: 4px;
}
.compBtn {
    padding: 5px 0;
    text-align: right;
}
.lek-user a {
    color: #000000;
}
.brown {
    background: none repeat scroll 0 0 #604939;
    color: #FFFFFF;
}
.button {
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
    text-align: center;
}
.brown {
    background: none repeat scroll 0 0 #63493A !important;
}
.lek-formBtns input.darkPink {
    background: none repeat scroll 0 0 #480C3C;
}
.lek-formBtns input.green {
    background: none repeat scroll 0 0 #6A8F22;
}
.lek-formBtns input {
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    padding: 8px 18px;
    border: 0px;
}
.lek-formBtns input.red {
    background: none repeat scroll 0 0 #FF0000;
}
.lek-acceptBtn input{
    background: none repeat scroll 0 0 #04A408;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 40px !important;
    text-decoration: none;
    border: 0px;
}
.lek-acceptBtn input.red{
    background: none repeat scroll 0 0 #FF0000;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 40px !important;
    text-decoration: none;
    border: 0px;
}
.lek-assignComments, .lek-assignComments {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}
.reject_div
{
	margin-top: 5px;
}
/* Nandhini Css code ended */

/* Intern inner page css started */
/*
 * 
 */
.lek-assignmentPostsLeft {
	float: left;
	width: 680px;
	position: relative;
}
.lek-timeBlock {
	background: #3c3c3c;
	position: absolute;
	top: 30px;
	right: 10px;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lek-timeContent {
	float: left;
	margin: 0 4px;
	width: 30px;
}
.lek-timeContent span {
	display: block;
	text-align: center;
}
.lek-timeText {
	background: #fff;
	width: 30px;
	height: 30px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #333;	
	line-height: 30px;
}
.lek-timeText1 {
	font-size: 12px;
	color: #fff;
	padding-top: 4px;
}
.lek-assignmentPostsMoreContent {
	/*display: none;*/
	margin: 15px 0;
}
.lek-assignmentPostsMoreContent p {	
	padding: 8px 0;
	font-size: 14px;
	color: #333;
	line-height: 18px;
}
.lek-assignmentPostsRight {
	float: right;
	width: 250px;
}
.lek-rightBlockImg {
	margin-top: 15px;
	text-align: center;
	background: #E3E7F2;
}
.lek-rightBlockGreyContent {
	background: #e3e7f2;
	margin-bottom: 15px;
	padding: 10px;
}
.lek-rightBlockHeading {
	font-size: 18px;
	font-weight: bold;
	color: #b35404;
	padding-bottom: 5px;
}
.lek-rightBlockContent {
	height: 200px;
	overflow: auto;
}
.lek-rightBlockContent ul li {
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	font-size: 12px;
	color: #000;
}
.showless {
	display: none;
}
.lek-moreassign.active .showmore {
	display: none;
}
.lek-moreassign.active .showless {
	display: block;
}
#lek-acceptBlock p {
	padding: 8px 0;
	font-size: 14px;
	color: #333;
	line-height: 18px;
}
.lek-readTerms {
	background: #8e041d;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
}
.lek-acceptBlockContent {
	height: 300px;
	overflow: auto;
}
.lek-subTitleText {
	font-size: 14px;
	color: #000;
	padding-bottom: 15px;
	font-weight: bold;
}
.lek-textfield {
	padding: 8px 0;
}
.lek-textfieldLeft {
	float: left;
	width: 50px;
	margin-right: 20px;
	font-size: 14px;
	padding-top: 3px;
}
.lek-attachment {
	font-size: 14px;
	padding: 3px 0;
}
.lek-attachment a {
	color: #0066cc;
}
.lek-wordsRemaining {
	text-align: right;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
}
.lek-textfieldRight {
	float: left;
	width: 610px;
}
.lek-editTextbox {
	border: 1px solid #7c7c7c;
	padding: 6px 4px;
	width: 600px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lek-editTextarea {
	border: 1px solid #7c7c7c;
	padding: 6px 4px;
	width: 600px;
	height: 250px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}






/*
 * Fancybox styles
 */

#fancybox-overlay.overlay-fixed {
    bottom: 0;
    position: fixed;
	right: 0;
}
#fancybox-overlay {
   background: none repeat scroll 0 0 #666;
   display: none;
   left: 0;
   overflow: hidden;
   position: absolute;
   top: 0;
   z-index: 10000;
   cursor: pointer;
}
#lek-acceptBlockOuter {
   padding: 10px 0;
   width: 100%;
   position: absolute;   
   top: 25%;
   left: 0;
   text-align: center;
   display: none;
}
#lek-acceptBlock {
	position: relative;
	margin: 0 auto;
	width: 700px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 10px solid #fff;
	background: #f3f1f2;
	text-align: left;
	z-index: 100001;
}









/*
 * Buttons
 */
.lek-btnRight {
	text-align: right;
}
.submitBtn {
	background: #ed6f01;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 6px 15px;
	font-weight: bold;
	cursor: pointer;
	border: 0 none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} 
.orange {
	background: #ed6f01;
	color: #fff;
}
.green {
	background: #04a308;
	color: #fff;
}
.red {
	background: #ed2124;
	color: #fff;
}
.darkPink {
	background: #790033;
	color: #fff;
}
.pink {
	background: #bc1f52;
	color: #fff;
}
.lightGreen {
	background: #6a9021;
	color: #fff;
}
#countdown {
    background: none repeat scroll 0 0 #3C3C3C;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 5px;
    position: absolute;
    right: 10px;
    top: 30px;
}
.countdown_section {
    float: left;
    margin: 0 4px;
    width: 30px;
    display: block;
    text-align: center;
}
.countdown_amount{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.lek-timeText1 {
    color: #FFFFFF;
    font-size: 12px;
    padding-top: 4px;
}
#job_edit_but:hover{
	text-decoration: none;
}
#job_edit_but
{
	margin-right: 5px;
}
.ui-widget-content li
{
	list-style: none;
	line-height: 25px;
}
.termsCondContent
{
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 0;
}
.termsRead
{
	 background: none repeat scroll 0 0 #8E041D;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px;
}
.ui-widget-content
{
    background: none repeat scroll 0 0 #F3F1F2;
    border: 10px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    text-align: left;
}
.attahment ul li
{
	list-style: none;
}
.warning
{
	margin: 10px 0px;
}
.alignRight,.buttonsRight
{
	text-align: right;
	padding-right: 10px;
}
.formTable td.alignRight,.buttonsRight
{
	text-align: right;
	padding-right: 8px;
}
.lek-formContent1 {
	background: url(../images/submit-story-form-bg.jpg) no-repeat center top;
	//padding: 60px 150px 20px 150px ;
	padding: 30px 130px 20px;
	
}
.editEditorDetails
{
	float: right;
	padding-right: 95px;
}
.formTable td {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 5px 3px;
}
#country_id{
	width: 208px;
}

.lek-supportDeskMainBlock {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 8px solid #B35504;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 5px 5px #A0A0A0 inset;
    padding: 25px;
    position: relative;
    margin-top: 20px;
}

#faqs h5{
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	padding-left: 5px;
	padding-bottom: 10px;
}



#faqs h5 a{
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	padding-left: 5px;
}
#faqs h5 a:hover{
	text-decoration: none;
}
.faqp
{
	padding-bottom: 10px;padding-left:26px;
}
.downLine
{
border: 0px;
border-bottom:1px solid #B35504;
margin:10px 0;
}
/* Intern inner page css ended */

.greenRegister {
    background: none repeat scroll 0 0 #04A408;
}
.buttons {
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    width: 130px;
}

.box-wrapper-dark {
    border: 1px solid #480D3D;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0;
}
.box-dark {
    background: none repeat scroll 0 0 #480D3D;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    padding: 5px 15px;
}
.warning {
    background-color: #ED6F01;
    background-image: url("../../images/warning.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    color: #FFFFFF;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
}
.errorMsg {
	font-size: 12px;
	color: #ff0000;
	padding-bottom: 5px;
}

.successMsg {
	font-size: 12px;
	color: #61b832;
	padding-bottom: 5px;
}
.message
{
		-webkit-background-size: 40px 40px;
		-moz-background-size: 40px 40px;
		background-size: 40px 40px;			
		background-image: -webkit-gradient(linear, left top, right bottom,
								color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
								color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
								color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
								to(transparent));
		background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
		background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
		background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
		background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
		background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
								
		 -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);		
		 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 width: 100%;
		 border: 1px solid;
		 color: #fff;
		 padding: 15px;
		 position: fixed;
		 _position: absolute;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 -webkit-animation: animate-bg 5s linear infinite;
		 -moz-animation: animate-bg 5s linear infinite;
}

.error
{
		 background-color: #de4343;
		 border-color: #c43d3d;
		 z-index:1000000;
		 top:0;
		 left:0;
}
		 
.success
{
		 background-color: #61b832;
		 border-color: #55a12c;
		 z-index:1000000;
		 top:0;
		 left:0;
}
.required {
	color: #ff0000;
	font-size: 14px;
}
.message h3
{
		 margin: 0 0 5px 0;
		 color: #fff;
}
.message p
{
		 margin: 0;													 
}
.lek-assignmentPosts p{
  padding-left: 15px;
    font-size: 15px;
}

.jobPoolInstruction {
	background: url(../../images/icons/warning.png) no-repeat left top;
	padding-left: 50px;
	position: relative;
	margin-bottom: 10px;
	font-size: 12px;
	color: #999;
}
.helpGuide {
	background: url(../../images/icons/help.png) no-repeat right top;
	font-weight: bold;
	font-size: 16px;
	color: #aa721f;
	padding-right: 40px;
	position: absolute;
	height: 32px;
	line-height: 32px;
	top: -23px;
	right: 10px;
	cursor: pointer;
}
#currentVersionBlock {
    border: 1px solid #B35504;
    margin-bottom: 20px;
    padding: 10px;
}
.articleTitleText1 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    width: 480px;
}
.articleTimeBlock {
    float: right;
    font-size: 12px;
    font-weight: bold;
    width: 180px;
}
.jobPost span {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
}
.marginRight {
    margin-right: 20px;
}
.versionBlock {
    float: left;
    width: 48%;
}
.versionHeading {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.versionHeading {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.versionContent1 {
    border: 1px solid #B35504;
    height: 550px;
    overflow: auto;
    padding: 10px;
    position: relative;
}
.versionHeading {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.versionBlock {
    float: left;
    width: 48%;
}
.versionHeading a
{
	font-size: 15px;
	font-weight: normal;
}

/* Registration and account detail page css */
.registration {
	background: #fff;
}
#lek-headerRegistrationMain {
    	/*height: 198px;*/
    	width: 100%;
    	/*background: url(../../images/headerBgStrip.jpg) repeat-x 0 0;*/
}
#lek-reglogo {
    	text-align: center;
    	padding-top: 0px;
	float: left;
	margin-right: 20px;
}
.lek-int-menu {
	float:left;
	margin-top: 30px;
	border: 1px solid #ccc;
}
.lek-int-menu a {
	font-size: 14px;
	color: #000;
	padding: 10px;
	float: left;
	background: #dedede;
	margin: 0;
}
.lek-registrationMain {
    	background: none repeat scroll 0 0 #FFFFFF;
    	border: 2px solid #ccc;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    	border-radius: 10px;
   	/* -webkit-box-shadow: 0 0 5px 5px #A0A0A0 inset;
    	-moz-box-shadow: 0 0 5px 5px #A0A0A0 inset;
    	box-shadow: 0 0 5px 5px #A0A0A0 inset;*/
    	padding: 15px;
    	position: relative;
}
.lek-registrationBlock {
    	background: url(../../images/registrationBg.png) no-repeat scroll left top transparent;
    	height: 161px;
	margin: 60px auto 10px;
	padding: 30px 30px 30px 80px;
	width: 680px;
}
.lek-registrationTopArrow {
	background: url(../../images/registration-arrow.png) no-repeat scroll left top transparent;
	height: 103px;
	left: 400px;
	position: absolute;
	top: -90px;
	width: 66px;
}
.lek-registrationBlock .lek-heading {
	padding-left: 100px;
	padding-top: 0;
}
.lek-accountDetPhoto {
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
.lek-accountDetPhoto img {
	border: 10px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lek-accountDetUser {
	margin-left: 180px;
	margin-left: 215px;
	font-size: 25px;
	color: #480c3c;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight: 500;
	padding-top: 50px;
}
.lek-accountDetUser a {
	color: #480c3c;
}
.lek-accountDetailsBlock {
	border: 1px solid #7e256c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-right: 30px;
	position: relative;
}
.lek-accountDetTable {
}
.lek-accountDetTable th {
	padding: 5px;
	font-size: 14px;
	color: #000;
	text-align: right;
	font-weight: normal;
}
.lek-accountDetTable td {
	padding: 5px;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.lek-accountDetTable td a {
	color: #0066cc;
}
.lek-accArrow {
	position: absolute;
	top: -12px;
	left: 50px;
	background: url(../../images/magneta-uparrow.png) no-repeat 0 0;
	width: 26px;
	height: 12px;
}
.lek-accTerms {
	color: #717171;
	font-size: 14px;
	position: absolute;
	top: -25px;
	right: 5px;
}
.lek-accTerms a {
	color: #0066cc;
	padding: 0 4px;
}
.lek-formContent1 .lek-accountDetailsBlock{
	margin-right: 20px;
}
.alignpara{
	padding-left: 10px;
}

.important_notes{
	font-weight: bold;
	text-align: justify;
	padding-bottom: 5px;
}
.paddingLeftStyle{
	padding-left:50px;
}
.interest_left_block{
	overflow-x: scroll;
	width: 375px;
	height: 75px;
	overflow: -moz-scrollbars-horizontal;
	border: 1px solid #ccc;
	margin-left: 10px;
	padding: 5px;
}
.interest_items{
	border: 0px;
	width: 380px;
}
.interest_right_block{
	overflow-x: scroll;
	width: 375px;
	height: 75px;
	overflow-y: hidden;
	border: 1px solid #ccc;
	padding: 5px;
}
.marginValDiv{
	margin-left: 7px;
}
