﻿
/*  
---------------------------------------------------------------------------
Please Read Carefully
---------------------------------------------------------------------------
>> Tbis CSS file is exclusively used for only CMS editorial content.
>> This file can be modified only by CMS Admin team and will have strict permission
>> Donot modify any class without prior approval
>> Follow strict naming convenstion for any new style class. (CMScss-templatename-elementname)
>> Follow strict QA process after entering new style class 
>> Check Template overall pages and other elements on the page that will use any class fromt his file.
>> Any futher question please contact CMS team : CMSRequest@moodys.com
---------------------------------------------------------------------------
 */


/* -- Editorial Style Class - STARTS HERE -- */


/*  Editors Choice on Homepage */

.CMScss-editorschoice-header {
 font-size:12px;
 color:black;
 font-weight: bold;
}
.CMScss-editorschoice-text {
 font-size:10px;
 color:black;
 font-weight: normal;
}

.CMScss-editorschoice-links {
 font-size:10px;
 color:blue;
 font-weight:bold;
}




/*  Product Page Template */

.CMScss-product-sectionalHDR {
 font-size:12px;
 color:#666666;
 font-weight: Bold;
 background:#c9c9c9;
 padding: 5px;
 margin-bottom:5px;
}

.CMScss-product-header {
 font-size:12px;
 color:black;
 font-weight: bold;
}
.CMScss-product-text {
 font-size:10px;
 color:black;
 font-weight: normal;
}

.CMScss-product-links {
 font-size:10px;
 color:blue;
 font-weight:bold;
}


/*  Contact Us page and widget */

.CMScss-contactus-button {
	display: block;
	width: 111px;
	height: 20px;
	background: url('../gif/send_a_message_button.gif') bottom;
	text-indent: -99999px;
}

.CMScss-contactus-button:hover {
	cursor:pointer;
	cursor:hand;
	background-position: 0 0;
}

/**************Green Button CSS - STARS here **************/
a.mdc-green-btn{
background: url('../gif/btn-green-left.gif') no-repeat top left;
display: block;
float: left;
/* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 15px; /* Width of left menu image */
text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:11px; font-family:Arial
}
a:link.mdc-green-btn, a:visited.mdc-green-btn, a:active.mdc-green-btn{
color: #ffffff;  /*button text color - WHITE*/
}
a.mdc-green-btn span{
background: url('../gif/btn-green-right.gif') no-repeat top right;
display: block;
padding-left:0; padding-right:15px; padding-top:4px; padding-bottom:4px
}
a.mdc-green-btn:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.mdc-green-btn:hover span{ /* Hover state CSS */
background-position: bottom right;
color: white;
}

/**************Green Button CSS - ENDS here **************/


/*  Chartroom overview page starts here */


.CMScss-page-width {
	min-width:976px;
}


/*  Chartroom overview page ends here */



/* -- Editorial Style Class - END HERE -- */