@charset "utf-8";

.hr_signup_form {
	color: #000000;
	margin: 5px;

}

.hr_signup_form_alert {
	color: #FF0000;
	margin: 5px;
}
img {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

#background {
	background-image:url(../images/HeaderBackground_repeat.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
}
#background_admin {
	background-image:url(../images/HeaderBackground_admin_repeat.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
}
#header_graphic {
background-image:url(../images/headerbackground.jpg);
background-repeat:no-repeat;
width:1000px;
height:128px;
position: absolute; left:0px; top:0px;
}
#header_graphic_admin {
background-image:url(../images/headerbackground_admin.jpg);
background-repeat:no-repeat;
width:1000px;
height:128px;
position: absolute; left:0px; top:0px;
}
#background_nonav {
background-image:url(../images/Header_NoNavBarRepeat.jpg);
background-repeat:repeat-x;
background-color: #CCCCCC;
}

#header_graphic_nonav {
background-image:url(../images/HeaderBackground_NoNavBar.jpg);
background-repeat:no-repeat;
width:1000px;
height:128px;
position: absolute; left:0px; top:0px;
}






#navbar_linkwrapper {
position:absolute; left:260px; top:96px;
}

#logo {
position:absolute; left:18px; top:15px;
width:216 ;
height:102;
      
}
.event_button {

	margin: 0px;
	padding: 0px;
}
.signup_event_button {

	margin: 0px;
	padding: 3px;
	background-image: url(../images/clip_sm.png);
	background-repeat: no-repeat;
	background-position: right;
}
.help-descriptionTxt {
	font-size: 9px;
	font-style: italic;
}
.swap_request_dayview {
	background-image:url(../images/beige169.jpg);

	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	width: 300px;
	padding: 15px;
}
.timecard {
	background-color: #DEDADC;
	padding: 2px;
	border: thin outset #000000;
	
}
.timecard_view {
	background-color: #DEDADC;
	padding: 2px;
	border: thin outset #000000;


}.tight {
	display: inline;
}
.page_table {
	float: right;
	width: 900px;
	padding-left: 20px;
	clear: both;
	margin-right: 20px;
	padding-right: 20px;
	position: absolute;
	left: 100px;
	top: 128px;
	right: 0px;
}
.page_table_full {
	background-image: url(../images/grain.png);

	float: left;
	width: 100%;
	clear: both;
	
	position: absolute;
	left: 0px;
	top: 128px;
	right: 0px;
}
.help_top {
	background-image: url(../images/help_top.jpg);
	background-repeat: no-repeat;
}
.help_button {
	background-image: url(../images/help_sm.png);
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: medium ridge #EBEBEB;
	cursor: help;
}
.pagehelp_button {
	background-image: url(../images/button_help.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bolder;
	cursor: pointer;
	cursor: hand;
	height: 24px;
	width: 132px;
	text-align: center;
	vertical-align: middle;
	background-position: center;
	padding-top: 10px;
}

.item_help {
	background-image: url(../images/help_sm.png);
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: right;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: help;
	text-align: right;
	align: right;
	right: 0px;


}
.tip {
	border:solid 1px
	#666666;
	padding:1px;
	position:absolute;
	z-index:100;
	visibility:
	hidden;
	color:#333333;
	top:20px;
	left:90px;
	background-color:#ffffcc;
	layer-background-color:#ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
.note {
	border:solid 1px
	#666666;
	padding:1px;
	position:absolute;
	z-index:100;
	visibility:
	hidden;
	color:#333333;
	top:20px;
	left:90px;
	background-color:#ffffff;
	layer-background-color:#ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
.tooltip {
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	width: 350px;
	margin: 5px;
}
.button_link {
	background-image: url(../images/button_enabled.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bolder;
	cursor: pointer;
	cursor: hand;
	height: 24px;
	width: 132px;
	text-align: center;
	vertical-align: middle;
	background-position: center;
	padding-top: 10px;
}



/* use in conjunction with a button container/group class
   to position a set of buttons on the document */
   
.left {
    float:left;
}

.right {
    float: right;
}

/* container for a group of buttons */

.buttoncontainer { 
    background:transparent;    
}

/* specify the desired spacing between buttons */

.horizontalbuttonspacing { 
    margin-left:4px;
    margin-right:4px;
}

.verticalbuttonspacing { 
    margin-top:4px;
    margin-bottom:4px;
}

/* place button img tags in an element using this class */

.buttonimagecontainer {
    position:relative;
    z-index:1;
}

/* place button text in an element using this class */

.buttontext {
    position:relative;        /* don't change this */
    z-index:2;                /* don't change this */
    top:-20;                  /* adjust to align text vertically over the image */
    height:0;                 /* adjust to control the bottom edge of the hover area */
    font-family:Arial;        /* from here down, adjust per your design */
    color:#000000;
    font-size:14px;
    font-weight:bold;
    text-align:center;
	
}
 
/* use these to ensure text on buttons doesn't inherit the attributes of normal anchor tags */
a.anchortext:link {
    text-decoration:none;
}
a.anchortext:visited {
    text-decoration:none;
}
a.anchortext:hover {
    text-decoration:none;
}
a.anchortext:active {
    text-decoration:none;
}
.grey_box_left {
	background-image: url(../images/boxes/grey_left.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.grey_box_right {
	background-image: url(../images/boxes/grey_right.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.grey_box_label {
	background-image: url(../images/boxes/grey_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
}
.grey_box_bottom {
	background-image: url(../images/boxes/grey_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.red_box_left {
	background-image: url(../images/boxes/red_left.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.red_box_right {
	background-image: url(../images/boxes/red_right.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.red_box_label {
	background-image: url(../images/boxes/red_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #ffffff;
	font-weight: bold;

}
.red_box_bottom {
	background-image: url(../images/boxes/red_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.blue_box_left {
	background-image: url(../images/boxes/blue_left.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.blue_box_right {
	background-image: url(../images/boxes/blue_right.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.blue_box_label {
	background-image: url(../images/boxes/blue_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #ffffff;
	font-weight: bold;

}
.blue_box_bottom {
	background-image: url(../images/boxes/blue_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.lblue_box_left {
	background-image: url(../images/boxes/lblue_left.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.lblue_box_right {
	background-image: url(../images/boxes/lblue_right.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.lblue_box_label {
	background-image: url(../images/boxes/lblue_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #ffffff;
	font-weight: bold;

}
.lblue_box_bottom {
	background-image: url(../images/boxes/lblue_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.green_box_left {
	background-image: url(../images/boxes/green_left.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.green_box_right {
	background-image: url(../images/boxes/green_right.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.green_box_label {
	background-image: url(../images/boxes/green_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #ffffff;
	font-weight: bold;

}
.green_box_bottom {
	background-image: url(../images/boxes/green_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.dutybox_table{
	background-color: #ffffff;	
}
.dutybox_box_bottom {
	background-image: url(../images/boxes/dutybox_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.dutybox_box_left {
	background-image: url(../images/boxes/dutybox_left.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #ffffff;
}
.dutybox_box_right {
	background-image: url(../images/boxes/dutybox_right.png);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #ffffff;
}
.dutybox_box_label {
	background-image: url(../images/boxes/dutybox_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000000;
	font-weight: bold;

}
.dutybox_box_bottom {
	background-image: url(../images/boxes/dutybox_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #ffffff;
}
.footer {
	text-align: center;
	background-image:url(../images/grain.jpg);
	font-size: 10px;
	font-style: italic;
	font-weight: 100;
	border-bottom-style: groove;
	border-bottom-color: #333333;
	
}
.alignright {float: right;margin:0 0 .4em 1.4em;}
