body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: LucidaGrande, Arial, sans-serif;
	font-size: 11pt;
}

#ajaxLoader
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 80px;
	width: 200px;
	margin: auto;
	margin-left: -200px;
	margin-top: -80px;
	padding: 10px;	
	border: 1px solid #42607D;
	background-color: #f6f6f6;	
	
	z-index: 100;
}

#ajaxLoader img
{
	position: absolute;
	top: 30px;
	right: 20px;
}

#ajaxLoader p
{
	position: absolute;
	top:18px;
	left: 20px;
	color: #42607D;
	
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.container {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

/* ------------------------- */ /*      Header Section       */
	/* ------------------------- */
.header {
	position: relative;
	/* background-color: #42607D; */
	color: #EEEEEE;
	width: 100%;
	height: 57px;
	margin: 0px;
	/*background-image: url('headback.jpg');*/
}

.loginHeader {
	position: relative;
	/* background-color: #42607D; */
	color: #EEEEEE;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	text-align: left;
	font-size: 18pt;
	/*background-image: url('headback.jpg');*/
}


.headerContent {
	margin: 0 auto;
	width: 980px;
}

.userStatus {
	float: right;
	padding: 5px 0px 0px 0px;
	text-align: right;
	color: #DAE3E8;
}

.companyName {
	vertical-align: middle;
	float: left;
	padding: 8px 0px 0px 0px;
	font-size: 12pt;
}

/* ------------------------- */ /*          Pages            */
	/* ------------------------- */
.smallPageContainer {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 750px;
	box-shadow: 10px 10px 5px #888;
}

.largePageContainer {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 5px;
	width: 100%;
	box-shadow: 10px 10px 5px #888;
}

.page { /*	background-image: url('rightShadow.gif'); */
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #FFFFFF;
	/*border: 1px solid black;*/
	padding-right: 10px;
	padding-top: 10px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.pageBottom { /* background-image: url('bottomShadow.gif'); */
	background-repeat: repeat-x;
	background-position: top left;
	height: 10px;
	margin: 0px 6px 0px 0px;
	/*border: 1px solid black;*/
}

/* ------------------------- */ /*       Page Content        */
	/* ------------------------- */
.actions {
	background-color: #f4f7f9;
	color: #c2ccd2;
	border: 1px solid #dae3e8;
	padding: 5px 10px 6px 10px;
	font-size: 1.2em;
	height: 15px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	background-image: url('sidepanelheaderback.gif');
}
h1{
	
		font-family: LucidaGrande, Arial, sans-serif;
	
	}
	
p{	font-family: LucidaGrande, Arial, sans-serif;}	
	
.page h1 {
	font-size: 2.0em;
	color: #42607D;
	margin-left: 15px;
		font-family: LucidaGrande, Arial, sans-serif;
}

.page h2 {
	font-size: 1.7em;
		font-family: LucidaGrande, Arial, sans-serif;
}

.page h3 {
	font-size: 1.4em;
		font-family: LucidaGrande, Arial, sans-serif;
}

fieldset {
	border: 1px solid #DAE3E8;
	 /* margin: 0px 20px 0px 20px; */
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

legend {
	font-size: 10pt;
	color: #42607D;
}

.tableInputDetails {
	font-size: 8pt;
	width: 100%;
	border-collapse: collapse;
	/*border: 1px solid #DAE3E8;*/
}

.tableInputDetails TD {
	padding-top: 2px;
	padding-bottom: 2px;
	padding: 3px;
}

.tableInputDetails2 {
	border-left: solid #42607D 1px;
	border-top: solid #42607D 1px;
	font-size: 8pt;
	width: 95%;
	border-colapse: colapse;
	/*border: 1px solid #DAE3E8;*/
}

.tableInputDetails2 TD {

	padding: 5px;
}

.tableInputDetails2 TD.outer {
	border-right: solid #42607D 1px;
	border-bottom: solid #42607D 1px;
}

.tableInputDetails2 TH {
	background-color: #F4F7F9;
	color: #42607D;
	text-align: center;
	padding: 5px;
}

.tableInputDetails2 TH.horiz {
	border-right: solid #42607D 1px;
	border-bottom: solid #42607D 1px;
}

.tableInputDetails2 TH.vert {
	writing-mode: tb-rl;
	filter: flipv fliph;
	border-left: solid #42607D 1px;
	border-top: solid #42607D 1px;
}

.tableInputDetails .colInput .long {
	width: 500px;
}

.tableInputDetails .colInput .short {
	width: 200px;
}

.tableInputDetails .colInput .date {
	width: 100px;
}

.tableInputDetails .colInput .calendar {
	padding: 0px;
	border-spacing: 0px;
	background-color: #FFFFFF;
	border: 0px;
}

.tableInputDetails .colInput .calendar TD {
	padding: 0px;
	border-spacing: 0px;
	background-color: #FFFFFF;
	border: 0px;
}

.colHeading {
	width: 15%;
	/*border: 1px solid #DAE3E8;*/
	font-size: 10pt;
}

.colHeadingBig { /*width: 25%;*/ /*border: 1px solid #DAE3E8;*/
	vertical-align: top;
	font-size: 8pt;
	font-weight: bold;
}

.colHeadingDescription {
	font-size: 0.9em;
	color: #6b6b6b;
}

.colValidation {
	vertical-align: top;
	color: #ff0000;
}

.colInput { /*border: 1px solid #DAE3E8;*/
	font-family: LucidaGrande, Arial, sans-serif;
	font-size: 8pt;
}

.row {
	text-align: left;
	vertical-align: top;
}

input {
	font-size: 8pt;
}

textarea {
	font-family: LucidaGrande, Arial, sans-serif;
	font-size: 8pt;
}

.textareaBig {
	width: 400px;
	height: 100px;
}

select {
	font-size: 8pt;
}

a.linkExpand {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 27px;
	background-image: url('expand.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 27px;
	height: 11px;
}

a.linkExpand:HOVER {
	background-image: url('expandHover.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 27px;
	height: 11px;
}

/* ------------------------- */ /*      Feedback elements    */
	/* ------------------------- */
	/*--- used to stop below elements moving down ---*/
#feedbackContainer {
	height: 25px;
}

#validationMessageBox {
	background-color: #d83c3c;
	height: 25px;
}

#validationMessage {
	position: relative;
	top: 5px;
	left: 5px;
	color: #FFFFFF;
	font-size: 8pt;
}

#confirmationMessageBox {
	background-color: #477B21;
	height: 25px;
}

#confirmationMessage {
	position: relative;
	top: 5px;
	left: 5px;
	color: #FFFFFF;
	font-size: 8pt;
}

.mandatoryField {
	color: red;
}

.validationRedBorder {
	border: 1px solid red;
}

.validationImg {
	background-image: url('validation.gif');
	background-repeat: no-repeat;
	background-position: middle top;
	width: 14px;
	height: 16px;
	visibility: hidden;
}

/* ------------------------- */ /*   Feedback elements End   */
	/* ------------------------- */ /* ------------------------- */
	/*        Side Panel         */ /* ------------------------- */
.sidePanel {
	float: right;
	width: 200px;
	/*background-color: #F4F7F9;*/ /*border: 1px solid black;*/
}

/* ----- Actions Menu ----- */
.sidePanelActions {
	margin: 0;
	padding: 0;
}

.sidePanelActions ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*border: 1px solid #000000;*/
}

