/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background-color:#192035; 
	font-family:sans-serif,helvetica,arial;
	font-size:100%; 
	line-height:1em;
	color:#737373;
	min-width:961px;
	}
html { min-width:980px;}
html, body { height:100%;}

.BodyBack
{
    background:url(../images/main-bg11.png) no-repeat 50% 0; 
}

.height121
{
    height:121px !important;
}


.cleaner_h10 { clear: both; width:100%; height: 10px; }

.pad10
{
    padding:10px;
}
/* Global Structure ============================================================= */
#main {
	margin: 0 auto;
	position: relative;
	width: 961px;
	font-size:.75em;
	}

	/* Header */
	header{
		height:162px;
		overflow:hidden;
		position:relative;
		}
	
	/* Content */
	section#content {
		background:url(../images/content-tail.gif) 0 0 repeat-x #fff;
		padding:15px 0 30px 0;
		position:relative;
		border-radius: 7px;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		src:url(js/PIE.htc);
		}
	
	/* Sidebar */
	aside.top{
		background:url(../images/aside-bg.gif) 0 0 repeat-x #b9b9b9;
		padding:0 20px 0 20px;
		font:12px/18px Arial, Helvetica, sans-serif;
		color:#484848;
		position:relative;
		border-radius: 7px;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		src:url(js/PIE.htc);
		margin-bottom:1px;
		}
		aside.top .inner {
			padding:11px 15px 20px 0;
			text-align:justify;
			}
		.divider {
			background:url(../images/divider.gif) 100% 0 no-repeat;
			}
		
		aside.left {
			float:left;
			}




/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}
.colborder {
	border-right:1px solid #e7e8e8;
	margin-right:-1px;
	}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }


/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	font-weight:normal;
	}
	
	.textareastyle { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	width:173px;
	padding:2px 5px 2px 5px;
	height:65px;
	background:#dbdbdb;
	overflow:auto;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #949494;
	color:Black;
	margin-bottom:24px;
	margin-left:32px;
	
	}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
	}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:35px;
	}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
		}

.extra-wrap { 
	overflow:hidden;
	}

 p {margin-bottom:17px; text-align:justify; letter-spacing:0px; color:#484848;}
.p1 { margin-bottom:8px;}
.p2 { margin-bottom:17px;}
.p3 { margin-bottom:15px;}


/*----- txt, links, lines, titles -----*/
a {
	color:#e85a00; 
	outline:none;

	}
	.bold1 {
	    font-weight:bold !important;
	}
a:hover{
	text-decoration:none;
	}

h1 {
	
	}
	
h2 {
	font-size:23px;
	line-height:1.2em;
	color:#353535;
	font-weight:bold;
	margin-bottom:.7em;
	letter-spacing:-1px;
	font-family:arial;
	}
	
	
h3 {
	font-size:20px;
	line-height:1.2em;
	color:#353535;
	font-weight:normal;
	font-style:normal;
	position:relative;
	zoom:1;
	-moz-zoom:1;
	-webkit-zoom:1;
	padding:28px 0 23px 60px;
	font-family:arial;
	}
	.homehead
	{
		padding:0px 0px 23px 59px !important;
		font-weight:bold;
	}
		
	h3 img {
		position:absolute;
		left:0;
		top:0;
		}
	h3 span {
		background:url(../images/line-hor.gif) 0 0 repeat-x;
		height:1px;
		overflow:hidden;
		position:absolute;
		left:0;
		top:58px;
		width:100%;
		}
		h3 small
		{
		    line-height:normal !important;
		    padding:0px !important;
		    
		}
	
						
h4 {
	font-size:15px;
	line-height:17px;
	font-weight:normal;
	color:#2b3755;
	font-style:normal;
	margin-bottom:1em;
	font-family:arial;
	}
	
	h4 span
	{
		font-size:20px !important;
		font-weight:bold !important;
		margin-bottom:2em !important;
	}
h5 
    {
    font-weight:normal;
	}
	
h6 {
	font-size:1em;
	}

.link1 { 
	background:url(../images/bull1.gif) no-repeat 0 7px;
	padding:0 0 0 7px;
	font-weight:bold;
	color:red;
	margin-left:3px;
	}

.extra-links {
	color:#e85a00;
	}
	.extra-links a {
		font-weight:bold;
		color:#e85a00;
		}


.button { 
	display:inline-block;
	background:url(../images/button.gif) 0 0 repeat-x #e75900;
	border:1px solid #e85a00;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	font-style:italic;
	text-shadow:1px 1px 0 #dc3b01;
	-moz-text-shadow:1px 1px 0 #dc3b01;
	-webkit-text-shadow:1px 1px 0 #dc3b01;
	text-decoration:none;
	padding:5px;
	position:relative;
	border:5px;
	-moz-border-radius:5px;/*mozilla*/
	-webkit-border-radius:5px;/*safari*/
	font-weight:bold;
}
.button:hover {
	background:#f3970a;
	}


/*==================boxes====================*/
.box {
	border-style: none;
    border-color: inherit;
    border-width: 7px;
    background: #e7e8e9 url('../images/box-bg.gif') repeat-x 0 0;
    padding: 27px 30px 30px 30px;
    position:relative;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	margin-bottom:12px;
	color:#2b3755;
	top: 0px;
    left: 0px;
}
.boxforprjquery {
    border-style: none;
    border-color: inherit;
    border-width: 3px;
    background: #e7e8e9 url('../images/box-bg.gif') repeat-x 0 0;
    border-radius:7px;
    -moz-border-radius:7px;
	-webkit-border-radius:7px;
	top: 0px;
	padding:10px 10px;
	text-align:center;
	margin-bottom:10px;
}

.boxyuvaforu
{
    margin:0px 200px 0px 200px;
}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:17px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:90px;
		}



/* Header
---------------------------------------- */

