* {
	margin:0;
	padding:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline:0;
}

html, body {
	background: #f5f5f5 url(../images/bgd_body.jpg) repeat 0 0;
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	color:#464646;
	height: 100%;
}

a img{
	border:0;
}

/* General classes */
input.error, textarea.error, select.error{
	background-color:#ffddde;
	border:1px solid #db5353 !important;
}

div#wrapper{
	min-height: 100%;
}

div#container{
	/*overflow:auto; causing appending horizontal scrollbar*/
	padding-bottom: 35px;
}

div#footer{
	margin-top: -14px;
	background-color:#002457;
	height:14px;
	clear:both;
}

.theme-fryslan div#footer{
	background-color:#e8112d;
}

.theme-promenscare div#footer{
	background-color:#ABBA16;
}

.theme-sutfene div#footer{
	background-color:#e28317;
}

.theme-avics div#footer{
	background-color:#fb7d02;
}

.theme-dovideq div#footer {
	background-color:#ABBA16;	
}

a:link,a:visited{
	text-decoration:none;	
	color:#730a0f;
}

.bold{
	font-weight:bold;
}

.center{
	text-align:center;	
}

.right{
	text-align:right;	
}

img.image-right{
	float:right;
	margin:0 0 6px 6px;
}

img.image-left{
	float:left;
	margin:0 6px 6px 0;
}

.button{
	font-size:12px;
	padding:5px 15px;
	border-radius:15px;
	border:1px solid #d7d7d7;
	display:inline-block;
	font-weight:bold;
	color:#636363;
	background:#e5e5e5 url(../images/bgd_button_meta.png) repeat-x 0 0;
	cursor:pointer;
}

.button.marginright {
	margin-right: 10px;	
}

.button:active,
.button:hover{
	background:#e5e5e5 url(../images/bgd_button_meta_hover.png) repeat-x 0 0;
}

.button.add, .button.save{
	background:#76921e url(../images/bgd_btn_save.jpg) repeat-x 0 0;
	border-color:#76921e;
	color:white;
	font-size:13px;
}

.button.add:active,.button.save:active,
.button.add:hover,.button.save:hover{
	background:#9fb42b url(../images/bgd_btn_save_hover.jpg) repeat-x 0 0;
}

.button.delete, .button.delete{
	background:#7b2a2a url(../images/bgd_btn_delete.png) repeat-x 0 0;
	border-color:#7b2a2a;
	color:white;
	font-size:13px;
	border-radius:5px 5px 5px 5px;
}

.button.delete:active,.button.delete:active,
.button.delete:hover,.button.delete:hover{
	background:#7b2a2a url(../images/bgd_btn_delete_hover.png) repeat-x 0 0;
}

.button.catalogue-open{
	background:#76921e url(../images/bgd_btn_save.jpg) repeat-x 0 0;
	border-color:#9fb42b;
	color:white;
	font-size:18px;
	border-radius:5px;
	position:absolute;
	right:50px;
	bottom:50px;
}

.button.catalogue-open:active,
.button.catalogue-open:hover{
	background:#9fb42b url(../images/bgd_btn_save_hover.jpg) repeat-x 0 0;
}

.button.course-open-required {
	background:#0299cc url(../images/bgd_btn_blue.jpg) repeat-x 0 0;
	border-color:#0299cc;
	color:white;
	border-radius:5px;
	float:right;
	margin-right:20px;
}

.button.course-open-required:active,
.button.course-open-required:hover{
	background:#24bcef url(../images/bgd_btn_blue_hover.jpg) repeat-x 0 0;
}

.button.course-open-not-required {
	background:#76921e url(../images/bgd_btn_save.jpg) repeat-x 0 0;
	border-color:#9fb42b;
	color:white;
	border-radius:5px;
	float:right;
	margin-right:20px;
}

.button.course-open-not-required:active,
.button.course-open-not-required:hover{
	background:#9fb42b url(../images/bgd_btn_save_hover.jpg) repeat-x 0 0;
}

.formtable .button{
	border-radius:5px;
	padding:4px 15px;
}

.button.disabled,
.button.disabled:hover{
	background:#e5e5e5 url(../images/bgd_button_meta.png) repeat-x 0 0;
	color:#aaa;
	border:1px solid #d7d7d7;
	cursor:default;	
}

