/* Makes 'go' buttons stand out more */ /* Can be rendered many ways. Style as requested */
.CGbutton { width: 50px; border-style: ridge; } /* The classes below were previously just select. */ /* Changed for UI tidy-up */ /*--------------------------------------------------------------------------------- note: Do change the following values if you want to align the config lists properly (however, be aware that certain entries in config lists may be too long for a fixed width .selectIndustry //for the Industry selection list .selectEducationLevel //for the Education Level selection list .selectEducationSubject //for the Education Subject selection list .selectDepartment, .selectExperience .selectContractType .selectLocation, .selectCurrentSit .selectJobType //for the Job Type selection list .selectTitle //for the profiles Title selection list .selectcareerObjective //for users career objectives .selectSummaryExperience // for the description of career so far. Looks good as "(60%*table_width)+selectNarrow" ----------------------------------------------------------------------------------*/
.selectWide { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; width: 300px; margin:0; }
.selectEducationSubject, .selectIndustry, .selectJobType, .selectContractType, .selectDepartment, .selectExperience { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; border:1px solid #c0c0c0;}
.selectAvWidth { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; width: 200px; }
.selectSummaryExperience { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; width: 490px; }
.selectEducationLevel, .selectLocation, .selectCurrentSit, .selectTitle, .selectCareerObjective, .selectSalaryGrade { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; border:1px solid #c0c0c0;}
.selectNarrow { /*lists and menus*/ font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; width: 130px; } /* note: to align nicely, the width of the following three selection lists should add up to the .selectWide class */
.selectDay { /*For day selection lists*/ Font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; width: 75px; }
.selectMonth { /*For Month selection lists*/ Font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; width: 120px; }
.selectYear { /*For year selection lists*/ Font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; width: 98px; } /* This is the setup for the general text */
body,table,td,tr,p,div { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; } /* The same as above but no size or colour in case they over write other tags */
body,th { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #FFFFFF; background-color: #004c99; text-align: left; } /* The same as above but no size or colour in case they over write other tags */
b,pre { font-family: Arial, Helvetica, sans-serif; } /* The bascic font tag again no colour in case it over writes other tags */
font { font-family: Arial, Helvetica, sans-serif; font-size: 13px; } /* This is for the background colour and or image */
body { background-color: #FFFFFF; } /* The Link colour in all states */ a { color: #0000FF; } /* Links in specific states */
textarea { font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #FFFFFF; width: auto; }
select { /*lists and menus*/ font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; }
checkbox { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; } /* Here are specific tags called */ /* previously small_head */ /* Makes 'go' buttons stand out more */ /* Can be rendered many ways. Style as requested */
.CGbutton
{
    color:#004C99;
    background-color:#D1D8E1;
    width: 80px;
    border:1px solid #7E96AE;
}
.selectWide { /*lists and menus*/ font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; width: 300px; margin:0; border:1px solid #c0c0c0;}
.selectAvWidth { /*lists and menus*/ font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; width: 200px; }
.selectNarrow { /*lists and menus*/ font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-color: #FFFFFF; width: 130px; }
.size1 { font-size: 11px; } /* previously sub_head */
.size2 { font-size: 13px; } /* previously sub_head */
.size3 { font-size: 15px; } /* previously font_head */
.size4 { font-size: 17px; } /* colours for stars */
.colour2 { color: #FF0000; } /* colours for warning text */
.colouralert { color: #FF0000; } /* colours for CV Extraction manual input text */
.extractManualColour { color: #FF0000; } /* style for list of candidate's interviews */
.interview_list { width: 100%; border:1px solid #FFFFFF; }
.interview_list th { color: #000000; background-color: #DDDDDD; font-weight: bold; }
.interview_list td { color: #000000; background-color: #EEEEEE; } /* style for schedule calendar */
.schedulerContainter { width: 100%; height: auto; margin: 10px 0px; border: 1px solid #7db2de }
.schedule { width: 100%; height: 106px; background-color: #fff; border-collapse: collapse; }
.schedule th { height: 20px; border-left: 3px solid #7db2de; border-bottom: 1px solid #7db2de; border-right: 3px solid #7db2de; font-weight: bold; font-size: 9pt; color: white; background-color: #7db2de; background-position: bottom left; background-repeat: repeat-x; margin: 0px; padding: 5px 7px 5px 7px; }
.schedule a { color: #333; text-decoration: none; border-bottom: 0px solid #ccc; }
.schedule tr { vertical-align: top; border: 0px; font-size: 10pt; font-weight: bold; font-family: Arial; }
.schedule td { padding-top: 1px; overflow: yes; width: 13%; border-left: 3px double #eee; border-top: 1px solid #eee; border-right: 3px double #eee; border-bottom: 0px; border-top: 0px; padding: 0px; margin: 0px; vertical-align: top; text-align: left; font-size: 8pt; font-family: Arial; color: #444; }
.schedule span { background:  url("bgScheduleTable.gif") top left white; height: 80px; overflow: auto; width: 100%; display: block; }
.schedule div { text-align: center; vertical-align: middle; height: 17px; color: gray; font-size: 8pt; overflow: none; margin-top: 1px; }
.schedule div a { height: 100%; display: block; width: 100%; color: gray; vertical-align: middle; font-size: 8pt; text-decoration: none; }
.scheduleDiv { background-color: #FFFFB6; border: 1px solid yellow; }
.scheduleCurrentDiv { background-color: #FF9696; border: 1px solid #FF8080; }
.scheduleSelectedDiv { background-color: #C8FFAE; border: 1px solid #A6E65C; }
.evenRow { background-color: #f0f0f0;}
.oddRow { background-color: #ffffff;}
/*-------------------------------Nuevas etiquetas------------------------------------------------------------------------*/
a
{
    font-family:Arial, Helvetica, sans-serif;
    color:#004C99;
    text-decoration:none;
}

hr {
    height: 0;
    border-style: dotted;
    border-width: 1px 0 0 0;
    border-color:#003399;
    }

b
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14;
    font-weight:bold;
    color:#004C99;
}

option:checked
{
color:#FF0000;
background-color:#009900;
}

