/* ToolTop -------------------------------------------------------------------*/
span.adx_tool_tip {
    position: absolute;
    z-index: 1000;
    padding: 10px;
    background-color: yellow;
    border: 1px solid orange;
}

/* Button  -------------------------------------------------------------------*/
div.adx_tracking_screen {
    visibility: visible;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* Button  -------------------------------------------------------------------*/
div.adx_button {
    position: absolute;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: rgb(16, 59, 124);
    border: 1px solid rgb(147, 170, 213);
    cursor: pointer;
}

div.adx_button_hover {
    background-color: rgb(184, 204, 246);
}

div.adx_button_disabled {
    color: rgb(122, 168, 238);
    border: 1px solid rgb(147, 170, 213);
}

/* Splitter ------------------------------------------------------------------*/
div.adx_splitter_drag_bar {
    position: absolute;
    z-index: 999;
    background-color: #7382A1;
    font-size: 1px;
}

div.adx_splitter_horizontal_handle {
    position: absolute;
    font-size: 1px;
    overflow: hidden;
    width: 4px;
    height: 10px;
    background: url('/css/images/button_icons.gif') -24px -189px no-repeat;
}

div.adx_splitter_vertical_handle {
    position: absolute;
    font-size: 1px;
    overflow: hidden;
    width: 10px;
    height: 4px;
    background: url('/css/images/button_icons.gif') -29px -189px no-repeat;
}

/* Spinner -------------------------------------------------------------------*/
div.adx_spinner {
    position: absolute;
    font-size: 1px;
    border: 1px solid rgb(147, 170, 213);
    cursor: pointer;
}

div.adx_spinner_hover {
    background-color: rgb(184, 204, 246);
}

div.adx_spinner_disabled {
    color: rgb(122, 168, 238);
}


/* DropBox -------------------------------------------------------------------*/
div.adx_drop_box_frame {
    position: absolute;
    visibility: hidden;
    border: 1px solid #B6C1DC;
    z-index: 991;
}

div.adx_drop_box_content {
    position: relative;
    overflow: hidden;
    background: white;
}

div.adx_drop_box_handle {
    position: relative;
    height: 11px;
    background-color: #DEE3EF;
    border-top: 1px solid #B6C1DC;
}

div.adx_drop_box_resizer {
    position: absolute;
    width: 10px;
    height: 10px;
    overflow: hidden;
    right: 2px;
    top: 1px;
    cursor: nw-resize;
    font-size: 1px;
    background: url('/css/images/button_icons.gif') -13px -189px no-repeat;
}

/* Drop List -----------------------------------------------------------------*/
div.adx_drop_list_text_box {
    border: 1px solid rgb(224, 224, 244);
    cursor: pointer;
}

div.adx_drop_list_text_box span {
    position: absolute;
    left: 3px;
    top: 2px;
}

table.adx_drop_list {
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid #B6C1DC;
}

div.adx_drop_list_arrow_button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 11px;
    height: 16px;
    xxxbackground-color: #DEE7EF;
    overflow: hidden;
}

div.adx_drop_list_arrow_button img {
    position: absolute;
    width: 80%;
    height: 100%;
}
div.adx_drop_list_arrow_button_hover {
    xxxbackground: url('/css/images/button_icons.gif') -85px -189px no-repeat;
    box-shadow: inset 0px 0px 5px #c1c1c1;
}

div.adx_drop_list_arrow_button_selected,
div.adx_drop_list_arrow_button_hover_selected {
    xxxbackground: url('/css/images/button_icons.gif') -97px -189px no-repeat;
    box-shadow: inset 0px 0px 5px #c1c1c1;
}


td.adx_drop_list_item {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
}

td.adx_drop_list_item_hover {
    background-color: rgb(214, 227, 255);
}

td.adx_drop_list_item_selected {
    background-color: rgb(214, 227, 255);
}

/* List -----------------------------------------------------------------*/
div.adx_list {
    position: absolute;
    overflow: hidden;
    background-color: white;
    border-left: 1px solid rgb(206, 207, 206);
    border-top: 1px solid rgb(206, 207, 206);
    border-right: 1px solid rgb(99, 101, 99);
    border-bottom: 1px solid rgb(99, 101, 99);
}