/* Logo */
header .logo {
	position:absolute;
	left:30px;
	top:30px;
	background:url(../images/logo.png) no-repeat 100% 0;
	padding:0 55px 0 0;
	}
	header .logo h1 {
		font-size:42px;
		color:#fff;
		line-height:1.2em;
		font-weight:normal;
		text-shadow:1px 1px 0 rgba(0, 0, 0, .9);
		-moz-text-shadow:1px 1px 0 rgba(0, 0, 0, .9);
		-webkit-text-shadow:1px 1px 0 rgba(0, 0, 0, .9);
		letter-spacing:-2px;
		}
		header .logo h1 a {
			color:#fff;
			text-decoration:none;
			}
		header .logo h1 i {
			font-style:normal;
			color:#449ff9;
			}
	header .logo span.description {
		display:block;
		font-size:11px;
		text-transform:uppercase;
		color:#fff;
		font-style:italic;
		margin-top:-12px;
		}


/* Navigation */
header nav {
	position:absolute;
	left:0;
	top:118px;
	}
	header nav li {
		float:left;
		}
		header nav li a {
			float:left;
			width:161px;
			height:44px;
			line-height:44px;
			text-align:center;
			background:url(../images/nav-bg.png) no-repeat 0 0;
			color:#fff;
			text-shadow:1px 1px 0 #11182c;
			-webkit-text-shadow:1px 1px 0 #11182c;
			-moz-text-shadow:1px 1px 0 #11182c;
			font-size:13px;
			text-decoration:none;
			margin-right:-1px;
			}
		header nav li a:hover,
		header nav li a.current {
			background:url(../images/nav-bg-act.png) no-repeat 0 0;
			text-shadow:1px 1px 0 #f1b955;
			-webkit-text-shadow:1px 1px 0 #f1b955;
			-moz-text-shadow:1px 1px 0 #f1b955;
			color:#27324d;
			}



/* Main Banner
---------------------------------------- */
#main-banner {
	position:relative;
	height:280px;
	margin-bottom:1px;
	width:961px;
	overflow:hidden;
	}

/* Intro */
.intro {
	background:url(../images/intro.jpg) no-repeat 0 0;
	width:321px;
	height:303px;
	position:absolute;
	left:0;
	top:0;
	font-size:21px;
	line-height:1.1em;
	color:#fff;
	text-shadow:1px 1px 0 #175fe2;
	-webkit-text-shadow:1px 1px 0 #175fe2;
	-moz-text-shadow:1px 1px 0 #175fe2;
	}
	.intro strong {
		display:block;
		font-size:33px;
		line-height:1em;
		font-style:italic;
		font-weight:normal;
		text-transform:uppercase;
		}
	.intro span {
		display:block;
		font-size:27px;
		line-height:1em;
		font-style:italic;
		text-transform:uppercase;
		float:right;
		padding-top:3px;
		}
	.intro .inner {
		padding:105px 30px 0 30px;
		}
		


/* Content
---------------------------------------- */
#content .indent {
	padding:27px 0 0 0;
	}
#content .inside {
	padding:0 12px 0 15px;
	}
#content .inside1 {
	padding:0 12px 0 0;
	}

article {
	border-bottom:1px solid #e7e8e8;
	padding-bottom:15px;
	margin-bottom:18px;
	}
article.last {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
	}
	articl1
	{
	padding-bottom:20px;
	margin-bottom:35px;
	}
	
/* Lists */
.list1 li {
	background:url(../images/bull1.gif) no-repeat 0 7px;
	padding:0 0 14px 12px;
	}
	
	.list1 li a {
		color:#2b3755;
		}
.list2 li
{
    background:url(../images/bull1.gif) no-repeat 0 7px;
	padding:0 0 14px 12px;
	color:Blue;
}

/* News */
.news li {
	position:relative;
	zoom:1;
	-moz-zoom:1;
	-webkit-zoom:1;
	padding:0 0 25px 70px;
	top: -14px;
	left: 0px;
}
.news li p.date {
		position:absolute;
		left:0;
		top:2px;
		background:url(../images/ieee5.jpg) no-repeat 0 0;
		text-align:center;
		font-size:11px;
		color:#fff;
		width:54px;
		height:52px;
		}
		.news li p.date strong {
			font-size:12px;
			line-height:1em;
			padding-top:43px;
			font-weight:bold;
			color:blue;
			display:block;
			margin-left:6px;
			}

.news li p:hover {
    color:red;
    font-weight:bold;
 }

.fordefault
{
        position:absolute;
		left:0;
		top:2px;
		text-align:center;
		font-size:11px;
		width:54px;
		height:54px;
}

/* Content
---------------------------------------- */
footer {
	color:#3e4e7d;
	font-size:12px;
	line-height:20px;
	padding:0px;
	text-align:center;
}
footer span
{
    padding:0px !important;
}
	footer a {
		color:#3e4e7d;
		text-decoration:none;
		}
	footer a:hover {
		color:#8592bb;
		text-decoration:underline;
		}
	
	footer nav ul li {
		display:inline;
		background:url(../images/bull2.gif) no-repeat 0 6px;
		padding:0 7px 0 12px;
		}
		footer nav ul li:first-child {
			background:none;
			padding-left:0;
			}
			footer nav ul li a.current {
				color:#8592bb;
				text-decoration:underline;
				}

/*------ForTextboxes------*/
.forfileup
{
    background:#dbdbdb;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
    margin-left:30px;
    font-size:13px !important;
    border: medium none buttonhighlight;
}
.fortextbox
{
	border:1px solid #949494;
		width:173px;
		padding:3px 0 3px 5px;
		margin-left:50px;
		background:#dbdbdb;
		position:relative;
		margin-right:2px;
		border-radius: 3px 3px 3px 3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		src:url(js/PIE.htc);
        top: 0px;
 }
    .fordrop {
        width:200px !important;
        height:25px;
        
    }
    
    .forprojectuploadtext {
        
	border:1px solid #949494;
		width:173px;
		padding:3px 0 3px 5px;
		margin-left:50px;
		background:#dbdbdb;
		position:relative;
		margin-right:2px;
		border-radius: 3px 3px 3px 3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		src:url(js/PIE.htc);
        top: 0px;
    }
    
   