.button.small {
	padding: 1px 12px;
}

div#tabs{
	display:none;
}

div#container{
	position:relative;
}

div#container div#message-box{
	position:absolute;
	font-size:15px;
}

div.cbox_messagebox_info{
	color:white;
	padding:5px 15px;
	border-radius:0 0 6px 6px;
	padding-left:40px;
	background:#8ba325 url(../images/icn_messagebox_success.png) no-repeat 15px center;
}

div.cbox_messagebox_warning{
	color:white;
	padding:5px 15px;
	border-radius:0 0 6px 6px;
	padding-left:40px;
	background:#c80909 url(../images/icn_messagebox_fail.png) no-repeat 15px center;
}

/* Page structure */

div#header{
	border-top:12px solid #002457;	
	padding:20px 0;
	background-color:white;
	border-bottom:1px solid #dbdbdb;
}

.theme-fryslan div#header{
	border-top:12px solid #e8112d;
}

.theme-promenscare div#header{
	border-top:12px solid #ABBA16;
}

.theme-sutfene div#header{
	border-top:12px solid #e28317;
}

.theme-avics div#header{
	border-top:12px solid #fb7d02;
}

div#header-login{
	float:right;
	margin-left:15px;	
}

div#header-login ul li{
	float:left;	
	list-style:none;
}

div#header-login ul li.first span{
	display:block;
	padding:6px 14px;
	background:#e5e5e5 url(../images/bgd_button_meta.png) repeat-x 0 0;
	border:1px solid #d7d7d7;
	color:#636363;
	font-size:11px;
	margin-left:-1px;	
}

div#header-login ul li a:link,
div#header-login ul li a:visited{
	display:block;
	padding:6px 14px;
	background:#e5e5e5 url(../images/bgd_button_meta.png) repeat-x 0 0;
	border:1px solid #d7d7d7;
	color:#636363;
	font-size:11px;
	margin-left:-1px;
}

div#header-login ul li.first a:link,
div#header-login ul li.first a:visited{
	border-radius:4px 0 0 4px;	
}

div#header-login ul li.last a:link,
div#header-login ul li.last a:visited{
	border-radius:0 4px 4px 0;	
}

div#header-login ul li a:active,
div#header-login ul li a:hover{
	background:#efefef url(../images/bgd_button_meta_hover.png) repeat-x 0 0;
}

div#header-logo a{
	display: block;
	margin-top: 5px;
}

div#header-date{
	float:right;
	font-weight:bold;
	font-size:11px;
	color:#898989;
	padding:7px 0;
}

div#header-date span#year{
	margin-right:14px;	
}

div#header-menu{
	background:#730a0f url(../images/bgd_mainmenu_castbasics.png) repeat-x 0 0;
	border-radius:4px;
	border:1px solid #730a0f;
	margin-top:8px;	
	padding:5px;
}

.theme-fryslan div#header-menu{
	background:#00246a url(../images/bgd_mainmenu_fryslan.png) repeat-x 0 0;
	border:1px solid #00246a;
}

.theme-promenscare div#header-menu{
	background:#B41540 url(../images/bgd_mainmenu_promenscare.png) repeat-x 0 0;
	border:1px solid #B41540;
}

.theme-sutfene div#header-menu{
	background:#030035 url(../images/bgd_mainmenu_sutfene.png) repeat-x 0 0;
	border:1px solid #030035;
}

.theme-avics div#header-menu{
	background:#030035 url(../images/bgd_mainmenu_avics.png) repeat-x 0 0;
	border:1px solid #231f20;
}

.theme-dovideq div#header-menu{
	background:#030035 url(../images/bgd_mainmenu_castbasics2.png) repeat-x 0 0;
	border:1px solid #231f20;
}

div#header-menu ul{
}

div#header-menu ul li{
	float:left;	
	list-style:none;
}

div#header-menu ul li a:link,
div#header-menu ul li a:visited{
	display:block;
	padding:4px 14px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	margin-left:-1px;
}

div#header-menu ul li a.main-menu-item-dashboard:link,
div#header-menu ul li a.main-menu-item-dashboard:visited{
	display:block;
	margin-left:-1px;
	padding:4px 10px 0 5px;
}

