﻿/****************************************************

ADDED BY		:	VILAS PALVE
DATE			:	23-JUN-2008.
PURPOSE			:	SET COLORS FOR JOBS RELATED PAGES.

*****************************************************/

/*	Follwoing are the settings as per client's requirement */


/**************************************************** 
 Windfall Default Settings for Jobs related page 
-----------------------------------------------------
		#00 64 00;
		background-color:Maroon;
		color:Black;
-----------------------------------------------------
*****************************************************/

/**************************************************** 
 Mangalam Default Settings for Jobs related page 
-----------------------------------------------------
		#00 64 00;
		background-color:Maroon;
		color:Black;
-----------------------------------------------------
*****************************************************/


/**************************************************** 
 Finace Grid Default Settings for Jobs related page 
-----------------------------------------------------
		#FF C5 A3;
		background-color:#FFC5A3;
		color:Black;
-----------------------------------------------------
*****************************************************/

/**************************************************** 
 India Recruit Default Settings for Jobs related page  
-----------------------------------------------------
		#00 33 99;
		background-color:Maroon;
		color:Black;
-----------------------------------------------------
*****************************************************/



body 
{
    font-family:Arial;
    font-size:12px;
    text-decoration:none;  
   	margin-top:0px;
	margin-left:0px;	
}
A:LINK
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
A:VISITED
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
A:ACTIVE
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
A:HOVER
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.IRHotJobs
{
	background-color:Maroon;		/*Maroon*/
	color:#FFFFFF;	
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	
}
.RJVacId
{
	font-size:12px;
	font-family: Arial;	
	background-color:Maroon;
	color:#FFFFFF;
	font-weight:bold;	
}
.IRVacId
{
	font-size:12px;
	font-family: Arial;		
	color:Black;
	font-weight:bold;	
}

.RJDetailLabel
{
	font-size:12px;
	font-family: Arial;	
	background-color:Maroon;
	color:#FFFFFF;
}
.RJDetailText
{
	font-size:12px;
	font-family: Arial;	
	background-color:#FFFFFF;
	color:Black;
}
.IRHeaders
{
	background-color:Maroon;
	color:Black;	
	font-weight:bold;
	font-size:12px;
	font-family: Arial;		
}
.IRPaging
{
	background-color:Maroon;	
	font-family:Arial;
	font-size:13px;	
	font-weight:bold;
}
.IRVacLink
{
	color:Black;
	font-family: Arial;		
	font-weight:normal;
	font-size:12px;	
	text-decoration:none;
}
.labellink
{
	color:Black;	
	font-size:12px;
	font-family:Arial;	
	font-weight:bold;
	
	border:none;
	BACKGROUND-COLOR: Transparent;	
	TEXT-ALIGN: Left;
	cursor: pointer;
}
.RJobGrid
{
	color:Black;
	font-size:12px;
	font-family: Arial;		
	text-decoration:none;
}
/*	Job Search */
.SearchJobLabel
{
	color:Black;
	background-color:#FFFFFF;
	font-size:12px;
	font-family: Arial;	
	font-weight:bold;
}
/*	Job Search */
.btnVacancy1
{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-width:1px;
	border-left-style: solid;
	border-top-width:1px;
	border-top-style: solid;
	border-right-width:1px;
	border-right-style: solid;
	font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color:#FFFFFF;
    background-color:Maroon;
}    
.RTextBoxes
{
	border-right-color:Gray;
	border-right-width:1px;
	border-right-style:solid;
	
	border-top-color:Gray;
	border-top-width:1px;
	border-top-style:solid;
		
	border-left-color:Gray;
	border-left-width:1px;
	border-left-style:solid;
	
	border-bottom-color:Gray;
	border-bottom-width:1px;
	border-bottom-style:solid;
	
	font-size:9pt;
	font-family: Arial;
	background-color:#FFFFFF;
	color:Black;	
}
.RJTable
{
	background-color:#FFFFFF;
	
}
.RdivTimer
{
	position:absolute;
	top:253px;
	left:305px;
	visibility:hidden;
}
.R1MsgLabels
{
	color:Black;
	/*background-color:#FFC5A3;*/
	font-size:12px;
	font-family: Arial;	
	font-weight:bold; 
	
}

/*	For following Sections - Related to Job details */
.RJLabel
{
	color:#FFFFFF;	
	font-size:12px;
	font-family:Arial;	
	background-color:Maroon;
	
}

.cCandbtn
{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-width:1px;
	border-left-style: solid;
	border-top-width:1px;
	border-top-style: solid;
	border-right-width:1px;
	border-right-style: solid;
	font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color:#FFFFFF;
    background-color:Maroon;
    width: 80px;
}
.IRHeaders
{
	background-color:Maroon;
	color:#FFFFFF;	
	font-weight:bold;
	font-size:12px;
	font-family: Arial;		
}

/* 
	PURPOSE		:	SET BACKGROUND & FORECOLOR
	PAGE		:	JOB SEACRH.ASPX ( ALL JOBS PAGE ).
*/	
.VacancyBG
{
	background-color:Maroon;
	color:#FFFFFF;
}
.JobScroll
{
	scrollbar-base-color:Maroon;
	scrollbar-arrow-color:White;
	scrollbar-track-color:#F2F2F2;
}
.RInnerTable
{	
	margin-left:0px;
	margin-top:0px;
	
	border-top-color:silver;
	border-top-width:0.5pt;
	border-top-style:solid;
	
	border-bottom-color:silver;
	border-bottom-width:0.5pt;
	border-bottom-style:solid;
	
	border-Left-color:silver;
	border-Left-width:0.5pt;
	border-Left-style:solid;
	
	border-right-color:silver;
	border-right-width:0.5pt;
	border-right-style:solid;	
	
}
.RImage
{
	border-top-color:silver;
	border-top-width:1px;
	border-top-style:solid;
	
	border-bottom-color:silver;
	border-bottom-width:1px;
	border-bottom-style:solid;	
	
	border-right-color:silver;
	border-right-width:1px;
	border-right-style:solid;
	
	border-left-color:silver;
	border-left-width:1px;
	border-left-style:solid;
}
.HotJobHeaders
{
	background-color:Maroon;
	color:Black;	
	font-weight:bold;
	font-size:14px;	
	font-family: Arial;		
}