.forbutton
{
	border-style: solid;
    border-color: #949494;
    border-width: 1px;
    border-radius:3px 3px 3px 3px;
     -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background: #c7c7c7 url('../images/submit-tail.gif') repeat-x 0 0;
    position:relative;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		src:url(js/PIE.htc);
		font-size:11px;
		color:#2b3755;
		text-transform:uppercase;
		font-weight:bold;
		text-shadow:1px 1px 0 #fff;
		-moz-text-shadow:1px 1px 0 #fff;
		-webkit-text-shadow:1px 1px 0 #fff;
		cursor:pointer;
		width:55px;
		text-align:center;
		height:29px;
    top: 0px;
    left: 0px;
}

.forbutton2 
{
    font-weight:bold;
    border-color: white;
    border-radius: 6px 6px 6px 6px;
     -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width:0.5px;
    float: left;
    font-size:11px;
    overflow:visible;
    width: 90px;
	height: 25px;
	text-align: center;
	padding:0px;
	cursor: pointer;
	color: #fff;
	background: url(../images/templatemo_button2.png) no-repeat;
	vertical-align:middle;
}
.forbutton2:hover 
{
    border-color: white;
    border-radius: 6px 6px 6px 6px;
     -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 0.4px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background:url(../images/templatemo_button_hover2.png) no-repeat;
    width: 90px;
	height: 25px;
}
.forbutton1 
{
    font-weight:bold;
    border-color: white;
    border-radius: 6px 6px 6px 6px;
     -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 0.5px;
    float: left;
    font-size:11px;
	width: 83px;
	height: 19px;
	text-align: center;
	-moz-border-radius:3px;
   -webkit-border-radius:3px;
	cursor: pointer;
	color: #fff;
	background: url(../images/templatemo_button1.png) no-repeat;
	vertical-align:middle;
}
.forbutton1:hover 
{
    border-color: white;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 0.5px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background:url(../images/templatemo_button_hover1.png) no-repeat;
    width: 83px;
	height: 19px;
}
.forcontacttext
{
    background:#fff;
	width:225px;
	padding:2px 5px 2px 6px;
	border:none;
	border:1px solid #e1e1e1;
	color:#7e7e7e;
	border-color:#303030 #cecece #e1e1e1 #585858;
}
.forcontactbutt
{
    background:white;
    border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-style:solid;
    border-color: #949494;
    border-width: 1px;
    text-transform:uppercase;
	cursor:pointer;
	width:70px;
	text-align:center;
	height:25px;
    font-size:12px;
		
		
}
.mrl
{
    margin-left:48px !important;
}
.mrl47
{
    margin-left:47px;
}
.w168
{
    width:168px !important;
}
.mrl45 {
    margin-left:45px !important;
}
#formstyle
{
    background:url("../images/box-bg.gif") repeat-x scroll 0 0 #E7E8E9;
}
.wid197 {
    width:197px !important;
}
.vlinks{
	position:relative;
	float:right;
	}
	
	/*---------Div Syle for projectpage--------*/
	.divpro
	{
	   border-bottom-width: 5px;
	   padding-right: 0px;
	   margin-bottom: 5px;
	}
	/*----form style for solution page---*/
	.formsol
	{
	    margin-left:0px; 
	    padding-left:0px; 
	    width:225px; 
	    border:0px; 
	    background-color:transparent;
	}
	/*---------Div Syle for contactpage--------*/
	.divcontactp
	{
	    border-bottom-width: 5px; 
	    padding-right: 170px; 
	    margin-bottom: 5px; 
	    padding-bottom:0px;
	}
	/*----div width for contact paragaph----*/
	.divwid
	{
	    border-bottom-width: 5px; 
	    padding-left: 84px; 
	    margin-bottom: 5px;
	    width:440px;
	    color:Red;
	    font-size:10px;
	}
	/*---button for contact---*/
	.buttalign
	{
	   padding-bottom:10px;
	    float: right;
	    height: 24 !important;
	    
	}
	/*-----margin of textbox in pro-page----*/
	.mrgn60
	{
	    margin-left:60px !important;
	}
	.forregister
	{
	    float:right;
	    font-weight:bold;
	}	
	.con
	{
		width:915px !important;
	}
	.con1
	{
		width:575px !important;
	}
	.con2
	{
		width:280px !important;
	}
		
	.forlink2
	{
		
		 border:2px; 
		 border-color:inherit;
		 border-style:solid; 
		 line-height:15px; 
		 float:right;
		 color:Black;
		 margin-top:0px;
		 vertical-align:top;
		 width:15px; 
		 border-radius:5px 0px 0px 5px;
		 -moz-border-radius:5px 0px 0px 5px;
		 -webkit-border-radius:5px 0px 0px 5px;
		 font-size:17px;
		 font-weight:bold;
		 text-align:center;
		background:none repeat scroll 0 0 #DBDBDB;
		  
	}
	.for3
	{
		
		 margin-top:293px;
		 margin-right:-19px;
		 border:2px; 
		 border-color:inherit;
		 color:Black;
		 border-style:solid; 
		 line-height:15px; 
		 float:right;
		 margin-bottom:0px;
		 vertical-align:bottom;
		 width:15px; 
		 border-radius:5px 0px 0px 5px;
		 -moz-border-radius:5px 0px 0px 5px;
		 -webkit-border-radius:5px 0px 0px 5px;
		 font-size:17px;
		 font-weight:bold;
		 text-align:center;
		 background:none repeat scroll 0 0 #DBDBDB;
		
	}
	.forbutton3 {
	    clear: both;
	display: block;
	width: 103px;
	height: 23px;
	padding: 4px 0 0 0;
	background: url(../images/templatemo_button.png) no-repeat;
    color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}
	.forbutton3:hover {
	    background: url(../images/templatemo_button_hover.png) no-repeat;
	}
	
	.forbutton4 {
	clear: both;
	display: block;
	width: 56px;
	height: 20px;
	padding: 4px 0 0 0;
	background: url(../images/templatemo_button4.png) no-repeat;
    color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
	}
	.forbutton4:hover {
	    background: url(../images/templatemo_button_hover4.png) no-repeat;
	}
	
