/* 
    Created on  : 23 Sep, 2013, 2:35:36 PM
    Author      : Thiyagaraaj M.P
    Modified By : GOdwin Beula Rani S
*/
html,body {
	font-family: 'Varela Round';
	position: absolute;
	/*height: 100%;*/
	/*min-width: 100%;*/
	width: 100%;
	margin: 0px;
}

#page_paragraph {
	max-height:200px;
	//overflow-y:scroll;
	overflow-x:hidden;
	//padding:2px;
	
}
.signin-box h2 {
	font-size: 17px;
	line-height: 17px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	margin-left: 5px;
}

.signin-box a {
	font-family: 'Varela Round';
	/*color: #263D6F;*/
	color: #333333;
	font-size: 13px;
	margin-left: 5px;
	text-decoration: none;
}

.wrapper {
	position: relative;
	/*min-height: 100%;*/
}

.header-bar {
	height: 104px;
	/*background: #f1f1f1;*/
	/*border-bottom: 2px solid #BBBBBB;
	border-bottom: 3px solid #002756;*/
	/*border-bottom: 3px solid #007dc5;*/
	 border-bottom : 1px solid #EAEAEA !important;
	/*background-color: #f1f1f1;*/
	overflow: hidden;
}

.main {
	/*width: 100%;*/
	/*width: auto;
    max-width: 1200px;
    min-width: 780px;*/
}

.page {
	padding-top: 5px;
	padding-right: 30%;
	padding-bottom: 5px;
	padding-left: 30%;
	font-size: 13px;
	line-height: 30px;
	/*color:darkslategrey;*/
}

.pageinside {
	/*padding-right: 30%;*/
	text-align: left;
}

.innerradio {
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '.';
	clear: both;
	height: 0;
}

#e_services_portal, #user_registration {
	 color: #002754;
}

.content {
	/*padding: 0 44px;*/
	padding-bottom: 0px;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
}

.sign-in {
	width: 335px;
	float: right;
	margin-right: 12%;
	margin-bottom: 0px;
}

.logo {
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 2%;
}

.elogo {
	padding-top: 10px;
	padding-bottom: 14px;
	//padding-right: 2%;
	float: right;
}

/*.header-bar span:first-child {
    display: inline-block;
    float: left;
}

.header-bar span:nth-child {
    display: inline-block;
}

.header-bar span:last-child {
    display: inline-block;
    float: right;
}*/
.content-info {
	margin-top: 4%;
	margin-right: 40.9%;
	margin-bottom: 0%;
	margin-left: 2.2%;
}

.content-info-table {
	width: 100%;
	border-spacing: 0px 0px;
	padding-left: 40px;
}

.content-info-table td {
	width: 50%;
	padding-right: 40px;
}

.signin-box,.accountchooser-box {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	padding: 20px;
	line-height: 17px;
	/*background: #FFECCC;*/
	background: #EDEDED;
	border: 1px solid #e5e5e5;
	/*color: #263D6F;*/
	color: #333333;
}

.signin-box label {
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
}

.errMsg {
	color: #f00;
	margin: 5px
}

.link {
	/*font-weight: bold;*/
	font-size: 13px;
	margin: 5px;
}

.headlink {
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0 1px #D8DFEE;
	color: #2f5bb7;
	margin: 5px;
}

input[type=text],input[type=password] {
	margin: 5px;
	font-weight: bold;
	font-size: 12px;
	padding: 0 10px;
	width: 250px;
	height: 34px;
	color: #404040;
	/*background: white;*/
	background-color: #FFFFFF !important;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	/*outline: 5px solid #eff4f7;*/
	/*-moz-outline-radius: 3px;*/
	/*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);*/
	/*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);*/
}

input[type=email] {
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
	padding: 0 10px;
	width: 250px;
	height: 34px;
	color: #404040;
	background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
}

select {
	margin: 5px;
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
	/*padding: 0 10px;*/
	width: 270px;
	height: 34px;
	color: #404040;
	background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	/*outline: 5px solid #eff4f7;*/
	/*-moz-outline-radius: 3px;*/
	/*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);*/
	/*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);*/
}

input[type=text]:focus,input[type=password]:focus {
	/*border-color: #7dc9e2;*/
	border-color: #ffa000;
	/*outline-color: #dceefc;*/
	/*outline-color:  #ffeccc;*/
	/*outline-offset: 0;*/
}

input[type=email]:focus {
	/*border-color: #7dc9e2;*/
	border-color: #ffa000;
}

select:focus {
	/*border-color: #7dc9e2;*/
	border-color: #ffa000;
	/*outline-color: #dceefc;*/
	/*outline-offset: 0;*/
}

.header .info {
	margin: 22px 0 0;
	float: right;
	color: #263D6F;
	font-size: 110%;
	font-weight: bold;
	padding-right: 40px;
	padding-top: 5px;
}

.header .info-button {
	margin: 22px 0 0;
	float: right;
	text-shadow: 0 1px lightseagreen;
	/*color: blue;*/
	font-size: 110%;
	font-weight: bold;
	padding-right: 40px;
}

.bottom {
	width: 100%;
	position: fixed;
	bottom: 0px;
	border-top: 1px solid #EAEAEA;	 
	background-color: #FFFFFF;
}

.bottom-data {
	color: gray;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 11px;
}

.bottom-data a {
	color: gray;
	padding: 5px;
	font-size: 11px;
}

.bottom-table {
	width: 100%;
	border-spacing: 0px 0px;
}

