BODY {
/*color:#000;
font-size:12px;
font-style:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;*/
background: url(images/page-bg2.jpg) repeat-x #FFFFFF;
margin:0;
}
.defaultlink {
color:#00C;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:underline
}
.defaultlink:hover {
color:#00C;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
text-decoration:none
}
.greeninsidetext { /*Page Head Box */
font:bold 18px Arial;
color:#6D9D00;
text-decoration:none
}
.whitebigtext {
font-size:20px;
font-weight:bold;
color:#fff;
text-decoration:none
}

.whitemediumtext {
font-size:16px;
font-weight:bold;
color:#fff;
text-decoration:none
}

.yellownewsbg {
background-color:#F9F9F9;
font-size:11px;
color:#00000;
font-weight:400
}

.msExpertLine{
	background:#1C72AB;
}

/* Left Menu Style BOF */
.tdMenuBg{
	
	background: black url(images/glossyback.gif) repeat-x bottom left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0 4px 5px;
	height:25px;
	color:#FFFFFF;
	text-align:left;
}

a.tdMenuLink{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}	

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(admin_menu/glossyback.gif) repeat-x bottom left;
/*margin-bottom: 10px;*/ /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
width: auto;
}


.arrowlistmenu a.menuheader{
background: black url(admin_menu/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
/*margin-bottom: 8px;*/ /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}
.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}
.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}
.arrowlistmenu ul li a:visited{
color: #A70303;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
/* Left Menu Style EOF */



/* 
Site Specific Styles - BOF
Changes Required 
*/
.ms-LeftMenu{
	background:#EAF9FF; /*Left menu background color*/
}
.ms-HeadingBg{
	color: #FFFFFF;
	background:#017CC2; /*Page Common Heading background color(moneyschool banner)*/
	background:url(images/headbg.jpg);
	background-repeat:repeat-x;
}
.ms-HeadingBg_T{
	color: #FFFFFF;
	background:#017CC2; /*Page Common Heading background color(moneyschool banner)*/
	/*background:url(images/headbg.jpg);
	background-repeat:repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
}
.ms-LoginBg{
	background:url(images/loginbluebg.jpg);  /*Login Box background color*/
}
.ms-LoginHeadeBg{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  /*Login Box Header background color*/
}
.ms-BoxLeft{
	width:4px;
	height:25px;
	background:#DC8400;  /*Box Header Left background color*/
	background:url(images/orangeleft.jpg) repeat-x;
}
.ms-BoxCenter{
	 /*Box Header Center background color*/
	background:url(images/orangecenter.jpg) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ms-BoxRight{
	background:#DC8400;  /*Box Header Right background color*/
	background:url(images/orangeright.jpg)repeat-x;
}
.ms-BoxInnerBorder{
	border:1px solid #F1E3B4;  /*Box Inner Border color*/
}
.ms-BoxLeftBorder{
	border-left:#006DA5 solid 1px; /*Box Left Border color*/
}
.notificationtablebg{
background-color:#E2F1F8;
}
.notificationfieldstyle{
background-color:#E2F1F8;
}
.ms-BoxRightBorder{
	border-right:#006DA5 solid 1px; /*Box Right Border color*/
}
.ms-BoxBottomBorder{
	border-bottom:#FFAF00 solid 1px;  /*Box Bottom Border color*/
}

.ms-BoxLeftBorder1{
	border-left:#006DA5 solid 1px; /*Box Left Border color*/
}
.ms-BoxRightBorder1{
	border-right:#006DA5 solid 1px; /*Box Right Border color*/
}
.ms-BoxBottomBorder1{
	border-bottom:#006DA5 solid 1px; /*Box Bottom Border color*/
}
.ms-BoxCenter1{
	background:#800080;  /*Box Header Center background color*/
	background:url(images/bluegradientcenter.jpg) repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}
.ms-BoxLeft1{
	width:4px;
	height:25px;
	background:#FF3300;  /*Box Header Left background color*/
	background:url(images/bluegradientleft.jpg);
}
.ms-BoxRight1{
	width:4px;
	height:25px;
	background:#FF3300;  /*Box Header Left background color*/
	background:url(images/bluegradientright.jpg);
}
.ms-BoxInnerBorder1{
	border:1px solid #D1E2EF;  /*Box Inner Border color*/
}

.ms-LoginLabel{	 /*Login box label color*/
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.ms-BoxBg{
	background:#F3F9FC;
	border:1px solid #F1E3B4;
}
.ms-AddsOuterBox{
	background:#D76300;
}
.ms-AddsInnerBox{
	background:#000000;
}
.ms-SearchOuterBox{
	background:#F3B800;
}
.ms-SearchBoxHead{
	background:#2365BC;
}
.ms-SearchBg{
	background:url(images/member_login_lrg.gif);
	background-repeat:no-repeat;
}
.ms-NewsTabDiv{    /*News Tab Div */
	width:444px;
	height:120px; 
	margin-bottom:0em; 
	padding:10px; 
	background:#FFFFFF;
}
.bluesmall {
font-size:9px;
font-weight:700;
color:#013567
}
.ms-Button{     /* Common Button */
font-family:Arial;
background:url(images/moneygyan-submit.jpg) repeat-x;
color:#fff;
text-decoration:none;
vertical-align:middle; 
text-align:center;
font-weight:700;
font-size:14px;
height:27px;
width:128px;
border:#FFF solid 1px
}
.ms-Button1{     /* Common Button */
font-family:Arial;
background:url(images/moneygyan-bluebg.jpg) repeat-x;
color:#fff;
text-decoration:none;
vertical-align:middle;
text-align:center;
font-weight:700;
font-size:14px;
height:25px;
padding:0px 5px 0px 5px;
border: 1px solid #549BDD;
}
.ms-ModuleBorder{   /*Money Gyan Module table border */
	background:#85D5F3;
}
.msFeaturedProducts{
	background:#FFFFFF; /*Featured Product table background - Learning Modules*/
}
.msFeaturedImgTab{
	background:#219DC7; /*Featured Product images background - Learning Modules*/
}
.msHeadBig{    /* Common Heading - Big - Learning Modules*/
	color:#026994;
	font-weight:bold;
	font-size:24px;
}
.msCommonBoxHeadBg{ /*Common Box head Background - MoneyGyan*/
	background:#2170BB;
	background:url(images/moneygyan-bluebg.jpg) repeat-x;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}
.msCommonBoxBg{
	background:#F8FCFF;
}
.ms-HeadingText{
	color: #FFFFFF;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ms-PlainBoxBg{
	background:#1A569C;
	color:#FFFFFF;
	font-size:12px;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
}
.msBorderAll{
	border:1px solid #36C;
}
.msLargeText{
	font:bold 36px Arial;
	color:#0460A1;
	text-decoration:none
}
.msEarnLoginBg{
	background:#3FABD9;
	color:#FFFFFF;
}
.msEarnLoginBg1{
	background:#FFFFFF;
	color:#000000;
}
.msEarnLoginBoxBg{
	color: #000000;/*Page Common Heading background color(moneyschool banner)*/
	background:url(images/earningbg.jpg) #018DCB;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
.msEarnLogintbBg{
	color: #000000;/*Page Common Heading background color(moneyschool banner)*/
	font-family:Arial, Helvetica, sans-serif;
}
.msLinkBg{
	background:#E6E6E6;
}
.ms-HeadBannerBg{
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.msHistoryHead{
	background:#7DA510; /*EWL Tab (History Tab) Iframe Header*/
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.ms-TabLine{
	background:#85B10C;; /*EWL Tab Tab Lines*/
}
.tab_head_green{ /*EWL Tab Headings*/
	color:#FFFFFF;
	font-size:28px;
	font-weight: bold;
}
.info_text{ /*EWL Tab Information Headings*/
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}
.refer4 {
	font-weight: normal; /*EWL Tab Labels*/
	font-size: 12px;
	color: #FFFFFF;
}
.totalblue{
	font-weight:bold;
	font-size:20px;/*EWL Summery Text */
	color:#000099;
}
.totalgreen{
	font: bold 20px Arial;
	color:#85B10C;
}
.refer1 {
	color: #FFFFFF;  /*EWL Tab Sub Headings*/
	background:#5A5C5B;
	font-size: 12px;
	font-weight: bold;
	border-right:#FFFFFF solid 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.msPageHeadBoxText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.greenbutton {
font-family:Verdana;
background:url(images/buttonbg.jpg) repeat;
color:#000;
text-decoration:none;
vertical-align:middle;
text-align:center;
font-weight:700;
font-size:11px;
height:20px;
width:120px;
border-style:inset
}
.msTextMainHead{
	color:#0066CC;
	font-size:20px;
	font-weight:bold;
}
.msTextSubHead{
	color:#165ACB;
	font-size:14px;
}
.msTextSubSubHead{
	color:#663366;
	font-size:13px;
}
.msTextSubSubSubHead{
	color:#663366;
	font-size:13px;
}
.msTopLink{
	color:#D17131;
}
.msDictionaryBg{
	background:#2365BC;
}
.ms-WordBg{
	background:#FFFFFF;
}
.ms-greenMsg{
font-family:Arial, Helvetica, sans-serif; 
color:#009900; 
font-size:12px;
font-weight:bold;
}
/* 
Site Specific Styles - EOF
Changes Required 
*/

.loginField{
	background:#F7F7F7;
	padding:2px 10px 2px 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #EFBE00;	
}
.fade{
	background:url("images/fade-image.png") repeat-y 0 0;
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:60px;
	padding:2px 0;
	zoom:1;
	_visibility:hidden;
	z-index:30;
	pointer-events:none;
}
.fade-left{
	/*background:url("images/scrollel_left.png") repeat-y 0 0;*/
	/*background-position:-60px 0;*/
	left:auto;
	float:right;
}
.fade-right{
	/*background:url("images/scrollel_right.png") repeat-y 0 0*/
	background-position:-60px 0;
	left:auto;
	right:15px;
	float:right;
}
.runningcontent{
	position:absolute;
	width:980px;
	height:25px;
	z-index:2;
	background:#D6ECFC;
}



