
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

header
{
    position:relative;
    z-index:200;   
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 Verdana, Arial, Sans-Serif; font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; font-size:12px;}
td { vertical-align: top; font-size:12px;}

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
/*input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }*/
input[type="checkbox"],input[type="radio"]{margin-right:2px;}
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/


/**********Navigation *************/
/*--------- drop-down-menu -------------------*/
/*ONly apply shadow if its supported*/
/*.boxshadow ul.topnav
{
    -moz-box-shadow: 1px 1px 2px #888;
    -webkit-box-shadow: 1px 1px 2px #888;
    box-shadow: 1px 1px 2px #888;
}*/

ul.topnav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	
	font-size: 0.9em;
	background: url(graphics/topnav_bg.png) repeat-x;
	border: 1px solid #c4d1da; 
	position:absolute;
	bottom:-23px;
	left:0px;
	
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial;
	width: 1010px;
	z-index:1000;
	
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
    -opera-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
}

.ie6 ul.topnav, .ie7 ul.topnav, .ie8 ul.topnav
{
    behavior: url(/System/css/polyfills/PIE.htc);
}

ul.topnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	border-right: 1px solid #c4d1da; 
}

ul.topnav li a{
	padding: 12px 25px;
	display: block;
	text-decoration: none;
	border:1px solid #fff;
	border-width:0px 1px;
	float: left;
    box-sizing:border-box;
    width:100%;
}
ul.topnav li a:link, ul.topnav li a:visited
{
    color:#444;
}

ul.topnav li a:hover{
	background: url(graphics/topnav_bg_hover.png) repeat-x;
}

ul.topnav li.firstMenuItem a
{
	-moz-border-radius-topleft:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-bottom-left-radius:8px;
    -opera-top-left-border-radius:8px;
    -opera-bottom-left-border-radius:8px;
    -khtml-border-top-left-radius:8px;
    -khtml-border-bottom-left-radius:8px;
    border-radius:8px 0px 0px 8px;
}

.ie6 ul.topnav li.firstMenuItem a, .ie7 ul.topnav li.firstMenuItem a, .ie8 ul.topnav li.firstMenuItem a
{
    behavior: url(/System/css/polyfills/PIE.htc);
}

ul.topnav li.firstMenuItem a:hover{
	background: url(graphics/topnav_bg_hover.png) repeat-x;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 43px;
	background: #fff;
	margin: 0; padding: 0;
	display: none;
	float: left;
	/*width: 270px;*//*was 170*/
	border: 1px solid #c4d1da;
}

/* Fix width in ie7 and ie7*/
.ie7 .Manager ul.topnav li.reports ul.subnav li{
    width:188px;
}

.ie6 .Manager ul.topnav li.reports ul.subnav li
{
    width:137px;
}

.ie7 .Author ul.topnav li.qBank ul.subnav li{
    width:138px;
}

.ie6 .Author ul.topnav li.qBank ul.subnav li
{
    width:87px;
}

.ie7 .Admin ul.topnav li.resources ul.subnav li{
    width:173px;
}

.ie6 .Admin ul.topnav li.resources ul.subnav li
{
    width:122px;
}

.ie7 .Admin ul.topnav li.reports ul.subnav li{
    width:193px;
}

.ie6 .Admin ul.topnav li.reports ul.subnav li
{
    width:142px;
}

.ie7 .Admin ul.topnav li.tools ul.subnav li{
    width:113px;
}

.ie6 .Admin ul.topnav li.tools ul.subnav li
{
    width:62px;
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	/*border-top: 1px solid #252525;*/ /*--Create bevel effect--*/
	/*border-bottom: 1px solid #444;*/ /*--Create bevel effect--*/
	clear: both;
	width: 100%;/*was 170*/
	display: block;
	background: url(graphics/topnav_bg.png) repeat-x;
	white-space:nowrap;
}

ul.topnav li ul.subnav a{    
   	padding: 10px 25px;
	/*border:1px solid transparent;*/
	border-width:0px; /* 1px;*/
}

/**** IE fix ****/

.ie6 ul.topnav li ul.subnav li a{
    width:100%;
    display:block;
}
/****************/

ul.topnav li ul.subnav li:hover
{
    /*Move the graphic from the a to the LI to extend to the submenu width*/
    background: url(graphics/topnav_bg_hover.png) repeat-x;
}

/*html ul.topnav li ul.subnav li a:hover {*/  /*--Hover effect for subnav links--*/
	/*background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;*/
	/*background: url(topnav_bg_hover.png) repeat-x;*/
/*}*/
/**********END Navigation *************/

/********** General *************/
html, body, form{
    height:100%;
    line-height: 1.5em;
}

h1{
    color:#333;
    font-size:1.1em;
    font-weight:bold;
    padding:8px 0px;
}

h2
{
    padding-top:8px;
    font-size:0.9em;
}

p
{
    padding-bottom:8px;
    font-size:0.9em;
}

input[type="text"], input[type="password"]
{
    border:solid 1px #c4d1da;
}

select
{
    border:solid 1px #c4d1da;
}

.PageHeader
{
    color: black;
    font-weight: bold;
    font-size: 12pt;
    font-family: Verdana, Arial;
}

/*input.defaultBtn, input.loginButton, input.searchButton, .fileUpload input 
{
    background: url(graphics/btnGradient.png) repeat-x;
    padding:3px 10px;
    color:#444;
    font-weight:700;
    font-size:8pt;
        
    border:solid 1px #c4d1da;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -opera-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
}

input.loginButton, input.searchButton
{
    background: url(graphics/login_gradient.png) repeat-x;
    padding:0px 10px;
    color:#fff;
    font-size:8pt;
    vertical-align:middle;
    
    text-transform:uppercase;
    border-width:0px;
    height:15px;
} */

.vMiddle
{
    vertical-align:middle;   
}

.vBottom
{
    vertical-align:bottom;   
}

/*Only mozilla*/
@-moz-document url-prefix() {
    input.loginButton, input.searchButton
    {
        padding-bottom:1px;
    }

    button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
    input[type="reset"]::-moz-focus-inner 
    {
        padding: 0px !important;
        border: 0px none !important
    }
}

