﻿body
{
    background: #eee;
    font: 76% Arial, Tahoma, Helvetica, sans-serif;
    color: #666;
}

/* ________________________________________________________________________ text styling */

a
{
    color: #336666;
    text-decoration: underline;
}
a span
{
    text-decoration: none;
}
a:hover
{
    color: #669999;
    text-decoration: underline;
}
/*
a:visited {
	color: #779999;
}*/
a:active
{
    color: #55aaaa;
}
p
{
    padding-top: 6px;
    text-align: justify;
}
.h1
{
    background: url(../images/h1gradsq.gif) #d1e7e4 repeat-x top;
    height: 20px;
    width: 100%;
    border-bottom: 1px solid #99cccc;
    position: relative;
    color: #669999;
}
.h2
{
    background: url(../images/h3gradsq.gif) #d1e7e4 repeat-x top;
    height: 20px; /*width: 193px;*/
    border: 1px solid #CDCC9E;
    position: relative;
    color: white;
}
.h3
{
    background: url(../images/h3gradsq.gif) #026767 repeat-x top;
    height: 20px;
    width: 100%;
    position: relative;
    color: #fff;
}
.h1 span, .h2 span, .h3 span
{
    position: absolute;
    top: 3px;
    left: 15px;
    font-weight: bold;
}


/*________________________________________________________________________ container div */

.r_cont
{
    background: #FFFFFF url(../images/logo_fadebg.jpg) no-repeat -100px bottom;
    margin: 0px auto;
    position: relative; /*width: 706px;*/
    width: 956px;
    min-height: 800px;
    height: auto !important;
    height: 800px;
}

/*________________________________________________________________________ shadow behind container */

.r_gradl
{
    background: url(../images/grad_l.gif) repeat-y right;
    position: absolute;
    left: -20px;
    height: 5000px;
    bottom: 0px;
    width: 20px ;
}
.r_gradr
{
    background: url(../images/grad_r.gif) repeat-y left;
    position: absolute;
    right: -20px;
    height: 5000px;
    bottom: 0px;
    width: 20px;
}
.r_gradbot
{
    background: url(../images/grad_bot2.gif) no-repeat;
    position: absolute;
    left: -20px;
    bottom: -26px;
    height: 26px;
    width: 996px;
}

/* header ________________________________________________________________________ header */

.r_hdr
{
    background: url(../images/hdrbg2.gif) repeat-x bottom;
    height: 148px; /*width:700px;*/
    width: 950px;
    position: relative;
    left: 3px;
    top: 3px;
    margin-bottom: 6px;
}
.r_line
{
    background: url(../images/line1.gif) no-repeat;
    position: absolute;
    height: 1px;
    width: 660px;
    left: 20px;
    top: 80px;
}
.r_logo
{
    background: url(../images/JM-Financial-1.gif) no-repeat;
    height: 112px;
    top: 12px;
    width: 100%;
    position: absolute;
    left: 15px;
    z-index: 100;
}
.r_ttl
{
    background: url(../images/jmfgttl.gif);
    height: 33px;
    width: 294px;
    position: absolute;
    top: 40px;
    left: 140px;
}
.r_abn
{
    font-size: 0.71em;
    font-family: verdana;
    color: #aaa;
    position: absolute;
    left: 151px;
    bottom: 69px;
}

/*________________________________________________________________________ nav menu */

