.mcontent ul {
	padding:0 30px;
}
.mcontent ol {
	padding:0 30px;
}
.innerLink ul {
	display:none;
	margin-left:15px;
}
.innerLink:hover ul {
	display:block !important;
	cursor:pointer !important;
}
.Ractive {
	color:#17385b !important;
	font-weight:bold;
}
.map_ul {
	margin:0 12px;
	padding:0;
	list-style:none;
}
.map_ul li {
	margin:8px 0 6px 0;
}
.site_map {
	list-style:none;
	padding:0;
	margin:0;
}
.site_map li {
	list-style:none;
	margin:0;
	padding:2px 0px 10px 2px;
}
.site_map li a span {
	color: #004080 !important;
	font-size:13px;
	font-weight:bold;
}
.site_map li ul {
	margin:0;
	padding:2px 12px;
}
.commonListing span {
	color:#993399;
}
.bul {
	text-decoration:none !important;
}
.bullet {
	background:#F9CAA2;
	width:60%;
	padding:6px 5px 4px 0px;
	color:#AE0D0D;
	font-weight:bold;
	font-size:19px;
	font-style:italic;
	border-radius:3px;
}
.block_link {
	color:#000 !important;
}
.mform {
	background: #3f65b7;
	background-clip: padding-box;
	border: 1px solid #172b4e;
	border-bottom-color: #142647;
	border-radius: 5px;
	background-image: -webkit-radial-gradient(cover, #cccccc, #6983b2);
	background-image: -moz-radial-gradient(cover, #cccccc, #3960a6);
	background-image: -o-radial-gradient(cover, #cccccc, #3960a6);
	background-image: radial-gradient(cover, #cccccc, #3960a6);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
	padding:10px;
	color:#fff;
}
.mform > h1 {
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.mform-input {
	display: block;
	width:75%;
	height: 37px;
	color: white;
	text-shadow: 0 1px black;
	background: #2b3e5d;
	border: 1px solid #15243b;
	border-top-color: #0d1827;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0));
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.2);
}
.mform-input:focus {
	outline: 0;
	background-color: #32486d;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 4px 1px rgba(255, 255, 255, 0.6);
}
.lt-ie9 .mform-input {
	line-height: 35px;
}
.mform-submit {
	display: block;
	width: 100%;
	height: 37px;
	font-size: 14px;
	font-weight: bold;
	color: #294779;
	text-align: center;
	text-shadow: 0 1px rgba(255, 255, 255, 0.3);
	background: #adcbfa;
	background-clip: padding-box;
	border: 1px solid #284473;
	border-bottom-color: #223b66;
	border-radius:10px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #d0e1fe, #96b8ed);
	background-image: -moz-linear-gradient(top, #d0e1fe, #96b8ed);
	background-image: -o-linear-gradient(top, #d0e1fe, #96b8ed);
	background-image: linear-gradient(to bottom, #d0e1fe, #96b8ed);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.mform-submit:active {
	background: #a4c2f3;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
}
.mform-help {
	text-align: center;
}
.mform-help > a {
	font-size: 11px;
	color: #d4deef;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.mform-help > a:hover {
	text-decoration: underline;
}
.profileBlock .desk {
	background:#0A2D53;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.profileBlock .desk-profile {
	background:#F7F7F7;
	border:1px solid #d6d6d6;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.profileBlock .ambassdor {
	color: #0a2d53;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.profileBlock .ambassdor:hover {
	color: #09568c;
}
.profileBlock .ambassdor2 {
	color: #336296;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.profileBlock ul {
	margin:0;
	padding:0;
	list-style:none;
}
.profileBlock ul li {
	float:left;
	padding-right:10px;
}
.profileBlock ul li a {
	color: #336296;
}
.profileBlock .desk-img {
/*margin:15px 0 8px 0;*/
}
.profileBlock .desk-cont {
	margin:8px 0;
}
.ritem {
	color:#09568c !important;
	font-weight:bold !important;
}
.marquee {
	font-size:13px;
	font-weight:bold;
	color:#071262;
	width:100%;
	background-image:url(../images/marqee-bg.jpg);
	background-repeat:repeat-x;
	height:42px;
	line-height:34px;
}
.marquee a {
	color:#071262;
}
.marquee span {
	padding:0 20px;
}
/*Button-starts*/
.button_example {
	border:1px solid #005d93;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	font-size:15px;
	font-family: "Calibri";
	padding: 2px 10px 2px 10px;
	margin-right:5px;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#2192d1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2192d1), to(#2192d1));
	background-image: -webkit-linear-gradient(top, #2192d1, #2192d1);
	background-image: -moz-linear-gradient(top, #2192d1, #2192d1);
	background-image: -ms-linear-gradient(top, #2192d1, #2192d1);
	background-image: -o-linear-gradient(top, #2192d1, #2192d1);
	background-image: linear-gradient(to bottom, #2192d1, #2192d1);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2192d1, endColorstr=#2192d1);
	cursor:pointer;
}
.button_example:hover {
	border:1px solid #005d93;
	color:#FFFFFF;
	background-color: #6bbed2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6bbed2), to(#50abc4));
	background-image: -webkit-linear-gradient(top, #6bbed2, #50abc4);
	background-image: -moz-linear-gradient(top, #6bbed2, #50abc4);
	background-image: -ms-linear-gradient(top, #6bbed2, #50abc4);
	background-image: -o-linear-gradient(top, #6bbed2, #50abc4);
	background-image: linear-gradient(to bottom, #6bbed2, #50abc4);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#6bbed2, endColorstr=#50abc4);
}


.web {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
	margin:0 0 15px 0;
}
.web td {
	font-size:13px;
	border:1px solid #D9E9F4;
	padding:3px 3px 3px 10px;
}
.web th {
	font-size:15px;
	text-align:left;
	padding:3px 0px 3px 10px;
	color:#ffffff;
	background-color:#316191;
	border:1px solid #316191;
	border-right:1px solid #224586;
}
.#web tr.alt td {
color:#000000;
background-color:#316191;
}
#GovlinksTable {
	width:700px;
}
.web h4 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:0px;
	color:#316191;
	margin-top:9px;
	margin-bottom:9px;
}
.web a {
	color:#036;
	text-decoration:none;
}
.web a:hover {
	color:#C30;
}
.web tr:nth-child(even) {
 background-color:#F4F8FB;
}
div.pagination_div {
	padding: 3px;
	margin: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height:1.5em;
	text-align:right;
}
div.pagination_div a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #d58e26;
	font-weight:normal;
	text-decoration: none; /* no underline */
	color: #000000;
}
div.pagination_div a:hover, div.pagination_div a:active {
	border: 1px solid #d58e26;
	font-weight:bold;
	color: #000;
	background-color:#dfc89e;
}
div.pagination_div span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ff0000;
	font-weight: bold;
	background-color: #ffaf3c;
	color: #000;
}
div.pagination_div span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
.youtube_img {
	width:200px;
}
/*dont change*/
* html #exestylepopupdiv {
	position:absolute;
}
#exestylepopupdiv {
	z-index: 999999;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:fixed;
	background-image: url(../images/exitbg.png);
	margin:0;
	overflow-y:auto;
}/*dont change*/
#exestylepopup {
	position:absolute;
 *filter:alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	height:auto;
	min-height:120px;
	width:455px;
	top:188px;
	left:380px;
	background:rgba(20, 59, 102, 0.6);
	color:#FFFFFF;
	border:#004F9D solid 1px;
}
.closep {
	color:#fff !important;/*#cee0f4 */
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.minvest {
	display:none;
}
.dig_img {
	float:left;
	padding:18px 8px;
}
.rup_img {
	float:left;
	padding:18px 8px;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

	/* Force table to not be like tables anymore */
	table.onebyone, table.onebyone thead, table.onebyone tbody, table.onebyone th, table.onebyone td, table.onebyone tr {
 display: block;
}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.onebyone thead tr {
 position: absolute;
 top: -9999px;
 left: -9999px;
}
 table.onebyone td {
		/* Behave  like a "row" */
		position: relative;
}
 table.onebyone td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		width: 100%;
 white-space: nowrap;
}
	
	/*
	Label the data
	*/


.bullet {
width:100%;
}
 .MtableData {
overflow-x:auto;
overflow-y:hidden;
}
.res_dig {
display:none;
}
 .videowrapper iframe {
 width: 50%;
 height: 50%;
}
 .youtube_img {
width:100%;
}
 #mysearch {
display:none;
}
 #exestylepopup {
width:100%;
left:0;
}
 .winvest {
display:none;
}
 .minvest {
display:block !important;
}
 .dig_img {
float:none;
padding:0;
}
 .rup_img {
float:none;
padding:10px 10px;
}
}
