body
{
	background-color: #ffffff;
	margin: 10px;
	font-family: arial;
	font-size: 9pt;
	/*background-image: url("Images/LogoIMITransp.jpg");
	background-attachment: fixed;
	background-position: 50% 45;
	background-repeat: no-repeat;*/
}

body.Maint
{
	background-color: black;
	margin: 10px;
	font-family: arial;
	font-size: 9pt;
	color: white;
}


body.TheMenu
{
	margin: 0;
/*	background: url("/Logo.php?BG=1") no-repeat left top fixed;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	background-size: 100%;*/
}

body.TheMenuNx
{
	margin: 0;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

body.TheMenu tr td, body.TheMenuNx tr td
{
	padding: 0;
}

.MenuBar
{
	display: inline-table;
	background-color: #3b5998;
	border-top: 1px solid #133783;
	border-bottom: 1px solid #133783;
	color: #d8dfea;
	font-weight: bold;
	/*font-family: "lucida grande", tahoma, verdana, arial, sans-serif;*/
	height: 24px;
	margin: 0;
	padding: 2px 0 0 0;
	width: 100%;
	text-align: center;
	min-width: 980px;
}

.MenuBarNx
{
	display: inline-table;
	background-color: #3b5998;
	border-top: 1px solid #133783;
	border-bottom: 1px solid #133783;
	color: #d8dfea;
	font-weight: bold;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 0 0 0;
	width: 100%;
	text-align: left;
	min-width: 980px;
}

.MenuBar .MenuBar_Item, .MenuBarNx  .MenuBar_Item
{
	display: inline-table;
	font-size: 11px;
	position: relative;
}

.MenuBar .MenuBar_Item:after, .MenuBarNx  .MenuBar_Item:after
{
	background:#526da4;
	content:" ";
	float: right;
	margin-top: 3px;
	width:1px;
	height:18px;
}

.MenuBar .MenuBar_Item_Last, .MenuBarNx  .MenuBar_Item_Last
{
	display: inline-table;
	font-size: 11px;
	position: relative;
}

.MenuBar .MenuBar_Item_Last:after, .MenuBarNx  .MenuBar_Item_Last:after
{
	background: #526da4;
}

.MenuBar_Item_Last.UserName
{
	position: fixed;
	right: 0px;
	top: 0px;
	color: white; 
	padding: 4px 8px 0 8px;
}

.MenuBar a, .MenuBarNx a
{
	color: #d8dfea;
	display: inline-block;
	font-weight: bold;
	padding: 4px 8px 0 8px;
	text-decoration: none;
	height: 18px;
}

.MenuBar a:hover, .MenuBarNx a:hover
{
	background-color:#6d86b7;
	color: white;
}

.MenuBar span, .MenuBarNx span
{
	vertical-align: top;
}

body.TheMain
{
	background: white;
	font-size: 11px;
/*	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;*/
	color: black;
	line-height: 1.28;
	margin: 0;
	padding: 0;
	text-align: left;
	direction: ltr;
	unicode-bidi: embed;
	overflow-y: scroll;
}

body.TestsMain
{
	margin: 0;
	padding: 0;
}

div.Centered
{
	width: 980px;
	text-align: left;
	border: 0px;
	padding: 0;
	margin: 0 auto;
	background-color: #ffffff;
	font-family: arial;
	font-size: 9pt;
}

td.TestQs
{
	width: 170px;
	height: 600px;
	text-align: left;
	border-right: 1px solid black;
	padding: 10px 10px 0 10px;
	margin: 0;
	background-color: white;
	font-family: arial;
	font-size: 9pt;
}

td.TestContents
{
	width: 600px;
	height: 600px;
	text-align: left;
	padding: 10px 4px 0 4px;
	margin: 0;
	background-color: white;
	font-family: arial;
	font-size: 9pt;
}

.PopupTitle
{
	background-color: #113274;
	color: #ffffff;
	padding: 5px;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

fieldset
{
    margin-bottom: 3px;
    border: 1px solid #000000;
    padding: 0.5em;
	border-radius: 5px;
}

fieldset legend
{
    font-weight:        bold;
    background-color:   transparent;
}

ul
{
	margin: 5px 0px 5px 0px;
}

caption
{
	text-align: left;
	font-weight: bold;
}

div.Inln
{
	display: inline;
}

div.Title
{
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
}

div.SubTitle
{
	display: inline;
	font-size: 1.2em;
}

div.Required
{
	display: inline;
	color: #ff0000;
	font-weight: bold;
}

div.Debug
{
	display: inline;
	color: #0000ff;
}

div.Error
{
	display: inline;
	color: #ff0000;
}

table.ForPrinting
{
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.Ok_Msg
{
	padding: 6px;
	border: 1px solid #e2c822;
	background-color: #fff9d7;
	margin: 0px;
}

div.Test
{
	border-top:1px solid #E5E5E5;
	height:56px;
	overflow:hidden;
	position:relative;
}

.Err_Msg
{
	padding: 6px;
	border: 1px solid #dd3c10;
	background-color: #ffebe8;
	font-size: 9pt;
	margin: 0px;
	border-radius: 5px;
}

.Ok_Msg
{
	padding: 6px;
	border: 1px solid #e2c822;
	background-color: #fff9d7;
	font-size: 9pt;
	margin: 0px;
	border-radius: 5px;
}

.Msg1
{
	padding: 6px;
	border: 1px solid #cbcbcb;
	background-color: #d9d9ff;
	font-size: 9pt;
	margin: 0px;
	border-radius: 5px;
}

img
{
	border: 0;
}

input, text
{
	background-color: white;
	font-family: arial;
	font-size: 9pt;
	margin: 0px;
}

input.text
{
	background-color: white;
	font-family: arial;
	font-size: 9pt;
	margin: 0px;
	border: 1px solid #999;
	padding: 3px 2px 3px 2px;
	font: 11px "Lucida Grande", Verdana;
}

input.txt_calendar
{
	background-color: white;
	font-family: arial;
	font-size: 9pt;
	margin: 0px;
	border: 1px solid #999;
	padding: 2px;
	font: 11px "Lucida Grande", Verdana;
}

input.txt_disabled
{
	background-color: #E4E4E4;
	font-family: arial;
	font-size: 9pt;
	margin: 0px;
	border: 1px solid #999;
	padding: 3px 2px 3px 2px;
	font: 11px "Lucida Grande", Verdana;
}

input.btn_normal
{
	background-color:#3b5998;
	border-color:#d9dfea #0e1f5b #0e1f5b #d9dfea;
	border-style:solid;
	border-width:1px;
	color: #ffffff;
	font-family: arial;
	padding: 1px 10px 1px;
	text-align: center;
	font-size: 9pt;
	margin: 0px;
}

input.btn_normal.dis
{
	background-color: #b3c1e1;
	color: #868686;
}

input.btn_normal_disabled
{
	background-color: #b3c1e1;
	border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;
	border-style:solid;
	border-width:1px;
	color: #868686;
	font-family: arial;
	padding: 1px 10px 1px;
	text-align: center;
	font-size: 9pt;
	margin: 0px;
}

input.btn_delete
{
	background-color:#bd1522;
	border-color:#d9dfea #0e1f5b #0e1f5b #d9dfea;
	border-style:solid;
	border-width:1px;
	color: #ffffff;
	font-family: arial;
	padding: 1px 10px 1px;
	text-align: center;
	font-size: 9pt;
	margin: 0px;
}

input.btn_delete_disabled
{
	background-color: #f29198;
	border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;
	border-style:solid;
	border-width:1px;
	color: #868686;
	font-family: arial;
	padding: 1px 10px 1px;
	text-align: center;
	font-size: 9pt;
	margin: 0px;
}

input.btn_cancel
{
    border-color: #d8dfea rgb(14, 31, 91) rgb(14, 31, 91) rgb(216, 223, 234);
    border-style: solid;
    border-width: 1px;
	background-color: #e1e1e1;
	font-family: arial;
	padding: 1px 10px 1px;
	font-size: 9pt;
	margin: 0px;
}

input.btn_filter_dates
{
	background-color:#3b5998;
	border-color:#d9dfea #0e1f5b #0e1f5b #d9dfea;
	border-style:solid;
	border-width:1px;
	color: #ffffff;
	font-family: arial;
	text-align: center;
	font-size: 9pt;
	margin: 0px;
}

input.btn_filter_dates_disabled
{
	background-color: #b3c1e1;
	border-color: #d9dfea #0e1f5b #0e1f5b #d9dfea;
	border-style:solid;
	border-width:1px;
	color: #868686;
	font-family: arial;
	text-align: center;
	font-size: 9pt;
	margin: 0px;
}

input.disabled
{
	background-color: #eeeeee;
}

select
{
	font-family: courier new;
	font-size: 9pt;
	border: 1px solid #999;
}

option.bg_yellow
{
	background-color: #ffff66;
}

textarea
{
	padding: 5px;
	background-color: white;
	font-family: arial;
	font-size: 9pt;
	margin: 0px;
	border: 1px solid #999;
	font: 11px "Lucida Grande", Verdana;
}

textarea.disabled
{
	padding: 5px;
	background-color: #E4E4E4;
	font-family: arial;
	font-size: 9pt;
	margin: 0px;
	border: 1px solid #999;
	font: 11px "Lucida Grande", Verdana;
}

.Small
{
		font-size: 7pt;
}

.Filters
{
	padding: 6px;
	border: 1px solid #cbcbcb;
	background-color: #F2F2F2;
	font-size: 9pt;
	margin: 0px;
	border-radius: 5px;
}

table.Files
{
	background-color: #cbcbcb;
	border-radius: 5px;
	width: 100%;
}

table.Err_Msg
{
	padding: 6px;
	border: 1px solid #dd3c10;
	background-color: #ffebe8;
	font-size: 9pt;
	margin: 0px;
}

table.Grid
{
	background-color: #45a8fc;
}

thead.Grid
{
	color: #ffffff;
	font-size: 1em;
	text-align: center;
}

tr.Grid
{
	background-color: #113274;
}

.CYellow
{
	background-color: #ffff80;
}

.CRed
{
	background-color: #ff6f6f;
}

.CGreen
{
	background-color: #aaffaa;
}

.CYellow_NT
{
	background-color: #ffff80;
}

.CRed_NT
{
	background-color: #ff6f6f;
}

.CGreen_NT
{
	background-color: #aaffaa;
}

tr.Bold
{
	font-weight: bold;
}

th.Grid
{
	color: #ffffff;
	height: 14px;
	text-align: center;
}

.NoShow
{
	display: none !important;
}

td
{
	font-size: 9pt;
}

.TDFormHeader
{
	background-color: #113274;
	color: #ffffff;
	padding: 5px;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.nowrap
{
	white-space: nowrap;
}

td.Err_Msg
{
	padding: 3px;
	border: 1px solid #dd3c10;
	background-color: #ffebe8;
	font-size: 9pt;
	margin: 0px;
}

.Underline
{
	text-decoration: underline;
}

.ImgCell
{
	padding: 10px;
	cursor: pointer;
    border-radius: 5px;
}


.MenuCell_Alert
{
	width: 75px;
	cursor: pointer;
	color: #0000ff;
    font-weight: 550;
    text-decoration: underline;
    border-radius: 5px;
	border: 1px solid #dd3c10;
	background-color: #ffebe8;
}

.MenuCell
{
	padding: 0px 0px 3px 0px;
	width: 75px;
	cursor: pointer;
	color: #0000ff;
    font-weight: 550;
    text-decoration: underline;
    border-radius: 5px;
}

.MenuCell_Search
{
	width: 85px;
	color: #0000ff;
    font-weight: 550;
    text-decoration: underline;
    border-radius: 5px;
}

.MenuCell:hover, .ImgCell:hover
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: #e6e6e6 none repeat scroll 0 0;
	color: #000000;
}

.MenuCell.marked, .MenuCell_Search.marked, .ImgCell.marked
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#5050FF none repeat scroll 0 0;
	color:#ffffff;
}

table tr.odd th, .odd {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#e5e5e5 none repeat scroll 0 0;
}

table tr.even th, .even {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#d5d5d5 none repeat scroll 0 0;
}

table tr.odd th td, table tr.odd td, table tr.even th td, table tr.even td, table tr.CRed td, table tr.CYellow td {
padding: 1px 5px;
}

table tr.marked th, table tr.marked, table td.marked {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFCC99 none repeat scroll 0 0;
color:#000000;
}

.odd:hover, .even:hover, .CalEventDIV:hover, .hover, .CRed:hover, .CYellow:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCFFCC none repeat scroll 0 0;
color:#000000;
}

table tr.odd:hover th, table tr.even:hover th, table tr.hover th {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCFFCC none repeat scroll 0 0;
color:#000000;
}

.AdminToolbar
{
	position: fixed;
	top: 1px;
	right: 290px;
	padding: 1px;
	border: 1px solid black;
	background-color: white;
	margin: 0px;
	width: 153px;
	border-radius: 5px;
}

.MyToolBar
{
	padding: 1px;
	border: 1px solid #cbcbcb;
	background-color: #fbfbfb;
	margin: 0px;
	border-radius: 5px;
}

.CalMain
{
	background-color: #d4d4d4;
	border: 1px solid #bbbbbb;
	width: 730px;
	table-layout: fixed;
	border-radius: 5px;
}

.CalMainHeader
{
	height: 32px;
	background-color: #FEFFFE;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #355881;
}

.CalDaysHeader
{
	height: 20px;
	background-color: #455678;
	text-align: center;
	vertical-align: middle;
	font-size: 10px; 
	font-weight: bold;
	color: #ffffff;
}

.CalDaysTR
{
	font-size: 10px;
	color: #433d27;
	text-align: left;
	vertical-align: top;
	height: 88px;
}

.CalDaysTD
{
	background-color: #ffffff;
	height: 88px;
}

.CalDaysTDToday
{
	background-color: #d4d4d4;
	border: 1px solid black;
	height: 88px;
}

.CalDaysDIV
{
	font-size: 11px;
	font-weight: bold; 
	color: #FBFCEF;
	background-color: #A2A3AE;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	margin: 0px;
}

.CalEventDIV
{
	text-overflow: ellipsis;
	cursor: pointer;
	overflow:hidden;
	white-space:nowrap;
	padding: 1px;
	margin: 0px;
}

.headers
{
	font-family: arial;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	background: #113274;
	color: white;
}

.HeaderSmall
{
	font-family: arial;
	text-align: center;
	font-weight: bold;
	font-size: 7pt;
	background: #113274;
	color: white;
}

tr.line1
{
	background: #DFDFDF; /*obscuro*/
}

tr.line2
{
	background: #F1F1F1; /*claro*/
}

P.breakhere
{
	page-break-before: always;
}

hr.Negra
{
	border-style: solid;
	border-color: black;
}

.ColorRed
{
	color: blue;
}

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}