td.adx_list_item {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
}

td.adx_list_item_hover {
    background-color: rgb(165, 206, 255);
}

td.adx_list_item_selected {
    background-color: blue;
}

/* Menu ----------------------------------------------------------------------*/
table.adx_menu {
    position: absolute;
    z-index: 991;
    background: white;
    border: 1px solid #B6C1DC;
}

tr.adx_menu_item_hover {
    background-color: #D6E3FF;
}

td.adx_menu_item {
    padding: 3px 10px;
    height: 21px;
    cursor: pointer;
}

td.adx_menu_item_separator {
    font-size: 0px;
    height: 1px;
    padding: 0px;
    background-color: #DEDFDE;
}

td.adx_menu_item_icon_cell {
    padding-left: 7px;
    padding-right: 0px;
    cursor: pointer;
}

td.adx_menu_item_title_cell {
    padding-top: 0px;
    padding-bottom: 0px;
    font: 12px 'Arial' sans-serif;
    color: #1B69D3;
    cursor: pointer;
    white-space: nowrap;
}

td.adx_menu_item_title_cell_disabled {
    color: #636563;
}

td.adx_menu_item_shortcut_cell {
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    font: 11px 'Arial' sans-serif;
    color: #636563;
    cursor: pointer;
    white-space: nowrap;
}

td.adx_menu_item_sub_menu_arrow_cell {
    padding-left: 5px;
    padding-right: 10px;
    cursor: pointer;
}

div.adx_menu_check {
    position: relative;
    width: 7px;
    height: 7px;
    overflow: hidden;
    cursor: pointer;
}

div.adx_menu_check img { position: absolute; left: 0px; top: -189px; }

div.adx_sub_menu_arrow {
    position: relative;
    width: 4px;
    height: 7px;
    overflow: hidden;
    cursor: pointer;    
}

div.adx_sub_menu_arrow img { position: absolute; left: -8px; top: -189px; }

div.adx_menu_icon {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 2px;
    overflow: hidden;
    cursor: pointer;
}

/* Icon List -----------------------------------------------------------------*/
div.adx_icon_list {
    position: relative;
    padding: 3px;
    background-color: white;
    overflow: auto;
}

div.adx_icon_frame {
    position: relative;
    float: left;
    width: 94px;
    height: 96px;
    padding: 4px;
    margin-right: 3px;
    margin-bottom: 3px;
}

div.adx_icon_hover { background-color: #BEDCF8; }
div.adx_icon_selected { background-color: #88BFF2; }
div.adx_icon_selected_hover { background-color: #4098EA; }

/* Accordian -----------------------------------------------------------------*/
#preezobody .accordian_handle {
    position: absolute;
    height: 25px;
    color: #003063;
    background: url('../images/file_links_tile.gif') repeat-x left top;
    font: bold 8pt "Arial" sans-serif;
    width: 210px;
    padding: 0 0 0 5px;
    cursor: pointer;
}

#preezobody .accordian_handle_selected {
    position: absolute;
    height: 25px;
    background: url('../images/menu_bar_tile.gif') repeat-x left top;
    color: #fff;
    cursor: pointer;
    font: bold 8pt "Arial" sans-serif;
    width: 210px;
    padding: 0 0 0 5px;
}

#preezobody .accordian_handle_hover {
    color: #7798c1;
}

#preezobody .accordian_handle_arrow {
    display: block;
    margin: -1px 0 0 0;
    height: 24px;
    line-height: 24px;
}

#preezobody .accordian_handle_title {
    display: block;
    height: 25px;
    margin: 0 0 0 8px;
    line-height: 25px;
}

/* images -------------------------------------------------------------------- */
.canvas_image {        
	width: 100%; 
	height: 100%;      
	position: absolute;        
	top: 0;        
	left: 0;
}

.pearsonTable {
	border: 1px solid black;
}
.pearsonTableData {
	border: 1px solid black;
}
#preezobody .evAnswerImage {
	xxxpadding: 5px;
}

/* audio shape ----------------------------------------------------------------*/
#preezobody .NotIEPRestricted {
    position: relative;
    width: 100%;
    height: 100%;
}