.button a{
	clear: both;
	display: block;
	width: 103px;
	height: 23px;
	padding: 4px 0 0 0;
	background: url(../images/templatemo_button.png) no-repeat;
    color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.button a:hover {
	background: url(../images/templatemo_button_hover.png) no-repeat;
}
#btnLogin
{
    margin-left:83px;
    height:27px;
    width:103px;
    color: #333;
    border: none;
	background: url(../images/templatemo_button.png) no-repeat;
}
 
.bgnone {
    background:transparent !important;
    text-shadow:none !important;
    -moz- text-shadow:none !important;
    -webkit- text-shadow:none !important;
}


/**For Index Page From Contentslider CSS **/

.contentslider {
  padding: 0; /* This acts as a border for the content slider */
  background: none; /* This is the color of said border */
} 
.cs_leftBtn, .cs_rightBtn {
  width:30px; /* Should be as wide as the button graphic being used */
  background: none; /* This will probably match the contentslider bg color */
}
.contentslider {
  position:relative;
  display:block;
  width: 920px;
  height: 200px;
  margin:0 auto;
  overflow:hidden;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}
.cs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;
}
.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  display:block;
  width: 920px;
  height: 200px;
  margin:0 auto;
  padding: 0;
/*  background-color: none; */
}

.cs_article .left {
	float: right;
	width: 550px;
}

.cs_article .right {
	float: left;
	width: 302px;
}

.cs_article h2 {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 20px;
	color: #fff;
}

.cs_article p{
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
}

.cs_article img {
	width: 300px;
	height: 150px;
	border: 1px solid #fff;
}

.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  bottom: 5px;
  padding:0;
  z-index:10000;
}
.cs_leftBtn {
  left : 0px;
  outline:0;
}
.cs_rightBtn {
  left : 35px;
  outline:0;
}
.cs_leftBtn img, .cs_rightBtn img {
  border:0;
  position:relative;
  margin:0;
}
 .height185 {
     height:185px;
 }
 .mrngtop10px
{
    margin-top:10px;
}
.mrgtop10 {
    margin-top:10px !important;
}
.forcontactbox {
    height:248px;
    padding-top:20px;
    padding-bottom:20px;
}

.forspan {
    border: medium none;
    color: #333333;
    display: inline-block;
    font-size: small;
    margin: 5px 11px 0 0;
    padding-left: 0;
    text-align: right;
    width: 150px;
}

.mrgleft30 {
    margin-left:30px !important;
}

.wpc100 {
    width: 100% !important;
}
.wpc64 {
    width:64% !important;
}
.wpc70 {
    width:70% !important;
}
.wpc60 {
    width:60% !important;
}

.mt2 {
    margin-top:2px;
    }
.wpc63 {
    width:63% !important;
}
.padtopzeropx
{
    padding-top:0 !important;
}
.mrgbtm0 {
    margin-bottom:0px !important;
}
.height225 {
    height:225px !important;
}
.bordernone {
    border:none !important;
}
.padbtmzero {
    padding-bottom:0px !important;
}
.padbtm5 {
    padding-bottom:5px !important;
}

.padtop15 {
    padding-top:15px;
}
.fordevepage {
    width:242px !important;
}
.floatright {
    float:right !important;
}
.height250 {
    height:250px;
}
.height280 {
    height:280px !important;
}

.forfileup1 {
    font-family:Arial;
    font-weight:bold;
	font-size:14px;
	line-height: 18px;
	vertical-align: middle;
	border: medium none buttonhighlight;
	padding: 0px 0px 0px 0px;
	margin: 0px;
   
	}
	
	.padleftzero {
	    padding-left:0px !important;
	}
	.mrgleft9 {
	    margin-left:9px;
	    
	}
	.width260 {
	    width:260px !important;
	}
	.font15 {
	    font-size:15px !important;
	}
	.mrgtop5 {
	    margin-top:5px !important;
	}
	.height180 {
	    height:180px !important;
	   }
	   .padbtm20 {
	       padding-bottom:20px !important;
	   }
	   .height340 {
	       height:340px !important;
	   }
	   .padbtm10 {
	       padding-bottom:10px !important;
	   }
	   .height220 {
	       height:220px !important;
	   }
	   .height174 {
	       height:174px !important;
	   }
	   .height360s {
	       height:360px !important;
	   }
	   .height160s {
	       height:160px !important;
	   }
	   .height240s {
	       height:240px !important;
	   }
	   .font14 {
	       font-size:14px !important;
	   }
	   .mrgleft26 {
	       margin-left:26px !important;
	   }
	   .width130 {
	       width:130px !important;
	   }
	   .floatnone {
	       float:none !important;
	   }
	   .forprjfile {
	       left:222px !important;
	       top:auto !important;
	   }
	   .mrgleft5 {
	       margin-left:5px;
	   }

	   .height165 {
	       height:165px !important;
	   }
	   .height140 {
	       height:140px !important;
	   }
	   .forinnerpad {
	       padding-bottom:5px !important;
	       padding-top:5px !important;
	   }
	.padbox {
	    padding-bottom:10px !important;
	    padding-top:10px !important;
	    
	}
	.mrgbottom10 {
	    margin-bottom:10px !important;
	}
    .height200 {
        height:200px !important;
    }
    .height155 {
        height:155px !important;
    }
	   .mrgtop90 {
	       margin-top:90px !important;
	   }
	   .padboxabout {
	       padding-bottom:5px !important;
	       padding-top:5px !important;
	   }
	   .left390 {
	       left:390px !important;
	   }
	   .left386 {
	       left:386px !important;
	   }
	   .mrgtop55 {
	       margin-top:55px !important;
	   }
	   .mrgto70 {
	       margin-top:70px !important;
	   }
	   .mrgtopzero {
	       margin-top:0px !important;
	   }
	   .font13 {
	       font-size:13px !important;
	   }
	   .borderbtmnone {
	       border-bottom:none !important;
	   }
	   .foracademic {
	       width:584px;
	       height:96px;
	       margin-bottom:17px;
	       
	   }
	   .forbold {
	       font-weight:bold;
	   }
	   .forserviceboxhead {
	       font-style:normal !important;
	       font-weight:bold;
	   }
	   .width685 {
	       width:685px !important;
	   }