#ajax_tooltipObj div{
	position:relative;
}

#ajax_tooltipObj .ajax_tooltip_content{
	background-color: #111122;
/*	background: rgba(17, 17, 31, 0.9); */
	border-top: 1px solid #ccc;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #ccc;
	color: #fff;
	float: left;
	font-family: Verdana,sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding: 7px;
	text-align: left;
	z-index: 65000;
	-moz-border-radius: 0.55ex;
	-moz-box-shadow: black 1px 1px 5px;
	-webkit-box-shadow: black 1px 1px 5px;
	-webkit-border-radius: 0.55ex;
}

.DivPost
{
	background:#fff no-repeat 15px 16px;
	border-bottom:1px solid #fff;
	border-top:1px solid #e9e9e9;
	line-height:14px;
	outline:0;
	padding:6px 14px 6px 1px;
	position:relative;
	display: block;
}

.DivPostTeacher
{
	background:#aaffaa no-repeat 15px 16px;
	border-bottom:1px solid #fff;
	border-top:1px solid #e9e9e9;
	line-height:14px;
	outline:0;
	padding:6px 14px 6px 1px;
	position:relative;
	display: block;
}

.DivPostDelButton
{
	background-image: url(/imgs/SmallDelXs.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 8px;
	top: 5px;
}

.DivPostDelButton:hover
{
	background-position:left -32px
}


.DivPost:hover, .DivPostTeacher:hover
{
	background-color:#eceff5 !important;
	border-bottom-color:#eceff5 !important
}

.NewsContainer
{
	width: 100%;
}

.NewsPost
{
	outline: 0;
	padding: 14px;
	position:relative;
	overflow:hidden;
}

.read-more {
    color:#333;
    padding:3px;
}

.read-more a {
    padding-right:22px;
    background:url("/imgs/ArrowDown.gif") no-repeat 100% 50%;
    font-weight:700;
    text-decoration:none;
}

.read-more a:hover {
    color:#000;
}

.LoadMoreArts
{
	color: #0000ff;
	cursor: pointer;
    padding-right:15px;
    padding-left: 15px;
    font-weight:700;
    text-decoration:none;
}

.LoadMoreArts:hover
{
	color:#000;
}

.ArticlesCont
{
	border-radius: 5px;
	border: 1px solid #cbcbcb;
	padding: 5px;
}

.ArticlesContTitle
{
	border-radius: 5px 5px 0 0;
	background-color: #1C52C1;
	padding: 5px;
	height: 18px;
	text-align: left;
	font-size: 1.2em;
	font-weight: 700;
	color: white;
}

.ArticlesContTitle.Evs
{
	background-color: #3aa200;
}

.ArticlesContTitle_NoHover
{
	border-radius: 5px 5px 0 0;
	background-color: #1C52C1;
	padding: 5px;
	height: 18px;
	text-align: left;
	font-size: 1.2em;
	font-weight: 700;
	color: white;
}

.ArticlesContTitle:hover
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: #e6e6e6 none repeat scroll 0 0 !important;
	color: black !important;
}

