/*
* JRAMPS Style Guide CSS v1.01
* Created : 09/21/2004
* Author : Natraj K Patil, Raghunandan S
*/

/********************** Style classes **********************/

/* Dashboard header style */
.DashboardHeader {
  font-family     : Verdana, Arial, Helvetica, sans-serif; 
  font-size       : 20px; 
  color           : #3D508A; 
  font-weight 	  : bold;
}

/* Dashboard header style */
.WelcomeUser {
  font-family     : Verdana, Arial, Helvetica, sans-serif; 
  font-size       : 13px; 
  color           : #0000CC; 
  font-weight 	  : bold;
}

/* Default body style */
body {  
  word-spacing  : 0pt;
  margin        : 0pt 0pt 0pt 0pt;
  padding       : 0pt 0pt 0pt 0pt;
}

/* Default anchor (link) style */
a {
  font-family     : Verdana, Arial, Helvetica, sans-serif; 
  font-size       : 10px; 
  color           : #0000CC; 
  text-decoration : underline;
  line-height     : 10pt
}

/* Default anchor (link) hover style */
a:hover {  
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size   : 10px; 
  color       : #0000FF; 
  line-height : 10pt
}

/* Style for User Name */
.UserName {  
  font-family     : Verdana; 
  font-size       : 11px; 
  color           : #FFFFFF; 
  text-decoration : none
}

/* Style for Login Mode */ 
.LoginMode {  
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size   : 10px; 
  font-weight : bold;
  color       : #999999
}

/* Style for Section Header */
.SectionHeader {  
  font-size   : 13px; 
  font-weight : bold; 
  color       : #37377F; 
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  text-align  : left
}

/* Style for Page Header */
.PageHeader {  
  font-size   : 11px; 
  font-weight : bold; 
  color       : #0000CC; 
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  text-align  : left
}

/* Style for Page Sub Header */
.PageSubHeader {  
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size   : 10px; 
  font-weight : bold; 
  color       : #0000CC; 
  text-align  : left
}

/* Style for Table Header */
.TableHeader { 
  font-family       : Verdana, Arial, Helvetica, sans-serif; 
  color             : #0000CC; 
  font-size         : 10px;
  font-weight       : bold;
  background-color  : #C4D3FA;
  text-align        : left
}

/* Style for Odd Rows (row number) */
.TableDataOdd {  
  font-family         : Verdana, Arial, Helvetica, sans-serif; 
  font-size           : 10px; 
  color               : #000000; 
  background-color    : #FFFFFF; 
  text-align          : left; 
  background-position : left
}

/* Style for Even Rows (row number) */
.TableDataEven {  
  font-family         : Verdana, Arial, Helvetica, sans-serif; 
  font-size           : 10px; 
  color               : #000000; 
  background-color    : #EDF0F8; 
  text-align          : left; 
  background-position : left
}

.TableDataOddBold {  
  font-family         : Verdana, Arial, Helvetica, sans-serif; 
  font-size           : 10px; 
  font-weight 	      : bold;
  color               : #0000CC; 
  background-color    : #FFFFFF; 
  text-align          : left; 
  background-position : left
}

/* Style for Even Rows (row number) */
.TableDataEvenBold {  
  font-family         : Verdana, Arial, Helvetica, sans-serif; 
  font-size           : 10px; 
  font-weight 	      : bold;
  color               : #0000CC; 
  background-color    : #EDF0F8; 
  text-align          : left; 
  background-position : left
}

.TableDataOddBoldRed {  
  font-family         : Verdana, Arial, Helvetica, sans-serif; 
  font-size           : 10px; 
  font-weight 	      : bold;
  color               : #FF0000; 
  background-color    : #FFFFFF; 
  text-align          : left; 
  background-position : left
}

/* Style for Even Rows (row number) */
.TableDataEvenBoldRed {  
  font-family         : Verdana, Arial, Helvetica, sans-serif; 
  font-size           : 10px; 
  font-weight 	      : bold;
  color               : #FF0000; 
  background-color    : #EDF0F8; 
  text-align          : left; 
  background-position : left
}

.TableDataOddRed {  
  font-family         : Verdana, Arial, Helvetica, sans-serif; 
  font-size           : 10px; 
  color               : #FF0000; 
  background-color    : #FFFFFF; 
  text-align          : left; 
  background-position : left
}

