/**************************************************************************
 * MeetingStarter Base Stylesheet
 **************************************************************************/

/* Styles not attached to a specific context */

/* Structural Styles ******************************************************/

.noPrint    {
}
.black      {
    color: black;
}
.floatLeft  {
    float: left;
}
.floatRight {
    float: right;
}
.alignRight {
    text-align: right;
}
.nowrap     {
    white-space: nowrap;
}
.center     {
    text-align: center;
    margin: auto;
}
.middle     {
    vertical-align: middle;
}
.vtop       {
    vertical-align: top;
}

/* Text Formatting ********************************************************/

.bold       {
    font-weight: bold;
}

.fineprint       {
    font-size: 12px;
}
.heading1   {
    font-size: 2em;
	font-weight: bold;
}
.heading2   {
    font-size: 1.3em;
    font-weight: bold;
}
.heading3   {
    font-size: 1.2em;
	font-weight: bold;
}
.italic     {
    font-style: italic;
}
.underline  {
    border-bottom: 1px dotted;
}
.emphasized {
    font-weight: bold;
    font-size: 1.2em
}

/* Standard Colors ********************************************************/

.lightbluebg{
    background-color: #acc6e7;
    color: black;
}
.lightbluefg{
    color: #94b4d6;
}
.yellowbg   {
    background-color: #d6d694;
    color: black;
}
.orangebg   {
    background-color: #ffb366;
    color: black;
}
.orangefg   {
    color: #dd8346;
}
.greenbg    {
    background-color: #d6eb9a;
    color: black;
}
.greenfg    {
    color: #d6eb9a;
}
.highlightRow   {
    background-color: #b4e4f6;
}
.errorcolor {
    color: red;
}

/* Container Styles *******************************************************/

.debug td   { /* style to help debug tables */
    border: 1px solid;
}
.ninetycenter {
    width: 90%;
    margin: auto;
    padding: 5px;
}
.headline   {
    color: black;
    display: block;
    font-size: 14px;
    padding-left: 5px;
}
.fullwidth {
    width: 100%;
    margin: 0;
    padding: 0;
}
/* Styles by element */

td.field    {
	text-align:right;
	font-size:x-small;
	font-family:Verdana;
	font-weight:bold;
}
td.thinfield    {
	text-align:right;
	font-size:x-small;
	font-family:Verdana;
	
}

/* Defaults for each element **********************************************/

