﻿BODY
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
BUTTON
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.search_Button
{
	font-weight: normal;
	font-size: 11px;
	color: #000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0a160;
	border: solid 1px black;
	height: 25px;
	cursor: pointer;
	text-align: center;
}
.search_ChildButton
{
	font-weight: normal;
	font-size: 11px;
	color: #E1F7F7;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #595959;
}

.search_Text
{
	font-weight: normal;
	font-size: 14px;
	color: Blue;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.Affiliates_Post
{
	background: url(../Images/home-page_09.png) repeat-y;
	text-align: center;
	padding: 20px 10px;
	padding-top: 10px;
}
.Affiliates_div
{
	left: 524px; 
	top: 1097px;
	width: 674px;
	text-align: justify; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000;
}
.Affiliates_Title
{
	font-size: medium; 
	font-weight: bold; 
	color: #E67817; 
	padding-left: 40px;
	padding-top: 10px;
}
.Affiliates_SendMail
{
	padding-left: 50px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.search_ButtonQ
{
	font-weight: normal;
	font-size: 11px;
	color: #151900;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC00;
}
.CompanyInfoTable
{
	font-family: arial;
}
.CompanyGrid th
{
	font-family: Arial CE;
	background-color: #E0E0E0;
	height: 17px;
	color: #000000;
	border-bottom: solid 1px #9eb6ce;
}

.CompanyGrid td
{
	font-size: small;
	font-family: Times New Roman;
	height: 17px;
	border-bottom: solid 1px #CACBCE;
}

.CompanyGrid a
{
	font: 6px;
	font-family: Arial Narrow;
}
.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.watermark
{
	color: Gray;
}
.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: white;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: 98px;
	text-align: left;
	list-style-type: none;
	font-family: Verdana;
	font-size: 10px;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #333333;
	scrollbar-face-color: #f4f4f0;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #f5f5f5;
	padding: 0px;
	z-index: 1;
}
.autocomplete_highlightedListItem
{
	background-color: #FF6600; /* #ff6600; /*#ffff99;*/
	color: #FFFFFF;
	padding: 1px;
	font-weight: bold;
	font-family: Verdana;
}
.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
}
/*****Accordion Starts Here********/
/* Added By Sravan Kasyap K */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	/*background-color: #D3DEEF;*/
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	border-style: none;
	border-width: 2px;
	border-color: #FF8000;
}
/*****Accordion Ends Here*********/
/*Collapsible Panel*/
.collapsePanel
{
	background-color: white;
	overflow: hidden;
}

.collapsePanelHeader
{
	width: 100%;
	height: 30px;
	background-image: url(~/Images/bg-menu-main.png);
	background-repeat: repeat-x;
	color: #000;
	font-weight: bold;
}

.collapsePanelHeader a
{
	color: #FFF;
}
.collapsePanelHeader a:hover
{
	text-decoration: none;
	background: none;
}
/* Collapsible panel Ends here */
/*************** temp ***********/
#container
{
	width: 1024px;
	margin: 0 auto;
}
#menu ul
{
	list-style: none;
	margin: 0;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}
#menu ul li
{
	display: inline;
	padding: 5px;
	cursor: pointer;
}
#menu ul li:hover
{
	background: #000;
	color: White;
}
#menu ul li a
{
	color: Black;
	text-decoration: none;
}
#menu ul li a:hover
{
	color: White;
	text-decoration: none;
}
a img
{
	border: none;
}
h2
{
	font-family: Times New Roman;
}
.form label
{
	width: 100px;
	float: left;
	line-height: 20px;
}
.titlebar
{
	height: 15px;
	background: #333;
	color: White;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}