div#header-menu ul li a.mm-item-link-hover{
	background-color:#f6f6f6;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
	color:#730a0f;
	border:1px solid #fff;
	padding:3px 13px;
	border-radius:3px;
}

.theme-fryslan div#header-menu ul li a.mm-item-link-hover{
	color:#002b7f;
}

.theme-promenscare div#header-menu ul li a.mm-item-link-hover{
	color:#B41540;
}

.theme-sutfene div#header-menu ul li a.mm-item-link-hover{
	color:#030035;
}

.theme-avics div#header-menu ul li a.mm-item-link-hover{
	color:#231f20;
}

.theme-dovideq div#header-menu ul li a.mm-item-link-hover{
	color:#231f20;
}

div#header-menu ul li a.mm-item-link-hover.main-menu-item-dashboard,
div#header-menu ul li a.mm-item-link-hover.main-menu-item-dashboard{
	background:none;
	border:none;
	padding:4px 10px 0 5px;
}

div#header-menu ul li.hassubs a.mm-item-link-hover{
	border-radius:3px 3px 0 0;
}

div#header-menu ul li div.flyout-panel{
	background:transparent url(../images/bgd_flyout_top.png) no-repeat 0 0;
	width:292px;
}

div#header-menu ul li div.flyout-panel-header{
	background:transparent url(../images/bgd_flyout_content.png) repeat-y 0 0;
	margin-top:21px;
}

div#header-menu ul li div.flyout-panel-content{
	background:transparent url(../images/bgd_flyout_content.png) repeat-y 0 0;
	padding:0 15px 0 15px;	
}

div#header-menu ul li div.flyout-panel-footer{
	background:transparent url(../images/bgd_flyout_footer.png) repeat-y 0 0;
	height:9px;	
}

div#header-menu ul li div.flyout-panel-content a:link,
div#header-menu ul li div.flyout-panel-content a:visited{
	color:#730a0f;
	font-weight:bold;
	font-size:13px;
	border-bottom:1px solid #ccc;
	padding:9px 0;
	overflow-y:hidden;
}

.theme-fryslan div#header-menu ul li div.flyout-panel-content a:link,
.theme-fryslan div#header-menu ul li div.flyout-panel-content a:visited{
	color:#002b7f;
}

.theme-promenscare div#header-menu ul li div.flyout-panel-content a:link,
.theme-promenscare div#header-menu ul li div.flyout-panel-content a:visited{
	color:#B41540;
}

.theme-sutfene div#header-menu ul li div.flyout-panel-content a:link,
.theme-sutfene div#header-menu ul li div.flyout-panel-content a:visited{
	color:#030035;
}

.theme-avics div#header-menu ul li div.flyout-panel-content a:link,
.theme-avics div#header-menu ul li div.flyout-panel-content a:visited{
	color:#231f20;
}

.theme-dovideq div#header-menu ul li div.flyout-panel-content a:link,
.theme-dovideq div#header-menu ul li div.flyout-panel-content a:visited{
	color:#231f20;
}

div#header-menu ul li div.flyout-panel-content a:active,
div#header-menu ul li div.flyout-panel-content a:hover{
	color:#464646;
}

div#header-menu ul li div.flyout-panel-content a:link:last-child,
div#header-menu ul li div.flyout-panel-content a:visited:last-child{
	border-bottom:0 !important;
}

div#header-menu ul li div.flyout-panel-content td.flyout-panel-content-column-1 a{
	margin-right:15px;
}

div#header-menu ul li div.flyout-panel-content a img{
	float:left;
	display: none;
}

div#header-menu ul li div.flyout-panel-content a span{
	float:left;
	margin-left:5px;
	line-height:16px;
}

div.content-header{
	margin-top:20px;	
	overflow-y:hidden;
	margin-bottom:20px;
}

div.content-header img.content-header-icon{
	float:left;
	width:32px;
	height:32px;
	padding-right:6px;
}

div.content-header h1{
	float:left;
	font-size:22px;
	line-height:32px;
	color:#730a0f;
}

.theme-fryslan div.content-header h1{
	color:#002b7f;
}

.theme-promenscare div.content-header h1{
	color:#B41540;
}

.theme-sutfene div.content-header h1{
	color:#030035;
}