.width198 {
    width:198px !important;
}
.width386 {
    width:386px !important;
}
.width415 {
    width:415px !important;
}
.width57
{
    width:57px !important;
}
.padleft10 {
    padding-left:10px !important;
}
.width425 {
    width:425px !important;
}
.width450 {
    width:450px !important;
  
}
.mrgleft60 {
    margin-left:60px !important;
}
.padleft60 {
    padding-left:60px !important;
}
.mrgbtm12 {
    margin-bottom:12px !important;
}
.mrglef_righ10 {
    margin-left:10px !important;
    margin-right:10px !important;
}
.forh3heads {
    font-size:18px !important;
   padding-left:0px !important;
}
.forlogtxt {
    font-weight:bold;
    font-size:11px;
    color:#2B3755;
}
.fortrainingimg {
    width:65%;
    float:left;
    margin-right:12px;
}
.wpc55 {
    width:55% !important;
}
.wpc98 {
    width:98% !important;
}
.width500 {
    width:500px !important;
}
.padright20 {
    padding-right:20px !important;
}
.padleft20s {
    padding-left:20px !important;
}
.forempsearchnew {
    padding-left:167px !important;
    width:390px !important;
}
.height435 {
    height:435px !important;
}
.height330 {
    height:330px !important;
}
.height500 {
    height:500px !important;
}
.mrgleft168 {
    margin-left:168px !important;
}
.formap {
    padding:3px !important;
    border-radius:0px !important;
    -webkit-border-radius:0px !important;
    -moz-border-radius:0px !important;
    height:472px !important;
    background:black !important;
}
.forcontent_autoheight {
    height:auto !important;
    position:absolute !important;
    
}
.forlabelhome {
    font-size:11px;
    font-weight:bold;
}
.fortraining_scroll {
   padding:1px !important;
}
.mrnbtm7 {
    margin-bottom:7px !important;
}
.width190 {
    width:190px !important;
}
.mrgfortraining_box{
    margin-left:5px !important;
    margin-right:5px !important;
}
.width695 {
    width:695px !important;
}
.width397 {
    width:397px !important;
}
.padright0 {
    padding-right:0px !important;
}
.mrgbtm5 {
    margin-bottom:5px !important;
}
.radiuszero {
    border-radius:0px !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
}
.width228 {
    width:228px !important;
}
.padzero {
    padding:0px !important;
}
.for_div {
    
    width:48%;
    height:100%;
    float:left;
    text-align:center;
    color:black;
    border:5px solid black;
    
}

.for_div1 {
    
    width:98%;
    height:100%;
    float:left;
    text-align:center;
    color:black;
    border:2px solid black;
    
}

.forhead_div {
   
    width:100%;
    height:25px;
    float:left;
    text-align:center;
    padding-top:2%;
    font-weight:bold;
    font-family:times new roman;
    font-size:20px;
    border-bottom:3px solid black;
}
.forno_year {
    float:left;
    width:19%;
    height:40px;
    padding-top:1%;
}
.forno_year1 {
    float:left;
    width:19%;
    height:30px;
    padding-top:1%;
}

.for_data {
    width:59.5%;
    height:46px;
    float:left; 
    text-align:left;
    padding-top:1%; 
    padding-left:5px;
    border-right:2px solid black;
    border-left:2px solid black;
    
}
.for_data1 {
    width:59.5%;
    height:30px;
    float:left; 
    text-align:left;
    padding-top:1%; 
    padding-left:5px;
    border-right:2px solid black;
    border-left:2px solid black;
    
}
.for_data2 {
    width:59.5%;
    height:30px;
    float:left; 
    text-align:left;
    padding-top:1%; 
    padding-left:5px;
    border-right:2px solid black;
    border-left:2px solid black;
}

.for_outer_div {
    border-bottom:2px solid black;
    float:left;
    width:100%;
}

/*FOR REPEATER IEEE*/
.for_outer_div5 {
    border-bottom:4px solid black;
    float:left;
    width:100%;
}
.height30
{
    height:30px !important;
}
.borderleft_4px
{
    border-left:4px solid black !important;
}
.borderRight_4px
{
    border-right:4px solid black !important;
}

.forno_year5 {
    float:left;
    width:92px;
    height:35px;
    padding-top:1%;
    padding-left:5px;
}
.forno_year2 {
    float:left;
    width:148px;
    height:35px;
    padding-top:1%;
    padding-left:5px;
    border-right:2px solid black;
}
.for_data5 {
    width:558px;
    height:35px;
    float:left; 
    text-align:left;
    padding-top:1%; 
    padding-left:5px;
    border-right:2px solid black;
    border-left:2px solid black;
    
}