.r_nav
{
    width: 700px;
    width: 950px;
    position: absolute;
    bottom: 23px;
    left: 5px;
    text-align: center;
    z-index: 90;
}
.r_nav li
{
    float: left;
    margin-right: 4px;
    position: relative;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.r_filler
{
    width: 129px;
    height: 25px;
    background: url(../images/buttgrad_skyblue.gif) repeat-x #ddeeee;
    border: 1px solid #fff;
}


.r_nav a
{
    display: block;
    background: url(../images/butt_bg.gif) top;
    height: 25px;
    width: 100px;
    color: #666 !important; /* IE6 */
    border: 1px solid #fff;
    cursor: pointer;
    text-decoration: none;
}
.r_nav a:hover
{
    background: url(../images/butt_bg.gif) bottom;
    color: #fff !important;
    border: 1px solid #bbeeee; /* IE6 */
    text-decoration: none;
    position: relative;
    bottom: 1px;
}
.r_nav span
{
    font-size: 8pt;
    line-height: 9pt;
    text-align: center;
    margin-top: 0px;
    margin-left: 10px;
    display: block;
    width: 85px;
}


/*________________________________________________________________________ main content area */

.r_mainbox
{
    min-height: 600px;
    height: auto !important;
    height: 600px;
    margin-left: 0px;
    width: 100%;
}
.r_colr
{
    /*width: 458px;*/
    width: 100%; /*float: right;*/
    margin: 0px 8px 0px 0px;
}
.r_banner
{
    background: url(../images/banner01sq.jpg);
    border: 1px solid #cbc9a0;
    height: 127px;
    width: 458px;
    float: right;
    margin: 0px 0px 0px 16px;
}
.r_maincol, .r_maincol2
{
    margin: 0px 18px;
    width: 672px;
    width: 922px;
}
.r_box1
{
    width: 193px;
    margin: 16px 0px 0px 16px;
    border: 1px solid #99cccc;
    background: #f0f9f9;
    float: left;
}
.r_login
{
    width: 446px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #CDCC9E;
    background: #FFFFD9;
    float: left;
    height: 127px;
}
.r_login .h3
{
    background: url(../images/h3gradsq.gif) #026767 repeat-x top;
    height: 20px;
    position: relative;
    color: #fff;
}
.j_bannertable
{
    padding-left: 16px;
}
.j_bannertable_32
{
    padding-top: 16px;
    padding-left: 70px;
    position: relative;
    z-index: 1;
}
/*________________________________________________________________________ login form */

#ctl00_cphBanners_Login1 label, #ctl00_cphBanners_Login1 input
{
    margin: 4px 0px 0px 2px;
}

#ctl00_cphBanners_Login1 label
{
    font: 0.9em Arial, Tahoma, Helvetica, sans-serif;
    color: #999;
}
input#ctl00_cphBanners_Login1_LoginButton
{
    font: 1em Arial, Tahoma, Helvetica, sans-serif;
    color: #fff;
    background: #669999;
    border: 1px solid #000;
    width: 55px;
    height: 1.6em;
    margin: 5px;
    float: right;
}

/*________________________________________________________________________ end login form */

.r_box2
{
    width: 193px;
    margin: 8px 0px 20px 16px;
}
.r_box2, .r_box3, .r_maincol2, .r_maincol
{
    margin-bottom: 20px;
}
.r_box2 p, .r_box3 p, .r_maincol p, .r_maincol2 p
{
    margin: 0px 5px;
}
.r_box2 a, .r_box3 a
{
    display: block;
    margin: 8px 10px 0px;
}
.r_box2 a span, .r_box3 a span
{
    display: block;
    width: 160px;
    text-align: right;
}
.r_banner2
{
    background: url(../images/banner2gradsq.gif) #ffffd9 repeat-x top;
    border: 1px solid #cdcc9e;
    width: 672px;
    width: 922px;
    float: right;
    min-height: 110px;
    height: auto !important;
    height: 110px;
    margin-bottom: 16px;
}
.r_banner2 .h3
{
    background: url(../images/h3gradsq.gif) #026767 repeat-x top;
    height: 20px;
    width: 672px;
    width: 922px;
    color: #fff;
}

.r_contact
{
    background: url(../images/banner2gradsq.gif) #ffffd9 repeat-x top;
    border: 1px solid #cdcc9e;
    width: 650px;
    float: left;
    overflow-x: hidden;
    height: 210px;
    margin-bottom: 16px;
    margin-right: 16px;
}
.r_needform
{
    background: url(../images/banner2gradsq.gif) #ffffd9 repeat-x top;
    border: 1px solid #cdcc9e;
    width: 252px;
    float: none;
    overflow-x: hidden;
    min-height: 70px;
    height: auto !important;
    height: 70px;
    margin-bottom: 16px;
}
/*
 {
	margin: 8px 8px 6px 8px;
}*/
.r_banner2 .r_bannertextdiv, .r_contact .r_bannertextdiv, .r_needform .r_bannertextdiv
{
    padding: 10px;
    padding-top: 2px;
    padding-bottom: 0;
}
.r_needform .r_bannertextdiv
{
    padding-top: 8px;
}
.r_banner2 .r_bannertextdiv a
{
    text-decoration: none;
    color: #006666;
}
.r_banner2 ul li
{
    text-decoration: none;
    list-style-type: none; /*float: left;*/ /*margin: 0;  decrease this for wider headings */ /*width: 130px;  increase this for wider headings */
}
.r_banner2 ul li a
{
    text-decoration: none;
}
.r_box3
{
    width: 193px;
    margin: 8px 0px 8px 16px;
}
.r_clearcols
{
    clear: both;
    height: 35px;
}
.j_formddl
{
    margin-left: 10px;
    margin-top: 14px;
    width: 190px;
}

/*________________________________________________________________________ footer */

.r_ftr
{
    background: url(../images/ftrbg.gif) repeat-x;
    height: 42px;
    width: 700px;
    width: 950px;
    margin: 0px auto;
    position: relative;
    bottom: 45px;
}
.r_ftr span
{
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    top: 21px;
    font-size: 0.9em;
    color: #fff;
}
.r_ftr span, .r_ftr a
{
    color: #fff !important; /* IE6 */
    text-decoration: none;
}
.jm_list
{
    list-style-image: none;
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 15px;
}

.jm_list li ul li
{
    list-style-image: none;
    list-style-position: inside;
    list-style-type: circle;
    margin-left: 15px;
}

.mt4px
{
    margin-top: 0px;
}

.j_nav
{
    float: right;
    margin-right: 12px;
}
.j_nav li
{
    float: left;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin-right: 4px;
}
.j_navholder
{
    width: 100%;
    height: 20px;
    margin-left: 16px;
}
.j_radrotator
{
    background: #336666;
    height: 22px;
    margin: 0px 16px 4px 16px;
}
.j_rotator
{
    font-family: Fixedsys;
    width: 500px;
}
.j_button
{
    font: 1em Arial, Tahoma, Helvetica, sans-serif;
    color: #fff;    
    background: #669999;
    border: 1px solid #000;
    width: 35px;
    height: 21px;
}
#ctl00_cphMainContent_RadGridForms
{
    margin: 0px 0px;
}
.h3temp
{
    background: url(../images/h3gradsq.gif) #d1e7e4 repeat-x top;
    height: 20px; /*width: 193px;*/
    border: 1px solid #CDCC9E;
    position: relative;
    color: white;
    margin: 8px 16px;
    margin-bottom: 10px;
}
.h3temp span
{
    position: absolute;
    top: 3px;
    left: 15px;
    font-weight: bold;
}
.gridctl00_cphMainContent_RadGridForms_ctl01 th
{
    text-align: left;
}
.gridctl00_cphMainContent_RadGrid1_ctl01 th
{
    text-align: left;
}
.gridctl00_cphMainContent_RadGridJme_ctl01 th
{
    text-align: left;
}
.gridctl00_cphMainContent_RadGridJMAM_ctl01 th
{
    text-align: left;
}
.j_wrapper
{
    margin: 2px 16px;
}
.r_bannertextdiv2 .r_bannertextdiv
{
    margin-top: 4px;
}
h4
{
    font-size: 13px;
    font-weight: bold;
    color: #669999;
    margin-top: 8px;
}

.j_peoplelink
{
    font-size: 13px;
    font-weight: bold;
    color: #669999;
    margin-top: 8px;
    text-decoration: none;
}
.j_staff_img
{
    float: left;
    width: 50px;
    margin-right: 20px;
    margin-top: 10px;
}
.j_staff_fields
{
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.j_staff_check
{
    margin-top: 10px;
}
.j_staff_button
{
    float: right;
}

.j_datetime
{
    bottom: 8px;
    color: white;
    position: absolute;
    right: 6px;
}


a.j_tooltip
{
    position: relative;
    z-index: 0;
}
a.j_tooltipHover
{
    position: relative;
    text-decoration: none;
}
a.j_tooltipHover a
{
    text-decoration: none;
}
a.j_tooltip span
{
    display: none;
    text-decoration: none;
    color: red;
}
a.j_tooltipHover span
{
    /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 3.5em;
    left: 2em;
    width: 400px;
    border: 1px solid #026767;
    background-color: #FFFFD9;
    color: black;
    text-align: left;
    z-index: 29;
    padding: 8px;
    padding-top: 0px;
    text-decoration: none !important;
}

a.j_tooltipHover span a
{
    text-decoration: none !important;
}

.j_bannertable_32 a
{
    text-decoration: none !important;
}
.j_navbar
{
    margin-bottom: 2px;
    height: 20px;
    width: 706px;
    width: 956px;
}
.j_afsl
{
    margin-left: 16px;
}
.j_sitemap
{
    margin-left: 30px;
}


.GridCaption_3D
{
    background-color: #fff;
    text-align:center;
    padding: 10px;
}

.GridCaption_3D h1
{
    margin: 0 !important;
}

.dGridHeader_3D
{
    text-align: left !important;
}

.grid_widthEity
{
    width: 80px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.grid_widthOneTwoO
{
    width: 120px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.grid_paddingF
{
    width: 120px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.grid_paddingFive
{
    padding-right: 5px !important;
}

.grid_paddingTen
{
    padding-left: 10px !important;
}
.grid_paddingFlast
{
    width: 120px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
}


.r_alignLeft
{
    text-align: left !important;
}

.r_alignCenter
{
    text-align: center !important;
}


.j_grouptotalrow
{
    height: 40px;
    font-weight: bold;
    width: 120px !important;
    
    /*padding: 0px 0px 0px 0px !important;*/
}

.j_grouptotalrowTitle
{
    font-weight: bold;
    height: 40px;
    text-align: right;
}

.j_grouptotalrowTitleAppraisal
{
    font: normal 7pt Verdana, Arial;
    font-weight: bold;
    height: 40px;
    text-align: left;
    width:auto;
}

tfoot tr td
{
    padding: 3px 0px 10px 0px !important;
}


.j_Button
{
    background: url(../images/btnBack.jpg) repeat-x 0 0;
    height: 30px;
    width: 150px;
    border:0 none;
    color:white;
    font-family:Arial,Verdana,Sans-serif;
    font-size:11px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
}

.maxIndex
{
    z-index:1000;
}


.adminMenu
{
	display:block;
	height:30px;
    margin:0 auto;
    padding-top:12px;
    /*width:750px;*/
    
}

.adviserMenu
{
	display:block;
	height:30px;
    margin:0 auto;
    padding-top:12px;
    width:450px;
}
.adviserMenu ul,
.adminMenu ul
{
}


.adminMenu li,
.adviserMenu li
{
	float:left;
	list-style:none;
	padding: 0px 2px;
}
.tablelogin 
{
	padding : 0px 10px 5px 5px;
}
.tablelogin tr td
{
	padding : 0px 10px 5px 5px;
}

.erroMessage
{
	color:Red;
}

.GridFilterRow_3D td
{
}

.paddingZero
{
   padding:0px !important
}

.r_alignright,
.r_alignRight
{
    text-align: right !important;
}

.myTable
{
    width:100%;
    table-layout: fixed;
}