.theme-avics div.content-header h1{
	color:#231f20;
}

.theme-dovideq div.content-header h1{
	color:#231f20;
}

div.content-header h1 span{
	font-weight:normal;
}

div.content-header a.button{
	float:right;
	margin-left:10px;
}

div.dashboard-box{
	margin-bottom:10px;	
	position:relative;
}

div.dashboard-box-ribbon{
	position:absolute;
	bottom:10px;
	left:-7px;
}

div.dashboard-box-header{
	background:transparent url(../images/bgd_dashboardbox_header.png) no-repeat -4px -3px;
	height:50px;
}

div.dashboard-box-header img{
	float:left;	
	width:32px;
	height:32px;
	margin:7px 0 0 7px;
}

div.dashboard-box-header h2{
	color:#730a0f;
	float:left;
	margin:17px 0 0 10px;
	font-size:16px;
}

.theme-fryslan div.dashboard-box-header h2{
	color:#002b7f;
}

.theme-promenscare div.dashboard-box-header h2{
	color:#B41540;
}

.theme-sutfene div.dashboard-box-header h2{
	color:#030035;
}

.theme-avics div.dashboard-box-header h2{
	color:#231f20;
}

.theme-dovideq div.dashboard-box-header h2{
	color:#231f20;
}

div.dashboard-box-header .button{
	float:right;
	margin:18px 9px 0 0;
	padding:2px 8px;
	border:1px solid white;
	box-shadow: 0 0 3px #ddd;
	border-radius:4px;
	font-size:12px;
	color:#464646;
}

div.dashboard-box-header .button:active,
div.dashboard-box-header .button:hover{

}

div.dashboard-box-content{
	/* border-radius:4px; */
	/* box-shadow: 0 0 2px #ccc; */
	background:transparent url(../images/bgd_dashboardbox_content.png) repeat-y -4px 0;
	min-height:150px;
	padding:0 3px 0 1px;
	margin-top:-3px
}

/* Default dashboard listing */

div.dashboard-box-content ul.dashboard-list li{
	list-style:none;
	padding:7px 10px 7px 10px;
	border-bottom:1px solid #d9d9d9;	
}

div.dashboard-box-content ul.dashboard-list li.last{
	border-bottom:0;
	padding-bottom:4px;
}

div.dashboard-box-content ul.dashboard-list li h3{
	font-size:13px;
	font-weight:normal;
	height:18px;
	overflow:hidden;
	white-space:nowrap;
}

div.dashboard-box-content ul.dashboard-list li.not-read h3{
	font-weight:bold;
}

div.dashboard-box-content ul.dashboard-list li.haslink:hover{
	background-color:#f6f6f6;
	cursor:pointer;
}

div.dashboard-box-content ul.dashboard-list li p{
	font-size:12px;	
	color:#898989;
}

/* Dashboard messages list */

div.dashboard-box-content ul.dashboard-list-messages li{
	padding-left:25px;
	background:transparent url(../images/icn_message_read.png) no-repeat 10px 12px;
}

div.dashboard-box-content ul.dashboard-list-messages li.not-read{
	background-image:url(../images/icn_message_new.png);
}

div.dashboard-box-content ul.dashboard-list-messages li.no-messages{
	background-image:none;
	padding-left:10px;
}

/* Dashboard Birthdays list */

div.dashboard-box-content ul.dashboard-list-birthdays li.birthday-today{
	background:transparent url(foo.png) no-repeat 10px 8px;
	padding-left:58px;
	min-height:42px;
}

div.dashboard-box-content ul.dashboard-list-birthdays li.birthday-today p{
	font-size:13px;
	color:#464646;
}

div.dashboard-box-footer{
	background:transparent url(../images/bgd_dashboardbox_bottom.png) no-repeat -4px 0;
	height:12px
}

div.dashboard-box-content ul.dashboard-list-birthdays li h3{
	font-size:15px;
	height:20px;
	font-weight:bold;
	padding-top:2px;
}

/* Dashboard profile */
div.dashboard-box-content ul.dashboard-profile li h2{
	font-size:17px;
}

div.dashboard-box-content ul.dashboard-profile li p{
	font-size:13px;
	color:#464646;
	padding-bottom:16px;
	line-height:1.6;
}