.TableDataOddGreen {  
  font-family         : Verdana, Arial, Helvetica, sans-serif; 
  font-size           : 10px; 
  color               : #2EAB41; 
  background-color    : #FFFFFF; 
  text-align          : left; 
  background-position : left
}

/* Style for Even Rows (row number) */
.TableDataEvenRed {  
  font-family         : Verdana, Arial, Helvetica, sans-serif; 
  font-size           : 10px; 
  color               : #FF0000; 
  background-color    : #EDF0F8; 
  text-align          : left; 
  background-position : left
}

/* Style for Even Rows (row number) */
.TableDataEvenGreen {  
  font-family         : Verdana, Arial, Helvetica, sans-serif; 
  font-size           : 10px; 
  color               : #2EAB41; 
  background-color    : #EDF0F8; 
  text-align          : left; 
  background-position : left
}

/* Style for Table Border */
.TableBorder {  
  border              : #6980CA; 
  border-style        : solid; 
  border-top-width    : 1px; 
  border-right-width  : 1px; 
  border-bottom-width : 1px; 
  border-left-width   : 1px;
}

/* Style for Box Sub Header */
.BoxSubHeader {  
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size   : 10px; 
  font-weight : bold; 
  color       : #666666
}

/* Style for Section Details */
.SelectedDetails {  
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size   : 10px; 
  color       : #0000cc; 
  font-weight : bold
}

/* Style for Field Labels*/
.FieldLabels {  
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size   : 10px; 
  color       : #0000CC; 
  text-align  : right
}

/* Style for Read Only Text*/
.ReadOnlyText {  
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  color       : #000000; 
  text-align  : left; 
  font-size   : 10px
}
 
/* Style for Dash board totals */
.DashboardTotals {  
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-weight : bold; 
  color       : #000000
}
 
/* Style for Information Text */
.InfoText {  
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size   : 9px; 
  font-style  : italic; 
  color       : #000000
}

/* Style for System Property Place Holder Text */
.SysPopPlaceHolder {  
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size   : 10px; 
  font-style  : italic; 
  color       : #666666
}
 
/* Style for Radio Button Labels or check Box Labels */
.Radio_CheckBox_Lables {  
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size   : 10px; 
  color       : #000000
}

/* Style for Form Field Elements */
.FormFields {  
  text-align  : left; 
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size   : 10px
}
 
/* Style for Table Icons */
.TableIcons {  
  text-align: center
}

/* Style for Action Headers */
.ActionHeader {  
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size   : 10px; 
  font-weight : bold; 
  color       : #0000CC
}

/* Style for Action borders */
.ActionBorders {  
  border-color        : black #999999 #999999; 
  border-style        : solid; 
  border-right-width  : 1px; 
  border-bottom-width : 1px; 
  border-left-width   : 1px
}

/* Style for Button spacing */
.ButtonSpace {  
  text-align  : center; 
  text-indent : 5px
}

/* Style for Spacing in left navigation */
.NavSpacing {  
  padding-top     : 1pt; 
  padding-bottom  : 1pt
}

/* Style for Navigation text color */
.NavDataColor {  
  background-color  : #EEEEEE; 
  padding-top       : 1pt; 
  padding-bottom    : 1pt
}

/* Style for Navigation text color (white) */
.NavDataWhite {  
  background-color  : #FFFFFF; 
  padding-top       : 4.5pt; 
  padding-bottom    : 4.5pt
}

/* Style for Main Menu */
.MainMenu {
  font-family     : Verdana, Arial, Helvetica, sans-serif; 
  font-size       : 10px; 
  font-weight     : bold; 
  color           : #FFFFFF; 
  text-decoration : none
}

/* Style for Menu Elements (items) */
.MenuColor {  	
  background-color  : #0051c6
}

.MainMenu A:active{
  font-family     : Verdana, Arial, Helvetica, sans-serif; 
  font-size       : 10px; 
  font-weight     : bold; 
  color           : #FFFFFF; 
  text-decoration : none
}

.MainMenu A:link{
  font-family     : Verdana, Arial, Helvetica, sans-serif; 
  font-size       : 10px; 
  font-weight     : bold; 
  color           : #FFFFFF; 
  text-decoration : none
}