.sidePanelActions ul li {
	border-bottom: 1px solid #dddddd;
}

.sidePanelActions ul li:Hover {
	background-color: #eaeaea;
}

.sidePanelActionsList li a {
	padding: 7px 0px 7px 25px;
	background-image: url('action.gif');
	background-repeat: no-repeat;
	background-position: center left;
	color: #71889e;
	text-decoration: none;
	font-size: 8pt;
	display: block;
}

.sidePanelActionsList li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ----- Actions Menu End ----- */
.sidePanelViewHeader {
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	color: #71889e;
	font-weight: bold;
	padding: 6px 5px 5px 8px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	background-image: url('sidepanelheaderback.gif');
	font-size: 8pt;

}

/* ----- Views Menu ----- */
.sidePanelViews {
	margin: 0;
	padding: 0;
}

.sidePanelViews ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidePanelViews ul li {
	border-bottom: 1px solid #ffffff;
}

.sidePanelViews ul li:Hover {
	background-color: #eaeaea;
}

.sidePanelViewsList li a {
	padding: 7px;
	padding-left: 10px;
	color: #71889e;
	text-decoration: none;
	font-size: 8pt;
	display: block;
	text-decoration: none;
	font-size: 8pt;
	display: block;
	background-color: #F5F6F8;
}