/*FOR REPEATER Non-IEEE*/


.for_outer_div_Non
{
    border-bottom:2px solid black;
    float:left;
    width:94%;
}
.border_btm4
{
     border-bottom:4px solid black;
}
.forno_year_Non {
    float:left;
    width:15%;
    height:30px;
    padding-top:1%;
    padding-left:5px;
    border-right:2px solid black;
}

.for_data_Non {
    width:60.97%;
    height:30px;
    float:left; 
    text-align:left;
    padding-top:1%; 
    padding-left:5px;
    border-right:2px solid black;
    border-left:2px solid black;
    
}

.forno_year_Non1 {
    float:left;
    width:10%;
    height:30px;
    padding-top:1%;
    padding-left:5px;
}



.h50 {
    height:50px !important;
}
.pad20 {
    padding:20px !important;
}
.color-red {
    color:red !important;
}
.width548 {
    width:548px !important;
}
.height170 {
    height:170px !important;
}

.yuvaN li {
	position:relative;
	zoom:1;
	-webkit-zoom:1;
	-moz-zoom:1;
	padding:10px 0 5px 0px;
	top: 0px;
	left: 0px;
	height:50px;
	overflow:hidden;
	
}
	.yuvaN li p.pics {
		position:absolute;
		left:20;
		top:0px;
		background:url(../images/YUVA_logo1.png) no-repeat 0 0;
		width:20px;
		height:35px;
		}
		
.mrgtop5 {
    margin-top:5px !important;
}
.mrgleft24 {
    margin-left:24px !important;
}
.colorbl {
    color:blue;
}

.h7 {
    color:black;
    font-family: arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 1em;
    text-align:justify;
}
.pad_ri_le10 {
    padding-left:10px !important;
    padding-right:10px !important;
}
.bgwhite {
    background:white !important;
}
.h8 {
    font-size:12px;
	line-height:17px;
	font-weight:bold;
	color:#2b3755;
	font-style:normal;
	margin-bottom:5px;
	font-family:arial;
	text-align:justify;
}
.h9 {
    font-size:12px;
	line-height:17px;
	font-weight:bold;
	color:#2b3755;
	font-style:normal;
	margin-bottom:1em;
	font-family:arial;
	text-align:justify;
}
.textcenter {
    text-align:center !important;
}
.floatleft {
    float:left !important;
}
.height365 {
    height:365px !important;
}
.border1 {
    border:1px solid black;
}
.mrgright10 {
    margin-right:10px !important;
}
.width415s {
    width:415px !important;
}
.mrnright0 {
    margin-right:0px !important;
}
.height355 {
    height:355px !important;
}
.boldtext {
    
    font-weight:bold !important;
}
.linehei {
    line-height:0px !important;
}
.linehei-17
{
    line-height:15px !important;
}
.height12 {
    height:12px !important;
}
.width395 {
    width:395px !important;
}
.height290 {
    height:290px !important;
}
.height13 {
    height:13px !important;
}
.height125 {
    height:125px !important;
}
.height440 {
    height:440px !important;
}
.forcheckusernametext {
    background:none;
    height:30px;
    width:228px;
    border:none;
}
.padbtm15 {
    padding-bottom:15px !important;
}
.width300 {
    width:300px !important;
}
pics_stuhome 
{
    position:absolute;
    background:url(../images/YUVA_logo1)
}
.color-stuhome {
    color:#484848;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
}
.color-stuhome-head {
    color:#008CC4;
}
.font-segoe {
    font-family:segoe UI !important;
}
.padleft15 {
    padding-left:15px !important;
}
.for_stuhome_button {
    background-color: #E9E9E9;
    border: 1px solid #E1DDDE;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    float: left;
    height: 17px;
    padding-left: 5px;
    padding-top: 4px;
    width: 80px;
    font-family:arial;
    font-size:11px;
    margin-top:10px;
}
.for_stuhome_button:hover {
    background-color:#008CC4;
}
.colorblack {
    color:black !important;
    text-decoration:none;
}
.stu-box {
    background: url("../images/box-bg.gif") repeat-x scroll 0 0 #E7E8E9;
    border-color: inherit;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-style: none;
    border-width: 7px;
}
.background {
    background-color: #DCDCDC !important;
}
.height100
{
    height:100px !important;
}
.mrgtop10
{
    margin-top:10px !important;
}

#forstu {
    display: block;
    float: left;
    height: auto;
    margin-top: 0px;
    width: 250px;
    margin-right:8px;
}

#forstu .top {
    background: url("../images/contact_up copy copy.png") no-repeat scroll center top transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: 60px;
    width: 250px;
}
.form {
    background: url("../images/contact_bg.png") repeat-y scroll center top transparent;
    padding-left:22px;
    margin-top:60px;
    height: 232px;
}
.bot {
     background: url("../images/contact_bot.png") no-repeat scroll center top transparent;
   height:28px;
	display:block; 
}
#forDefault {
    display: block;
    float: left;
    height: auto;
    margin-top: 0px;
    width: 290px;
 }
#forDefault .top1 {
    background: url("../images/Default_news/ct1 copy.png") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 60px;
    width: 288px;
}
#forDefault2 {
    display: block;
    float: left;
    height: auto;
    margin-top: 0px;
    width: 290px;
}
.top2 {
     background: url("../images/Default_news/contact_bot1 copy1.png") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 14px;
    width: 289px;
}
.form1 {
    background: url("../images/Default_news/contact_bg1.png") repeat-y scroll center top transparent;
    padding-left:20px;
    padding-right:20px;
    margin-top:60px;
    height: 215px;
}
.bot1 {
     background: url("../images/Default_news/contact_bot1.png") no-repeat scroll center top transparent;
   height:20px;
	display:block; 

}