.SrchText
{
	border: 0px;
	width: 170px;
}

.SrchText:focus
{
	outline: 0;
}

.SrchButton
{
	background-color: white;
	background-image: url(/imgs/SrchIcon.png);
	background-origin: padding-box;
	background-repeat: no-repeat;
	border: 0px black;
	cursor: pointer;
	width: 22px;
	height: 16px;
}

.NewMsgCountCont
{
	display: block;
	position: relative;
}

.NewMsgCount
{
	-webkit-box-shadow: rgba(0, 39, 121, 0.769531) 0px 1px 0px 0px;
	background-clip: border-box;
	background-color: #f03d25;
	background-origin: padding-box;
	border-bottom-color: #c0311e;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #D83722;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #D83722;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #E23923;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	color: white;
	cursor: pointer;
	display: block;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 1px 0px 1px;
	position: absolute;
	right: 2px;
	top: 1px;
	text-align: left;
	height: 11px;
	z-index: 101;
}

.TestTryNo
{
	-webkit-box-shadow: rgba(0, 39, 121, 0.769531) 0px 1px 0px 0px;
	background-clip: border-box;
	background-color: #3aa200;
	background-origin: padding-box;
	border: 1px solid #328802;
	border-radius: 2px;
	color: white;
	cursor: pointer;
	display: block;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 1px 0px 1px;
	position: absolute;
	right: -2px;
	top: 1px;
	text-align: left;
	height: 11px;
	z-index: 101;
}

