@charset "utf-8";
/* CSS Document */

	body{
		padding:0px;
		margin:0px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#262626;
	}
	img,a{
		text-decoration:none;
		border:none;
	}
	input[type="text"]{	
		border:solid 1px #c0c0c0;
		font-size:11px;
		padding:3px;
		font-family:Verdana, Geneva, sans-serif;
	}
	input[type="password"]{	
		border:solid 1px #c0c0c0;
		font-size:11px;
		padding:3px;
		font-family:Verdana, Geneva, sans-serif;
	}
	select{	
		border:solid 1px #c0c0c0;
		font-size:11px;
		padding:3px;
		font-family:Verdana, Geneva, sans-serif;
	}
	textarea{	
		border:solid 1px #c0c0c0;
		resize:none;
		font-size:11px;
		padding:3px;
		font-family:Verdana, Geneva, sans-serif;
	}
	.BlueButton{
		background:url(Images/ButtonBG.png) repeat-x;
		border:solid 1px #1377e3;
		color:#fff;
		border-radius:4px 4px 4px 4px;
		height:23px;
		cursor:pointer;
	}
	.BlueButtonBig{
		background:url(Images/ButtonBG.png) repeat-x;
		border:solid 1px #1377e3;
		color:#fff;
		border-radius:4px 4px 4px 4px;
		height:28px;
		cursor:pointer;
	}
	.Outer{
	width: 100%;
	height:100%;
	position:absolute;
	}
	.Inner{
		width:100%;
		height:100%;
		display:block;
		margin-bottom:-320px;
	}
	/*-----------------MajorCitys----------------------*/
	.MajorCitys{
		width:100%;
		float:left;
		height:25px;
		border-bottom:solid 1px #e2e2e2;
		background:#f8f6f6;
	}
	.MajorCitysDiv{
		width:980px;
		margin:auto;
		height:25px;
	}
	.MajorCitysDiv ul{
		padding:0px;
		margin:0px;
	}
	.MajorCitysDiv ul li{
		float:left;
		list-style:none;
		padding:0px;
		margin:0px;
	}
	.MajorCitysDiv ul li a{
		color:#333;
		display:block;
		line-height:16px;
		padding:0px 13px;
		line-height:25px;
	}
	 .MajorCitysDiv ul li a:hover{
		color:#3AB54C;
		
	}
	/*-------------------------------------------------*/
	.Container{
		width:980px;
		margin:auto;
	}
	.HeaderMain{
		width:100%;
		height:142px;
		margin-bottom:10px;
	}
	HeaderDivOuter{
		width:100%;
		float:left;
	}
	.HeaderDiv{
		width:980px;
		margin:auto;
		height:85px;
	}
	.HeaderDivLeft{
		height:85px;
		width:420px;
		float:left;
	}
	.HeaderDivRight{
		height:80px;
		width:560px;
		float:right;
		padding-bottom:5px;
	}
	.HeaderAddBox{
		width:135px;
		height:35px;
		float:left;
		padding-right:5px;
		padding-top:5px;
	}
	.Headerborder{
		width:135px;
		height:35px;
		float:left;
		border:solid 0.5px #d6d6d6;
	}
	.NavigationDivOuter{
		width:100%;
		float:left;
		height:32px;
		border-bottom:solid 1px #235c98;
		background:url(Images/NavBack.png) repeat-x;
	}
	.NavigationDiv{
		width:980px;
		height:32px;
		margin:auto;		
	}
	.NavigationDiv ul{
		padding:0px;
		margin:0px;
		background:url(Images/CareerNav.png) repeat-x;
		width:960px;
		height:32px;
		margin-left:10px;
		border-radius:5px 5px 0px 0px;
		
	}
	.NavigationDiv ul li{
		float:left;
		list-style:none;
	}
	.NavigationDiv ul li a{
		color:#fff;
		display:block;
		line-height:22px;
		padding:0px 18px;
		line-height:32px;
	}
	.NavigationDiv ul li a:hover {
		color:#fff;
		display:block;
		text-decoration:underline;
	}
	.NavigationDiv ul ul{
		background:none;
		position:absolute;
		display:none;
		background:none;
		width:auto;
	}
	.NavigationDiv ul li:hover ul{
		display:block;
	}
	.NavigationDiv ul ul li{
		float:none;
		
	}
	.NavDiv{
		background:#fff;
		border:solid 1px #235c98;
		width:auto;
		padding:5px 10px;
		box-shadow:0px 3px 5px #ccc;
		border-radius:0px 0px 5px 5px;
	}
	.NavDiv table{
		border-collapse:collapse;
	}
	.NavDiv table td{
		padding:2px 3px;
	}
	.NavigationDiv ul ul li a{
		color:#666;
		padding:0px;
	}
	.NavigationDiv ul ul li a:hover{
		color:#3991DC;
		text-decoration:none;
		padding:0px;
		
	}
	.NavSubHead{
		font-weight:bold;
		color:#235c98;
		padding:5px 0px !important;
		border-bottom:solid 1px #235c98;
	}
	.ContentDiv{
		width:960px;
		float:left;
		padding:10px;
		font-size:11px;
		line-height:20px;
	}
	.LeftSection{
		width:650px;
		float:left;
	}
	.RightSection{
		width:300px;
		float:left;
		margin-left:10px;
	}
	.SearchCourse{
		width:620px;
		float:left;
		border:solid 1px #cbe3f5;
		background:#f3f9fe;
		padding:10px 15px;
		border-radius: 5px 5px 5px 5px;
		text-align:center;
		margin-bottom:10px;
	}
	
	.CourseDetails{
		width:625px;
		float:left;
		border:solid 1px #64a4dd;
		background:#F3F9FE;
		padding:10px 15px;
		border-radius: 5px 5px 5px 5px;
		margin-bottom:10px;
		padding-left:10px;
		line-height:25px;
	}
	.CourseDetails table{
		border-collapse:collapse;
	}
	.CourseDetails td{
		padding-left:10px;
	}
	.CourseDetailsHead{
		font-weight:bold;
		font-size:14px;
		color:#002e68;
		border-bottom:solid 1px #bac6d6;
		text-align:left;
		padding-bottom:8px;
	}
	.TopTrainingCenter{
		width:630px;
		min-height:390px;
		float:left;
		border:solid 1px #d3d3d3;
		background:#fff;
		padding:10px 10px;
		border-radius: 5px 5px 5px 5px;
		margin-bottom:10px;
	}
	.TopTrainingCenterHead{
		width:630px;
		float:left;
		border-bottom:solid 1px #d3d3d3;
		height:25px;
		font-size:13px;
	}
	.TopTrainingCenterHead .Location{
		color:#2687d9;
		font-weight:bold;
	}
	.TopTrainingCenterCon{
		width:720px;
		float:left;
		padding:10px 0px 10px 10px;
	}
	.AddBox{
		width:90px;
		height:50px;
		float:left;
		margin:5px 12px 0px 0px;
		border:solid 1px #d6d6d6;
		
	}
	
	.CareerAdd{
		width:290px;
		float:left;
		/*height:auto;*/
		height:320px;
		overflow:hidden;
		border:solid 1px #d6d6d6;
		border-radius: 5px 5px 5px 5px;
		padding:5px;
		margin-bottom:10px;
	}
	.BigAdd{
		width:290px;
		min-height:400px;
		float:left;
		border:solid 1px #d6d6d6;
		border-radius: 5px 5px 5px 5px;
		padding:5px;
		
	}
	.BigAdd .Box{
		width:288px;
		float:left;
		height:59px;
		margin-bottom:5px;
		/*border-bottom:solid 1px #d6d6d6;*/
		margin:3.6px 0px;
		
	}
	.ResultContainer{
		width:960px;
		float:left;
		padding:0px 10px 10px 10px;
		font-size:11PX;
		margin-bottom:5px;
	}
	.ResultContainer .Left{
		width:730px;
		float:left;
	}
	.ResultContainer .Left table{
		border-collapse:collapse;
		margin-bottom:20px;
	}
	.ResultContainer table td {
		width:220px;
		}
	.ResultContainer .Left table ul{
		padding:0px;
		margin:0px;
	}
	.ResultContainer .Left table ul li{
		list-style:none;
		line-height:25px;
		padding:0px;
		margin:0px;
	}
	.ResultContainer .Left table ul li a:hover{
		color:#2664b2;
	}
		
	.ResultContainer .Right{
		width:220px;
		float:left;
		margin-left:10px;
	}
	.TraingByCatDiv{
		width:220px;
		float:left;
	}
	.TraingByCatDiv .Head{
		width:215px;
		height:26px;
		line-height:26px;
		font-size:14px;
		color:#fff;
		float:left;
		background:url(Images/ButtonBG.png) repeat-x;
		border:solid 1px #1377e3;
		border-radius:5px 5px 0px 0px;
		padding-left:5px;
	}
	.TraingByCatDiv .Container{
		width:220px;
		float:left;
		border:solid 1px #1377e3;
		background:#f1faff;
		min-height:50px;
		border-radius:0px 0px 5px 5px;
		padding-bottom:5px;
		line-height:15px;
	}
	.TraingByCatDiv .Container ul{
		padding:0px;
		margin:0px;
		margin-left:20px;
	}
	.TraingByCatDiv .Container ul li ,a{
		/*margin:5px;*/
		color:#393939;
	}
	.TraingByCatDiv .Container ul li a:hover{
		margin:5px;
		text-decoration:underline;
		color:#003f84;
	}
	.ResultHeader{
		font-size:13px;
		font-weight:bold;
		color:#002e68;
		/*border-bottom: solid 1px #002e68;*/
	}
	.FooterDivOuter{
		width:100%;
		float:left;
		margin-top:50px;
	}
	.FooterDiv{
		width:100%;
		margin:auto;
	}
	.RunningAdd{
		width:100%;
		float:left;
		height:70px;
		padding:5px;
		background:#f6f6f6;
	}
	.FooterNav{
		width:100%;
		float:left;
		background:url(Images/FooterNav.png) repeat-x;
		height:226px;
		font-size:11px;
	}
	.FooterNav ul{
		padding:0px;
		margin:0px;
	}
	.FooterNav ul li{
		padding:0px;
		margin:0px;
		list-style:none;
		line-height:23px;
		padding-left:20px;
	}
	.FooterNav ul li a{
		margin-left:0px;
	}
	.FooterNavHeader{
		font-size:12px;
		font-weight:bold;
		color:#2b629c;
		padding:5px  0px 5px 20px ;
	}
	.FooterBottom{
		width:100%;
		height:20px;
		background:#333;
		float:left;
		text-align:center;
		line-height:20px;
		font-size:11px;
		color:#CCC;
	}
	/*------------------------------Login Home Page-----------------------------------*/
	.PagesHead{
		font-size:17px;
		font-family:Verdana, Geneva, sans-serif;
		text-align:right;
	}
	.LoginMyAccount{
		background:#2e659d;
		color:#fff;
		padding:5px 10px;
		border-radius:5px 5px 5px 5px;
		float:right;
	}
	.LoginHomeSection{
		width:98%;
		margin:auto;
		border:solid 1px #ccc;
		border-radius:5px 5px 5px 5px;
		min-height:100px;
	}
	.LoginHomeSection table{
		line-height:23px;
	}
	.LoginHomeSection .Head{
		color:#0069b7;
		font-size:16px;
	}
	/*------------------------------Freelancer Loghin-----------------------------------*/
	.Overlay{
		width:100%;
		height:100%;
		position:absolute;
		background:#ccc;
		opacity:0.5;
		
	}
	.FreelancerLoginOuter{
		width:300px;
		padding:30px;
		float:left;
		height:auto;
		border:solid 1px #ccc;
		border-radius:5px 5px 5px 5px;
		background:#fff;
		color:#666;
		box-shadow:0px 0px 5px #ccc;
		top:50%;
		left:50%;
		margin-left:-170px;
		margin-top:-175px;
		/*margin-bottom:-175px;*/
		position:absolute;
		z-index:100;
	}
	.FreelancerLoginOuter td{
		padding:2px 0px;
	}
	.clickHere{
		color:#0069b7;
		font-size:14px;
		cursor:pointer;
	}
	.BorTop{
		border-top:solid 1px #ccc;
		padding:15px 0px !important;
	}
	.Gray{
		color:#9f9f9f;
		 float:right;
	}
	.LoginHead{
		color:#0068b8;
		font-size:22px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		padding-bottom:20px !important;
	}
	.Login{
		Color:#696969;
		font-size:18px;
	}
	/*-----------------------Institution Registration-------------------------------*/
	.InstitutionRegistrationOuter{
	width: 560px;
	padding: 30px;
	float:left;
	height: 570px;
	border: solid 1px #ccc;
	border-radius: 5px 5px 5px 5px;
	background: #fff;
	color: #666;
	box-shadow: 0px 0px 5px #ccc;
	/*top: 454px;*/
	left: 584px;
	margin-left: -115px;
	margin-top:-40px;
	position: absolute;
	  z-index: 100;
	}
	.InstitutionRegistrationOuter td{
		padding:2px 0px 2px 5px;
		line-height:30px;
	}
	.Mandatory{
		color:red;
	}
	/*-----------------------------Listing Table-----------------*/
	.ListingTable{
		border-collapse:collapse;
		line-height:20px;
	}
	.ListingTable td{
		border:solid 1px #ccc;
		padding-left:5px;
	}
	.ListingTable th{
		border:solid 1px #717171;
		background:#606060;
		color:#fff;
		font-weight:normal;
		padding-left:5px;
	}
	/*------------------------Student Home-----------------*/
	.StudentContainer{
		width:96%;
		float:left;
		padding:2%;
	}
	.StudentContainer a{
		color:#1477bb;
		padding:0px;
		margin:0px;
	}
	.StudentContainer a:hover{
		text-decoration:underline;
	}
	.StudentContainer td{
		padding-left:5px;
	}
	.StudentPhoto{
		width:70px;
		height:80px;
		border:solid 1px #79afd5;
		background:url(Images/StudentIcon.png) no-repeat;
		padding:5px;
	}
	.ChangePhoto{
		width:80px;
		height:20px;
		position:absolute;
		background:#79afd5;
		margin-left:-5px;
		display:none;
		color:#fff;
		font-size:9px;
		line-height:20px;
		text-align:center;
		margin-top:65px;
		cursor:pointer;
		
	}
	.ChangePhoto:hover{
		background:#1477bb;
	}
	.StudentPhoto:hover .ChangePhoto{
		display:block;
	}
	.StudentPhoto1{
		width:70px;
		height:80px;
		border:solid 1px #79afd5;
		padding:5px;
	}
	
	.ChangePhoto1{
		width:80px;
		height:20px;
		position:absolute;
		background:#79afd5;
		margin-left:-5px;
		display:none;
		color:#fff;
		font-size:9px;
		line-height:20px;
		text-align:center;
		margin-top:65px;
		cursor:pointer;
		
	}
	/*.ChangePhoto1:hover{
		background:#1477bb;
	}*/
	/*.StudentPhoto1:hover .ChangePhoto1{
		display:block;
	}*/
	.StudentName{
		font-size:13px;
		font-weight:bold;
	}
	.StudentNav a{
		color:#333;
		padding:4px;
		padding-left:10px;
		display:block;
		border-radius:5px 5px 5px 5px;
	}
	.StudentNav a:hover{
		color:#fff;
		text-decoration:none;
		background:#1477bb;
		border-radius:5px 5px 5px 5px;
	}
	.StudentPageHead{
		font-size:14px;
		color:#0564a5;
		height:22px;
		border-bottom:solid 1px #1477bb;
	}
	.StudentPopup{
		width:450px;
		height:297px;
		background:#fff;
		position:absolute;
		border:solid 1px #ccc;
		padding:10px;
		border-radius:5px 5px 5px 5px;
		box-shadow:0px 0px 5px #ccc;
		line-height:25px;
		left:50%;
		top:50%;
		margin-left:-225px;
		margin-top:-148px;
		display:none;
	}
		.paginate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	}
	
	a.paginate {
	border: 1px solid #D3D3D3;
	padding: 5px 10px;
	margin-left:2px;
	margin-right:-2px;
	text-decoration: none;
	color: #3DA0BF;
	}
	
	
	a.paginate:hover {
	border: 1px solid #017C9B; 
	/*padding: 3px 5px 3px 5px;*/	
	color: #FFFFFF;
	text-decoration: none;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
	background-color: #3EABC6;
	}
	
	a.current {
	border: 1px solid #017C9B;
	font: bold .9em Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	cursor: default;
	background-color: #3EABC6;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
	margin-left:2px;
	margin-right:-1px;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2) inset, -1px -1px 1px rgba(0, 0, 0, 0.2) inset;
	}
	
	span.inactive {
	border: 1px solid #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 5px 10px;
	color: #CCC;
	cursor: default;
	}
	