#forContact {
    display: block;
    float: left;
    height: auto;
    margin-top: 0px;
    width: 415px;
}
.top3 {
     background: url("../images/forbox/415b.png") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 24px;
    width: 416px;
}
.form3 {
    background: url("../images/forbox/415.png") repeat-y scroll center top transparent;
    padding-left:20px;
    padding-right:20px;
    margin-top:14px;
    height: 178px;
}
.bot3 {
     background: url("../images/forbox/415a.png") no-repeat scroll center top transparent;
   height:24px;
	display:block; 

}
#forproject {
    display: block;
    float: left;
    height: auto;
    margin-top: 0px;
    width: 475px;
}
.top4 {
     background: url("../images/forbox/475b.png") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 17px;
    width: 476px;
}
.form4 {
    background: url("../images/forbox/475.png") repeat-y scroll center top transparent;
    padding-left:20px;
    padding-right:20px;
    margin-top:14px;
    height: 178px;
    width:436px;
}
.bot4 {
    background: url("../images/forbox/475a.png") no-repeat scroll center top transparent;
    height:24px;
	display:block; 
	width:476px;

}

#forservice {
    display: block;
    float: left;
    height: auto;
    margin-top: 0px;
    width: 288px;
}
.top5 {
     background: url("../images/forbox/288b.png") no-repeat scroll center top transparent;
    display: block;
    float: left;
    height: 17px;
    width: 298px;
}

.form5 {
    background: url("../images/forbox/288.png") repeat-y scroll center top transparent;
    padding-left:30px;
    padding-right:30px;
    margin-top:14px;
   width:238px;
}
.bot5 {
    background: url("../images/forbox/288a.png") no-repeat scroll center top transparent;
    height:24px;
	display:block; 
	width: 298px;

}
.ieee_back {
    background: url("../images/IEEE1 copy.png") repeat scroll 0 0 transparent;
    float:right;
    height:150px;
    width:235px;
    display:block;
}
.ieee_back a.rm {
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    color: black;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 7px 7px;
    width: 70px;
    text-decoration:none !important;
}
.ieee_back a.rm:hover {
    box-shadow:0 0 10px #999999;
    -webkit-box-shadow:0 0 10px #999999;
    -webkit-transition:box-shadow 0.5s ease 0s;
    transition:box-shadow 0.5s ease 0s;
    cursor:pointer;
    color:red;
}

.nonieee_back {
    background: url("../images/NonIEEE1 copy.png") repeat scroll 0 0 transparent;
    float:right;
    height:150px;
    width:235px;
    display:block;
   right:0px;
}
.nonieee_back a.rm {
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    color: black;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 7px 7px;
    width: 70px;
    text-decoration:none !important;
}
.nonieee_back a.rm:hover {
   box-shadow:0 0 10px #999999;
   -webkit-box-shadow:0 0 10px #999999;
   -webkit-transition:box-shadow 0.5s ease 0s;
   transition:box-shadow 0.5s ease 0s;
   cursor:pointer;
   color:red;
}

.wpc45 {
    width:45% !important;
}
.wpc84 {
    width:84% !important;
}
.mrgleft20 {
    margin-left:20px !important;
}
.mrgtop75 {
    margin-top:75px !important;
}
.mrgtop80 {
    margin-top:80px !important;
}
.forloginbox {
    margin-top:14px !important;
    height:180px !important;
    padding-top:5px !important;
    padding-left:30px !important;
    padding-right:30px !important;
}
.bac {
    background:url("../images/sld/f.png") no-repeat scroll right bottom transparent;
    height:60px;
    width:70px;
}
.bac:hover {
     zoom:105%;
     
    /* For zooming Mozilla and Opera*/
    -moz-transform: scale(1.1);
}
.bac1:hover 
{
     zoom:105%;
     
    /* For zooming Mozilla and Opera*/
    -moz-transform: scale(1.1);
}
.bac1 {
    background:url("../images/sld/2.png") no-repeat scroll right bottom transparent;
    height:60px;
    width:70px;
    margin-top:10px;
}
.width360 {
    width:360px !important;
}

.padleft50 {
    padding-left:50px !important;
}
.padright30 {
    padding-right:30px !important;
}
.padleft30 {
    padding-left:30px !important;
}
.height320 {
    height:320px !important;
}
 .down {
   
    float:left; 
    padding-left:5px; 
    border-radius:0px 7px 7px 0px; 
    -webkit-border-radius:0px 7px 7px 0px; 
    text-decoration:none !important;
    background:#DEDEDE;
    box-shadow:0 0 10px red inset;
    -webkit-box-shadow:0 0 10px red inset;
}

 .down:hover {
   box-shadow:0 0 10px red;
   -webkit-box-shadow:0 0 10px red;
   transition:box-shadow 0.8s ease 0s;
   -webkit-transition:box-shadow 0.8s ease 0s;
   cursor:pointer;
   color:#F5A9A9;
}
 
.fortext {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    
}

.color-bl {
    color:#2B3755;
}

.border2 {
    border:2px solid #BFBFBF;
 }
.border3 {
    border:1px solid #E2E2E2;
}
.border4 {
    border:2px solid black;
}
.pad_ri_le5 {
    padding-right:5px;
    padding-left:5px;
}

