@charset "utf-8";
/* CSS Document */

        html
        {
            height:100%;
            width:100%;
        }

        body
        {
            height:100%;
            width:100%;
            margin: 0;
            padding: 0;
            font-family: Arial, Helvetica, sans-serif; 
            font-size:11px;
            color:#5e6a71;
            background-color: #f3f3f3;
        }

        form
        {
            height: 100%;
            width: 100%;
        }

        A
        {
            color:#0199ff;
            text-decoration:none;
        }
        A:hover
        {
            color:#027fd3;
        }

        .lnkWithHover
        {
            color:#0199ff;
            padding-left:15px;
            text-decoration:none;
        }
        .lnkWithHover:hover
        {
            text-decoration:underline;
            color:#027fd3;
        }

        .divWrapper
        {
            position: relative;

            /*position: absolute;*/

            height: 100%;
            width: 100%;
            min-height:600px;
        }

        .divCenter
        {
            position:fixed;
            top: 45%;
            left: 49%;
            width:560px;
            height:540px;
            min-height:500px;
            margin-top: -270px;
            margin-left: -280px;
        }

        .tdImg
        {
            padding-top:10px;
            width:50%;
        }

        .tdContent
        {
            height:500px;
            width:50%;
            padding-left: 30px;
        }

        #divBottomData
        {
            border-top:2px dotted grey; 
            text-align:center;
            height: 75px;
            width: 100%;
            display: table;
            position:absolute;
            bottom:0px;
        }
        
        .tdLocation
        {
            color:#404040;
            font-size: 11px; 
            font-weight: bold;
            padding-right:5px;
        }

        .tdSeperator
        {
            width: 15px;
        }

        .tdPhone
        {
            font-size: 11px; 
            font-weight: normal;
        }
		
.BigButtonLeft         {height:25px;background-image:url(images/button/bigButtonLeft.gif);width:3px;background-repeat:no-repeat}
.BigButtonLeft_on      {height:25px;background-image:url(images/button/bigButtonLeft_on.gif);width:3px;background-repeat:no-repeat}
.BigButtonLeft_off     {height:25px;background-image:url(images/button/bigButtonLeft_off.gif);width:3px;background-repeat:no-repeat}
.BigButtonMid          {height:25px;background-image:url(images/button/bigButtonMid.gif);background-repeat:repeat-x;padding-bottom:1px;}
.BigButtonMid_on       {height:25px;background-image:url(images/button/bigButtonMid_on.gif);background-repeat:repeat-x;padding-bottom:1px;}
.BigButtonMid_off      {height:25px;background-image:url(images/button/bigButtonMid_off.gif);background-repeat:repeat-x;padding-bottom:1px;}
.BigButtonRight        {height:25px;background-image:url(images/button/bigButtonRight.gif);width:3px;background-repeat:no-repeat}
.BigButtonRight_on     {height:25px;background-image:url(images/button/bigButtonRight_on.gif);width:3px;background-repeat:no-repeat}
.BigButtonRight_off    {height:25px;background-image:url(images/button/bigButtonRight_off.gif);width:3px;background-repeat:no-repeat}

.BigButtonText             {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666;white-space:nowrap}
a:hover.BigButtonText      {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666;white-space:nowrap}
a:link.BigButtonText       {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666;white-space:nowrap}
a:active.BigButtonText     {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666;white-space:nowrap}
a:visited.BigButtonText    {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666;white-space:nowrap}

.BigButtonText_on          {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666;white-space:nowrap}
a:hover.BigButtonText_on   {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666;white-space:nowrap}
a:link.BigButtonText_on    {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666;white-space:nowrap}
a:active.BigButtonText_on  {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666;white-space:nowrap}
a:visited.BigButtonText_on {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666;white-space:nowrap}

.BigButtonText_off         {font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: bold;color: #b0b0b0;white-space:nowrap}
a:hover.BigButtonText_off  {font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: bold;color: #b0b0b0;white-space:nowrap}
a:link.BigButtonText_off   {font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: bold;color: #b0b0b0;white-space:nowrap}
a:active.BigButtonText_off {font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: bold;color: #b0b0b0;white-space:nowrap}
a:visited.BigButtonText_off{font-family: Arial, Helvetica, sans-serif;font-size: 13px;font-weight: bold;color: #b0b0b0;white-space:nowrap}

        #hrefForgotPassword
        {
            text-decoration: underline;
        }
