body
{
    font-family: Arial;
    font-size: 11px;
}

.dxmMenuItem_PortalMenu
{
    padding-top: 14px;
    padding-right: 8px;
    padding-bottom: 15px;
    padding-left: 8px;
}
.dxmMenuItemSelected_PortalMenu
{
    padding-top: 13px;
    padding-right: 7px;
    padding-bottom: 14px;
    padding-left: 7px;
}


.dxmMenuItemHover_PortalMenu
{
    padding-top: 13px;
    padding-right: 7px;
    padding-bottom: 14px;
    padding-left: 7px;
}

/* Header Cell Styles */

.pageDiv
{
    
}

.floatMenuDiv
{
    
}

.headerDiv
{
    background-color: #00205b;
    
}

h2, .headerDiv
{
    background-color: #00205b;
    background-image: url(../Images/triangw.gif);
}

.selected_student_name
{
    background-color: #3764A0;
}

.bodyDiv {
    margin-top: 30px;
}

.OuterHeader
{
    background-image: url('');
    display: block;
float: left;
width: 100%;
margin: 0px;
padding: 0px;
    background: url(../images/bg-repeat.jpg) repeat-x /*#013b7a*/ #ffffff;
}

.HeaderHTML
{
	display:block;
	float:left;
	
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #D3E2E6;
    
    background: url(../images/inner-bg.jpg) no-repeat top center;
}


.HeaderLeft
{
    float: left;
    width: 20%;
}

.HeaderLeft img
{
    float: left;
    padding: 15px;
}

.HeaderCentre
{
    float: left;
    width: 60%;
    text-align: center;
    vertical-align: bottom;
}

.HeaderTitle
{
    font-size: 36px;
}

.HeaderRight
{
    float: right;
    width: 20%;
    text-align: left;
}

.HeaderRight img
{
    float: right;
position: absolute;
top: 38px;
right: 0;
}

.menuDiv
{
    /* Menu container (for normal horizontal view only) */
    height: auto;
    vertical-align: top;
    float: left;
    width: 100%;
    background-color: #00205b;
 
    overflow: hidden;

}

.f-menuDiv
{
    top:0px;
    z-index:9999;
    position: fixed;
}

.MenuDiv a
{
    text-decoration: none;
    font-family: Arial;
}

/* Textual Hyperlink on each Tab eg Results, Interviews, Contact Us ... */
.lnk_btn
{
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
}

/* The current page Textual Hyperlink on each Tab eg Results, Interviews, Contact Us ... */
.lnk_btn_highlight
{
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    color: #BCFBFF; /* light blue */
}

.lnk_btn_highlight:hover
{
    text-decoration: none;
    color: #BCFBFF;
}

.lnk_btn:hover
{
    text-decoration: none;
    color: #BCFBFF;
}



/* The main portion of each tab */
.mnu_btn_cell
{
    background-color: #3764a0;
}
.mnu_btn_cell_top 
{
    background-color: #3764a0;
}
/* Table cell between each Menu Cell. SW 19/2/08 */
.mnu_mid_img_cell /* mid_img_cell */
{
    background: url(../images/mnu_mid.gif);
    width: 21px;
    height: 21px;
}
/* End Table cell after all Menu Cells. SW 19/2/08 */
.mnu_end_img_cell /* end_img_cell */
{
    background: url(../images/mnu_lst.gif);
    width: 21px;
    height: 21px;
}
/* right hand Cell after HeaderCell eg Available Results/Information. SW 19/2/08 */
.tbl_hdr_end_img_cell /* triang_cell */
{
    background: url(../images/triang.gif);
    width: 21px;
    height: 21px;
}

.heading_cell /* need to phase heading cells out.. convert to h2 or headDiv*/
{
    background-color: #00205B;
    background-image: url(../Images/triangw.gif);
}