.foremphead {
   font-weight:bold;
   padding-left:5px;
   font-family:arial;
   font-size:13px;
   color:black;
   }
   .head1 {
       height:28px;
       width:175px; 
       margin-top:2px;
       background:none repeat scroll 0 0 #F5F5F5;
   }
   .head1:hover {
       
       cursor:pointer;
       width:175px;
       height:28px;
       border:none;
       transition:all 0.6s ease 0s;
       -webkit-transition:all 0.6s ease 0s;
       box-shadow:0 0 20px #757575 inset;
       -webkit-box-shadow:0 0 20px #757575 inset;
   }
   
   .forempdiv {
       height:246px; 
       width:428px; 
       float:left; 
    }
   .current1 {
       cursor:pointer;
       width:175px;
       height:28px;
       border:none;
       transition:all 0.6s ease 0s;
       -webkit-transition:all 0.6s ease 0s;
       -webkit-box-shadow:0 0 20px #757575 inset;
       box-shadow:0 0 20px #757575 inset;
   }
   .border5 {
       border:1px solid #DDDDDD;
   }
   .forstuhead {
        font-size:22px !important; 
        color:#151515; 
        font-weight:normal !important; 
        letter-spacing:0px !important;
        line-height:1.9em;
   }
   .stuhome-onjob {
       font-family:sans-serif; 
       line-height:1.5em; 
       color:#484848; 
       letter-spacing:0.1px !important;
   }
   .display-block {
       display:block !important;
   }
   .forhiddendiv-stuhome {
       display:none; 
       font-family:sans-serif;
       line-height:1.3em !important
   }
   .emp-menudiv {
       height:278px; 
       margin-top:7px; 
       width:620px; 
       border-radius:4px;
       -webkit-border-radius:4px;
       -moz-border-radius:4px;
   }
   .emp-menudiv1 {
       width:180px; 
       height:255px; 
       padding-top:3px; 
       margin-right:2px;
       
   }
   .padtop5 {
       padding-top:5px !important;
   }
   .emp-homemenu1 {
       height:205px; 
       width:400px; 
       margin:auto;
   }
   .emp-md {
       width:170px; 
       height:205px; 
       margin:auto;
   }
   .homepages-slide {
       width: 960px !important; 
       height: 303px !important;
   }
   .mrgbtm15 {
       margin-bottom:15px !important;
   }
   .height395 {
       height:395px !important;
   }
   .height250 {
       height:250px !important;
   }
   .height380 {
       height:380px !important;
   }
   .height260 {
       height:260px !important;
   }
   .forasembla {
       color:#656565 !important;
       line-height:13px;
       margin:0 2px;
   }
   .back {
       background:url("../images/back2.png");
   }
   .max-wid170 {
       max-width:170px !important;
   }
   .mrgnbtm25
   {
       margin-bottom:25px !important;
   }
   .underline-none
   {
       text-decoration:none !important;
   }
   .min-hei60
   {
       min-height:60px !important;
   }
   .height15
   {
       height:15px !important;
   }
   .homelabel
   {
       height:63px !important;
       width:253px !important;
       overflow:hidden !important;
   }
   .homelabel1
   {
       height:31px !important;
       width:253px !important;
       overflow:hidden !important;
   }
   .homelabel2
   {
       height:50px !important;
       width:400px !important;
       overflow:hidden !important;
   }
    .homelabel3
   {
       height:20px !important;
       width:422px !important;
       overflow:hidden !important;
   }
    .homelabel4
   {
       height:20px !important;
       width:440px !important;
       overflow:hidden !important;
   }
   .homelabel_IEEEvideo
   {
       height:31px !important;
       width:240px !important;
       overflow:hidden !important;
       padding-left:5px;
   }
   .mrgtop11
   {
       margin-top:11px !important;
   }
   .border-btm-none
   {
       border-style:solid;
       border-color:Black;
       border-width:1px 1px 0px 1px;
   }
   .border-top-none
   {
       border-style:solid;
       border-color:Black;
       border-width:0px 1px 1px 1px;
   }
   .rowElem1
   {
       padding:6px;
       clear:both;
   }
   .border-btm
   {
       border-bottom:1px solid black;
   }
   .mrg-right43
   {
       margin-right:43px !important;
   }
  .mrgright5
  {
      margin-right:5px !important;
  }
  .color-black
  {
      color:Black !important;
  }
  .color-light-black
  {
      color:#363636 !important;
  }
  .mrgright28
  {
      margin-right:28px !important;
  }
  .mrgright36
  {
      margin-right:36px !important;
  }
  .emp-datagrid
  {
  color: #008000;
    font-family: 'Calisto MT';
    height: 20px;
    width: 530px;
    font-size:12px;
    float:left;
    padding-top:10px;
    border-right:1px solid black;
  }
  .border-right
  {
      border-right:1px solid black;
  }
.height30
{
    height:30px !important;
}
.bac-white
{
    background-color:White !important;
}
.width710
{
    width:710px !important;
}
.height625
{
    height:625px !important;
}
.resize-none
{
    resize:none !important;
    -moz-resize:none !important;
    -webkit-resize:none !important;
}
.textalign-just
{
    text-align:justify !important;
}
.left387
{
    left:387px !important;
}
.mrgtop0
{
    margin-top:0px !important;
}
.height25
{
    height:25px !important;
}
.width335
{
    width:335px !important;
}
.padleft100
{
    padding-left:100px !important;
}
.padtop25
{
    padding-top:25px !important;
}
.font-11
{
    font-size:11px !important;
}
.mrg_0_auto
{
    margin:0px auto !important;
}
.rowElem-2
{
 clear:both;
 padding:10px 0px;   
}
.mrgleft40
{
    margin-left:40px !important;
}
.width420
{
    width:420px !important;
}
.mrgright19
{
    margin-right:19px !important;
}
.height75
{
    height:75px !important;
}
.wpc6
{
    width:6% !important;
}
.wpc58
{
    width:58% !important;
}
.wpc_9_half
{
    width:9.6% !important;
}
.wpc7
{
    width:7%  !important;
}
.wpc10
{
    width:10% !important;
}
.wpc65_4
{
    width:65.4% !important;
}
.font18
{
    font-size:18px !important;
}
.height35
{
    height:35px !important;
}
.for_IEEE
{
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.3em;
}
.width398
{
    width:398px !important;
}
.width286
{
    width:286px !important;
}
.display_none
{
    display:none !important;
}
/*==========================================*/