html {
    height:100%;
}
body {
    padding: 0;
    margin: 0;
    height:100%;
}
html>body {
    min-height:100%;
    height:auto;
}
textarea {
    color: black;
    background-color: white;
}
img {
    border: 0;
}
table {
    width: 100%;
}
a {
    font-weight: normal; border-bottom: 1px dotted transparent;
}
a:link {
    color: #364CA8; text-decoration: none; border-bottom-color: #336699;
}
a:visited {
    color: #364CA8; text-decoration: none; border-bottom-color: #5588aa;
}
a:hover, a:active { color: #ad5b1e; border-bottom: 1px solid #ad5b1e; }
/* Html Elements */

.moclink {
    font-weight: bold; border-bottom: 1px dotted transparent;
    color: #364CA8; text-decoration: none; border-bottom-color: #336699;
    }

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: normal;
    border-bottom-width: 0;
}
h1 { font-size: 28px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
ul {
    list-style-type: square;
}
blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }
ins { text-decoration: none; color: #466b85; }
del { color: #555555; }

/* Styles for common elements *******************************************/

a.discrete, a.discrete:link, a.discrete:visited {
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
    border: none;
}
.inputTable {                   /* these fields are for generic inputs */
    width: 100%;
}
.inputTable td {
    padding: 5px 10px;
}
.inputTable input.itx, .inputTable textarea {       /* text inputs */
    width: 100%;
}
.leftnav {
    text-align: left;
}
.rightnav {
    text-align: right;
}
.centernav {
    text-align: center;
}

.hidden {
     color: white;
     font-size: 1px;
}
.hide {
    display: none;
}

.displayTable {
    width: 80%;
    margin: auto;
    color: #364c63;
}
.pageHeading {
    font-size: 1.5em;
    color: black;
    font-weight: bold;
    display: block;
    padding: 2px 5px;
    margin: 5px;
}
.smallHeading {                 /* small heading: for sub-page */
    font-size: 1.5em;
    font-weight: bold;
}
.itemSpan {                     /* descriptions for items */
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
}
.itemBold {
    font-size: 1.2em;
    font-weight: bold;
}
.exampleSpan {
    font-style: italic;
    margin-left: 10px;
}
.hintDiv {
    width: 80%;
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 4px;
    border: 0px;
}
.hintDivLight {
    width: 80%;
    margin: 10px auto;
    text-align: center;
    font-size: 12px;
    color: #333;
    padding: 4px;
    border: 0px;
}

.scrollingDiv
{
    overflow: auto;
    height:99%;
    min-height:100px;
    width: 855px;
}
.scrollingDivNew
{
    overflow-x: scroll;
    overflow-y: visable;
    width: 855px;
}
.payconfirm
{
    color:white;
}


/* Styles pertaining to specific contexts */

/* Hover Tooltips ******************************************************/

.tip {
    font: 14px sans-serif;
    border:solid 1px #666666;
    padding:3px;
    font-weight: bold;
    position:absolute; z-index:100;
    visibility:hidden; color:#333333; top:20px;
    left:90px;
    background-color:#ffffcc;
    max-width: 300px;
}

.tryitout  {
    background-image: url("../images/tryout.png");
    background-position:top center;
    background-repeat: no-repeat;
    padding-top:7px;
    font-size:16px;
    text-align:center;
    vertical-align:middle;
    color: #19354A;
    width: 120px;
    height:34px;
}

.tryitout:hover {
    background-image: url("../images/tryout_hover.png");
 }


/* Time Picker ************************************************************/

#weekContainer {
    width: 100%;
    margin: auto;
    color: white;
}
#weekContainer a {
    color: white;
}
.weekHeaderDiv  {               /* Table Header */
    background-color: #444444;
}
#weekHeaderTable
{
    width: 100%;
    font-size: 1em;
    padding: 4px;
}
.weekFooterDiv {                /* Table Footer */
    background-color: #444444;
    text-align: right;
}
.weekFooterDiv a {
    border-bottom-color: white;
}
#weekBodyDiv {                  /* Table Body */
    padding-right: 0;
    /*height: 360px;*/
    /*overflow: auto;*/
}
#weekBodyTable {
    width: 100%;
    height: 100%;
    empty-cells: show;
    border-collapse: collapse; /* ie hack to show cells */
    background-color: white;
}
#weekBodyTable td {
    border-left: 3px double #DDDDDD;
    text-align: center;
    padding: 0;
    height: 6px;
    font-size: 0;
    cursor: crosshair;
}
#weekBodyTable .weekHeader {    /* header cells */
    background-color: #444444;
    font-size: 1em;
    padding: 5px;
    border-left: 0;
}
#weekBodyTable .d {             /* hour dividers*/
     border-top: 1px solid #BBBBBB;
}
#weekBodyTable .dh {
     border-top: 1px dotted #BBBBBB;
}
#weekBodyTable .hi {            /* highlighted header */
    background-color: #DBEAFF;
}
#ttoptions {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* Input Forms ************************************************************/

input.discrete {
    background-color: transparent;
    border-style: None;
    color: inherit;
}
input.discrete:focus {
    background-color: #88ccdd;
}
input.discrete:hover {
    background-color: #aaccdd;
}
input.specialName {
    font-size: 1.5em;
}
.tablelabel{
    padding-left:75px;
}

.asterisk{
	font-size:25px;
	color:#356AA0;
	position:relative;
	top:9px;
	padding-left:5px;
}
.errorDiv{
        font-weight: bold;
	color:#CC0000;
}