div.dashboard-box-content ul.dashboard-profile li img{
	border:1px solid white;
	box-shadow: 0 0 4px #efefef;
}

div.dashboard-box-content ul.dashboard-profile li.last{
	padding-top:10px;	
}

.ui-state-placeholder, .ui-widget-content .ui-state-placeholder {
	width: 298px;
	margin-left: 10px;
  	margin-right: 10px;
	padding:0;
	height:108px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.content-main{
	border-radius:5px; 
	box-shadow: 0 0 3px #ccc;
	background-color:white;
	/* min-height:340px; */
}

div.content-main-inner {
	padding: 10px;	
}

div.content-main-header{
	box-shadow: 0 0 3px #ccc;
	border-radius:5px 5px 0 0;
	border:1px solid white;
	background:#efefef url(../images/bgd_main_header.jpg) repeat-x top left;
	padding:8px 18px;
	z-index:2;
	position:relative;
}

div.content-main-header h2{
  	color:#464646;
  	float:left;
}

div.content-main-header .meta-info{
	float:right;
  	padding-top:6px;
	color:#898989;
}

div.content-main-full{
	min-height:350px;
	z-index:1;
	border-radius:0 0 4px 4px;
	position:relative;
	background-position:center center;
}

div.content-main-full.withpadding{
	padding: 20px;
}

/* jQuery UI elements */
.ui-widget{
	font-family: 'PT Sans', sans-serif;
}

/* TABS VIEW */

#tabs {
	position: relative;
	padding-left: 235px;
	border:none;
	z-index:1;
	background-color:white;
}
#tabs .ui-tabs-nav {
	position: absolute;
	left: 3px;
	top: 0;
	bottom: 3px;
	width: 215px;
	padding: 10px 0 ;
	background-image:none;
	background-color:#fafafa;
	border:1px solid #eee;
	border-top:none;
	border-radius:0 0 0 4px;	
	z-index:5;
}

#tabs .ui-tabs-nav li {
	right: 1px;
	width: 100%;
	border-right: none;
	overflow: hidden;
	border-radius:0;
	border-color:#ddd;
	background-image:none;
	margin-bottom:0;
	background-color:#fafafa;
}

#tabs .ui-tabs-nav li:last-child{
	border-bottom: 1px solid #ddd !important;
}

#tabs .ui-tabs-nav li.ui-tabs-selected {
	border-right: 1px solid transparent;
	background-color:white;
	z-index:10;
	color:#464646;
	border:0 !important;
	width:300px;
	background:transparent url(../images/bgd_tab_button_active.png) no-repeat -4px -4px;
	overflow:visible;
	height:37px;
	left:-2px;
	top:2px;
	margin-bottom:-4px;
}

#tabs .ui-tabs-nav li a {
	width: 100%;
	color:#730a0f;
	background:transparent url(../images/bgd_tab_button.png) no-repeat 4px 4px;
	padding-left:30px;
}

.theme-fryslan #tabs .ui-tabs-nav li a{
	color:#002b7f;
}

.theme-promenscare #tabs .ui-tabs-nav li a{
	color:#B41540;
}

.theme-sutfene #tabs .ui-tabs-nav li a{
	color:#030035;
}

.theme-avics #tabs .ui-tabs-nav li a{
	color:#231f20;
}

.theme-dovideq #tabs .ui-tabs-nav li a{
	color:#231f20;
}

#tabs .ui-tabs-nav li.ui-tabs-selected a:link,
#tabs .ui-tabs-nav li.ui-tabs-selected a:visited{
	color:#464646;
	background:transparent url(../images/bgd_tab_button_selected.png) no-repeat 7px 6px;
	padding-left:32px;
	padding-top:7px;
}

#tabs > div {
	min-height:316px;
	background-color:white;
	z-index:10;
}

/* GRID VIEW */

/* container */
div.ui-jqgrid.ui-widget-content{
	border:0;	
	background:none;
	background-color:#fff;
	font-size:13px;
}

/* header table (column names and search) */

/* header table container */
.ui-jqgrid .ui-jqgrid-hdiv{
	border:0;
	position:relative;
	overflow-y:visible;
	box-shadow: 0 0 5px #ccc;
	z-index:5;
	border-radius:5px 5px 0 0;
}

