/* HTML */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333;
background-color:#fff;
font-size:82.5%;
/*background-image:url(../media/bg2.jpg);*/
background-repeat:repeat-x;
margin:0;
padding:0;
}
wrapper {
margin:0;
padding:0;
}
h1 { /* see layout section*/
}
h2 {
color:#39c;
font-weight:normal;
font-size:1.5em;
/*margin:.5em 0;*/
}
h3 {
font-size:1.25em;
font-weight:normal;
color:#333;
background-color:inherit;
border-bottom: #333 solid 1px;
margin: 1.25em 0 .5em 0;
}
h3 + p {
margin-top:0;
}
#columnTwo p {
font-size:.85em;
}
h4 {
font-size:1.1em;
color:#499EDE;
font-weight: normal;
}
p {
line-height: 1.35em;
}
img {
border:none;
}
/*ul {
margin:0 0 1em 0;
padding:0;
list-style:none;
}*/
ul li {
margin: .6em 0;
/*padding:0 0 0 20px;
background:url(../media/bullet_blue.gif) no-repeat 8px 5px;
*/}

ul.listFormSelections {
padding-left:0;
}
ul.listFormSelections li {
list-style-type:none;
}

acronym,abbr {
cursor:help;
border-bottom: 1px dashed #666;
}
button {
cursor:pointer;
}
label {
}
dt {
font-weight:bold;
}

/*******************************************************
FORMS
*******************************************************/
form fieldset {
margin:.25em 0;
padding:.25em 1em 1em 1em;
border:#ccc 1px solid;
}
form legend {
color:#666;
}

form#sessionEdit fieldset {
border:#FC0082 1px solid;
}
form#sessionEdit legend {
color:#FC0082;
}
form#sessionAdd dt,
form#sessionEdit dt,
form#clientProfile dt,
form#addBillTo dt,
form#editBillTo dt {
margin-top:1em;
}
form#sessionAdd dd,
form#sessionEdit dd,
form#clientProfile dd,
form#addBillTo dd,
form#editBillTo dd {
margin:.25em 1em .75em 0;
}

form#sessionAdd div,
form#sessionEdit div,
form#editProfile div,
form#clientProfile div,
form#addBillTo div,
form#editBillTo div {
margin-top:1em;
}
form#sessionAdd div label,
form#sessionEdit div label,
form#editProfile div label,
form#clientProfile div label,
form#addBillTo div label,
form#editBillTo div label {
font-weight:bold;
float:left;
display:block;
width:6em;
text-align:right;
margin-right:.5em;
}
form#editProfile div label,
form#addBillTo div label {
width:13em;
}
form#clientProfile div label,
form#editBillTo div label {
width:9em;
}
form#editProfile div input {
width:13em;
}

form#frmSendInfo div {
margin:1em 0 .75em;
display:block;
}
form#frmSendInfo label {
font-weight:bold;
}

form#sessionClient div {
margin:1em 0;
}

form#signin div {
margin:1em 0;
}
form#signin input {
width:8.5em;
}
form#signin div label {
font-weight:bold;
float:left;
display:block;
width:6.5em;
}


/*******************************************************
LAYOUT
*******************************************************/
#wrapper {
width: 52em;
margin: 0 auto;
padding: 0 1em 1em 1em;
background-color:#fff;
color:inherit;
}

#header {
margin:0;
padding:0;
position: relative;
width: 400px;
height: 93px;
overflow: hidden;
float:left;
}
#header h1 {
margin:10px 0 0 0;
padding: 93px 0 0 0;
overflow: hidden;
background-image:url(../../media/MyClientTime.png);
background-repeat: no-repeat;
height: 0px !important; /* for most browsers */
height /**/:93px; /* for IE5.5's bad box model */
}

#columnOne {
width: 32em;
float:left;
margin-right:2em;
}
/*#gutter {
width:2em;
float:left;
}*/
#columnTwo {
width: 18em;
float:left;
}
#footer {
font-size:85%;
margin:3em 0;
}