/* Header Styles ******************************************************/
body#bhome #headernav:hover li#lhome a { background: none; text-decoration: none; }
body#bhome li#lhome a, body#bhome #headernav li#lhome a:hover{ color: #3E4349; background: url(../images/d_navarrow.png) no-repeat bottom center; }
body#bappointments #headernav:hover li#lappointments a { background: none; text-decoration: none; }
body#bappointments li#lappointments a, body#bappointments #headernav li#lappointments a:hover{ color: #3E4349; background: url(../images/d_navarrow.png) no-repeat bottom center; }
body#bmeetings #headernav:hover li#lmeetings a { background: none; text-decoration: none; }
body#bmeetings li#lmeetings a, body#bmeetings #headernav li#lmeetings a:hover{ color: #3E4349; background: url(../images/d_navarrow.png) no-repeat bottom center; }
body#bevents #headernav:hover li#levents a { background: none; text-decoration: none; }
body#bevents li#levents a, body#bevents #headernav li#levents a:hover{ color: #3E4349; background: url(../images/d_navarrow.png) no-repeat bottom center; }
body#bsurveys #headernav:hover li#lsurveys a { background: none; text-decoration: none; }
body#bsurveys li#lsurveys a, body#bsurveys #headernav li#lsurveys a:hover{ color: #3E4349; background: url(../images/d_navarrow.png) no-repeat bottom center; }
body#btour #headernav:hover li#ltour a { background: none; text-decoration: none; }
body#btour li#ltour a, body#btour #headernav li#ltour a:hover{ color: #3E4349; background: url(../images/d_navarrow.png) no-repeat bottom center; }
body#bfaq #headernav:hover li#llogin a { background: none; text-decoration: none; }
body#bfaq li#lfaq a, body#bfaq #headernav li#lfaq a:hover{ color: #3E4349; background: url(../images/d_navarrow.png) no-repeat bottom center; }
body#bregister #headernav:hover li#lregister a { background: none; text-decoration: none; }
body#bregister li#lregister a, body#bregister #headernav li#lregister a:hover{ color: #3E4349; background: url(../images/d_navarrow.png) no-repeat bottom center; }
body#blogin #headernav:hover li#llogin a { background: none; text-decoration: none; }
body#blogin li#llogin a, body#blogin #headernav li#llogin a:hover{ color: #3E4349; background: url(../images/d_navarrow.png) no-repeat bottom center; }
body#bexchanges #headernav:hover li#lexchanges a { background: none; text-decoration: none; }
body#bexchanges li#lexchanges a, body#bexchanges #headernav li#lexchanges a:hover{ color: #3E4349; background: url(../images/d_navarrow.png) no-repeat bottom center; }

#headertbl {
    width: 900px;
    height: 90px;
    margin: 0px auto 0 auto;
    padding: 0;
    background-color: white;
}
#headerlogo {
    margin-left: 20px;
}
#headernav {
    /* hack? to get rid of table margin */
    position: relative;
    left: 3px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
#headernav li {
   float: left;
   background: #c4d3e6;
   color: #19354a;
}
#headernav li a {
   display: block;
   text-align: center;
   padding: 8px 10px;
   border: none;
}
#headernav li a:hover {
    color: #3E4349;
    background: url(../images/d_navarrow.png) no-repeat bottom center;
    text-decoration: none;
}
#headernav li.leftround {        /* for rounded corner */
    width: 10px;
    background: #c4d3e6 url(../images/d_headnav_tl.png) no-repeat top left;
}
#headernav li.leftround div {
    background: url(../images/d_headnav_bl.png) no-repeat bottom left;
    display: block;
    text-align: center;
    padding: 8px 10px;
    border: none;
}
#headerEmailOutside {
    position: absolute;
    width: 580px;
}
#headerEmailInside {
    float: right;
    position: relative;
    top: -20px;
}
#pageheader {
    background: #c4d3e6 url(../images/d_bluegrad.png) repeat-x;
    margin-bottom: 20px;
    border: 1px solid white;
}
.mtglogo {
    background: url(../images/dp_meeting.gif) no-repeat 20px 50%;
    padding-left: 63px;
}
.evtlogo {
    background: url(../images/dp_event.gif) no-repeat 20px 50%;
    padding-left: 63px;
}
.aptlogo {
    background: url(../images/dp_appointment.gif) no-repeat 20px 50%;
    padding-left: 63px;
}
.headerItemName {
    font-weight: bold;
    color: white;
}
#headerButton {
    font-size: 1.2em;
    height: 38px;
    margin-top: 4px;
}

/* Footer Styles *******************************************************/

#footer {
    text-align: center;
    padding: 10px 5px 0 5px;
}

/* Page Body Styles *******************************************************/

/* rounded corners */
#round_tr, #round_tl {
    background-repeat: no-repeat;
    width: 10px; height: 10px;
    margin: 0;
}
#round_tr {
    float: right;
    background-position: top right;
    background-image: url(../images/d_headnav_tr.png);
}
#round_tl {
    float: left;
    background-position: top left;
    background-image: url(../images/d_headnav_tl.png);
}

/* Links */



/* Structure */

#container_nopad {
    width: 900px;
    margin: 0 auto;
    background: white;
    padding: 0;
}

#container {
    width: 858px;
    margin: 0 auto;
    background: white;
    padding: 0 20px;
    border: 1px solid white;
}

/* Calendar */

.special {
    font-weight: bold;
    background-color: #abf;
}
