/*
Created by: Abhilasha Sachdeva
Created on: 15th Sep, 2008
Application: Decimus LOS
Logic: Some classes are defined as base classes like font_general_text,padding,border.
	   The classes which will use the same features as defined in the base classses can
	   be declared with the base classes seperated by comma and then class name.
	  
	   e.g text_header,text_footer,menu,list_header etc.
	   
	   If these classes are having some additional features then they can be defined
	   where these classes are actually declared.
	   The classes which are startng without DOT will be applied throughout the
	   application. 
*/


/*
List of Classes.............................

1. text_header = Set the style for the main heading of all the JSPs
2. text_footer = Set the style for the footer of all the JSPs.
3. font_general_text = Serve as a base class for all the classes whixh are using this
					   particular font.
4. padding = Serve as a base class for padding of text.
5. border = Serve as a base class for seting the border.
6. grey_pan = Set the style of the text and the background in grey color.
7. bottom = Set the style for the text and the background for the bottom .jsp.
8. tr_list = Set the style for the list of values with white background.
9. tr_list_alternate = Set the style for the list of values with shaded background.
10. td_text = Set the text entered in the text boxes in index.jsp,changePassword.jsp.
11. list_header = Set the style for the listing of list.
12. th = Set the font size of all the text with th tags.
13. main_body = Set the style for the body.
14. menu_text = Set the style for the menu.
15. menu = Set the style for the menu heading bar.
16. fieldset = Set the border and the color for the fieldsets throughout the application.
17. a = Set the text style for the text options generated by data base.
18  alt_grid_style = Set the style for the grid generated by back end.
19. grid_style = Set the style for the button.
20  static_info_head = Set the style for the text and the background in case of tds.
21. static_info = Set the style for the text and the background in case of table.
22. select = Set the style for the text in the combo box throughout the application.
23. input = Set the style for the text in the text boxes throughout the application.
24. button_style = Set the button style.
25. DIV = Set the style for all the div tags.
26. menu_text1 = Set the text color to black.
27. main_body1 = Set the text color to black.
28. tr_list1 = Set the text color to black with white background.
29. tr_list_alternate1 = Set the text color to black with shaded background.
/

//// Added by Amit
34. block = used for color change of heading in LMS
35.block_batch=used for coloring haeding of  blocks
*/


/* font_general_text as a base class for all the classes which are usind the defined font*/
.font_general_text,
.text_header,
.text_footer,
.menu{
	/* font-family:verdana; 
	font: Verdana; */
	font-weight:bold;
	font-size:11px;
	/*text-align:left;*/
}

//set for font
.font_new
{
	face="Terminator Two" ;
	size="+1" ;
	color="#990000";
}
/* Set the Padding */
.padding,
.list_header
.tr_list_alternate,
.tr_list1_alternate,
.tr_list{
	PADDING-LEFT : 3px;
	PADDING-RIGHT: 3px;
	PADDING-TOP : 2px;
	PADDING-BOTTOM: 1px;
}

/*for legend*/
legend{
FONT-SIZE:11px;
/*color:#8B0000;*/
color:#2578e8;
font-weight:BOLD;
font-family:verdana;
font: Verdana;
}

/* set the border */
.border{
	/*border-top-color:#83b0ec;*/
    border-top-width:thin;
    border-top-style:solid;
    /*border-bottom-color:#83b0ec;*/
    border-bottom-width:thin;
    border-bottom-style:solid;
    /*border-right-color:#83b0ec;*/
    border-right-width:thin;
    border-right-style:solid;
    /*border-left-color:#83b0ec;*/
    border-left-width:thin;
    border-left-style:solid;
}
/* .list_header{
	border-top-color:#83b0ec;
    border-top-width:thin;
    border-top-style:solid;
    border-bottom-color:#83b0ec;
    border-bottom-width:thin;
    border-bottom-style:solid;
    border-right-color:#83b0ec;
    border-right-width:thin;
    border-right-style:solid;
    border-left-color:#83b0ec;
    border-left-width:thin;
    border-left-style:solid;
} */


/* used for all headers*/
.text_header{										
	/* background-color:#2578e8; */
	/* font-family: Verdana; */
	color: white;
}


/* Set the style of the text and the background of login and password in index.jsp*/
/* Set the style for the text and the background in vertical pan of prospectlist.jsp*/
.grey_pan 
{
    /*background-color: "#F0F0F0";*/
   /* background-color:#ebf3ff;*/
	font-family: Verdana;
	font-size:10px;
	font-weight: bold;
	color:#000000;
}


/* used for all footers*/
.text_footer{
	background-color:#2578e8;
	font-family: Verdana;
	text-align:center;
	color: white;
}


/*Set the text entered in the text boxes in index.jsp,changePassword.jsp*/
.td_text{
	FONT-SIZE: xx-small;
	FONT-FAMILY: Verdana;
}