.greenButton {
    background: -moz-linear-gradient(center top , #9DCE2C 5%, #8CB82B 100%) repeat scroll 0 0 #9DCE2C;
    border: 2px solid #83C41A;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 0 #C1ED9C inset;
    color: #5B5B5B;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px;
    text-decoration: none;
}
.redButton {
    background: -moz-linear-gradient(center top , #F24537 5%, #C62D1F 100%) repeat scroll 0 0 #F24537;
    border: 2px solid #D02718;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 0 #F5978E inset;
    color: #5B5B5B;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px;
    text-decoration: none;
}
.login-popup{
	display:none;
	background: #333;
	padding: 10px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999; /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
        -moz-border-radius: 3px; /* Firefox */
        -webkit-border-radius: 3px; /* Safari, Chrome */
}
/*-----------------------05/01/2014------------------------*/
	.MainPageListing{
		border-collapse:collapse;
	}
	.MainPageListing th{
		padding-left:5px;
		background:#ccc;
		text-align:left;
		background:url(Images/CareerNav.png) repeat-x;
		color:#fff;
		border:1px solid #235C98;
	}
	.MainPageListing td{
		padding-left:5px;
		text-align:left;
		border:1px solid #9cb6d1;
	}
	.MainPageListing tr:hover{
		background:#f5f5f5;
	}
	.MainPageListing .Course a{
		margin:0px;
		font-weight:bold;
	}
	.MainPageListing .Course a:hover{
		text-decoration:underline;
	}
	.MainPageListing .Institution a{
		margin:0px;
		font-weight:bold;
	}
	.MainPageListing .Institution a:hover{
		text-decoration:underline;
	}
	
	.DetailsTable{
		border-collapse:collapse;
	}

	.DetailsTable td{
		background:#fff;
		padding:5px;
	}
	.DetailsTable .InstitutionName{
		font-weight:bold;
		font-size:14px;
	}
	.label{
		font-weight:bold;
		color:#272727;
		text-align:right;
		
	}
	.CourseName {
		font-weight:bold;
		margin:0px;
		font-size:13px;
		
	}
	.ReviewInstitution a{
		font-weight:bold;
		margin:0px;
		font-size:13px;
		color:#31659b;
	}
	.Discode{
		color:green;
		font-weight:bold;
	}
	.Tab{
		width:100%;
		float:left;
		height:auto;
	}
	.Tab .tabsBg{
		width:100%;
		float:left;
		
	}
	.tabsBg ul{
		float:left;
		padding:0px;
		margin:0px;
		width:100%;
	}
	.tabsBg ul li{
		float:left;
		padding:0px;
		margin:0px;
		list-style:none;
		width:33.3%;
	}
	.tabsBg ul li a{
		color:#fff;
		font-weight:bold;
		line-height:30px;
		padding:0px 10px;
		background:url(Images/CareerNav.png)  repeat-x;
		display:block;
		margin:0px 2px 0px 0px;
		border-radius:10px 10px 0px 0px;
		text-align:center;
	}
	.tabsBg ul li a:hover{
			background:url(Images/CareerNavHover.png)  repeat-x;
	}
	.TabCon{
		float:left;
		border:solid 1px #85afdc;
		width:97.3%;
		padding:1%;
	}
	.SmallPopup{
		width:350px;
		min-height:100px;
		background:#fff;
		position:absolute;
		border:solid 1px #ccc;
		padding:10px;
		border-radius:10px 10px 10px 10px;
		box-shadow:0px 2px 5px #ccc;
		bottom:0px;
	}
	.mandatory{
		color:red;
	}
	.List a{
		color:#4d6a89;
		font-weight:bold;
		background-image:url(Images/Arrow.png);
		background-repeat:no-repeat;
		background-position: left;
		padding-left:8px;
		
	}
/* 10-1-14 */

.info {
color: #00529B;
height:25px;
/*background-color: #BDE5F8;
background-image: url('Images/info.png');
*/
}
.success {
color: #4F8A10;
/*background-color: #DFF2BF;*/
height:25px;
/*background-image:url('Images/success.png');*/
}
.warning {
color: #9F6000;
height:25px;
/*background-color: #FEEFB3;*/
/*background-image: url('Images/warning.png');*/
}
.error {
color: #D8000C;
height:25px;
/*background-color: #FFBABA;
background-image: url('Images/error.png');*/
}
/* for add banner */
.available {
	-moz-box-shadow:inset 50px 1px 50px -50px #ffffff;
	-webkit-box-shadow:inset 50px 1px 50px -50px #ffffff;
	box-shadow:inset 50px 1px 50px -50px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:-2.62px;
	border:4px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	height:36px;
	line-height:36px;
	width:136px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}
.available:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.available:active {
	position:relative;
	top:1px;
}
.selected {
	-moz-box-shadow:inset 50px 1px 50px -50px #c1ed9c;
	-webkit-box-shadow:inset 50px 1px 50px -50px #c1ed9c;
	box-shadow:inset 50px 1px 50px -50px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:-2.62px;
	border:4px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	height:36px;
	line-height:36px;
	width:136px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
	cursor:pointer;
}
.selected:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.selected:active {
	position:relative;
	top:1px;
}
/*
#active a{ color: #58C167; background:#FFF; height:25px; margin:auto; width:auto;}*/
.classtimings {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0.92px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:19px;
	line-height:19px;
	width:137px;
	text-decoration:none;
	text-align:center;
	text-shadow:-1px 1px 0px #1570cd;
}
.classtimings:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.classtimings:active {
	position:relative;
	top:1px;
}
.viewprofile {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	text-indent:0.92px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:19px;
	line-height:19px;
	width:92px;
	text-decoration:none;
	text-align:center;
	text-shadow:-1px 1px 0px #689324;
}
.viewprofile:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.viewprofile:active {
	position:relative;
	top:1px;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}
#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}

.pricing1{
	font-size:16px; background-color:#36F; color:#FFF;width:200px;height:60px;text-align:center;font-weight:700;
	}
.pricing2{
	font-size:16px; background-color:#39F; color:#FFF;width:200px;height:60px;text-align:center;font-weight:700;
	}
.pricing3{
	font-size:16px; background-color:#3CF; color:#FFF;width:200px;height:60px;text-align:center;font-weight:700;
	}	
.static_core {
    background-color: #FFFFFF;
    border: 1px solid #B0B0B0;
    border-radius: 3px;
    box-shadow: 0 0 8px #999999;
    color: #000000;
    float: left;
    font-family: arial;
    height: auto;
    margin: 0 0 0;
    padding: 1%;
    width: 100%;
}
.classified {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-webkit-border-top-left-radius:28px;
	-moz-border-radius-topleft:28px;
	border-top-left-radius:28px;
	-webkit-border-top-right-radius:28px;
	-moz-border-radius-topright:28px;
	border-top-right-radius:28px;
	-webkit-border-bottom-right-radius:28px;
	-moz-border-radius-bottomright:28px;
	border-bottom-right-radius:28px;
	-webkit-border-bottom-left-radius:28px;
	-moz-border-radius-bottomleft:28px;
	border-bottom-left-radius:28px;
	text-indent:-6.36px;
	border:3px solid #268a16;
	display:inline-block;
	color:#FFFFFF;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:31px;
	line-height:31px;
	width:106px;
	text-decoration:none;
	text-align:center;
	text-shadow:-1px 1px 0px #aade7c;
}
.classified:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.classified:active {
	position:relative;
	top:1px;
}
.tab1{
	width:600px;padding:10px;border:2px solid gray; margin-left:100px; background-color:#FFFFFF;
	}
/*.tab2{
	width:600px;padding:10px;border:2px solid gray; margin-left:100px; background-color:#FFCCCC;
	}
.tab3{
	width:600px;padding:10px;border:2px solid gray; margin-left:100px; background-color:#669;
	}*/		
.editclassified:hover{
		color:#3991DC;
		text-decoration:none;
		padding:0px;
		
  }	
 .editclassified{
		color:#F00; font-size:16px; font-weight:bold;
  }	 
.formR {
    padding: 0 0 5px;
}
.formR [disabled] {
    background-color: #FFFFFF;
}
.formR label, .formR label.labelInl {
    display: block;
    font-size: 14px;
    padding: 0 0 3px;
}
.formR label.labelInl {
    display: inline-block;
}
.formR label em {
    color: #FF0000;
    display: none;
    font-size: 12px;
}
.mylogin {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-webkit-border-top-left-radius:13px;
	-moz-border-radius-topleft:13px;
	border-top-left-radius:13px;
	-webkit-border-top-right-radius:13px;
	-moz-border-radius-topright:13px;
	border-top-right-radius:13px;
	-webkit-border-bottom-right-radius:13px;
	-moz-border-radius-bottomright:13px;
	border-bottom-right-radius:13px;
	-webkit-border-bottom-left-radius:13px;
	-moz-border-radius-bottomleft:13px;
	border-bottom-left-radius:13px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:26px;
	line-height:26px;
	width:65px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px -1px 0px #107ae3;
}
.mylogin:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.mylogin:active {
	position:relative;
	top:1px;
}
.myloganchor{
	color: #0000FF;text-decoration: none; font-size:12px;
	}
.myloganchor:hover{
	color: #0000FF;text-decoration: underline;
	}	
#modal-backdrop {
  background-color: rgba(0,0,0,.5);
}
.modal {
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	height: 290px;
	width: 300px;
	background-color: #fff;
	border-radius: 5px;
  }
 .formIT {
    padding: 0 0 5px;
}
.formIT input{
	width: 250px;
	font-size: 1.2em;
	color: #333;
	margin-top: 0;
	margin-left: auto;
	}
.formDivDiv{
	background-color:#fff;
	
	}
.formIT label{
	float:left;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	display: inline-block;
	}		
.popUpHeader{
	background-color:#396DA2;
	color:#fff;
	
	}