.fine-button {
	margin: 5px;
	border: 1px solid #1f2b96;
	color: #000000;
	min-width: 80px;
	max-width: 200px;
	height: 31px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	/*background-color:#007dc5;*/
	background-color:#29a64a;
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D71920),
		to(#D71920));
	background-image: -webkit-linear-gradient(top, #D71920, #D71920);
	background-image: -moz-linear-gradient(top, #D71920, #D71920);
	background-image: -ms-linear-gradient(top, #D71920, #D71920);
	background-image: -o-linear-gradient(top, #D71920, #D71920);
	background-image: linear-gradient(top, #D71920, #D71920);
	*/
}

.fine-button:hover {
	border: 1px solid #1f2b96;
	color: #000000;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	/*background-color: #007dc5;*/
	background-color:#29a64a;
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D71920),
		to(#D71920));
	background-image: -webkit-linear-gradient(top, #D71920, #D71920);
	background-image: -moz-linear-gradient(top, #D71920, #D71920);
	background-image: -ms-linear-gradient(top, #D71920, #D71920);
	background-image: -o-linear-gradient(top, #D71920, #D71920);
	background-image: linear-gradient(top, #D71920, #D71920);
	*/
	cursor: pointer;
}

.grey-button {
	margin: 5px;
	border: 1px solid #EDEDED;
	color: #fafafa;
	min-width: 82px;
	max-width: 200px;
	height: 32px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: #e52760;
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EDEDED),
		to(#EDEDED));
	background-image: -webkit-linear-gradient(top, #EDEDED, #EDEDED);
	background-image: -moz-linear-gradient(top, #EDEDED, #EDEDED);
	background-image: -ms-linear-gradient(top, #EDEDED, #EDEDED);
	background-image: -o-linear-gradient(top, #EDEDED, #EDEDED);
	background-image: linear-gradient(top, #EDEDED, #EDEDED);
	*/
}

.grey-button:hover {
	border: 1px solid #EDEDED;
	color: #fafafa;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	background-color: #a50656;
	/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EDEDED),
		to(#EDEDED));
	background-image: -webkit-linear-gradient(top, #EDEDED, #EDEDED);
	background-image: -moz-linear-gradient(top, #EDEDED, #EDEDED);
	background-image: -ms-linear-gradient(top, #EDEDED, #EDEDED);
	background-image: -o-linear-gradient(top, #EDEDED, #EDEDED);
	background-image: linear-gradient(top, #EDEDED, #EDEDED);
	*/
	cursor: pointer;
}

input[type=submit] {
	padding: 10px;
	font-size: 13px;
}

td {
	vertical-align: top;
}

table {
	border-spacing: 40px 0px;
}

p {
	text-align: justify;
	text-justify: newspaper;
	font-family: Arial;
	font-size: 13px;
}

.title {
	margin: 22px 0 0;
	/*float: right;*/
	font-family: 'Varela Round';
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	/*padding-right: 70px;*/
	border-bottom: 2px solid #BBBBBB;
}

.msg_content {
	font-family: 'Varela Round';
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	/*font-weight: normal;*/
	border-spacing: 0px 0px;
	border-collapse: separate;
	/*border-color: gray;*/
}

.table2 {
	/*border: 1px solid #E2E2E2;*/
	background-color: #F0F0F0;
	font-family: 'Varela Round';
	/*font-size: 12px;*/
	color: #000000;
	font-weight: normal;
	border-spacing: 0px 0px;
	border-collapse: separate;
	/*border-color: gray;*/
}

.tableheader {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}

.odd {
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: thick solid #F0F0F0;
	font-size: 13px;
}

.internal_link {
	display: block;
	width: 210px;
	height: 10px;
	background: #003366;
	padding-top: 10px;
	padding: 10px;
	padding-left: 29px;
	padding-bottom: 10px;
	padding-right: 29px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	color: white;
	font-weight: bold;
	line-height: 10px;
}

.landing-link {
	margin: 5px;
	border: 1px solid #3079ed;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: #015591;
}

.landing-link:active {
	background: #263D6F;
	color: midnightblue;
	border-color: #9eb9c2 #b3c0c8 #b4ccce;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.logout-main {
	/*width: auto;
    max-width: 1200px;
    min-width: 780px;
    padding: 0 44px;*/
	padding-left: 44px;
	padding-right: 44px;
}

.logout-main:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '.';
	clear: both;
	height: 0;
}

.sign-in-link {
	width: 100.1%;
	height: 100%;
}

.password_set {
	position: inherit;
	margin: 0px 0px -2px -32px;
	/* top:326px;
    left:1175px;
    */
	width: 15px;
	height: 12px;
}

.fieldbox {
	min-width: 450px;
	padding: 0px;
	margin: 0px;
}

/*#click_register {
	min-width: 80px;
	color: white;
	border-radius: 10px;
	border: 0px solid;
	line-height: 15px;
	max-width: 200px;
	background-color: red;
}*/

.session_head {
	font-family: 'Varela Round';
	font-size: 14px;
	color: #00000;
	/*background-color: #66B1DD;*/
	background-color: rgb(242, 161, 45);
	text-transform: sentencecase;
	letter-spacing:1px;
	/*background-position: left;*/
	font-weight: 600;
	height: 25px;
	text-indent: 5pt;
	width:100%;
	line-height: 2;
	position:relative;
	text-align: center;
}
.session_content {
	//padding-left: 5px;
	//background-position: left;
	height: 25px;
	width:100%
	position:relative;
	//left:28%;
	//top: -20px;
}
.session_foot {
	background-position: left;
	height: 25px;
	width:100%
	line-height: 2;
	position:relative;
	text-align: center;
	left:38%;
	//top: -20px;
}
.session_whole {
	padding-right:10%;
	padding-left: 10%;
	padding-top: 25px;
	padding-bottom: 25px;
}