/* Set the style for the listing of menu in prospectlist.jsp,insuranceApplicant.jsp
   Set the style for the listing of menu in cashflow.jsp,DisbursalDecision.jsp.
   Set the style for the listing of menu in creditDecision.jsp,notepad.jsp
   deviation.jsp,documententry.jsp,documententryInsurance.jsp,verification.jsp.*/
.list_header
{
	background-color:#00698c;
    font-family:Verdana;
    font-size:10px;
    text-align:CENTER;
    font-weight:bold;
    font-color:#000080;
    width:100%;
    color:#000000;
    /*COLOR : #d7d7d7;*/
}


/* Set the font size of all the text with th tags.
   Specially involved in the case of list_header class.*/
th
{
/*background-color:#6699FF;*/
font-size:10px;
}


/* Set the style for the list of values with shaded background in prospectlist.jsp
   Set the style for the list of values with shaded background in cashflow.jsp.
   creditDecision.jsp,deviation.jsp,documententry.jsp,documententryInsurance.jsp,
   DisbursalDecision.jsp,notepad.jsp,verification.jsp*/
.tr_list_alternate,
.tr_list_alternate1
{
    /*background-color:WhiteSmoke;*/
   /*  background-color:#ccc; */
    font-family:Verdana;
    font: Verdana;
    font-size:10px;
    text-align:left;
    COLOR : #000000;
}


/* Set the text color to black with shaded background in cashflow.jsp
   Set the text color to black with shaded background in creditDecision.jsp*/
.tr_list_alternate1{
	color:black;
}


/* Set the style for the list of values with white background in prospectlist.jsp
   Set the style for the list of values with white background in cashflow.jsp.
   creditDecision.jsp,deviation.jsp,documententry.jsp,documententryInsurance.jsp,
   DisbursalDecision.jsp,notepad.jsp,verification.jsp*/
.tr_list,
.tr_list1
{
    background-color:White;
    font-family:Verdana;
    font: Verdana;
    font-size:10px;
    text-align:left;
    COLOR : #000000;
}


/* Set the text color to black with white background in cashflow.jsp
   Set the text color to black with white background in creditDecision.jsp*/
.tr_list1{
	color:black;
}


/* Set the style for the body in addnewprospect.jsp,documententryInsurance.jsp
   Set the style for the body in personalinfo.jsp,DisbursalDecision.jsp
   Set the style for the body in qualificationinfo.jsp,prospectentry.jsp
   Set the style for the body in insuranceChecker.jsp,notepad.jsp
   Set the style for the body in qualificationinfoInsurance.jsp
   Set the style for the body in personalInfoInsurance.jsp,verification.jsp
   Set the style for the body in addressInsurance.jsp,documententry.jsp
   Set the style for the body in otherinfoInsurance.jsp
   Set the style for the body in otherinfo.jsp,disbursal.jsp
   Set the style for the body in addres.jsp,deviation.jsp
   Set the style for the body in cashflow.jsp,creditDecision.jsp*/
.main_body,
.main_body1
{
	font-family: Verdana;
	font-size:14px;
	/*color:#000080;*/
	color:#000000;
}


/* Set the text color to black in creditDecision.jsp
   Set the text color to black in cashflow.jsp*/
.main_body1{
	color:black;
}


/* Set the style for the menu in addnewprospect.jsp,documententryInsurance.jsp
	Set the style for the body in personalinfo.jsp,DisbursalDecision.jsp
   Set the style for the body in qualificationinfo.jsp,insuranceApplicant.jsp
   Set the style for the body in insuranceChecker.jsp,documententry.jsp
   Set the style for the body in qualificationinfoInsurance.jsp
   Set the style for the body in personalInfoInsurance.jsp,verification.jsp
   Set the style for the body in addressInsurance.jsp,notepad.jsp
   Set the style for the body in otherinfoInsurance.jsp,prospectentry.jsp
   Set the style for the body in otherinfo.jsp,disbursal.jsp
   Set the style for the body in address.jsp,deviation.jsp
   Set the style for the body in cashflow.jsp,creditDecision.jsp*/
.menu_text,
.menu_text1{
	/* font-family:verdana;
	font-size:10px; */
	color:#112299;
}


/* Set the text color to black in creditDecision.jsp
   Set the text color to black in cashflow.jsp*/
.menu_text1{
	color:black;
}


/* Set the style for the menu heading bar in the menuInsurance.jsp,
   menu.jsp */
.menu{
	/*font-family:verdana;
	color:#000080;*/
	font-family:verdana; 
	font: Verdana;
	font-weight:bold;
	font-size:10px;
	text-align:left;
}


/* Set the border and the color for the fieldsets throughout the application.*/
fieldset {
	/* border: 1px solid #83b0ec; */
	padding:0;
	margin:0;
}
/* Set the text style for the values generated by data base in prospectlist.jsp on vertical pan*/
a
{
    text-decoration:underline;
    COLOR :#0889c4;
	/*PADDING-LEFT : 3 px;*/
	PADDING-RIGHT: 3 px;
	PADDING-TOP : 2 px;
	PADDING-BOTTOM: 1 px;  
}