.MainMenu A:visited{
  font-family     : Verdana, Arial, Helvetica, sans-serif; 
  font-size       : 10px; 
  font-weight     : bold; 
  color           : #FFFFFF; 
  text-decoration : none
}

/* Style for Date text */
.Date { 
  font-family     : Verdana; 
  font-size       : 10px; 
  color           : #FFFFFF; 
  text-decoration : none
}

/* Style for back ground images */
.background { 
  background-repeat : no-repeat; 
}

/* Style for Mandatory Elements */
.Mandatory {
  font-size   : 11px; 
  color       : #FF0000; 
  font-family : Arial
}	

/* Style for images with Hand Icon */
.IconHand {  
  cursor  : hand;
}

/* Style for images with Pointer Icon */
.IconPointer {
  cursor  : pointer;
}

/* Style for Divider (<hr> tag) */
.Divider {
  color   : #7C9CEF;
  height  : 1px
}

/* Style for Form Field Elements */
.ZeroRecords {
  text-align  : center;
  color		  : #000000;
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size   : 10px
}

/* Login Mode style */ 
.LoginMode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

/* Style for Admin Header */
.Adminbar1 { 
  font-family       : Verdana, Arial, Helvetica, sans-serif; 
  color             : #FFFFFF; 
  font-size         : 10px;
  font-weight       : bold;
  background-color  : #6E82B6;
  text-align        : left
}

.content
{
	font-family:verdana,helvetica,arial;
	font-size:11px;
	color:666666;
	font-weight:normal;
}
.subhead1
{
	font-family:verdana,helvetica,arial;
	font-size:11px;
	color:EDF0F8;
	font-weight:bold;}
.subhead2
{
	font-family:verdana,helvetica,arial;
	font-size:11px;
	color:374A82;
	font-weight:bold;
}
.MailBody {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  color       : #000000; 
  text-align  : left; 
  font-size   : 11px
}

a.link:link{
	font-family:verdana,helvetica,arial;
	color:FC8209;
	text-decoration:none;
	font-weight:normal;
	font-size:11px
}
a.link:visited
{
	font-family:verdana,helvetica,arial;
	color:FC8209;
	text-decoration:none;
	font-weight:normal;
	font-size:11px
}

a.link:active
{
	font-family:verdana,helvetica,arial;
	color:FC8209;
	text-decoration:none;
	font-weight:normal;
	font-size:11px
}
a.link:hover
{
	font-family:verdana,helvetica,arial;
	color:334172;
	text-decoration:none;
	font-weight:normal;
	font-size:11px
}


/* Style for Admin */
.AdminSection { 
  color             : #0000CC; 
  background-color  : #F1F1F1;
  text-align        : left
}

/* Style for Candidate Status */
.CandHired {  
  font-family     : Verdana; 
  font-size       : 10px; 
  color           : red; 
  text-decoration : none
}

/* Style for Resume Header */
.ResumeHeader {  
  font-size   : 18px; 
  font-weight : bold; 
  color       : Black; 
  font-family : Verdana, Arial, Helvetica, sans-serif; 
}

/* Style for Resume Sub Header */
.ResumeSubHeader {  
  font-size   : 13px; 
  font-weight : bold; 
  color       : Green; 
  font-family : Verdana, Arial, Helvetica, sans-serif; 
}

.BackGrnd {  
  background-color  	: #6980CA; 
  font-family         : Verdana, Arial, Helvetica, sans-serif; 
  font-size           : 20px; 
  color               : #000000; 
  background-color    : #FFFFFF; 
  text-align          : left; 
  background-position : left
}
.clsPopUpMenuShade {
  border              : #6980CA; 
  border-style        : solid; 
  border-top-width    : 1px; 
  border-right-width  : 1px; 
  border-bottom-width : 1px; 
  border-left-width   : 1px;
  font-family         : Verdana, Arial, Helvetica, sans-serif; 
  font-size           : 10px; 
  color               : #FF0000; 
  background-color    : #EDF0F8; 
  text-align          : left; 
  background-position : left
}
.JobDescTableDataEven {  
  font-family         : Verdana; 
  font-size           : 10 pt;
  color               : #000000; 
  background-color    : #EDF0F8; 
  text-align          : left; 
  background-position : left
}