.sidePanelViewsList li a:hover {
	color: #000000;
	text-decoration: underline;
}

.sidePanelViews ul li.selected {
	background-color: #eaeaea;
	cursor: default;
	background-image: url('currentView.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.sidePanelViewsList li.selected a {
	color: #000000;
	text-decoration: none;
	cursor: default;
}

/* ----- Views Menu End ----- */ /* ------------------------- */
	/*          Footer           */ /* ------------------------- */
.footer {
	color: #aaaaaa;
	width: 980px;
}

.footerLeft {
	float: left;
	padding-left: 5px;
}

.footerRight {
	float: right;
	padding-right: 15px;
}

/* ------------------------- */ /*      Left Navigation      */
	/* ------------------------- */
.navcontainer {
	width: 80%;
	float: left;
}

.navcontainer ul {
	padding: 0;
}

.navcontainer ul li {
	display: inline;
}

.navcontainer ul {
	margin: 0;
	margin-left: 0px;
	font-weight:bold;
	/*	text-transform: uppercase; */
}

.navcontainer ul li a {
	float: left;
		margin-left: 3px;  
	margin-top: 2px;
	padding: 6px 8px 6px 8px;
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
	background-image: url('tabback.jpg');
	border-top: #7A93B3 1px solid;
	border-left: #7A93B3 1px solid;
	border-right: #7A93B3 1px solid;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

.navcontainer ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url('tabbackselected.jpg');
}

.navlist li a:hover,.navlist li a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('tabbackselected.jpg');
}

.navcontainer li#active a {
	color: #000000;
	text-decoration: none;
	background-color: #EEEEEE;
	background-image: url('tabbackselected.jpg');
}

/* ------------------------- */ /*      Right Navigation     */
	/* ------------------------- */
.navcontainer2 {
	width: 20%;
	float: right;
}

.navcontainer2 ul {
	padding: 0;
}

.navcontainer2 ul li {
	display: inline;
}

.navcontainer2 ul {
	margin: 0;
	margin-right: 0px;
	font-weight:bold;
	/*  text-transform: uppercase; */
}

.navcontainer2 ul li a {
	float: right;
	margin-left: 3px;
	margin-top: 2px;
	padding: 6px 8px 6px 8px;
	color: #EEEEEE;
	text-decoration: none;
	font-size: 8pt;
	background-color: #71889e;
	background-image: url('tabback.jpg');
	border-top: #7A93B3 1px solid;
	border-left: #7A93B3 1px solid;
	border-right: #7A93B3 1px solid;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

.navcontainer2 ul li a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #EEEEEE;
	background-image: url('tabbackselected.jpg');
}

.navlist2 li a:hover,.navlist2 li a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #42607D;
	background-image: url('tabbackselected.jpg');
}

.navcontainer2 li#active a {
	color: #000000;
	text-decoration: none;
	background-color: #EEEEEE;
	background-image: url('tabbackselected.jpg');
}

/* ------------------------- */ /*            Skins          */
	/* ------------------------- */
#skinList {
	margin: 0px 10px 0px 10px;
	/*border: 1px solid black;*/
}

#skinList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#skinList li {
	margin: 0px 10px 0px 10px;
	padding: 0;
	float: left;
}

#skinList li.skinBlueActive {
	display: block;
	background-image: url('skinBlue.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 65px;
	height: 65px;
	border: 5px solid #CCCCCC;
}

#skinList li.skinRedActive {
	display: block;
	background-image: url('skinRed.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 65px;
	height: 65px;
	border: 5px solid #CCCCCC;
}

#skinList li.skinGreenActive {
	display: block;
	background-image: url('skinGreen.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 65px;
	height: 65px;
	border: 5px solid #CCCCCC;
}

#skinList a.skinBlue {
	display: block;
	background-image: url('skinBlue.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 65px;
	height: 65px;
	border: 5px solid #EEEEEE;
}

#skinList a.skinBlue:hover {
	background-image: url('skinBlue.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 65px;
	height: 65px;
	border: 5px solid #CCCCCC;
}