.ui-jqgrid .ui-jqgrid-hbox{
	padding:0;	
	border-radius:5px 5px 0 0;
	border:1px solid white;
	background:#efefef url(../images/bgd_grid_header.jpg) repeat-x 0 0;
}

/* header row (tr) */
tr.ui-jqgrid-labels{
	color:#730a0f;
	border:0;
}

.theme-fryslan tr.ui-jqgrid-labels{
	color:#002b7f;
}

.theme-promenscare tr.ui-jqgrid-labels{
	color:#B41540;
}

.theme-sutfene tr.ui-jqgrid-labels{
	color:#030035;
}

.theme-avics tr.ui-jqgrid-labels{
	color:#231f20;
}

.theme-dovideq tr.ui-jqgrid-labels{
	color:#231f20;
}

/* header cells (th) */
.ui-jqgrid .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{
	text-align:left;	
	background:none;
	border:0;
	padding:7px 10px 0 10px;
	height:auto;
	font-weight:bold;
}

/* search toolbar (th) */
.ui-jqgrid tr.ui-search-toolbar th{
	text-align:left;	
	background:none !important;
	border:0 !important;
	padding:5px 10px 10px 10px !important;
}

.ui-jqgrid tr.ui-search-toolbar th input{
	background:#fff url(../images/bgd_gridsearch.png) no-repeat top right;
	border:1px solid #d9d9d9;
	border-radius:4px;
	font-size:12px;
	padding:2px 3px !important;
	margin:0;
	color:#464646;
	box-shadow: inset 0 0 4px rgba(0,0,0,0.10);
}

/* UI header */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background:none;	
}

/* content table */
.ui-jqgrid-bdiv{
	position:relative;
	z-index:1;
}

/* content cells (td) */
.ui-jqgrid tr td{
	padding:5px 10px !important;
	border-left:0 !important;
	border-right:0 !important;
	cursor:pointer;
}

.ui-jqgrid tr.jqgfirstrow td{
}

.ui-jqgrid tr.ui-widget-content{
	background:none;
	background-color:#fff;
	border:none;
}

.ui-jqgrid tr.ui-widget-content.ui-state-hover{
	background:#fff url(../images/bgd_grid_row_hover.jpg) repeat-x bottom left;
}

.ui-jqgrid tr.ui-priority-secondary{
	opacity:1 !important;
}

.ui-jqgrid tr.jqgrow td{
	color:#464646 !important;	
	border-color:#d0d0d0;
}

/* Pager (bottom) */
.ui-jqgrid .ui-jqgrid-pager{
	border:0;
	height:auto;	
}

.ui-jqgrid .ui-pg-table td{
	cursor:default !important;
}

/* FORMS */
.formtable { 
	width:100%;
	padding: 10px;
}

.formtable tr{
	background-color:white; 
}

.formtable tr td:nth-child(odd) {
	width:130px; 
}

.formtable tr td:nth-child(even) {
	width:200px; 
}

.formtable td {
	padding:6px 5px;
	vertical-align:top;
}

.formtable tr:first-child td {
	padding-top:0;
}

.formtable tr td:first-child {
	padding-left:0;
	color:#898989;
}

.formtable tr td:nth-child(odd) label{
	color:#898989;
	padding-top:2px;
	display:inline-block;
}

.formtable input[type="text"],
.formtable input[type="password"],
.formtable input[type="email"],
.formtable textarea,
.formtable select{
	width:100%;
	padding:3px 6px;
}

.formtable .tiny {
	width:25px !important;
}

.formtable input[type="text"],
.formtable input[type="password"],
.formtable input[type="email"],
.formtable textarea{
	box-shadow: inset 0 0 3px rgba(0,0,0,0.10);
	border:1px solid #d9d9d9;
	border-radius:4px;
}

.formtable tr td:nth-child(3) label{
	display:block;
	width:150px;
	float:left;
	text-align:right;
	color:#898989;
}

.formtable tr td:nth-child(odd) label:after{
	content:":";
}

.formtable tr td:nth-child(odd) label.nocolon:after{
	content:"";
}

.formtable tr td:nth-child(even) label{
	margin-right:20px;
}

.formtable tr td:nth-child(3) span.requiredStar{
	display:block;
	float:left;
	width:5px;
}

