/* default classes starts*/

a
{
color: #FF3300;
}

a:over {
color:#006600;
}


/*---- input tag for textbox , button ----*/
/*
input{
width:150px;
font-family:Tahoma;
font-size:12px;
height:18px;
vertical-align:middle;
padding-left:5px;
}
---- input tag for textbox , button ----*/

/*---- textarea----*/
textarea{
width:150px;
font-family:Tahoma;
font-size:12px;
height:60px;
vertical-align:middle;
padding-left:5px;
}
/*---- textarea----*/

/*---- label----*/
label{
font-family:tahoma;
font-size:12px;
color:#000000;
vertical-align:middle;
text-transform: none;
text-align:left;
}
/*---- label----*/
.radio{
width:91%;
height:100%;
font-family:tahoma;
font-size:12px;
color:#000000;
vertical-align:top;
text-align:left;

}
.radio1{
width:100%;
height:100%;
font-family:tahoma;
font-size:12px;
color:#000000;
vertical-align:top;
text-align:left;


}

/*---- select----*/
select{
width:160px;
}
/*---- select----*/


.button1{

height:25px;
width:auto;
background-color:#fec460;
cursor:pointer;
}

.button2{

height:auto;
width:auto;
background-color:#edc300;
}


.bordernew{
border:1px solid #CCCCCC;
}


.textbox1{
width:auto;
font-family:Tahoma;
font-size:12px;
height:18px;
vertical-align:middle;
padding-left:5px;
}


.gridwidth{
text-align:left;
}

/******************

eLearning Page

******************/
.learning{
 position: relative;
 w\idth: 950px !important;
 height: auto;
 padding-top: 20px;
 background: white;
}

.learning img{
 float: right;
}

#learning_text{
 padding: 70px 0 0 30px;
}

#learning_text h3{
 color: #EDC300;
 font-size: 1.2em;
}

#learning_text p{
 font-size: 1em;
}

#learning_text a{
 float: right;
 color: #EDC300;
 font-size: 1.2em;
 text-decoration: none;
}


#learning_default {
	width: 920px;
	height: 420px;
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(../images/learning-home.jpg) no-repeat 70px 80px;
	
	}

#learning_default h3 {
	font-size: 18px;
	margin-bottom: 20px;	
	}

#learning_default p{
	font-size: 14px;
	}


#learning_container {
	width: 900px;
	height: auto;
	padding: 0 0 20px 20px;
	background: url(../images/92-full.jpg) no-repeat 595px 0;
	}

#learning_container p {
	width: 525px;
	font-size: 13px;
	margin-top: 13px;
	line-height: 135%;
	}

#learning_container ul {
	width: 525px;
	margin: 12px 0 0 20px;
	}

#learning_container li {
	font-size: 12px;
	margin-top: 12px;
	list-style: disc;
	}

#training_container {
	width: 920px;
	height: auto;
	text-align: center;
	padding: 0 0 20px 20px;
	}
	
#training_container p {
	font-size: 14px;
	margin-top: 12px;
	}
	
#training_container h3 {
	font-size: 18px;
	margin-bottom: 12px;
	color: #333333;
	}


#training_container a {
	text-decoration: none;
	color: #EDC300;
	}

#training_container a:hover {
	text-decoration: underline;
	color: #EDC300;
	}

#common {
	width: 900px;
	height: auto;
	margin: 20px 0 20px 40px;
	background: url(../images/92-full.jpg) no-repeat 485px 65px;
	}

#common h3{
	font-size: 18px;
	margin-bottom: 20px;
	color: #333333;
	}

#common h4{
	font-size: 17px;
	margin: 15px 0 10px 0;
	color: #333333;
	}
	
#common p {
	font-size: 14px;
	margin: 12px 0 12px 0;
	}

#common a {
	text-decoration: none;
	padding-top: 12px;
	}

#common a:hover {
	text-decoration: underline;
	}

#common img {
	float: left;
	}