.ie6 .loginButton, .ie6 .searchButton, .ie6 .defaultBtn, /*Needs to be seperate or ie6 will ignore it - type seletor*/
.ie7 .loginButton, .ie7 .searchButton, .ie7 .defaultBtn
{
    behavior: url(/System/css/polyfills/PIE.htc);
    position:relative;
    padding: 0px;
}

/*Links*/
a:link, a:visited
{
color: #4396d1;
}

a:hover
{
    color: #036;
}

.learnerhome.home a:link, .Learner a:visited
{
color: #000;
}

.learnerhome.home a:hover
{
    color: #000;
}

div.paddingContainer
{
    padding:20px;
}

div.hzPadding
{
    padding:0 20px;
}

div.top0padding
{
    padding-top:0;
}

div.btn5padding
{
    padding-bottom:5px;
}

.alignRight
{
    text-align:right;
}

.floatLeft
{
    position:relative;
    float:left;
    text-align:left;
}

.panel100
{
    border: solid 1px #ccc;
    padding:5px;
}

.formInputPanel{
    width:223px;
    background: #eee;
    padding:10px;
    margin-bottom:10px;
}

.marginBottom
{
    margin-bottom: 15px;
}

.margin5Bottom
{
    margin-bottom: 5px;
}

.margin5Right{
    margin-right: 5px;
}

.leftPanel
{
    position:relative;
    float:left;
    width:295px;
    padding-right: 5px;
}

.rightPanel
{
      position:relative;
      float:left;
      width:658px;  
}

/********* Input type=text ******/
input.Medium /*[type="text"]*/
{
	width: 203px;
	/*font-family:Verdana, Arial, Sans-Serif;*/
}

/********* Labels - span *****/
fieldset.formViewFieldSet
{
    border: #aaa solid 1px;
    padding: 10px;
    margin-bottom: 10px;
}

.formViewFieldSet legend {
	font-weight: bold;
	font-size: 12px;
}

.formviewInnerPanel
{
    margin-top: 15px;
	background:#eee;
	/*width: 100%;*/
}

.formviewInnerPanel td
{
	padding: 8px;
}

.inputHeading
{
    padding-top:8px;
    font-weight:bold;
    display:block;
}

.inputHeading *
{
    vertical-align:middle;
}

.BoldLabel
{
    font-weight: bold;
    font-size:12px;
    margin-top:5px;
}

.BoldBlockLabel
{
    font-weight: bold;
    font-size:9pt;
    margin-top:5px;
    display:inline-block;
}

.ie6 .BoldBlockLabel, .ie7 .BoldBlockLabel 
{
    display:inline;
}   

.BlockLabel
{
    font-size:9pt;
    margin-top:5px;
    display:inline-block;
}

.ie6 .BlockLabel, .ie7 .BlockLabel 
{
    display:inline;
}  

.watermark{
    color: #999;
}

.TextBoxMedium
{
    width: 203px;
}

.TextBoxMax,  .UC_DropDownTree table.TextBoxMax, .UC_DropDownTree div.TextBoxMax
{
    width: 410px;
}

.TextBox100
{
    width: 100%;
}

.FormviewNumberInput
{
    width: 35px;
}

.FormviewLargeNumberInput
{
    width: 50px;
}

.UrlWrap {
	word-wrap: break-word;
    max-width: 185px;
}

.radioList
{
    white-space: nowrap;
    vertical-align:text-bottom;
}

.radioList label
{
    margin-right:5px;
}

table.checkBoxLst
{
    border: solid 1px #C4D1DA;
}

table.checkBoxLst td
{
        padding: 1px 5px;
}

#MoveBtnContainer
{
    margin-bottom:10px;   
}

.formViewWide, .table2Coll
{
    width:100%;   
}

.table2Coll td, .td2Coll
{
    width:50%;   
}

.minColl
{
    width:5%;
    white-space:nowrap;
}

.minCollWrap
{
    width:5%;
}

.Coll50
{
    width:50%;
}

.wordWrap, .dxtlNode TD.wordWrap.dxtl
{
    white-space: normal;
}

.error{
    color: #F00;
}
/**** Old styles needs to be replaced with textboxmedium ***/
.FormviewTextInputMedium
{
    width: 203px;
    /*font-family: Verdana, Arial, Sans-Serif;*/
}

.FormviewTextInputMediumDisabled
{
    border: 0px;
    background: #EFEFEF;
    width: 203px;
    /*font-family: Verdana, Arial, Sans-Serif;*/
}

.FormviewTextInputMax{
    width: 300px;
    /*font-family: Verdana, Arial, Sans-Serif;*/
}
/************************************************************/
.defaultGrid .emptyTemplate td, .borderGrid .emptyTemplate td{
    padding:0px;
}

div#LMScontainer table.noBorders td
{
    border: 0px !important;
}

div#LMScontainer td.noPadding
{
    padding: 0;
}

.marginAfter
{
    margin-right: 15px;
}

.AdvancedSearchLink
{
    font-size:8pt;
    position:relative;
    float:left;
    text-decoration:none;
    margin-left:10px;
    cursor:pointer;
}


/* SendMailToManagers */
.textLink
{
    font-size:8pt;
    cursor:pointer;
}

.deleteLink
{
    width:12px;
    height:12px;
    padding-left:5px;
    margin:0px;
    cursor:pointer;
}

/********* Login **********/
.login
{
    font-size:0.9em;
    width:205px;
    position:relative;
}

.login td
{
    position:relative;
}

.login .loginButton
{
    position:absolute;
    right:0px;
}

.login .UserName, .login .Password
{
    font-weight:bold;
}

.MaintenanceMsg
{
    font-size:20px;
}

/******** END General ************/


/* Only apply the boxshadow if its supported problem with z-order?*/
/*.boxshadow div#LMSmaster_footer{
    -moz-box-shadow: -2px -2px 2px #888;
    -webkit-box-shadow: -2px -2px 2px #888; 
    box-shadow: -2px -2px 2px #888;
}*/