#skinList a.skinRed {
	display: block;
	background-image: url('skinRed.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 65px;
	height: 65px;
	border: 5px solid #EEEEEE;
}

#skinList a.skinRed:hover {
	background-image: url('skinRed.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 65px;
	height: 65px;
	border: 5px solid #CCCCCC;
}

#skinList a.skinGreen {
	display: block;
	background-image: url('skinGreen.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 65px;
	height: 65px;
	border: 5px solid #EEEEEE;
}

#skinList a.skinGreen:hover {
	background-image: url('skinGreen.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 65px;
	height: 65px;
	border: 5px solid #CCCCCC;
}

/* ------------------------- */ /*            Links          */
	/* ------------------------- */
a.linkAction {
	color: #71889e;
	text-decoration: none;
}

a.linkAction:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkViewAction {
	color: #71889e;
	text-decoration: none;
	font-size: 8pt;
}

a.linkViewAction:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkFooter {
	color: #727070;
	text-decoration: none;
}

a.linkFooter:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkUserStatus {
	color: #FFFFFF;
	text-decoration: none;
}

a.linkUserStatus:HOVER {
	color: #DAE3E8;
	text-decoration: underline;
}

a.linkLkpUser {
	padding: 3px 0px 3px 21px;
	background-image: url('lkpUser.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 21px;
	height: 21px;
	text-decoration: none;
}

a.linkLkpUser:HOVER {
	background-image: url('lkpUserHover.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 21px;
	height: 21px;
	text-decoration: none;
}

/* ------------------------- */ /*      Document Links       */
	/* ------------------------- */
a.linkClose {
	color: #71889e;
	text-decoration: none;
	background-image: url('close.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkClose:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkReturn {
	color: #71889e;
	text-decoration: none;
	background-image: url('dojo/dojox/widget/rating/rating_full.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkReturn:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkEdit {
	color: #71889e;
	text-decoration: none;
	background-image: url('edit.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkEdit:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkDelete {
	color: #71889e;
	text-decoration: none;
	background-image: url('delete.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkDelete:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkSave {
	color: #71889e;
	text-decoration: none;
	background-image: url('save.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkSave:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkPrint {
	color: #71889e;
	text-decoration: none;
	background-image: url('print.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkPrint:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkRefresh {
	color: #71889e;
	text-decoration: none;
	background-image: url('refresh.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkRefresh:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkBack {
	color: #71889e;
	text-decoration: none;
	background-image: url('back.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkBack:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkNext {
	color: #71889e;
	text-decoration: none;
	background-image: url('next.gif');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 25px;
}

a.linkNext:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkCreate {
	color: #71889e;
	text-decoration: none;
	background-image: url('action.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkCreate:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkAccept {
	color: #71889e;
	text-decoration: none;
	background-image: url('accept.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkAccept:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkDecline {
	color: #71889e;
	text-decoration: none;
	background-image: url('decline.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkDecline:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkInitiateApproval {
	color: #71889e;
	text-decoration: none;
	background-image: url('initiateApproval.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkInitiateApproval:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkPublish {
	color: #71889e;
	text-decoration: none;
	background-image: url('publish.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkPublish:HOVER {
	color: #000000;
	text-decoration: underline;
}

a.linkmakeObsolete {
	color: #71889e;
	text-decoration: none;
	background-image: url('makeObsolete.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

a.linkmakeObsolete:HOVER {
	color: #000000;
	text-decoration: underline;
}

table {
	font-size: 1em;
}

a {
	font-size: 1em;
	color: #000080;
}

a:hover {
	font-size: 1em;
	color: #FF7004;
}

.dlgButton {
	cursor: pointer;
	border: outset 1px #ccc;
	background-color: #EEEEEE;
	color: #666;
	font-weight: bold;
	padding: 1px 2px;
}

/* ------------------------- */ /*      Department Cal       */
	/* ------------------------- */
.CalEntry {
	color: #060606;
	text-decoration: none;
	font-size: 8pt;
}

.CalEntry  a {
	color: #060606;
	text-decoration: none;
	font-size: 8pt;
}

.CalEntry:HOVER {
	color: #bb0000;
	text-decoration: none;
	font-size: 8pt;
}

.FullDay {
	
}

.Morning {
	background: url("Morning.gif");
}

.Afternoon {
	background: url("Afternoon.gif");
}

TABLE.RTWSickness {
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-width: 1px;
	border-color: #e1e1e1;
	font-size: 1em;
	font-family: Arial, Helvetica, Sans-Serif;
}

TABLE.RTWSickness TH {
	font-weight: normal;
	font-size: 1em;
	background-color: #f8f8f8;
	text-align: left; 
}

TABLE.RTWSickness A, A:link, A:visited, A:active
{
    font-size: 1em;
    text-decoration: none;
}

TABLE.RTWSickness A:hover
{
    font-size: 1em;
}

TD.biCellGreen
{
    background-image: url(/activ/absence/v6/ActivAbsence.nsf/greenWeb.jpg);
    background-attachment: scroll;
    background-color: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
    width: 54px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    vertical-align: top;
}

TD.biCellRed
{
    background-image: url(/activ/absence/v6/ActivAbsence.nsf/redWeb.jpg);
    background-attachment: scroll;
    background-color: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
    width: 54px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;   
    padding: 20px 0px 0px 0px; 
    vertical-align: top;
}

TD.biCellYellow
{
    background-image: url(/activ/absence/v6/ActivAbsence.nsf/yellowWeb.jpg);
    background-attachment: scroll;
    background-color: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;    
    padding: 20px 0px 0px 0px; 
    vertical-align: top;
}

DIV.legendSwatch
{
    width: 15px; 
    height: 10px; 
    border-color: #aaaaaa; 
    border-width: 1px; 
    border-style: solid;
}

DIV.legend
{
    padding: 5px 5px 5px 5px;
    border-color: #aaaaaa;
    border-width: 1px;
    border-style: solid;
}

TABLE.RTWSicknessGraphs
{
	border: 1px solid #dae3e8;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	padding: 5px 10px 6px 10px;
	background-image: url('sidepanelheaderback.gif');
	background-repeat: repeat-x;
}

TABLE.RTWSicknessGraphs TH {
	font-size: 1.2em;
	height: 15px;
    color: #71889e;
}

DIV.login
{
    border: solid 1px #bbbbcc;
    padding: 10px 10px 10px 10px;
        background-color: #fff;
    position: relative;    
    width: 400px;
    /*height: 250px;*/

}

/*TABLE.login
{
    width: 300px;
    height: 250px;
}*/

DIV.signup
{
    border: solid 1px #ccccaa;
    padding: 10px 10px 10px 10px;
    background-color: #fcf6be;
    position: relative;    
    width: 310px;
    /*height: 250px;*/	
}

DIV.rounded
{
    -moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
INPUT.login
{
   
    width: 300px;
}
INPUT.password
{
   padding:5px;
    width: 250px;
}
INPUT.loginButton
{
    border: solid 1px #666666;
    padding: 2px 2px 2px 2px;
    width: 60px;
    height: 25px;

    -moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;   
	background-image: url('sidepanelheaderback.gif');
	background-repeat: repeat-x; 
}

INPUT.loginButton:hover
{
		background-image: url('sidepanelheaderbackOrg.gif');
	background-repeat: repeat-x; 	
}
INPUT.signupButton
{
    border: solid 1px #666644;
    padding: 2px 2px 2px 2px;
    width: 70px;
    height: 30px;
    background-color: #feff73;
    -moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;    
}

TABLE.signup TD
{
    padding: 2px 2px 5px 2px;
}
INPUT.accountButton
{
    border: solid 1px #aaaaaa;
    padding: 5px 5px 5px 5px;
    height: 30px;
    background-color: #ccccee;
    -moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;  
	background-image: url('btnBack.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
}
INPUT.accountButtonOver
{
    border: solid 1px #666666;
    padding: 5px 5px 5px 5px;
    height: 30px;
    background-color: #888888;
    -moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;  
	background-image: url('btnBackOver.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
}


#passwordStrength
{height:10px; display:block;width:300px;
        float:left;
}
.strength0{ background:#cccccc;}
.strength1{ background:#ff0000;}
.strength2{ background:#ff5f5f;}
.strength3{background:#56e500;}
.strength4{ background:#4dcd00;}
.strength5{  background:#399800;}