﻿body {
}

.ExamNavigationBox{
	background-image:url(images/exam/left_nav_gray_box.gif);	
	background-repeat:no-repeat;
	width:166px;
	height:620px;
}

.ExamNavigationQuestionListBox{
	background-image:url(images/exam/left_nav_3_whole_box.gif);	
	background-repeat:no-repeat;
	width:67px;
	height:252px;	
	vertical-align:top
}

.ExamMainBox{
	background-image:url(images/exam/main_1.gif);	
	background-repeat:no-repeat;
	width:797px;
	height:620px;
}

.ExamImage{
	background-image:url(images/exam/keyboard.gif);	
	background-repeat:no-repeat;
	width:176px;
	height:106px;
}


.ExamCaption	{  
	text-decoration: none; 
	font-size: 12px; 
	font-weight:normal; 
	font-family:Arial Black;
	color: Blue
}

a.ExamButtonLink:link	{  
	text-decoration: none; 
	font-size: 11px; 
	font-weight:normal; 
	font-family:Arial;
	color: Blue;
	width:auto;	
}
a.ExamButtonLink:visited	{ 
	text-decoration: none; 
	font-size: 11px; 
	font-weight: normal; 
	font-family:Arial Black;
	color: Blue
}
a.ExamButtonLink:active	{  
	text-decoration: none;  
	font-size: 11px; 
	font-weight: normal; 
	font-family:Arial Black;
	color:  Navy
}
a.ExamButtonLink:hover	{ 
	text-decoration: none;   
	font-size: 11px; 
	font-weight: normal; 
	font-family:Arial Black;
	color:#990000;
}


a.ExamButtonLinkSelected:link	{  
	text-decoration: none; 
	font-size: 11px; 
	font-weight:normal; 
	font-family:Arial Black;
	color: Blue;
	width:auto;	
}
a.ExamButtonLinkSelected:visited	{ 
	text-decoration: none; 
	font-size: 11px; 
	font-weight: normal; 
	font-family:Arial Black;
	color: Blue
}
a.ExamButtonLinkSelected:active	{  
	text-decoration: none;  
	font-size: 11px; 
	font-weight: normal; 
	font-family:Arial Black;
	color:  Navy
}
a.ExamButtonLinkSelected:hover	{ 
	text-decoration: none;   
	font-size: 11px; 
	font-weight: normal; 
	font-family:Arial Black;
	color:#990000;
}

.ExamButtonMiddle{
	background-image:url(images/exam/left_nav_2_gold_middle.gif);	
	background-repeat:repeat-x;	
}

.ContentBottom{
	background-image:url(images/exam/content_Bottom.gif);
}

.ContentBg{
	background-image:url(images/exam/content_Bg.gif);
}


/*  UI Redesign 9/4/2014  height: 430px; 300px; 50vh;*/
div.scrollTableContainer {
    height: 320px;
    overflow: auto;   
    overflow-x: hidden;
    margin: 0px 0 0 0;
    position: relative;
}

div.scrollTableContainer_noscroll {   
    overflow:hidden;   
    overflow-x: hidden;
    margin: 0px 0 0 0;
    position: relative;
}

.ExamHeader{
	background-image:url(images/exam/ExamHeader.png);
	background-repeat:no-repeat;	
    background-position:center;     
    position:relative;
	width:804px;
	height:114px;
}

.ExamBodySmall{
	background-image:url(images/exam/box_small.png);
	background-repeat:no-repeat;	
    background-position:top;     
    position:relative;    
	width:804px;
	height:383px;
}

.ExamBody{
	background-image:url(images/exam/ExamBody.png);
	background-repeat:no-repeat;	
    background-position:top;     
    position:relative;    
	width:804px;
	height:483px;
}

td.ExamBoxTop{
	background-image:url(images/exam/box_top.png);
	background-repeat:no-repeat;	
    background-position:bottom;  
    width:804px;
    height:6px;
}

td.ExamBoxLeft{
	background-image:url(images/exam/box_left.png);
	background-repeat:repeat-y;	 
	background-position:left;
	width:31px;
    height:4px;  
}

td.ExamBoxRight{
	background-image:url(images/exam/box_right.png);
	background-repeat:repeat-y;	 
	width:31px;
    height:4px;  
    background-position:right;
}

td.ExamBoxBottom{
	background-image:url(images/exam/box_bottom.png);
	background-repeat:no-repeat;	
    background-position:center;     
    position:relative; 
    width:804px;
    height:80px;
}

td.ExamBoxBottom_deep{
	background-image:url(images/exam/box_bottom_deep.png);
	background-repeat:no-repeat;	
    background-position:center;     
    position:relative; 
    width:804px;
    height:75px;
}

div.ExamBottom {
    position:relative;
    left:0;
    right:0;
    bottom:0;
    font-size:12px;
    height:25px;
}