.TestStart
{

	background-clip: border-box;
	background-color: blue;
	background-origin: padding-box;
	border: 1px solid #021788;
	border-radius: 2px;
	color: white;
	cursor: pointer;
	display: inline;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	text-align: left;
	height: 11px;
	z-index: 101;
}

td.T_QAs
{
	font-weight: bold;
}

td.T_QAs:hover
{
	background:#FFCC99 none repeat scroll 0 0;
}

span.T_CQ
{
	color: green;
}

span.T_WQ
{
	color: red;
}

span.T_PQ
{
	color: yellow;
}

.Lnk
{
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.Cur_Point
{
	cursor: pointer;	
}

.Cur_Default
{
	cursor: default;	
}

td.Grade
{
	min-width: 45px;
	text-align: right;
	padding: 0 !important;
}

td.Attend
{
	min-width: 28px;
	text-align: center;
	padding: 0 !important;
}

td.Grade.SubTotal
{
	background-color: #ffff80;
	font-weight: bold;
}

input.Grade_Txt, input.GradeFixed_Txt
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 45px;
	text-align: right;
}

input.GradeLetter_Txt
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 45px;
	text-align: center;
}

input.GradeComs_Txt
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 150px;
	text-align: left;
}

textarea.NewGradeComs_Txt
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 150px;
	height: 15px;
	text-align: left;
}