/********* Masterpage ************/
div#LMScontainer
{
    /*Gradient background*/
    background-position: right bottom;
    background: #a6b4c3 url(graphics/bodybg.png) repeat-x 10px 114px;
    background-attachment: scroll;
    height:auto !important;
    height:100%;
    min-height:100%;
    position:relative;
    font-size:13px;
}

/******* Header *******/
div#LMSmaster_header{
    background: #FFFFFF url(graphics/BG_gradient.png) repeat-x;
    position:relative;
    z-index:1000;
    margin-bottom:22px;
    
}

div#LMSmaster_headerNoMenu{
    background: #FFFFFF;
    position:relative;
    z-index:1000;
    margin-bottom:0px; 
}

div#LMSmaster_headerContent{
    /*Center the header*/
    margin-left: auto;
    margin-right: auto;
    height:114px;
    width: 1010px;
    position:relative;
}

/****** Content *******/
div#LMSmaster_content
/*main content area*/
{
    height:100%;
    background-color:transparent;
    font-family:Arial;

    /*width: 980px;*/
    width:1010px;
    position:relative;
    /*z-index:100;*/

    /*Center content*/
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-bottom:30px;
}

div#LMSmaster_contentContainer
{
    height:100%;
    position:relative;
    float:left;
    width:100%;
    background-color:#fff;
    min-height:564px;
    height:auto !important;
    height:564px;
    
    border: 1px solid #c4d1da; 
    
    /*TODO create rounded corner for browsers supporting them*/
    /*border:3px solid #999;*/
    /*padding:10px;
    padding-left:20px;*/
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -opera-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
}

.ie6 div#LMSmaster_contentContainer, .ie7 div#LMSmaster_contentContainer, .ie8 div#LMSmaster_contentContainer
{
    behavior: url(/System/css/polyfills/PIE.htc);
}

div#LMSmaster_contentContainer ul
{
    padding-left:20px;
}

div#LMSmaster_contentContainer div.MainContent
{
    float:left;
    width:655px;
    padding:0px 15px 0px 20px;
}

div.MainContentFull
{
float:left;
width:100%;
padding:0px;
}

div.MainContentFullPadding
{
    float:left;
    width:100%;
    padding:20px;
}

#LMSmaster_contentContainer div.RightContent
{

    padding: 8px 20px 8px 20px ;
    width: 250px;
    margin-left: 10px;
    margin-bottom: 15px;
    
    /* Minheight */
    min-height:564px;
    height:auto !important;
    height:564px;
    /************/
    
    background-color: #f7fafb;
    position:relative;
    float:left;
    font-size: inherit;
}

/*footer*/

div#LMSmaster_footer{
    background: #FFF;
    width:100%;
    position:absolute;
    bottom:0;
    border-width:0;
}

div#LMSmaster_footerContent{

    /*Center content*/
    margin-left: auto;
    margin-right: auto;
    padding-top:5px;
    text-align:center;
    height:25px;
    width: 980px;
    color: rgb(68,68,68);
}

div#LMSmaster_footerContent a:link, div#LMSmaster_footerContent a:visited {
    color: rgb(68,68,68)!important;
}

div#LMSmaster_footerContent a.eSpecialist:link, div#LMSmaster_footerContent a.eSpecialist:visited {
    text-decoration:none!important;
    cursor:text;
}

.headerLogo
{
    position:absolute;
    margin-left:20px;
}

.topLinkContainer
{
    position: absolute;
    top: 13px;
    right: 10px;
    line-height:normal;
}

a.profileBtn
{
    background: #fff url(graphics/btnGradient.png);
    font-size: 8pt;
    text-decoration: none;
    margin-right:15px;
    padding:4px 20px 4px 7px;
    position:relative;
    
    border:solid 1px #c4d1da;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -opera-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
}

.ie6 a.profileBtn, .ie7 a.profileBtn, .ie8 a.profileBtn
{
    behavior: url(/System/css/polyfills/PIE.htc);
}

a.profileBtn:link, a.profileBtn:visited, a.StatusLogin:link, a.StatusLogin:visited
{
    color: #000;
}

a.profileBtn span
{
    vertical-align:middle;
}

.languageSelector{
    list-style-type:none;
    position:absolute;
    left: -31px;
    z-index: 1200;
    background: #fff;
    border: #ddd solid 1px;
}

.languageSelector li{
    padding: 5px;
}

span.profileImg
{
    background: url(../graphics/icons/EditProfile.gif) no-repeat right;
    position:absolute;
    right:0;
    top:3px;
    height:15px;
    width:17px;
}

a.StatusLogin
{
    background: #fff url(graphics/btnGradient.png);
    font-size: 8pt;
    padding: 5px 7px 3px 7px;
    text-decoration: none;
    
    border:solid 1px #c4d1da;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -opera-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    
}

.ie6 a.StatusLogin, .ie7 a.StatusLogin, .ie8 a.StatusLogin
{
    behavior: url(/System/css/polyfills/PIE.htc);
}

.Role_Menu
{
    position: absolute;
    bottom: 21px;
    right:5px;
    z-index:1100;
    line-height:normal;
}

.ie6 .Role_Menu, .ie7 .Role_Menu
{
    bottom: 22px;
}

.Role_Menu a.roleLink
{
    padding:9px 15px 6px 15px;
    margin:0px;
    text-transform:uppercase;
    font-size:8pt;
    font-weight: bold;
    text-decoration: none;
    display:block;
    float:left;
}

.Role_Menu a.roleLink:link, .Role_Menu a.roleLink:visited
{
    color: #444;
}

.Role_Menu a.roleLinkActive
{
    color: #444;
    background: #fff;
    padding:9px 15px 6px 15px;
    margin:0px;
    text-transform:uppercase;
    font-size:8pt;
    font-weight: bold;
    display:block;
    float:left;
    
    border: 1px solid #c4d1da; 
    border-bottom-width:0px;
    
    -moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
    -opera-top-left-border-radius:8px;
    -opera-top-right-border-radius:8px;
    -khtml-border-top-left-radius:8px;
    -khtml-border-top-right-radius:8px;
    border-radius:8px 8px 0px 0px
}