.borderdraw
{
	line-height: 0px;
	width: 0px;
	height: 0px;
	border-style: solid;
}
#RatiosDiv
{
	position: absolute;
	left: 480px;
	top: 1110px;
	width: 300px;
	height: 45px;
	z-index: 1;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8px;
}
.Headertext
{
	font-weight: bold;
	font-size: 16px;
	color: Blue;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.ErrorMessage
{
	font-weight: normal;
	font-size: 10px;
	color: red;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}


.Cal_Button
{
	font-size: 13px;
	color: White;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CD853F;
	height: 30px;
	cursor: pointer;
	text-align: center;
	border-style: solid;
	border-color: #D2B48C;
	border-width: 1px;
	width: 100px;
	z-index: 100px;
	font-weight: bold;
	
}
.Cal_TextInput
{
	font-size: 13px;
	color: Black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFAFA;
	height: 20px;
	cursor: default;
	text-align: left;
	border-style: solid;
	border-color: #DEB887;
	border-width: 1px;
	width: 70px;
	z-index: 10px;
	font-weight: bold;
}
.Cal_Textoutput
{
	font-size: 13px;
	color: Black;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFEFD5;
	height: 20px;
	cursor: pointer;
	text-align: left;
	border-style: solid;
	border-color: #8B0000;
	border-width: 1px;
	width: 150px;
	z-index: 10px;
	font-weight: bold;
	
}
.CalLabeltext
{
	font-size: 12px;
	color: white;
	font-style: normal;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	cursor:default;
	text-align:right;
	z-index: 10px;
	font-weight: normal;
}
.CalOutputMainText
{
	font-size: 14px; 
	color: Black;
	 font-weight: bold;
}
.CalMainHeader
{
	font-size: 22px;
	color: Black;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	cursor:default;
	text-align:left;
	z-index: 10px;
	font-weight:bold;
	margin-left:60px;
	text-align:center;
}
.CalInputTable
{
	padding:0;
	height: 300px; 
	width:300px;
	z-index:200px;
                             
}
.save_button
{
	height: 30px;
	width: 70px;
	background-image: url(../Images/save.jpg); 
	cursor:pointer;
}

/***************/
/* Subscription Page  added by Bijoy on 031008*/
.Cancel_button
{
    height: 25px;
	width: 76px;
    background : url(../Images/cancel.jpg) no-repeat 0 0 
}
.Submit_button
{
    height: 25px;
	width: 76px;
    background : url(../images/submit.jpg) no-repeat 0 0

}
.Next_button
{
    height: 25px;
	width: 76px;
    background : url(../images/Next.jpg) no-repeat 0 0

}
.Print_button
{
    height: 25px;
	width: 76px;
    background : url(../images/Print.jpg) no-repeat 0 0

}
.Email_button
{
    height: 25px;
	width: 76px;
    background : url(../images/Email.jpg) no-repeat 0 0

}
.Submit_Answer
{
    height: 25px;
	width: 106px;
    background : url(../images/SubmitAnswers.jpg) no-repeat 0 0

}

/* end bijoy*/
/* Added by Deepthi On 7 Oct 2008*/
.Update_Button
{
    height: 25px;
	width: 76px;
    background : url(../images/update.jpg) no-repeat 0 0 
}

.Close_Button
{
    height: 28px;
	width: 80px;
    background : url(../images/Close.jpg) no-repeat 0 0 
}
.hyperlink_screen
{
	
	float:left;
	cursor:pointer;	
	width: 50px;
	
}

.hyperlink_screenAdd
{
	
	
	cursor:pointer;	
	
	
}

.Message
{
	font-family:Verdana;
	font-size:medium;
	font-weight:bold;
	text-align:justify;
	color:Orange;
}
/* End Deepthi */
 

.Calculator_Top_Labels
{
	color: #191970; 
	font-weight: bold;
	font-family:Verdana;
	font-size: 12px;
}

.Calculators_Body_Labels
{
	color: White;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}

.Calculator_TextBox_Top_Disable
{
	border: medium solid #808080;
	color: #666666;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	font-family: Bodoni MT Black;
}
.Calculator_TextBox_Body_Disable
{
	border: thin solid #808080;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	text-align:right;
	font-family:Bodoni MT Black;
}
.Calculator_TextBox
{
	text-align:right;
	color: Black;
	font-weight: bold;
	font-size: 12px;
	font-family:Bodoni MT Black;
	width:100px;
}

.Calculator_Description
{
	text-transform: capitalize;
	font-size: 12px; 
	font-family: Verdana;
	text-align: center;
	color: White;
	
}

.Calculator_Name
{
	text-transform: capitalize;
	font-size: 14px;
	font-family: Verdana;
	text-align: center;
	color: White;
	font-weight: bold;
	/*text-decoration: underline;*/
}

.Calculator_Desc_Additions
{
	padding-left:45px; 
	text-align:center; 
	padding-right:50px; 
	color:White;
	font-family:Verdana;
}

.Calculator_Body_Labels
{
	color: White; 
	font-weight: bold; 
	font-family: Verdana;
}

.Calculator_ImageButtons
{
	cursor:hand;
}

.footer:link {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 20px; COLOR: #ffffff; PADDING-TOP: 20px; FONT-FAMILY: "Trebuchet MS"; TEXT-DECORATION: none
}
.footer:visited {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 20px; COLOR: #ffffff; PADDING-TOP: 20px; FONT-FAMILY: "Trebuchet MS"; TEXT-DECORATION: none
}
.footer:hover {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 20px; COLOR: #ffffff; PADDING-TOP: 20px; FONT-FAMILY: "Trebuchet MS"; TEXT-DECORATION: underline
}