﻿body
{
    margin: 0px;
    font-size: 14px;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}
a
{
    display: block;
    text-decoration: none;
    color: black;
}

img
{
    border: none 0px;
}
table
{
    border: 0;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}
td
{
    font-size: 16px;
    font-family: Helvetica;
    vertical-align: middle;
}

td.datalist
{
    margin: 0px;
    border-bottom: 1px solid #D9D9D9;
    padding: 5px 5px 5px 5px;
}

.toolbar
{
    /*position: absolute; top:0px;  */
    left: 0px;
    right: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    margin: 0px;
    padding: 2px 5px 0px 5px;
    height: 33px;
    background: url(../images/toolbar.png) #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.toolbarlabel
{
    position: absolute;
    overflow: hidden;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: White;
    padding: 0px;
    left: 70px;
    right: 70px;
    top:8px;
}

.toolbarlabel > a
{
    color: white;
}
.button {
	/*position: absolute;
	top: -34px;*/ /* 7-41*/
	top:0px;
    border-radius: 6px;
	/*-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;*/
    border-style: solid;
    border-color: #4a6c9b;
	border-width: 0 6px 0 6px;
	padding: 0 6px 0 6px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
    background-color: #4a6c9b;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	-webkit-border-image: url(../images/toolButton.png) 0 6 0 6;
	display: inline-block;
	cursor:pointer;
}
.leftButton {
	float:left;
}
.rightButton {
	float:right;
}
.backButton {
    float:left;
	-webkit-border-image: url(../images/backButton.png) 0 7 0 13;
    background-color: #4a6c9b;
	border-width: 0 6px 0 10px;
    border-radius: 10px 6px 6px 10px;
}

.navbaritem
{
    font-size: 18px;
    font-weight: bold;
}

.alphabar
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
    padding:6px 2px 6px 2px;
    border-bottom: 1px solid #2d3642;
}
.alphabar > a
{
    display: inline;
}

.group
{
    padding: 1px 10px;
    background: url(../images/listGroupC.png) repeat-x;
    font-size: 17px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: White;
    border-bottom: solid 1px #999999;
}

.panel
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(../images/pinstripes.png);
}
.panel > fieldset
{
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #D9D9D9; /*text-align: right; */
    font-size: 16px;
}
.panel > div > fieldset
{
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #D9D9D9; /*text-align: right; */
    font-size: 16px;
}

.row
{
    position: relative;
    border-bottom: 1px solid #D9D9D9;
    -webkit-border-radius: 0;
}
div.row
{
    padding: 10px 10px 14px 10px;
    min-height: 19px; /* The total cell height includes the padding-top, padding-bottom, border and height values: 10+14+1+19=44 pixels */
    line-height: 19px; /* Ensure that the height of the cell includes the line at the top of the cell  */
}
.row > a
{
    display: block; /* Sets the href to be a block rather than inline */
    text-decoration: none;
    color: inherit;
}
fieldset > .row:last-child
{
    border-bottom: none !important;
}
.fdvalue
{
    /*float: right; */
    clear: both;
    margin-left: 10px;
    
    text-align: left;
    left: 0px;
/*    width: 209px; */
    margin-right:10px;
    width:100%;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fdaddrvalue
{
    margin-left: 10px;
}
.fdlabel
{
    float: left;
    color: #324F85;
    text-align: left;
    margin: 0 0 0 0px;
    /*width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    font-size: 11px;
}
.addressblock
{
    position: relative;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 10px 14px 0px;
}
.addressblock > a
{
    display: block; /* Sets the href to be a block rather than inline */
    text-decoration: none;
    color: inherit;
}
fieldset > .addressblock:last-child
{
    border-bottom: none !important;
}



/*.fdnotes
{
    margin: 0px 10px 0px 10px;
    padding: 10px 10px 14px 10px;
    min-height:19px;
    white-space:pre;
    width:259px;
    word-wrap: break-word;
    height:auto;
} */

input
{    
    font-size: 16px;
}
select
{    
    font-size: 16px;
}
.checkboxrows
{
    position: relative;
    -webkit-border-radius: 0; 
    display:block;
    clear:both;
    width:94%;
    color: #324F85;
    text-align: left;
    font-size: 11px;
    padding-left: 10px;
    line-height: 30px;
}
.compactrow
{
    position: relative;
    -webkit-border-radius: 0;
}
div.compactrow
{
    padding: 0px 10px 0px 10px;
}
.compactrow > input
{
    position: relative;
    display:block;
    clear:both;
    /*    width: 209px; */
    width:94%;
}
.compactrow > select
{
    position: relative;
    /*    width: 209px; */
    display:block;
    clear: both;
    width:94%;
    overflow: hidden;
}
.xvalue
{
    /*    width: 209px; */
    width:90%;
}
.xwvalue
{
    /*width:277px;
    font-size: 14px;
    font-family:Helvetica;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 10px 10px 14px 10px; */
    position: relative;
    width:100%;
    height:100%;
    margin: 0px 0px 20px 0px;
    padding: 2px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #D9D9D9; /*text-align: right; */
    font-size: 12px;
}
.redButton
{
    border-radius: 8px;
    /*-webkit-border-radius: 8px;
	-moz-border-radius: 0;*/
	border-width: 0 8px 0 8px;
	margin: 7px 8px 0 0;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-decoration: none;
	text-align:center;
	background: none;
	-webkit-border-image: url(../images/redButton.png) 0 8 0 8 stretch;
	-moz-border-image: url(../images/redButton.png) 0 8 0 8 stretch;
	background-color:#bd1421;
}
td.daywithappt > a
{color:Red;}

.calDay
{
    border: 1px solid #999999;
    font-weight:normal;
    font-size:14pt;
    text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0;
}
.calTitle
{
    text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0;
}
.calBox
{
-webkit-box-shadow: .2em .2em 1em #000;
}

.subtoolbar
{
    /*position: absolute; top:0px;  */
    left: 0px;
    right: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    margin: 0px;
    padding: 2px 5px 0px 5px;
    height: 30px;
    background-color:Silver;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.subtoolbarlabel
{
    position: absolute;
    overflow: hidden;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    /*text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0;*/
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: Black;
    padding: 0px;
    left: 70px;
    right: 70px;
    top:44px;
}

.calheader
{
    background-color: #D9D9D9;
    text-align: center;
    vertical-align: middle;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    padding:6px 0px 6px 0px;
    /* border-bottom: 1px solid #2d3642; */
}

/*.calheader
{
	background-color: #D9D9D9;
	width:100%;
	height:30px;
	top:4px;
	bottom:4px;
	padding:6px 2px 6px 2px;
}*/
.calLabel
{
    /* text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nextprev
{
    cursor: pointer;
    padding-left:10px;
    padding-right:10px;
}