textarea.NewGradeComs_Txt.Extended
{
	position: fixed;
	width: 200px;
	height: 100px;
	z-index: 5;
}

input.Att_Txt
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 28px;
	text-align: center;
}

input.Grade_Txt:focus, input.GradeFixed_Txt:focus, input.GradeLetter_Txt:focus, input.GradeComs_Txt:focus, textarea.NewGradeComs_Txt:focus, tr.Focus, td.Focus, input.Att_Txt:focus
{
	background-color: #39d728 !important;
}

input.Weight_Txt
{
	border: 0;
	padding: 0;
	margin: 0;
	width: 30px;
	text-align: right;
}

input.SG, textarea.SG
{
	background-image: url('/imgs/Loading-AJAX.gif');
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}

.Late
{
	background-image: url('/imgs/Alert-16x16.png');
	background-repeat: no-repeat;
	background-position: left;
}

.GFixed
{
	background-image: url('/imgs/LockC-16x16.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 13px;
}

.GAdjusted
{
	background-image: url('/imgs/ScrewDrv-16x16.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 13px;
}

.eLearnBG
{
	background-image: url('/imgs/eLearn-16x16.png');
	background-repeat: no-repeat;
	background-position: center;
}

div.ActGradesTbl
{
	overflow-x: scroll;
	position: relative;
}

tbody.ActGradesTblBdy tr
{
	white-space: nowrap;
	height: 17px;
}

table.FinalAvg tbody tr
{
	background-color: #ffb66c;
}

table.FinalAvg tbody tr td
{
	width: 45px;
	text-align: right;
	font-weight: bold;
}

.ActStudentGrade
{
	cursor: default;
	font-size: 11px;
	height: 14px;
	top: 16px;
	right: 50px;
	position: absolute;
}

.DivMsgGraded
{
	background-color: #3AA200;
}

th.GradeSheetBG
{
	background-image: url('/imgs/Grading-16x16.png');
	background-repeat: no-repeat;
	background-position: center;
}

.CalCategColBox
{
	width: 25px;
	border-radius: 3px;
}

.PosRelative
{
	position: relative;
}

.AddActBtn
{
	position: absolute;
	right: 15px;
	cursor: pointer;
}

.puQ_TIQ
{
	width: 30px;
	font-weight: bold;
	color: red;
}

.Color_Activities
{
	background-color: #1c52c1;
}

.Color_Tests
{
	background-color: #3aa200;
}

.DivWithPointerCont
{
	position: fixed;
	z-index: 999;
}

.DivPointer
{
	background-image: url(/imgs/DivPointer.png);
	background-repeat: no-repeat;
	background-size: auto;
	height: 11px;
	position: absolute;
	top: -10px;
	width: 20px;
}

th.HasActData, input.AttHasComms
{
	background-color: #9c09b8;
	color: white;
}

th.Hoverable:hover
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#CCFFCC none repeat scroll 0 0;
	color:#000000;
}

#ActItemPointer
{
	left: 14px;
}

#ActItemData
{
	width: 200px;
	height: 95px;
	border-radius: 3px;
}

#EventDataCont
{
	position: fixed;
	top: 100px;
	z-index: 999;
}

.EventPointer-top
{
	top: -8px;
}

.EventPointer-bottom
{
	bottom: -8px;
}

.EventPointer-top, .EventPointer-bottom
{
	position: absolute;
	height: 9px;
	width: 18px;
	overflow: hidden;
}

.EventPointer-dk, .EventPointer-lt
{
	position: absolute;
	left: 0;
	top: 0;
}

.EventPointer-dk
{
	border: 9px solid;
	border-color: black transparent;
}

.EventPointer-lt
{
	border: 8px solid;
	border-color: white transparent;
	left: 1px;
}

.EventPointer-top .EventPointer-lt
{
	top: 1px;
}

.EventPointer-top .EventPointer-dk, .EventPointer-top .EventPointer-lt
{
	border-top-width: 0;
}

.EventPointer-bottom .EventPointer-dk, .EventPointer-bottom .EventPointer-lt
{
	border-bottom-width: 0;
}

#EventData
{
	width: 400px;
	min-height: 130px;
	padding: 10px;
	border: 1px solid black;
	background-color: white;
	margin: 0px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	border-radius: 3px;
}


.Event-Edit, .Event-Del
{
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 15px;	
}

.Event-Edit
{
	background-image: url(/imgs/Edit-16x16.png);
	right: 40px;
}

.Event-Del
{
	background-image: url(/imgs/Delete-16x16.png);
	right: 15px;
}

#AutoLateMarkDiv
{
	position: absolute;
	top: 0px;
	right: 14px;
}

.InBackground
{
	z-index: -5 !important;
}

.RepPrompt_MultiSel
{
	overflow: auto;
	width: 275px;
	height: 142px;
	border: 0px #000000 solid;
	text-align: left;
	padding: 2px;
}

.NormalLink
{
	color: rgb(0, 0, 238) !important;
}

.Rounded
{
	border-radius: 5px;
}