﻿@font-face
{
    font-family:Frutiger;
    
    src:url(FrutigerLTStd-BoldCn.otf);
}

body{
    padding:0px;
    font:11px arial;
    background-color:#ffffff;
    color:#424242;
}

body.master
{
    background-image:url(images/bg-wide.gif);
    background-repeat:repeat-y;
    background-position:center top;
}

a{text-decoration:none; color:#9b3d9e; font-weight:bold}
a:hover{color:#dc9f09}

fieldset{border:none 0; padding:0 0 0 15px;}
fieldset legend
{
    width:100%;
    border-bottom:solid 1px #d9d9d9;
    margin:20px 0 10px -15px;
    padding-bottom:10px;
}
fieldset div{width:100%; margin-bottom:10px;}
fieldset h3, fieldset input, fieldset strong, fieldset p{float:left;}
fieldset h3{width:100px;}
fieldset input{margin-right:5px;}
.OkCancelButtons{position:relative; left:50%; margin:10px 10px 10px -120px; width:240px;}

/******************************
 *  TITLES
 ******************************/
h1,h2,h3,p{margin:0px;}
h1
{
    font-weight:normal;
    font:Verdana;   
    font-size:18px;    
    color:#9b3d9e;      /*Blue*/
}
h1 em
{
    font:Verdana;
    font-size:28px;
    font-weight:normal;
    color:#dc9f09;      /*Yellow*/
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9b3d9e;
	font-weight: bold;
}
h3,gridheader{color:#000000;}

strong, em, h3, .infolabel, dt, dd, p, gridcell, gridheader
{
    font-family: Tahoma;
    font-size:11px;
    font-weight:bold;
    font-style:normal;
}
strong, dt, strong a{color:#dc9f09;}
em, dd{color:#9b3d9e;}
strong a:hover, em a:hover{color:#dc9f09;}

.infolabel, p, gridcell{font-weight:normal; color:#424242; font-family:Arial; line-height:1.5em;}
h2,p,gridcell{margin-bottom:1em;}
h3{margin-bottom:0.5em}

/*******************************
 *  GRIDVIEW
 *******************************/
table.grid
{
    border:none 0px white;
    width:100%;
    text-align:left;
    /*font-size: 12px;*/
}

table.grid tr
{
    /*font-family: Arial;
    font-style: normal;
    font-weight: normal;
    color: #000000;*/
    
    cursor:pointer;
}

.gridcell
{
    border-bottom:1px solid #c0c0c0;
    /*font-family:Arial;*/
    padding-right:5px;
}

.gridcell a
{
    color: #424242;
    font-weight:normal;
    text-decoration:none;
}

.gridcell a:hover
{
    color:#9b3d9e;
    font-weight:bold;
    text-decoration:none;
}

.gridcell a:active
{
    color:#dc9f09;
    font-weight:bold;
    text-decoration:underline;
}

.gridheader
{
    /*font-family: Arial;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    background: #FFFFFF; */
    border-bottom:solid 1px #c0c0c0; 
    border-top:solid 1px #c0c0c0;
    height: 20px;
    padding-right:10px;
}

.gridheader a
{
	color: Black;
}

.gridheader a:hover
{
	color: #9b3d9e;
}

.gridfooter span
{
    font:arial 10px;
    color:#9b3d9e;
    font-weight:bold;
    text-decoration:none;
}

.gridfooter a
{
    color: #424242;
    font-weight:normal;
    text-decoration:none;
}

.gridfooter a:hover
{
    color:#dc9f09;
    font-weight:bold;
    text-decoration:none;
}

.gridfooter a:active
{
    color:#dc9f09;
    font-weight:bold;
    text-decoration:underline;
}

.gridselected
{
    color: #424242;
    background: #fff;
    cursor:pointer;
}
.gridselected td
{
    font-weight:bold;
}

.gridhover
{    
    background: #fff;
    cursor:pointer;
}

.gridhover td
{
    font-weight:bold;
}

/***************************
 *  INSTRUCTION ROWS
 *  For the formatted tables that hold the step-by-step methods of doing stuff
 ***************************/

table.steptable
{
    width:100%;
}

.stepcell
{
    border-bottom:1px solid #c0c0c0;
    font-family:Arial;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}

/******************************
 *  TAB table
 ******************************/
table.tabtable
{
    width:100%;
    height:100%;
}

.tabrow
{
    text-align:left;
    /*border-bottom:solid #333333 4px;*/
    padding:0px 0px 10px 0px;
    height:25px;
}

td.tabformrow
{
    border:none;
    padding:0px;
    vertical-align:top;
}

.tabcell_off {
	background-image: url("images/tab_blue.jpg");
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	color: #9b3d9e;
	height: 25px;
	width:116px;
	border:none;
	margin-right:2px;
}

.tabcell_on 
{
	background-image: url("images/tab_green.jpg");
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	color: #dc9f09;
	height: 25px;
	width:116px;
	font-weight: bold;
	border:none;
	margin-right:2px;
}

.stabcell_off {
	background-image: url("images/stab_blue.jpg");
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	color: #9b3d9e;
	height: 25px;
	width:96px;
	border:none;
	margin-right:2px;
}

.stabcell_on 
{
	background-image: url("images/stab_green.jpg");
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	color: #dc9f09;
	height: 25px;
	width:96px;
	font-weight: bold;
	border:none;
	margin-right:2px;
}

/******************************
 *  MASTER table
 ******************************/
#master {
	/*vertical-align:top;
    text-align:left;    
    height:100%;
    width:950px;    
    margin-left:-475px;    
    background:white;
    
    position:absolute;
    left:50%;*/
}

#master-header
{   
    width:100%;
    background:transparent url(images/lms_banner.jpg) no-repeat left top;
    height:115px;
    border-bottom:solid 1px #d9d9d9;
}

#master-content
{
    float:right;
    width:750px;
}

#master-menu
{
    float:left;
    width:170px;
}
#master-menu-header
{
    height:69px;
}
#master-menu-content
{
    background-image: url(images/sidebar_gradient.jpg); 
    background-repeat: no-repeat; 
    background-position: top; 
    padding: 15px 0 70px 0;
    margin:0;
}
#master-menu a
{
	color:#9b3d9e;      /*Blue*/
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(images/icon-triangle-green-left.gif);
	cursor:pointer;
	display: block;
	clear:left;
	margin: 3px 0 3px 10px;
	padding-left:10px;
}
#master-menu a:hover
{
    color:#dc9f09;
}

#contexttags
{
    position:absolute;
    left:200px;
    top:115px;
    width:750px;
}
#nametag
{    
    float:right;
    vertical-align:middle;
    padding:7px 3px 0px 30px;
    height:22px;
    border:solid 1px #d9d9d9;
    background-image:url(images/welcome_window_bg.gif);
    background-position:left top;
    background-repeat:no-repeat;
}
#portaltag
{
    float:right;
    vertical-align:top;
    padding:7px 3px 0px 30px;
    height:22px;
    border:solid 1px #d9d9d9;
    background-image:url(images/portal.gif);
    background-position:left top;
    background-repeat:no-repeat;
}

#frame-left, #frame-right
{
    position:absolute;
    left:50%;
    top:0px;
}
#frame-left{margin-left:-510px;}
#frame-right{margin-left:485px;}

.loaderimage
{
    position:absolute;
    left:900px;
    top:30px;
}
.loader2
{
    position:absolute;
    left:450px;
    top:280px;
}

#titlecell /*The nice big title on each module page */
{
    width:740px;
    height:60px;    
    background-color:White;
    /*background-image:url(images/banner_greyline.gif);
    background-position:left top;
    background-repeat:no-repeat;*/
    border-bottom:solid 1px #d9d9d9;
    padding:15px 0 10px 10px;    
    margin-bottom:15px;
}

/*******************************
 *  CALENDAR
 *******************************/
.cal-day
{
    font-size:10px;
    font-family:Arial;
    padding:2px;
}

.cal-day a:hover
{
    color:#9b3d9e;
    font-weight:bold;
}

.cal-dayheader
{
    font-size:11px;
    font-family:Arial;
    font-weight:bold;
    padding:5px 4px 5px 4px;
}

.cal-title
{
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    padding:5px 0px 5px 0px;
    border-bottom:solid 1px #dc9f09;
    background-color:#FFFFFF;
}

.cal-weekend
{
    font-size:10px;
    font-family:Arial;
    padding:2px;
    background-color:#d9d9d9;
}

.cal-selected
{
    font-size:10px;
    font-family:Arial;
    padding:2px;
    color:#FFFFFF;
    background-color:#9b3d9e;
}

.cal-today
{
    font-size:10px;
    font-family:Arial;
    padding:2px;
    
    color:#9b3d9e;
}


/******************************
 *  BUTTON
 ******************************/

.form_button {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	border:none 0px;
	width:35px;
	height:20px;
}

.lmsbutton
{
	width: 120px;
	height: 20px;
	font: arial 10pt;
	font-weight: bold;
	color: #000000;
	border:solid #808080 1px;
	background-color: #d9d9d9;
}

.iconbutton
{
	text-align:left;
	vertical-align:middle;
	font:Arial 10pt;
	font-weight:bold;
	color:#424242;
	height:30px;
	padding-left:12px;
	border:none 0px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:left center;
	cursor:pointer;
}

.iconbutton-right
{
    text-align:left;
	vertical-align:middle;
	font:Arial 10pt;
	font-weight:bold;
	color:#424242;
	height:30px;
	padding-left:12px;
	border:none 0px;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:right center;
	cursor:pointer;
}

a.iconbutton-back, a.iconbutton-next
{
    text-align:left;
	vertical-align:middle;
	font:Arial 11px;
	font-weight:bold;
	color:#424242;
	height:30px;
	background-color:Transparent;
	background-repeat:no-repeat;
	
	cursor:pointer;
}
a.iconbutton-back
{
    padding-left:12px;
    background-image:url(images/icon-triangle-green-right.gif);
    background-position:left center;
}
a.iconbutton-next
{
    padding-right:12px;
	background-image:url(images/icon-triangle-green-left.gif);
	background-position:right center;
}
a.iconbutton-back:hover, a.iconbutton-next:hover{color:#dc9f09;}
a.iconbutton-back:hover{background-image:url(images/icon-triangle-blue-right.gif);}
a.iconbutton-next:hover{background-image:url(images/icon-triangle-blue-left.gif);}

.lmstextfieldsmall
{
	width:40px;
	height:20px;
	vertical-align:middle;
	font-weight:normal;
}

.lmstextfieldmedium
{
	width:200px;
	height:20px;
	vertical-align:middle;
	font-weight:normal;
}

.lmstextfieldlarge
{
	width:400px;
	height:100px;
	font-weight:normal;
}

/*******************************
 *  CE-Engine Menu
 *******************************/
.text-categorytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0064B2;
	font-weight: bold;
}

.text-supercategorytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #479406;
	font-weight: bold;
}

.text-body-regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.table-categorycontent {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
}

.table-categorycontent-firstrow {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text-instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.text-alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.text-alert-small {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/****************************************************
 * AJAX control styles
 *****************************************************/
.modalBackground {
	background-color:white;
	filter:alpha(opacity=70);
	opacity:0.7;
	overflow:hidden;
}

.popupcontrol
{
    visibility:hidden;
}