span.requiredStar{
	color:#bfbebe;
	font-size:16px;
}

.formtable img {
    float: left;
    margin: 2px 4px;
}

.formtable input.hasDatepicker {
    width: 150px;
    float: left;
}

.formtable .mini {
    width: 10%;
}

.formtable .small {
    width: 25%;
}

.formtable .medium {
    width: 50%;
}

.formtable div.preview {
    width: 104px;
    border: 2px dotted #CCCCCC;
    min-height: 104px;
}

.formtable .photo-upload-preview{
    border: 2px dotted #CCCCCC;
    width:106px;
	height:106px;
	margin-top:10px;
}

.formtable .photo-upload-preview img{
	padding:3px;
	float: none;
	margin:0;
}

.formtable div.preview.loading {
    background: url('/includes/images/loading.gif') no-repeat 39px 40px;
}

.formtable div.preview.loading img {
    display: none;
}

.formtable div.preview img {
    float: none;
}

/* catalogue, courses */
.course-container{
	padding:30px 30px 10px 30px;
	border-bottom:1px solid #d0d0d0;
}

.course-container.last{
	border-bottom:0;
}

.course-table{
	border:0;
	width:100%;
}

.course-table h3 {
	font-size:17px;
	font-weight:normal;
}

h3.course-details-title{
	font-size:17px;
	font-weight:normal;
	margin-bottom:10px;
}

td.course-image{
	width:200px;
}

.course-image-left {
	margin:0 20px 20px 0;
	border:1px solid white;
	box-shadow: 0 0 4px #bbb;
}

.course-image-right {
	margin:0 0 20px 20px;
	border:1px solid white;
	box-shadow: 0 0 4px #bbb;	
}

.course-image-ribbon-container {
	position:relative;
	width:100%;
	height:100%;
}

.course-ribbon-left {
	position:absolute;
	top:-8px;
	left:-7px;
}
.course-ribbon-right {
	position:absolute;
	top:-8px;
	right:129px;
}

.course-title{
	/*max-height:25px;*/
	height:38px;
	overflow-y:hidden;
}

.course-table .course-goal{
	height:135px;
}

.course-table .course-goal p{
	line-height:1.6;
	margin-bottom:16px;
}

.course-table .course-stats {
	float:left;
	padding-top:14px;
}

.course-table .course-stats span:nth-child(2) {
	margin-left:30px;
}

.list-user {
	position:relative;
	margin-bottom:4px;
	height:60px;
	clear:both;
}

.list-user .user-fullname {
	position:absolute;
	font-weight:bold;
}

.list-user .user-usergroup {
	position:absolute;
	font-size:12px;
	top:18px;
}

.list-user .user-team {
	position:absolute;
	font-size:12px;
	top:33px;
}

.list-user .button {
	float:right;
}

div.sub-text {
	color: #898989;	
}

/* Reportscounter */


div.reportCounter {
	background-color:#B11D24;
	text-align:center;
	width:22px;
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.6);
	color:white;
	border:3px solid black;
	font-size:16px;
	position:absolute;
	border-radius:10px;
}

div.reportCounterLight {
	background-color:#da6a6f;	
}

div.reportCounterType2 {
	width:30px;
}

div.reportCounterType3 {
	width:38px;
}

/* List table */

.listtable { 
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}

.listtable th { 
	text-align: left;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background:#fff url(../images/bgd_grid_row_hover.jpg) repeat-x bottom left;
}

.listtable tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:100%;
}

.listtable tr:hover {
	background-color: #f3f3f3;
}

.listtable.clickable tr td:hover, .listtable.clickable tr td:hover label {
	cursor: pointer;
}

.listtable tr:hover td {
	background-color: transparent; /* or #000 */
}

.listtable td {

	padding: 5px;
	background-color: #fff;	
}

.listtable tr.selected td {
	color: #869114;
}

/* edit schedule */
div.employee{
	margin:5px;
}

div.employee select{
	min-width:200px;	
}

div.employee .button{
	margin-left:10px;	
}

div#add_user_box{
	margin-top:15px;
}

div.clientgroupbox, div.userbox{
	margin-bottom:20px;
}

.smalltext .ui-jqgrid tr.jqgrow td {
	font-size: 11px;
}