﻿body
{
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	margin: 0px;

}
.homepagetop
{
	font-family: Arial;
	font-size: 11px;
	line-height:20px
}
td a
{
	border: none;
}
td a img
{
	border: none;
	margin: 0px;
}
#header
{
	background-image: url(Images/SER_01.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 890px;
	height: 170px;
}
table.calendar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  border-collapse: collapse;
  background-color: white;
  border: solid #999999 1px;
  background-color: white;
  width: 200px;
  text-align: center;
  /*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
  -moz-user-select: none;
    /*-khtml-user-select: none;*/
}

.searchtxt
{
	font: Arial, Verdana;
	font-size:13px;
	font-weight:bold;
	color:Black;
	
}

.searchstatecity
{
	font: Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:Black;
}
.Nerworktxt
{
	font: Arial, Verdana;
	font-size:18px;
	font-weight:bold;
	color:#2F7CC3;
	
}
.MessageText
{
	font-family: Arial;
	font-size: small;
	font-weight:normal;
}
.header1
{
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 18px;
}
.header2
{
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
}
.header3
{
	color: Black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
}
.anchor
{
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.anchor1
{
	color: #69A5CF;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.anchor2
{		
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
}
.anchor2:hover
{		
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
}
/* candidate profile */
.labeltext
{
	font-family: Arial;
	font-size: small;
	font-weight:normal;
}

/* calander css 
*/
table.calendar input, table.calendar select {
  font-size: 10px;
}
table.calendar td {
  border: 0;
  font-size: 10px;
  text-align: center;
}
div.mainheading {
  margin: 2px;
}
table.caldayheading {
  border-collapse: collapse;
  cursor: pointer;
  empty-cells: show;
  margin: 0 6px 0 6px;
}
table.caldayheading td {
  border: solid #CCCCCC 1px;
  text-align: left;
  color: #0054E3;
  font-weight: bold;
  width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
  border-right: double #CCCCCC 3px;
}
table.calcells {
  border-collapse: collapse;
  cursor: pointer;
  margin: 0 6px 0 6px;
}
table.calcells td {
  border: solid #CCCCCC 1px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  width: 22px;
  height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
  padding: 1px;
  margin: 0;
}
table.calcells td.wkhead {
  background-color: white;
  text-align: center;
  border-right: double #CCCCCC 3px;
  color: #0054E3;
}
table.calcells td.wkday {
  background-color: #DDDDDD;
}
table.calcells td.wkend {
  background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
  background-color: #99CCFF;
  color: black;
}
table.calcells td.notmnth {
  background-color: #FFFFFF;
  color: #CCCCCC;
}
table.calcells td.notallowed {
  background-color: white;
  color: #EEEEEE;
  font-style: italic;
}
table.calcells td.hover {
  background-color: #999999;
}
/*New Calender*/

#dpCalendar {
  display: none;          /* Important, do not change */
  position: absolute;        /* Important, do not change */
  background-color: #eeeeee;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 150px;
}
/* The table of the Calendar */
#dpCalendar table {
  border: 1px solid black;
  background-color: #eeeeee;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 100%;
}
/* The Next/Previous buttons */
#dpCalendar .cellButton {
  background-color: #ddddff;
  color: black;
}
/* The Month/Year title cell */
#dpCalendar .cellMonth {
  background-color: #ddddff;
  color: black;
  text-align: center;
}
/* Any regular day of the month cell */
#dpCalendar .cellDay {
  background-color: #ddddff;
  color: black;
  text-align: center;
}
/* The day of the month cell that is selected */
#dpCalendar .cellSelected {
  border: 1px solid red;
  background-color: #ffdddd;
  color: black;
  text-align: center;
}
/* The day of the month cell that is Today */
#dpCalendar .cellToday {
  background-color: #ddffdd;
  color: black;
  text-align: center;
}
/* Any cell in a month that is unused (ie: Not a Day in that month) */
#dpCalendar .unused {
  background-color: transparent;
  color: black;
}
/* The cancel button */
#dpCalendar .cellCancel {
  background-color: #cccccc;
  color: black;
  border: 1px solid black;
  text-align: center;
}
/* The clickable text inside the calendar */
#dpCalendar a {
  text-decoration: none;
  background-color: transparent;
  color: blue;
}