.ie6 .Role_Menu a.roleLinkActive, .ie7 .Role_Menu a.roleLinkActive, .ie8 .Role_Menu a.roleLinkActive
{
    behavior: url(/System/css/polyfills/PIE.htc);
}

div.departmentLogoContainer
{
    width: 972px;
    position:relative;
    border: 0px;
    padding:13px;

    /*Center content*/
    margin-left: auto;
    margin-right: auto;
    text-align:right;
}

img.departmentLogo
{
    border:0px;
    padding:7px;
}

div#LMScontainer .breadCrumbs
{
    font-size: 8pt;
    font-weight: bold;
    color:inherit;
    margin:0px;
    padding:5px 20px;
}

div#LMScontainer .breadCrumbs *
{
    vertical-align:baseline;
}

.ie6 .breadCrumbs
{
    margin-top:-3px;
}
/************ END Masterpage ***********/

/******* Kvalicare front ******/
/**** Content in main area ****/
div.story
{
    position:relative;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #c4d1da;
    
    margin-right:20px;
    margin-bottom:15px;
}

div.story h1
{
    padding-bottom:0px;
}

div.story h1 a
{
    text-decoration:none;
}

div.Pic
{
    width:120px;          
}

div.StoryText
{
    padding-left:10px;
    /*width:420px;*/
    position:absolute;
    top:0px;
    left:125px;
}

/*karen*/


.Karen
{
    position:absolute;
    left:155px;
    /*bottom:-19px;*/
}
.karenInfo
{
    top:4px;
    left:10px;
    width:300px;
    position:absolute;
}

div.hidden
{
    visibility:hidden;
}

.RightContent .topbox
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c4d1da;
    
    padding-top:0px;
    padding-bottom: 10px; 
}

.RightContent .middlebox
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c4d1da;
    
    padding-top: 10px; 
    padding-bottom: 10px; 
}

.RightContent .bottombox
{     
    padding-top: 10px; 
    padding-bottom: 10px; 
}

/*login*/
#ctl00_contentRight_Login1_lblUserName, #ctl00_contentRight_Login1_lblPassword
{
    font-weight:bold;
}

#ctl00_contentRight_Login1_UserName,  #ctl00_contentRight_Login1_Password
{
    width: 100%;
}

/***************************/

.quote
{     
    color: #888;
    padding-top:8px;
    padding-bottom: 8px; 
}

.RightContent .quote
{     
    padding-bottom: 12px; 
}

p.abstract
{
    color:#4396d1;
    font-style:italic;
    margin-top:-8px;
}

.RightContent .imgBox
{

    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c4d1da;
    padding-bottom: 20px; 
}

.RightContent h1{
    color:#444;
    padding-bottom:0px;
    font-size:0.9em;
    font-weight:bold;
    text-transform: uppercase;
}

.RightContent h2 a
{
    text-decoration: none;
}
.RightContent h2
{
    padding-top:12px;
}

.clearFloat
{
    clear: both;
}

.pseudoHiddenField
{
	display:none;
}

/************ END Kvalicare front ***************/
.dropDownMedium, .ListBoxMedium{
    width:210px;
}

.dropDownLarge{
    width:310px;
}