/* Set the style for the grid generated by back end in applicantlist.jsp,
   insuranceApplicant.jsp*/
.alt_grid_style {
	font-size: 10px;
 	font-family: verdana;
 	/*background-color: #DDDDEE;*/
	/*color: #112299;*/
	color: #000000;
}


/* Set the design for the button in address.jsp
	Set the design for the button in addressInsurance.jsp */
.grid_style {
	font-size: 10px;
 	font-family: verdana;
 	background-color: #FFFFFF;
	color: #112299;
}


/* Set the style for the text and the background for the bottom .jsp*/
.bottom
{
    font-family:Verdana;
    font: Verdana;
    font-size:10px;
    background-color:WhiteSmoke;
    text-align:center;
    COLOR : #666666;
}


/* Set the style for the text and the background in staticinfo.jsp*/

.static_info_head{					/*used for the table*/
	background-color: #ffffff;
	font-family: Verdana;
	color: #000000;
	font-size:10px;
	font-weight: bold;
}
.static_info_heading{					/*used for the table*/
	background-color: #ffffff;
	font-family: Verdana;
	color: #000000;
	font-size:10px;
	font-weight: bold;
}
.static_info{					/*used for the table*/
	background-color: #ffffff;
	font-family: Verdana;
	color: #000000;
	font-size:10px;
}
.static_info_small{					/*used for the table*/
	background-color: #ffffff;
	font-family: Verdana;
	color: #000000;
	font-size:10px;
}

*/
/* Set the style for the text in the combo box throughout the application.*/
select {
	/*width:140px;*/
	font-family: verdana;
	font-size:10px;
}


/*Set the style for the text in the text boxes throughout the application.*/
/* input{

	font-size:14px;
	border:1px 1px 1px 1px #CCCCCC; 
	padding-left:3px;
} */
.text_header_cost{										
	/* background-color:#ebf3ff; */
	/* font-family: Verdana; */
	color: black;
}
//for costing Comp...
/* Set the button style in index.jsp*/
.button_style {
	/*font-weight: bold;*/
	/* font-family: verdana; */
	font-size:10px;	
}


/* Set the style for all the div tags*/
DIV
{
    overflow:auto;
    width:100%;
    border-width:thin;
    border-color:White;
    border-style:solid;
}


.block
{
	color: black;
}
.block_batch
{

	color:#780000;
}

.menu_L1
{

	font-family:verdana; 
	font: Verdana;
	font-weight: 3000;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.menu_L2
{
	font-family:verdana;
	font: Verdana;
	font-weight: 500; 
	font-size:10px;
	color:#000080;
	/*padding-left: 10px*/
}

.menu_L3
{
	font-family:verdana; 
	font: Verdana;
	font-weight: 500;
	font-size:10px;
	color:#000080;
	/*padding-left: 20px*/
}
.menu_L3_1
{
	font-family:verdana; 
	font: Verdana;
	font-weight: 500;
	font-size:10px;
	color:#000080;
	/*padding-left: 20px*/
}

.menu_L4
{
	font-family:verdana; 
	font: Verdana;
	font-weight: 500;
	font-size:10px;
	color:#000080;
	/*padding-left: 30px*/
}

.menu_L5
{

	color:#780000;
}


.tr_list_Viewer
{
    background-color:WhiteSmoke;
    font-family:Verdana;
    font: Verdana;
    font-size:10px;
    text-align:left;
    COLOR : #000080;
}



.tr_list_Viewer_Alter
{
    background-color:#FFFFA6;
    font-family:Verdana;
    font: Verdana;
    font-size:10px;
    text-align:left;
    COLOR : #000080;
}

.noLine
{
    text-decoration:none;
    COLOR : #000000;
	
}



.tr_list_header
{	/* background-color:#ededed;	 */
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	color:#000000;
	width: auto;
	word-wrap:break-word;
}
.tr_list_list
{
	background-color:#fff;	
	font-size:11px;
	font-family:Arial, Verdana;
	font-family:Verdana;
	color:#000000;
	width: auto;
}
.tr_list_alternative
{
	background-color:#ffffff;	
	font-size:11px;
	font-family:Verdana;
	color:#000000
	
}
.static_bg_color
{
	background-color:#ebf3ff;	
	font-size:11px;
	font-family:Verdana;
	COLOR : #000000;
}
.vertical_menu_header
{
	background-color:#d6e8ff;	
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
}

.hoveryDiv:hover span {
	display: block !important;
}
.hoveryDiv{position: relative}

.hoveryDiv span {
	width: 150%;
	border-radius: 6px;
	text-align: center;
	position: absolute;
	left: 68%;
	border: 1px solid #e8e0e0;
	background: #fff;
	padding: 4px 0;
	z-index: 1;
	top: -18%;
}