/* CLASSES */
.displayOffscreen {
left:-9999em;
top:-9999px;
position: absolute;
}

.displayNone {
display:none;
}
.clear {
clear:both;
}

.fl { float:left }
.fr { float:right }

.txtAlignRight { text-align:right; }
.txtAlignLeft { text-align:left; }
.txtAlignCenter { text-align:center; }

.smallText {
font-size:.8em;
font-weight:normal;
}
li .smallText {
color:#999;
}

.txtDisabled {
color:#999;
}

.txtAlert {
color:#FC0082;
}

div.msg p.error {
color:#f00;
border:#f00 1px solid;
padding:1em;
/*margin-left:5px;
padding:10px 10px 10px 25px;
background:url(../../media/icons/icon_error.gif) 10px 12px no-repeat;*/
}
div.msg p.success {
color:#6c0;
border:#6c0 1px solid;
padding:1em;
/*margin-left:5px;
padding:10px 10px 10px 25px;
background:url(../../media/icons/icon_success.gif) 10px 12px no-repeat;*/
}

div.box {
border:#ccc 1px solid;
margin:.5em 0;
padding:0 1em;
}


/* LINKS */
a:link {
color:#39c;
}
a:visited {
color:#39c;
}
a:hover, a:focus {
text-decoration:none;
color:#333;
background-color:#FCEF98;
}
a:active {
color:#FC0082;
}

a[rel="external"] {
background:url(../../media/icon_link_newwin.gif) no-repeat right center;
padding-right: 16px;
}
a[rel="document"] {
background:url(../../media/icon_link_doc.gif) no-repeat right center;
padding-right: 16px;
}
a[rel="email"] {
background:url(../../media/icon_link_email.gif) no-repeat right center;
padding-right: 18px;
}

/* TOP MENU */
#menuTop {
float:left;
width:100%;
background:#fff;
line-height:normal;
border-bottom:1px solid #ccc;
font-size:.9em;
}
#menuTop ul {
margin:0;
padding:10px 10px;
list-style:none;
}
#menuTop li {
display:inline;
margin:0;
padding:0;
}
#menuTop a {
float:left;
background:url("../../media/tableftB.gif") no-repeat left top;
margin:0 0 0 10px;
padding:0 0 0 4px;
text-decoration:none;
}
#menuTop a span {
float:left;
display:block;
background:url("../../media/tabrightB.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#39c;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menuTop a span {float:none;}
/* End IE5-Mac hack */
#menuTop a:hover span,
#menuTop a:focus span {
color:#333;
}
#menuTop a:hover,
#menuTop a:focus {
background-position:0% -42px;
}
#menuTop a:hover span,
#menuTop a:focus span {
background-position:100% -42px;
}

/* formatting for datePicker definition list */
#dp-date-den dd,
.dp-date-den dd {
float:left;
margin:.25em 1em .75em 0;
}

/*session delete button */
#sessionDelete div {
text-align:center;
margin-top:1.5em;
}
#sessionDelete button {
border:#f00 1px solid;
background-color:#fff;
}

dl#ttTech dt {
margin-top:.75em;
}
dl#ttTech dd{
margin:.25em 0 .25em 2em;
}

ul#viewSessionPeriod {
margin:0;
padding:0;
}
ul#viewSessionPeriod li {
padding:0;
margin:.2em 0;
display:inline;
list-style-type:none;
float:left;
width:13em;
list-style:none;
}

ul#adminSessionList li {
line-height:105%;
}
ul#adminSessionList li a {
text-decoration:none;
}

form#userCustomReport dl dt {
margin-top:1.5em;
}
form#userCustomReport dl dd {
margin:.25em 1em .25em 0;
}


dl#currentClientList dt {
margin-top:1em;
}
dl#currentClientList dd {
margin:.25em 1em;
}

div#screens img {
border:#39c 3px double;
}
div#screens a:hover {
background-color:#fff;
}