/************ UI Buttons ************/
.editBtn, .updateBtn, .cancelBtn, .defaultBtn, .newBtn, .okBtn, .deleteBtn, .searchBtn, .insertBtn {
   /*border-top: 1px solid #c4d1da;*/
   background: #e5e2d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e2d7));
   background: -webkit-linear-gradient(top, #f5f5f5, #e5e2d7);
   background: -moz-linear-gradient(top, #f5f5f5, #e5e2d7);
   background: -ms-linear-gradient(top, #f5f5f5, #e5e2d7);
   background: -o-linear-gradient(top, #f5f5f5, #e5e2d7);
   padding: 5px 10px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   border-width:0px;
   -webkit-box-shadow: rgba(196,209,218,1) 0 1px 0;
   -moz-box-shadow: rgba(196,209,218,1) 0 1px 0;
   box-shadow: rgba(196,209,218,1) 0 1px 0;
   /*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
   color: #000000 !important;
   display:inline-block;
   font-size: 12px;
   font-family: Verdana, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
}
   
.editBtn:hover, .updateBtn:hover, .cancelBtn:hover, .defaultBtn:hover, .newBtn:hover, .okBtn:hover, .deleteBtn:hover, .searchBtn:hover, .insertBtn:hover {
   border-top-color: #e5e2d7;
   background: #e5e2d7;
   color: #212121;
   text-decoration: none;
}
   
.editBtn:active, .updateBtn:active, .cancelBtn:active, .defaultBtn:active, .newBtn:active, .okBtn:active, .deleteBtn:active, .searchBtn:active, .insertBtn:active {
   border-top-color: #9e9c95;
   background: #9e9c95;
   text-decoration: none;
}
.editBtn, .updateBtn, .cancelBtn, .defaultBtn, .newBtn, .okBtn, .deleteBtn
{

}

.highlightBtn{
   border-top: 1px solid #bdbdbd;
   background: #4fb034;
   background: -webkit-gradient(linear, left top, left bottom, to(#60d53f), from(#4fb034));
   background: -webkit-linear-gradient(top, #60d53f, #4fb034);
   background: -moz-linear-gradient(top, #60d53f, #4fb034);
   background: -ms-linear-gradient(top, #60d53f, #4fb034);
   background: -o-linear-gradient(top, #60d53f, #4fb034);
   -webkit-box-shadow: rgba(196,209,218,1) 0 1px 0;
   -moz-box-shadow: rgba(196,209,218,1) 0 1px 0;
   box-shadow: rgba(196,209,218,1) 0 1px 0;
   color: #ffffff !important;
}
   
.highlightBtn:hover {
   border-top-color: #4fb034;
   background: #4fb034;
   color: #dddddd !important;
}

.highlightBtn:active {
   border-top-color: #408f2a;
   background: #408f2a;
}

.disabledCheckBox{
    margin: 1px 6px 0 3px !important;
}

.hiddenCheckBox{
    display:none !important;
}


/*.deleteBtn {
   border-top: 1px solid #bdbdbd;
   background: #ca2e45;
   background: -webkit-gradient(linear, left top, left bottom, to(#ff526c), from(#ca2e45));
   background: -webkit-linear-gradient(top, #ff526c, #ca2e45);
   background: -moz-linear-gradient(top, #ff526c, #ca2e45);
   background: -ms-linear-gradient(top, #ff526c, #ca2e45);
   background: -o-linear-gradient(top, #ff526c, #ca2e45);
   -webkit-box-shadow: rgba(196,209,218,1) 0 1px 0;
   -moz-box-shadow: rgba(196,209,218,1) 0 1px 0;
   box-shadow: rgba(196,209,218,1) 0 1px 0;
   color: #ffffff !important;
   }
.deleteBtn:hover {
   border-top-color: #d13047;
   background: #d13047;
   color: #dddddd !important;
   }
.deleteBtn:active {
   border-top-color: #ab273c;
   background: #ab273c;
   }
*/

/************* Controls ***************/
/************* Context Info ***********/
div.contextInfo
{
    display:inline-block;
    white-space:normal;
}

div.pStyle
{
    padding-bottom:8px;    
}

.ie6 div.contextInfo, .ie7 div.contextInfo
{
    display:inline;
}

.infoBox
{
    position:absolute;
	background:#FAFAB1;
	width:150px;
	padding:5px;
	border: solid 1px #CACFA7;
	z-index:1000;
}

.infoBoxMedium
{
    position:absolute;
	background:#FAFAB1;
	width:300px;
	padding:5px;
	border: solid 1px #CACFA7;
	z-index:1000;
}

.infoBoxLarge
{
    position:absolute;
	background:#FAFAB1;
	width:500px;
	padding:5px;
	border: solid 1px #CACFA7;
	z-index:1000;
}

/************* tabpanel ***************/
div#LMSmaster_content .ajax__tab_default .ajax__tab_header /*Tab header nowrap*/
{
    white-space:nowrap !important;
}

.ajax__tab_default .ajax__tab {
    display:inline-block !important;
    float: none !important;
    margin-top:0 !important;
}

div#LMSmaster_content .ajax__scroll_none {
  overflow:visible;
}

div.activatePanel
{
    border: solid 0px #c4d1da;
}

div.borderTop
{
    border-top-width:1px;
}

div.activatePanel .ajax__tab_header
{
    height:44px;
	padding: 0px;
	margin: 0px;
	font-size: 0.9em; /*was 1.2 em*/
	background: url(graphics/topnav_bg.png) repeat-x;
	border:0px;
	
	/*Tomas*/
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial;
}

div.activatePanelRoundedTop .ajax__tab_header
{
    -moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
    -opera-top-left-border-radius:8px;
    -opera-top-right-border-radius:8px;
    -khtml-border-top-left-radius:8px;
    -khtml-border-top-right-radius:8px;
    border-radius:8px 8px 0px 0px;
}

.ie6 div.activatePanelRoundedTop .ajax__tab_header, 
.ie7 div.activatePanelRoundedTop .ajax__tab_header, 
.ie8 div.activatePanelRoundedTop .ajax__tab_header
{
    behavior: url(/System/css/polyfills/PIE.htc);
}

div.activatePanelRoundedTop .ajax__tab_header .ajax__tab_active:first-child .ajax__tab_outer,
div.activatePanelRoundedTop .ajax__tab_header .ajax__tab_hover:first-child .ajax__tab_outer,
div.activatePanelRoundedTop .ajax__tab_header .ajax__tab_tab:first-child
{
    -moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
    -opera-top-left-border-radius:8px;
    -khtml-border-top-left-radius:8px;
    border-radius:8px 0px 0px 0px;
}

/*first-child not working in ie6 and ie7*/
.ie6 div.activatePanelRoundedTop .ajax__tab_header .ajax__tab_active:first-child .ajax__tab_outer,
.ie6 div.activatePanelRoundedTop .ajax__tab_header .ajax__tab_hover:first-child .ajax__tab_outer,
.ie6 div.activatePanelRoundedTop .ajax__tab_header .ajax__tab_tab:first-child,
.ie7 div.activatePanelRoundedTop .ajax__tab_header .ajax__tab_active:first-child .ajax__tab_outer,
.ie7 div.activatePanelRoundedTop .ajax__tab_header .ajax__tab_hover:first-child .ajax__tab_outer,
.ie7 div.activatePanelRoundedTop .ajax__tab_header .ajax__tab_tab:first-child,
.ie8 div.activatePanelRoundedTop .ajax__tab_header .ajax__tab_active:first-child .ajax__tab_outer,
.ie8 div.activatePanelRoundedTop .ajax__tab_header .ajax__tab_hover:first-child .ajax__tab_outer,
.ie8 div.activatePanelRoundedTop .ajax__tab_header .ajax__tab_tab:first-child
{
    behavior: url(/System/css/polyfills/PIE.htc);
}

div.activatePanel .ajax__tab_outer
{
    margin:0px;
    border:1px solid #c4d1da;
    border-width: 0px 1px 0px 0px;
    height:43px;
}

div.activatePanel .ajax__tab_active .ajax__tab_outer
{
    background: url(graphics/topnav_bg_hover.png) repeat-x;
}

div.activatePanel .ajax__tab_hover .ajax__tab_outer
{
    background: url(graphics/topnav_bg_hover.png) repeat-x;
}

div.activatePanel .ajax__tab_inner
{
    margin:0px;
}

div.activatePanel .ajax__tab_tab
{
    height:15px;
    padding: 13px 25px;
    cursor:pointer;
    border: 1px solid #fff;
    border-width:0px 1px;   
}

div.activatePanel2 .ajax__tab_body{
	border-bottom: 2px solid #dbe5eb;
    background: #f1f6fa;
}

div.activatePanel2 .ajax__tab_header{
	border-top:2px solid #dbe5eb !important;
    border-bottom:2px solid #dbe5eb !important;
}

div.activatePanel2 .ajax__tab_outer{
    border-right:1px solid #dbe5eb !important;
}

div.activatePanel2 .ajax__tab_active .ajax__tab_outer,
.Questions div.activatePanel2 .ajax__tab_hover .ajax__tab_outer{
    background: #f1f6fa !important;
}


/*********** end tabpanel *************/

/******** DropDownTreeList ********/
.UC_DropDownTree
{
    display:inline-block;
    line-height:12px;
}

.ie6 .UC_DropDownTree, .ie7 .UC_DropDownTree
{
    display:inline;
} 

.DropDownTree
{
    display:inline-block;
}

div#LMSmaster_contentContainer div.DropDownTree ul
{
    padding-left:0px;
}

.UC_DropDownTree .DropDownTree
{
    width:305px;
    border:solid 1px #c4d1da;
}

.UC_DropDownTree .dxeDropDownWindow .dxtvControl {
	min-width:290px;
}


.UC_DropDownTree .DropDownTreeMedium
{
    width:210px;
    border:solid 1px #c4d1da;
}

.UC_DropDownTree .DropDownTree100
{
    width:100%;
    border:solid 1px #c4d1da;
}


* html .DropDownTreeContainer{ 
   height: expression( this.scrollHeight > 599 ? "600PX" : "auto" ); /* sets max-height for IE */
}

.DropDownTreeContainer
{
    /*max-height:600px !important;*/
    overflow:auto;
}

* html .DropDownTreeContainerSmall{ 
   height: expression( this.scrollHeight > 399 ? "400PX" : "auto" ); /* sets max-height for IE */
}

.DropDownTreeContainerSmall
{
    max-height:400px;
    overflow:auto;
}

/************* DropDownEdit ***********/
.DropDownEdit
{
    Display:inline-block;
}


/************* treeList ***************/
/************ defaultGrid *************/
.scrollVert{
    overflow-x:auto;
}

.scrollHoriz{
    overflow-y:auto;
    max-height: 400px;
}

div#LMScontainer table.dxtlControl, table.defaultGrid, table.fullwidth
{
	border: 0px; /*solid #fff;*/
	width: 100%;
}

table.borderGrid
{
    border: 1px solid #ddd;
	width: 100%;
}

.borderGrid th
{
    background: #ddd;
}

.borderGrid td
{
    border-bottom: 1px solid #ddd;
}

/* Tree lines */
div#LMScontainer .dxtlLineFirst
{
    background: transparent url(graphics/treeline_first.png) no-repeat left center ;
}

div#LMScontainer .dxtlLineMiddle
{
    background: transparent url(graphics/treeline_middle.png) no-repeat left center ;
}

div#LMScontainer .dxtlLineLast
{
    background: transparent url(graphics/treeline_last.png) no-repeat left center ;
}

div#LMScontainer .dxtlLineRoot
{
    background: transparent url(graphics/treeline_root.png) no-repeat left center ;
}

/* SelectedNode */

div#LMScontainer tr.dxtlFocusedNode
{
    background:#ccc;
}

/* Edit form */
.dxtlEditForm
{
    background: #F9F9F9;
}

/* General treenode */
div#LMScontainer .dxtlNode td.dxtl, div#LMScontainer .dxtlAltNode td.dxtl, 
div#LMScontainer .dxtlSelectedNode td.dxtl, div#LMScontainer .dxtlFocusedNode td.dxtl, 
div#LMScontainer .dxtlEditFormDisplayNode td.dxtl, div#LMScontainer .dxtlCommandCell,
th.dxtlHeader
{
    padding:8px 10px;
}

.defaultGrid th, .defaultGrid td, .borderGrid th, .borderGrid td
{
    padding:5px 10px;
    /*vertical-align:middle;*/
}

.defaultGrid .DropDownEdit th, .defaultGrid .DropDownEdit td,
.defaultGrid .DropEditContainer th, .defaultGrid .DropEditContainer td,
.borderGrid .DropDownEdit th, .borderGrid .DropDownEdit td,
.borderGrid .DropEditContainer th, .borderGrid .DropEditContainer td
{
    padding: inherit;
}

.defaultGrid .DropEditContainer th, .defaultGrid .DropEditContainer td.dxeListBoxItem,
.borderGrid .DropEditContainer th, .borderGrid .DropEditContainer td.dxeListBoxItem
{
    padding: 3px 2px 4px 3px;
}

.defaultGrid .UC_DropDownTree th, .defaultGrid .UC_DropDownTree td,
.borderGrid .UC_DropDownTree th, .borderGrid .UC_DropDownTree td
{
    padding:0px;
}

th, td
{
    text-align:left;
}

.headerDuration, .itemDuration,
.headerScore, .itemScore,
.headerDueDate, .itemDueDate
{
    text-align:right;
}

.headerCompletion, .itemCompletion
{
    text-align:center;
}

div#LMScontainer th.dxtlHeader, div#LMScontainer .dxtlNode td.dxtl a, div#LMScontainer .dxtlAltNode td.dxtl a, 
div#LMScontainer .dxtlSelectedNode td.dxtl a, div#LMScontainer .dxtlFocusedNode td.dxtl a, div#LMScontainer .dxtlFocusedNode td.dxtl,
div#LMScontainer .dxtlEditFormDisplayNode td.dxtl a, div#LMScontainer .dxtlCommandCell a,
.defaultGrid td a, .defaultGrid th a, .borderGrid td a, .borderGrid th a
{
	color:#000;
	font-size: 9pt;
    font-family:Arial;
    text-decoration:none;
}

div#LMScontainer tr.dxtlNode td.dxtl a, div#LMScontainer .dxtlAltNode td.dxtl a, 
div#LMScontainer .dxtlSelectedNode td.dxtl a, div#LMScontainer .dxtlFocusedNode td.dxtl a, 
div#LMScontainer .dxtlEditFormDisplayNode td.dxtl a, div#LMScontainer .dxtlCommandCell a
{
    display:inline-block;
}

/* Avoid overflow in AspxTreelist*/
.dxtlNode td.dxtl, .dxtlAltNode td.dxtl, .dxtlSelectedNode td.dxtl, .dxtlFocusedNode td.dxtl, .dxtlEditFormDisplayNode td.dxtl, .dxtlCommandCell {
    white-space:normal;
}

.dxtlNode td.dxtl.minColl, .dxtlAltNode td.dxtl.minColl, .dxtlSelectedNode td.dxtl.minColl, .dxtlFocusedNode td.dxtl.minColl, .dxtlEditFormDisplayNode td.dxtl.minColl, .dxtlCommandCell.minColl {
    white-space:nowrap;
}

td.noWrap, dxtlNode td.dxtl.noWrap, .dxtlAltNode td.dxtl.noWrap, .dxtlSelectedNode td.dxtl.noWrap, .dxtlFocusedNode td.dxtl.noWrap, .dxtlEditFormDisplayNode td.dxtl.noWrap, .dxtlCommandCell.noWrap {
    white-space:nowrap;
}

table.dxtl {
    width: auto !important;
}

.dxtlHeader, .dxtlHeader td.dxtl {
    width: auto !important;
}
/* End Avoid overflow in AspxTreelist*/

div#LMScontainer tr.dxtlNode td.dxtl, 
div#LMScontainer tr.dxtlAltNode td.dxtl,
div#LMScontainer tr.dxtlSelectedNode td.dxtl, 
div#LMScontainer tr.dxtlFocusedNode td.dxtl, 
div#LMScontainer tr.dxtlEditFormDisplayNode td.dxtl, 
div#LMScontainer tr.dxtlCommandCell td.dxtl,
div#LMScontainer td.dxtlIndent, div#LMScontainer td.dxtlIndentWithButton,
.defaultGrid td a, .defaultGrid td img, .borderGrid td a, .borderGrid td img
{
    vertical-align:middle;
}

div#LMScontainer tr.dxtlFocusedNode
{
    background:#f2f7f8;
   
}

div#LMScontainer td.dxtlIndentWithButton, div#LMScontainer td.dxtlIndent
{
    background-position: center center;
    /*vertical-align:middle;*/
}

/* Header cell */
div#LMScontainer th.dxtlHeader, .defaultGrid th
{
    background: #dbe5eb;
    border: 1px solid #fff !important;
    border-left-width:0px !important;
    font-weight:bold;
}

/* expand/collapse header cells */
div#LMScontainer th.dxtl__I8, .defaultGrid th.firstColl
{
    border: 1px solid #fff !important;
    border-width:1px 0px !important;
}

/* Content cells */
div#LMScontainer tr.dxtlNode td.dxtl, div#LMScontainer tr.dxtlNode td.dxtlCommandCell, .defaultGrid td
{
    border: 1px solid #eaeef2 !important;
    border-left-width:0px !important ;
}

div#LMScontainer .barChart{
    /*margin: 0 auto !important;*/
}

div#LMScontainer .barChart tr.dxtlNode td.dxtl, div#LMScontainer .barChart tr.dxtlNode td.dxtlCommandCell
{
    border: 0 !important;
}

.barCollumn{
    width:320px !important; 
}

tr.WorkFlowEdit
{
     /*border: 3px solid #d9dde1 !important;*/
}

tr.WorkFlowEdit td
{
     border: 0px !important;
     vertical-align: top;
}

tr.WorkFlowEdit td table td
{
     padding-left: 0px;
     vertical-align:top;
}

div#LMScontainer td.dxeButtonEditButton /*AspTreelistDropdownBtn*/
{
    padding: 0px 2px 0px 3px;
    border: 1px solid #7F7F7F;
}

div#LMScontainer .dxeButtonEdit td/*AspTreelistDropdownBtn*/
{
    line-height: normal;
}

/* Gridview FormEditCell */
td.editContainer
{
    padding: 10px;
    background: #eee;
}

.gridEditForm
{
    width:100%;
}

.gridEditForm td, .gridEditForm th
{
    border: none !important;
}

/* Dropdownedit container */
.scrollCkBxContainer td
{
    border: 0px !important;
}

.scrollCkBxContainer td
{
    padding:3px;
    vertical-align:middle;
}

/* Navigation treelist */
div#LMScontainer table.navigation tr.dxtlNode td.dxtl, div#LMScontainer table.navigation tr.dxtlNode td.dxtlCommandCell
{
    border: 0px !important;
    color: #4396D1;
}

div#LMScontainer table.navigation tr.dxtlFocusedNode
{
    background:#EEE;
    color: #4396D1;
}
/* Naigation end */

/* expand/collapse cells */
div#LMScontainer tr.dxtlNode td.dxtl__I8
{
    border: 1px solid #eaeef2 !important;
    border-width:1px 0px !important;
}

.trelistNameColl, .gridNameColl
{
    width:75%;
}

/*.treeList .dxtlNode td.dxtl, .treeList .dxtlAltNode td.dxtl, .treeList .dxtlSelectedNode td.dxtl,
tr .treeListPager
{
	background:#DDD;
	margin-top:20px;
	padding: 3px 0px;
}

tr .treeListPager td.dxpCurrentPageNumber
{
	font-weight:normal;
}

tr .treeListPager td
{
	padding: 0px 5px;
}

.treeListNode
{
    cursor:pointer;
}

.treeListSelectedNode .dxtl
{
	color:#000;
	background:#DDD;
}*/

/*********** END treeList *************/

/*********** Treeview *****************/
.defaultTree
{
    padding:20px;
    padding-top:0px;
}

.defaultTree th, .defaultTree td
{
    padding: 0px 5px 5px 0px;
}

.fileTree
{
    padding:0px;
    padding-top:0px;
}

.fileTree th, .fileTree td
{
    padding: 0px 5px 5px 0px;
}

/********** END Treeview **************/
/********** Splitter control **********/

div#LMScontainer .dxsplControl, div#LMScontainer .dxsplVSeparator, div#LMScontainer .dxsplHSeparator, div#LMScontainer .dxsplPane, div#LMScontainer .dxsplPaneCollapsed, 
div#LMScontainer .dxsplVSeparator, div#LMScontainer .dxsplHSeparator, div#LMScontainer .dxsplVSeparatorCollapsed, div#LMScontainer .dxsplHSeparatorCollapsed {
    border-style:solid;
    border-color:#c4d1da;
    background-color:transparent;
}

.splitterLeftPane{
    /*height: auto !important;*/
}
/******** End Splitter control ********/

.pagerContainer td{
    padding:0px;
}

.pagerRow
{
    width:100%;
    text-align:center;
    background:#dbe5eb;
}

div#LMScontainer .searchPanel
{
    display:inline-block;
    margin:0px;
    padding:0px;
}

.ie6 div#LMScontainer .searchPanel, 
.ie7 div#LMScontainer .searchPanel 
{
    display:inline;
} 

div#LMScontainer .searchPanel input.searchText /*[type="text"]*/
{
    font-size:13px;
}

/*UC_StatusChartControl*/
.ChartBreadCrumbs span, .ChartBreadCrumbs a
{
    font-weight:bold;
}

.SimpleTable{
    border: 1px #eee solid;
}

.SimpleTable tr{
    border-bottom: 1px #eee solid;
}

.SimpleTable td {
    padding:5px 10px;
    vertical-align:middle;
}

.SimpleTable td table{
    width:100%;
}

.SimpleTable td table.dropDownTreeClose{/* Not close button in dropdowntree*/
    width:auto;
}

.SimpleTable tr table tr{
    border-bottom-width: 0;
}

.SimpleTable td table td{
    text-align: center;
    padding:0;
}

.SimpleTableHeader{
    background: #eee;
}

/*********** End Controls *************/

/*********** Learner Home *************/
div.pnlOptions, div.pnlOptionsTop
{

    padding:4px 20px;
    background: #f9f9ff;
    color: #000;
    position:relative;    
}

div.pnlOptions
{
    border-bottom: 1px solid #c4d1da; 
}

div.pnlOptionsTop /*With topborder*/
{
    border: 1px solid #c4d1da; 
    border-width:1px 0px;
}

div.pnlOptions *, div.pnlOptionsTop *
{
    vertical-align:middle;
}

div.pnlOptions .rightAlign, div.pnlOptionsTop .rightAlign {
    position: absolute;
    right: 20px;
    display: inline-block;
}

div.pnlOptions span.optionContainer, div.pnlOptionsTop span.optionContainer
{
    padding: 2px 5px 2px 0px;
	border-right: 1px solid #c4d1da; 
	margin-right: 5px;
}

div.pnlOptions .rightAlign span.optionContainer, div.pnlOptionsTop .rightAlign span.optionContainer
{
    padding: 2px 0px 2px 5px;
	border-left: 1px solid #c4d1da;
	border-right: 0px;
}

/*.rightAlign span.optionContainer
{
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 0px;
    height: 20px;
}*/

a.btnViewTree
{
    background: transparent url(../graphics/icons/treeview.gif) no-repeat left center ;
	padding: 2px 15px 2px 20px;
	border-right: 1px solid #c4d1da; 
	margin-right: 10px;
}

a.btnViewList
{
    background: transparent url(../graphics/icons/List.gif) no-repeat left center ;
	padding: 2px 15px 2px 20px;
	border-right: 1px solid #c4d1da; 
	margin-right: 10px;
}

.loadingImg
{
	position:absolute;
	top:300px;
	left:300px;
	z-index:100;
}

.pnlActivities
{
    width:100%;
    position:relative;
}

.launchLink, .expandLink
{
    cursor:pointer;
}

.LaunchMessage
{
    padding:10px;
}

/**** Search Learner Home ****/
.searchInput
{
    padding:5px;
}

.searchResult
{
    /*padding-top:20px;*/
}

.resultItem {
	margin-top:30px;
}

.Learner .resultItem a {
	text-decoration: none;
	color: #1a0dab;
	font-size: 18px;
	font-weight: normal;
}

.Learner .resultItem a:visited {
	color: #609;
}

.resultItem .WsSearchResultHighlighter {
	font-weight:bold;
}

.WsSearchResultEmpty
{
    display:block;
    margin-top:30px;
    font-size: 18px;
}

/********* EditComments **********/
.dlgComment {
	background: #FFF;
	border: 1px solid #aaa;
}

.CommentsFromLearner .editComment, .CommentsFromLearner .newComment{
    display: block;
}
        
.CommentsFromLearner .comment
{
    margin: 10px 0px;
    border: 1px solid #aaa;
}
/********* End Learner Home ***********/

/********* Author **********/
.hiddenDatalistItem
{
    display:none;
}

.testSetDrop{
    max-width:265px;
}

div.pnlOptions .inlineBlock{
    display:inline-block;
    vertical-align:top;
    padding-right: 20px;
}

/********* Learning Activities ********/
.AnswerTxt
{
    width:385px;
}

.AnswerVal
{
    width:25px;
}

.lnkUnderscore, .defaultGrid td a.lnkUnderscore {
	text-decoration: underline;
}
/************** Reports *****************/
.centerText
{
    text-align:center;   
}

td.notStarted
{
    text-align:center;   
    vertical-align:middle;
    background:#CD4E4E;
}

td.incomplete, td.failed
{
    text-align:center;   
    vertical-align:middle;
    background:#EBA627;   
}

td.completed, td.passed
{
    text-align:center;   
    vertical-align:middle;
    background: #5CB52A;
}

.disabled
{
    color: #999999;
}

/** MappingReport **/
img.QuestionDetail{
    margin-top: 40px;
}

table.MappingReport{
    border: 1px solid #999;
    margin: 20px auto 40px auto;
    width: 900px;
}

table.MappingReport th, table.MappingReport td{
    border: 1px solid #999;
    padding: 5px;
}

table.MappingReport th{
    font-weight: bold;
}

/* --- BOILERPLATE settings here-------------------------------------------------*/

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  
  .noPrint
  {
      display:none;
  }
}

/******** Jquery **********/
.ui-accordion
{
    font-family:inherit;

}

.dxtvControl .NotSelectable{
    color: #acacac;
    cursor: default;
    text-decoration: none !important;
}