/* -------------------------------------------------------------- 
   Created by Erik Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   -------------------------------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* -------------------------------------------------------------- 
   Based on work by:
   * Olav Bjørkøy      [bjorkoy.com]
   * Richard Rutter    [clagnut.com]
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Typogrify         [code.google.com/p/typogrify]
   -------------------------------------------------------------- */
   

body { 
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5em; /* Unitless for proper inheritance */
	font-size: 75%; 
}
html>body { font-size: 12px; }



/* --------------------------------------------------------------
   Headings
   -------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
  clear:both; 
}

/* Total height for each heading has to be a multiple of the baseline (18). */
h1 { 
  font-size: 3em; 
  color: #626262;
}

span.command {
  float: right;
  vertical-align:middle;
  font-size: 0.75em;
}

span.command img {
  display: inline;
	vertical-align: middle;
	margin: 0pt;
}

h2 { 
  font-size: 1.333em;
  font-weight: bold; 
  line-height: 1.5em;
  color: #296285;
  border-bottom: 3px solid #6699CC;
  padding: 0pt 0.667em;
  margin-bottom: 1.5em;
  clear: none;
  display: block;
}

h2 a:link , h2 a:visited, h2 a:hover, h2 a:active {
  font-weight: normal;
  font-size: 0.833em;
}

h2 span.command, .header.command {
  font-size: 0.75em;
}

h2 span.command a, .header.command {
  font-size: 1em;
}

h2 span.command a:link , h2 span.command a:visited, span.command h2 a:active {
  color: #FFFFFF;
}
h2 span.command a:hover {
  color: #CFDFFD;
}

h3 { 
  line-height: 1.5em; 
  background: none;
  color: #000000;
  padding: 0;
  border-bottom: 1px solid #C0C0C0;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
}

h3.first { 
  margin-top: 0;
}

h3.with_table { 
  margin-bottom: 0;
}

h3.with_break { 
  margin-top: 0;
}

h3 span.command {
  font-size: 0.75em;
  font-weight: normal;
  color: #C0C0C0;
}

h3 span.command a {
  font-size: 1em;
}

h4 {
  background:transparent none repeat scroll 0 0;
  font-size: 1.2em;
  border-bottom:1px solid #C0C0C0;
  color:#000000;
  line-height:1.5em;
  margin-bottom:1em;
  margin-top:0;
  padding:0;
  font-weight:bold;
}
h4.break { font-size: 1.2em; line-height: 1.25em; margin: 1em 0;}
h4.form { border: none; margin-bottom: 0.3em;}

h5 {
  background:transparent none repeat scroll 0 0;
  font-size: 1.5em;
  color:#296285;
  line-height:1.1em;
  margin: 0.5em 0 1em 0; 
  padding:0;
  font-weight:normal;
}

h6 { 
  font-size: 1em; 
  border-bottom: dotted 1px #DDDDDD;
}

/* --------------------------------------------------------------
   Text elements
   -------------------------------------------------------------- */

p           { margin-bottom: 1.5em;}
.side_box p, .commands_side_box p, .highlight_side_box p, .form_side_box p { color: #626262; margin-top: 1em; margin-bottom: 0pt;}
.side_box p.command, .commands_side_box p.command, .highlight_side_box p.command, .form_side_box p.command { margin-top: 0pt;}
.side_box dt { width: 2.66em; margin: 0;  vertical-align: top; }
.side_box dd { margin-left: 3em; }

p.last      { margin-bottom:0; }
p img       { float: left; margin: 1.5em 0.6em 0 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin-bottom: 1.5em; }
li          { line-height: 1.5em; }

.side_box li, .commands_side_box li, .highlight_side_box li, .form_side_box li { color: #626262}

a:link , a:visited, a:hover, a:active {
  	color: #037CD5;
}

a.command:link , a.command:visited, a.command:hover, a.command:active {
  	color: #FEA11D;
}

blockquote  { margin: 0pt 0pt 1.5em 1.917em; font-size: 0.9em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.5em; line-height: 1.5em; background: #eee; padding: 0.2em; border: 0; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #B2CCFF; 
  color: #B2CCFF;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 0.1em;
  margin: 0 0 1.4em 0;
  border: none; 
}

* html hr { margin: 0 0 1.2em 0; } /* IE6 fix */

.right { text-align: right; }
.left  { text-align: left; }
.center{ text-align: center; }
/* Containers */

.con40 { margin-left: auto; margin-right: auto; width: 960px; }
.win18 { margin-left: auto; margin-right: auto; width: 432px; }

.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12, .g13, .g14, .g15, .g16, .g17, .g18, .g19, .g20, .g21, .g22, .g23, .g24, .g25, .g26, .g27, .g28, .g29, .g30, .g31, .g32, .g33, .g34, .g35, .g36, .g37, .g38, .g39, .g40 { display:inline; float: left; position: relative; margin-left: 2px; margin-right: 2px; }

.w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8, .w9, .w10, .w11, .w12, .w13, .w14, .w15, .w16, .w17, .w18, .w19, .w20, .w21, .w22, .w23, .w24, .w25, .w26, .w27, .w28, .w29, .w30, .w31, .w32, .w33, .w34, .w35, .w36, .w37, .w38, .w39, .w40 { overflow: auto; margin-left: 0; margin-right: 0; }

/* Grid margins (fi => First, la => Last, fl => First and Last) */
.fi, .fl { margin-left: 0; }
.la, .fl { margin-right: 0; }

.g1 ,.w1  { width:20px; }
.g2 ,.w2  { width:44px; }
.g3 ,.w3  { width:68px; }
.g4 ,.w4  { width:92px; }
.g5 ,.w5  { width:116px; }
.g6 ,.w6  { width:140px; }
.g7 ,.w7  { width:164px; }
.g8 ,.w8  { width:188px; }
.g9 ,.w9  { width:212px; }
.g10,.w10 { width:236px; }
.g11,.w11 { width:260px; }
.g12,.w12 { width:284px; }
.g13,.w13 { width:308px; }
.g14,.w14 { width:332px; }
.g15,.w15 { width:356px; }
.g16,.w16 { width:380px; }
.g17,.w17 { width:404px; }
.g18,.w18 { width:428px; }
.g19,.w19 { width:452px; }
.g20,.w20 { width:476px; }
.g21,.w21 { width:500px; }
.g22,.w22 { width:524px; }
.g23,.w23 { width:548px; }
.g24,.w24 { width:572px; }
.g25,.w25 { width:596px; }
.g26,.w26 { width:620px; }
.g27,.w27 { width:644px; }
.g28,.w28 { width:668px; }
.g29,.w29 { width:692px; }
.g30,.w30 { width:716px; }
.g31,.w31 { width:740px; }
.g32,.w32 { width:764px; }
.g33,.w33 { width:788px; }
.g34,.w34 { width:812px; }
.g35,.w35 { width:836px; }
.g36,.w36 { width:860px; }
.g37,.w37 { width:884px; }
.g38,.w38 { width:908px; }
.g39,.w39 { width:932px; }
.g40,.w40 { width:956px; }

/* input fields widths, because they have 1px border */
input.w1 ,textarea.w1 { width:15px; }
input.w2 ,textarea.w2  { width:39px; }
input.w3 ,textarea.w3  { width:63px; }
input.w4 ,textarea.w4  { width:87px; }
input.w5 ,textarea.w5  { width:111px; }
input.w6 ,textarea.w6  { width:135px; }
input.w7 ,textarea.w7  { width:159px; }
input.w8 ,textarea.w8  { width:183px; }
input.w9 ,textarea.w9  { width:207px; }
input.w10,textarea.w10 { width:231px; }
input.w11,textarea.w11 { width:255px; }
input.w12,textarea.w12 { width:279px; }
input.w13,textarea.w13 { width:303px; }
input.w14,textarea.w14 { width:327px; }
input.w15,textarea.w15 { width:350px; }
input.w16,textarea.w16 { width:375px; }
input.w17,textarea.w17 { width:399px; }
input.w18,textarea.w18 { width:423px; }
input.w19,textarea.w19 { width:447px; }
input.w20,textarea.w20 { width:471px; }
input.w21,textarea.w21 { width:495px; }
input.w22,textarea.w22 { width:519px; }
input.w23,textarea.w23 { width:543px; }
input.w24,textarea.w24 { width:567px; }
input.w25,textarea.w25 { width:591px; }
input.w26,textarea.w26 { width:615px; }
input.w27,textarea.w27 { width:639px; }
input.w28,textarea.w28 { width:663px; }
input.w29,textarea.w29 { width:687px; }
input.w30,textarea.w30 { width:711px; }
input.w31,textarea.w31 { width:735px; }
input.w32,textarea.w32 { width:759px; }
input.w33,textarea.w33 { width:783px; }
input.w34,textarea.w34 { width:807px; }
input.w35,textarea.w35 { width:833px; }
input.w36,textarea.w36 { width:855px; }
input.w37,textarea.w37 { width:879px; }
input.w38,textarea.w38 { width:903px; }
input.w39,textarea.w39 { width:927px; }
input.w40,textarea.w40 { width:951px; }

/* Prefix Extra Space */ 

.pre1 { padding-left:24px; }
.pre2 { padding-left:48px; }
.pre3 { padding-left:72px; }
.pre4 { padding-left:96px; }
.pre5 { padding-left:120px; }
.pre6 { padding-left:144px; }
.pre7 { padding-left:168px; }
.pre8 { padding-left:192px; }
.pre9 { padding-left:216px; }
.pre10 { padding-left:240px; }
.pre11 { padding-left:264px; }
.pre12 { padding-left:288px; }
.pre13 { padding-left:312px; }
.pre14 { padding-left:336px; }
.pre15 { padding-left:360px; }
.pre16 { padding-left:384px; }
.pre17 { padding-left:408px; }
.pre18 { padding-left:432px; }
.pre19 { padding-left:456px; }
.pre20 { padding-left:480px; }
.pre21 { padding-left:504px; }
.pre22 { padding-left:528px; }
.pre23 { padding-left:552px; }
.pre24 { padding-left:576px; }
.pre25 { padding-left:600px; }
.pre26 { padding-left:624px; }
.pre27 { padding-left:648px; }
.pre28 { padding-left:672px; }
.pre29 { padding-left:696px; }
.pre30 { padding-left:720px; }
.pre31 { padding-left:744px; }
.pre32 { padding-left:768px; }
.pre33 { padding-left:792px; }
.pre34 { padding-left:816px; }
.pre35 { padding-left:840px; }
.pre36 { padding-left:864px; }
.pre37 { padding-left:888px; }
.pre38 { padding-left:912px; }
.pre39 { padding-left:936px; }

/* Suffix Extra Space */
.suf1 { padding-right:24px; }
.suf2 { padding-right:48px; }
.suf3 { padding-right:72px; }
.suf4 { padding-right:96px; }
.suf5 { padding-right:120px; }
.suf6 { padding-right:144px; }
.suf7 { padding-right:168px; }
.suf8 { padding-right:192px; }
.suf9 { padding-right:216px; }
.suf10 { padding-right:240px; }
.suf11 { padding-right:264px; }
.suf12 { padding-right:288px; }
.suf13 { padding-right:312px; }
.suf14 { padding-right:336px; }
.suf15 { padding-right:360px; }
.suf16 { padding-right:384px; }
.suf17 { padding-right:408px; }
.suf18 { padding-right:432px; }
.suf19 { padding-right:456px; }
.suf20 { padding-right:480px; }
.suf21 { padding-right:504px; }
.suf22 { padding-right:528px; }
.suf23 { padding-right:552px; }
.suf24 { padding-right:576px; }
.suf25 { padding-right:600px; }
.suf26 { padding-right:624px; }
.suf27 { padding-right:648px; }
.suf28 { padding-right:672px; }
.suf29 { padding-right:696px; }
.suf30 { padding-right:720px; }
.suf31 { padding-right:744px; }
.suf32 { padding-right:768px; }
.suf33 { padding-right:792px; }
.suf34 { padding-right:816px; }
.suf35 { padding-right:840px; }
.suf36 { padding-right:864px; }
.suf37 { padding-right:888px; }
.suf38 { padding-right:912px; }
.suf39 { padding-right:936px; }

/* Clear Floated Elements */ /* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.left   { text-align: left;}   
.center { text-align: center;} 
.column { float: left; }
.bottom { vertical-align: bottom; }
.top    { vertical-align: top; }
body {
    background-color: #E5E5E5;
}

/* -------------------------------------------------------------- 
   Top section 
   -------------------------------------------------------------- */

#navigation {
    background-color: #A70010;
    padding: 4px 15px 4px 15px;
    color: #FFFFFF;
    font-size: 0.833em;
    line-height: 1em;
    vertical-align: middle;
}

#navigation a, #navigation a:visited, #navigation a:hover {
    color: #FFFFFF;
}

#navigation p {
    padding-top: 2px;
    margin-bottom: 0pt;
}

#topsection {
    background-color: #296285;
    padding: 5pt 15px 0pt 15px;
    border-bottom: 8px solid #6699CC;
    position:relative;
    z-index: 1;
}

#topsection .container {
    background-color: #FFFFFF;
    padding: 0pt 15px;
}

#topsection h1 {
    font-size: 2em;
    line-height: 1em;
    padding: 0.417em 0pt;
    clear: none;
}

#topsectionbottom {
    height: 6px;
    background: transparent url(https://dkyat1j0hpkee.cloudfront.net/production/assets/header-bottom-bg.png ) repeat-x scroll top;
    padding: 0pt 15px 0pt 15px;
}

#topsectionbottom .container {
    height: 6px;
    background: #FFFFFF url(https://dkyat1j0hpkee.cloudfront.net/production/assets/small-header-bottom-bg.png ) repeat-x scroll top;
    padding: 0pt 15px 0pt 15px;
}

/* -------------------------------------------------------------- 
   Main section 
   -------------------------------------------------------------- */

#mainsection {
    background-color: #E5E5E5;
    padding: 0pt 7px 0pt 15px;
    z-index: 0;
}

#mainsection .container {
    background: #FFFFFF url(https://dkyat1j0hpkee.cloudfront.net/production/assets/right-bg.png ) repeat-y scroll right center;
    padding: 0.5em 23px 0pt 15px;
    min-height: 400px;
}

/* -------------------------------------------------------------- 
   login section 
   -------------------------------------------------------------- */

#loginsection {
    background-color: #E5E5E5;
    padding: 0pt 7px 0pt 15px;
}

#loginsection .container {
    background: #FFFFFF url(https://dkyat1j0hpkee.cloudfront.net/production/assets/right-bg.png ) repeat-y scroll right center;
    padding: 1.5em 23px 0pt 15px;
    min-height: 300px;
}
/* -------------------------------------------------------------- 
   Bottom section 
   -------------------------------------------------------------- */

#bottomsection {
    padding: 0pt 7px 0pt 15px;
    line-height: 1em;
    text-align: center;
}

#bottomsection .container {
    height: 25px;
    font-size: 0.833em;
    line-height: 1.5em;
    color: #626262;
    background: transparent url(https://dkyat1j0hpkee.cloudfront.net/production/assets/bottom-bg.png ) no-repeat scroll right top;
    padding: 1.5em 15px 0pt 15px;
    min-height: 20px;
}

#bottomsection ul {
    margin-bottom: 0;
}

#bottomsection li {
    display: inline;
}

#bottomsection a, #bottomsection a:visited, #bottomsection a:hover {
    color: #626262;
}

/* -------------------------------------------------------------- 
   Side bar
   -------------------------------------------------------------- */

div.side_box {
    padding: 0.833em;
    background-color: #cfdffd;
    margin-bottom: 0.417em;
}

div.form_side_box {
    padding: 0.833em;
    background-color: #EFEFEF;
    border: 1px solid #C0C0C0;
    margin-bottom: 0.417em;
}

div.commands_side_box {
    padding: 0.833em;
    background-color: #B7CCF2; /*  border: 1px solid #6699CC;*/
    margin-bottom: 0.417em;
}

div.commands_side_box img {
    display: inline;
    vertical-align: middle;
    margin: 0pt;
}

div.tabnav_side_box {
    padding: 0.833em;
    background-color: #CFDFFD;
    border: 1px solid #B7CCF2;
    margin-bottom: 0.417em;
}

div.highlight_side_box {
    padding: 0.833em;
    background-color: #FCF1D0;
    border: 1px solid #F0D789;
    margin-bottom: 0.417em;
}

div.flat_side_box {
  padding: 10px 0 10px 0;
  background-color: #FFFFFF;
  margin-bottom: 0.417em;
  border: none;
}
div.flat_side_box .inner{
  padding-left: 10px;
  padding-right: 10px;
}

div.flat_side_box a {
  font-weight: bold;
  line-height: 22px;
}

div.flat_side_box a:hover {
  text-decoration: none;
}

div.flat_side_box h4 {
  color: #484E54;
  font-family: helvetica-neue, helvetica, arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 20px;
  line-height: normal;
  background-color: #E7F2F7;
  border-bottom-left-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  border-top-left-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  margin: 0px 0px 15px;
  padding: 8px 0px 2px 10px;
  border: none;
}

/* --------------------------------------------------------------
Generic stuff
-------------------------------------------------------------- */

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;  
}

.spacer, .spacer2 {
  clear: both;
  padding: 0;
  height: 0;  
}
.spacer {
  margin: 0 0 1em 0;
}
.spacer2 {
  margin: 0 0 2em 0;
}

/* rounded boxes */
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#C3D9FF}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e5eeff;
  border-right:1px solid #e5eeff;
  background:#d2e2ff}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9fbff;
  border-right:1px solid #f9fbff;
  background:#cee0ff}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cee0ff;
  border-right:1px solid #cee0ff;}
.spiffy4{
  border-left:1px solid #e5eeff;
  border-right:1px solid #e5eeff}
.spiffy5{
  border-left:1px solid #d2e2ff;
  border-right:1px solid #d2e2ff}
.spiffyfg{
  padding: 0 5px; 
  background:#C3D9FF}
form {
	margin: 0pt;
	padding: 0pt;
}

dl {
	margin-bottom: 1.5em;
}

dl.side_box {
	margin-top: 1em;
}

dt {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: right;
  width: 13.333em;
  clear: left;
  float: left;
  margin: 0 0pt 0.667em;
  padding: 0pt;
  position: relative;
  white-space: nowrap;
}

dl.detail dt {
	font-weight: normal;
	color: #626262;
}

dl.side_box dt {
	width: 0;
	font-weight: normal;
	color: #626262;
}

dd {
	font-size: 1em;
	line-height: 1.5em;
	margin-left: 14em;
	margin-bottom: 0.667em;
}

dl.detail dd {
	font-weight: bold;
	padding-top: 0.333em;
	margin: 0 0 0.667em 14em;
}


dl.side_box dd {
	margin: 0 0 0.667em;
}


input, select, textarea {
  display: inline;
	vertical-align: middle;
}

dd img {
  display: inline;
	vertical-align: middle;
	margin: 0pt;
}

dd label {
  margin-left: 1em;
  font-weight: bold;
}

dl.detail dd label {
  margin-left: 1em;
  font-weight: normal;
	color: #626262;
}

span.mandatory {
  color: #C01A18;
}

p.form_note {
  color: #626262;
}

p.field_note {
  color: #626262;
  font-size: 0.833em;
  line-height: 1.3em;
  margin-bottom: 0;
}

/* --------------------------------------------------------------
  Errors and success
  -------------------------------------------------------------- */

div.error_flash {
  color: #E35E5D;
  background-color: #FED2D2;
  border: solid 0.084em #E35E5D;
  padding: 0.75em 1.667em 0.75em;
  margin: 0 0 1.5em;
  font-weight: bold;
}

div.error_flash p {
  margin: 0;
}

div.error_flash small a { color: #E35E5D; }

div.notice_flash {
  color: #007E00;
  background-color: #CAFFA1;
  border: solid 1px #11FF11;
  padding: 0.75em 1.667em 0.75em;
  margin: 0 0 1.5em;
  font-weight: bold;
}

div.notice_flash p {
  margin: 0;
}

div.notice_flash small a { color: #007E00; }

div.error_flash small, div.notice_flash small {
  float: right;
  font-size: 8px;
  font-weight: normal;
}

dt.error {
 margin: 0;
 width: 16em;
 float: none;
 clear: none;
 line-height: 0;
}

dt.error img {
	margin: 0pt;
}

dd.error {
 background-color: #FED2D2; 
 border: solid 1px #E35E5D;
 padding: 0.833em;
 margin-bottom: 1.5em;
}
  
ul.errors {
  margin: 0;
} 
 
ul.errors li {
  color: #E35E5D;  
  font-weight: bold;
}


/* --------------------------------------------------------------
  Button
  -------------------------------------------------------------- */

div.commands {
  clear: both;
  padding:  0.833em 0pt 0.833em 14em;
  margin-bottom: 1.5em;
  background-color: #EFEFEF;
  border-top: 1px solid #C0C0C0;
}
/* -------------------------------------------------------------- 
   Tables
   -------------------------------------------------------------- */


table {
  width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

table.with_option {
  margin-bottom: 0pt;
}

th, ul .table .header {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  color: #626262;
  background: #DFDFDF url(https://dkyat1j0hpkee.cloudfront.net/production/assets/menu-bg-0f09a2f2e9ad0b5a0ce92e8f08992c43.png) repeat-x scroll;
  padding: 0.25em 10px;
  border-bottom: 1px solid #C0C0C0;
  border-top: none; 
  border-right: none;
  border-left: none;
  margin-bottom: 0px;
}

td {
	padding: 0.25em 0.417em;
  vertical-align: top;
	border-bottom: 1px solid #C0C0C0;
}

td.bor_right { border-right: 1px dotted #C0C0C0; }
td.bor_left { border-left: 1px dotted #C0C0C0; }

td ul {
  margin:0;
}

/* -------------------------------------------------------------- 
   Flat table ie: people basecamp 
   -------------------------------------------------------------- */

table.flat td {
	vertical-align: top;
	border: 1px solid #C0C0C0;
  padding: 0;
}

table.flat th {
	vertical-align: top;
	padding: 0;
	border: 1px solid #C0C0C0;
 	background-color: #EFEFEF;
	font-weight: bold;
}

table.flat td.blank {
 	border: none;
}

ul.intable {
	margin-bottom: 0pt;
}

/* -------------------------------------------------------------- 
   UL that acts like a table 
   -------------------------------------------------------------- */

ul.table {
  font-size: 0;
  padding-top:1px;
  padding-left:1px;
  word-spacing:-1em;
}
ul.table li {
  border: #C0C0C0 1px solid ;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  font-size: 12px;
  height: 120px;
  overflow: hidden;
  padding: 9px;
  vertical-align: top;
  *zoom: 1;
  margin: -1px 0px 0px -1px;
  word-spacing: normal;
}

ul.table li.header {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  color: #626262;
  background: #DFDFDF url(https://dkyat1j0hpkee.cloudfront.net/production/assets/menu-bg-0f09a2f2e9ad0b5a0ce92e8f08992c43.png) repeat-x scroll;
  padding: 0.25em 10px;
  border-bottom: 1px solid #C0C0C0;
  border-top: none; 
  border-right: none;
  border-left: none;
}

ul.table li.row {
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 0.25em 10px;
  margin: -1px 0px 0px -1px;
  height: auto;
}

ul.table li.form {
  padding: 20px 0px;
  border-left: none;
  border-right: none;
  border-top: none;
  height: auto;
  margin: -1px 0px 0px -1px;
}


ul.table li.inactive {
  background-color: #F0F0F0;
}

ul.table li.header {
  height: 20px; important!
}

/* -------------------------------------------------------------- 
   Option
   -------------------------------------------------------------- */

div.table_option {
  padding: 0.5em 0.417em;
  margin-bottom: 1.5em;
  font-size: 0.833em;
  background-color: #EFEFEF;
}

div.table_option a {
  background-color: #C0C0C0;
  border:1px solid #626262;
  color:#626262;
  margin:0pt 2px;
  padding:1px 4px;
  text-decoration:none;
}

div.table_option span {
  background-color: #EFEFEF;
  border:1px solid #626262;
  color:#626262;
  margin:0pt 2px;
  padding:1px 4px;
}

div.table_option span.current {
  background:#626262;
  border:1px solid #C0C0C0;
  color: #C0C0C0;
  font-weight:bold;
  margin:0pt 2px;
}

td.inactive {
  background-color: #F0F0F0;
}
/* --------------------------------------------------------------
Tabnav Main 
-------------------------------------------------------------- */


.main_tabnav {
    background-color: #FFFFFF;
    padding: 0;
    height: 2em;
}

.main_tabnav ul {
    height: 2em;
    margin: 0;
    padding: 0;
}

.main_tabnav li {
    display: inline;
    line-height: 1.167em;
    padding: 0;
}

.main_tabnav li.secondary {
    float: right;
}

.main_tabnav li a {
    background:#CFDFFD url(https://dkyat1j0hpkee.cloudfront.net/production/assets/menu-bg-0f09a2f2e9ad0b5a0ce92e8f08992c43.png) repeat-x scroll;
    color: #626262;
    text-decoration: none;
    border: 0.083em solid #FFFFFF;
    border-bottom: 0.083em solid #CFDFFD;
    padding: 0.25em 0.667em 0.417em;
    float: left;
}

.main_tabnav li a.active {
    color: #FFFFFF;
    font-weight: bold;
    background:#6699CC url() repeat-x scroll;
    border: 0.083em solid #FFFFFF;
    border-bottom: 0.083em solid #6699CC;
}

.main_tabnav li a:hover {
    color: #90A8D8;
}

.main_tabnav li a.active:hover {
    color: #90A8D8;
}

.main_tabnav_content {
    background-color: #FFFFFF;
    padding: 1.5em 0.417em;
}

.secondary_tabnav {
    background-color: #FFFFFF;
    padding: 8px 10px 0 10px;
    height: 1.667em;
    border-bottom: solid 1px #DDDDDD;
    margin-bottom: 3px;
}

.secondary_tabnav ul {
    height: 1.667em;
    margin: 0;
    padding: 0;
}

.secondary_tabnav li {
    display: inline;
    line-height: 0.833em;
    padding: 0;
}

.secondary_tabnav li.secondary {
    float: right;
}

.secondary_tabnav li a {
    background: #EEEEEE;
    color: #626262;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    padding: 0.333em 0.333em 0.333em;
    float: left;
}

.secondary_tabnav li a.active {
    color: #626262;
    font-weight: bold;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-bottom: 2px solid #FFFFFF;
    margin-right: 2px;
    margin-left: 2px;
    padding-right: 6px;
    padding-left: 6px;
}

.secondary_tabnav li a:hover {
    background: #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.secondary_tabnav li a.active:hover {
    color: #90A8D8;
    background: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.secondary_tabnav_content {
    border: 1px solid #8EB6DE;
    padding: 1.5em 0.833em;
    margin-bottom: 1.5em;
}

.vertical_tabnav {
    padding: 0;
}

.vertical_tabnav ul {
    margin: 0;
    padding: 0;
}

.vertical_tabnav li {
    line-height: 2em;
    margin: 0.333em 0;
    padding: 0;
}

.vertical_tabnav li a {
    text-decoration: underline;
    padding: 0.333em 0.667em 0.333em;
}

.vertical_tabnav li a.active {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.vertical_tabnav li.active {
    line-height: 2em;
    background-color: #6699CC;
}

.vertical_tabnav li a:hover {
    color: #90A8D8;
}

.vertical_tabnav li a.active:hover {
    color: #90A8D8;
}

.list_tabnav {
    padding: 0;
}

.list_tabnav ul {
    margin: 0;
    padding: 0;
}

.list_tabnav li {
    line-height: 1.5em;
    padding: 0.2em 0;
}

.list_tabnav li:hover {
    background-color: #CFDFFD;
}

.list_tabnav li a {
    text-decoration: underline;
    padding: 0.333em 0.667em 0.333em;
}

.list_tabnav li a.active {
    text-decoration: none;
}

.list_tabnav li.active {
    line-height: 1.5em;
    background-color: #CFDFFD;
}

.list_tabnav li a.active:hover {
    color: #90A8D8;
}
/* --------------------------------------------------------------
Main Navigation 
-------------------------------------------------------------- */

.main_navigation {
    color: #666666;
    float: right;
}   

.main_navigation ul {
    margin: 0pt;
}

.main_navigation li {
    display: inline;
}

.sub_navigation { color: #C0C0C0; font-weight: bold; width: 500px;}   
.sub_navigation .active { color: #000000; text-decoration:none;}   
.sub_navigation a { text-decoration: none; }   
.sub_navigation ul { margin: 0pt; }
.sub_navigation li { display: inline; }

.client_details {
    float: right;
    width: 275px;
}

.client_details select, .client_details input {
    font-size: 10px;
}

/* -------------------------------------------------------------
Progress Bar
-------------------------------------------------------------- */

div.progressbar {
    border: 1px solid #ccc;
    width: 100px;
    margin: 2px 5px 2px 0;
    padding: 1px;
    float: left;
    background: white;
}

div.progressbar > div {
    height: 12px;
    float: left;
}

div.progressbar > div.progressbar_color_0 { background-color: #ACE97C; }
div.progressbar > div.progressbar_color_1 { background-color: #888888; }
div.progressbar > div.progressbar_color_2 { background-color: #E35E5D; }
div.progressbar > div.progressbar_color_3 { background-color: #FFFFFF; }
div.progressbar > div.progressbar_color_4 { background-color: #FFA300; }
div.progressbar > div.progressbar_color_5 { background-color: #8E709E; }
div.progressbar > div.progressbar_color_6 { background-color: #FFD8C7; }
div.progressbar > div.progressbar_color_7 { background-color: #0D4006; }
div.progressbar > div.progressbar_color_8 { background-color: gray; }
div.progressbar > div.progressbar_color_9 { background-color: #EDE9DD; }
/*
 * Gmail-style buttons
 * see: http://stopdesign.com/eg/buttons/3.0/code.html
 */

.btn {
  display:inline-block;
  background:none;
  margin:0;
  padding:4px 0;
  border-width:0;
  overflow:visible;
  font:100%/1.2 Arial,Sans-serif;
  text-decoration:none;
  color:#333;
}
* html button.btn {
  padding-bottom:1px;
}
/* Immediately below is a temporary hack to serve the
   following margin values only to Gecko browsers
   Gecko browsers add an extra 3px of left/right
   padding to button elements which can't be overriden.
   Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
  margin:0 -3px;
}
.btn span {
  background:#ddd url(https://dkyat1j0hpkee.cloudfront.net/production/assets/bg-button-b2e21f8511b97853732a81430cfa78d3.gif) repeat-x 0 0;
  margin:0;
  padding:4px 0;
  border-left:1px solid #bbb;
  border-right:1px solid #aaa;
}
* html .btn span {
  padding-top:0;
}
.btn span span {
  position:relative;
  padding:4px .7em;
  border-width:0;
  border-top:1px solid #bbb;
  border-bottom:1px solid #aaa;
}

.btn span span.img { padding:4px .0em 4px 0.7em; }

a.btn, a.btn:visited {
  color: #000000;
}

/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
.pill-l span {
  border-right-width:0;
}
.pill-l span span {
  border-right:1px solid #bbb;
}
.pill-c span {
  border-right-style:none;
  border-left-color:#fff;
}
.pill-c span span {
  border-right:1px solid #bbb;
}
.pill-r span {
  border-left-color:#fff;
}

/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
  cursor:pointer; /* important for any clickable/pressable element */
  border-color:#000 !important;
  color:#000;
}
.btn:active span {
  background-position:0 -400px;
  outline:none;
}
.btn:focus, .btn:active {
  outline:none; /* doesn't seem to be respected for <button>, only <a> */
}

/* use if one button should be the 'primary' button */
.primary {
  font-weight:bold;
  color:#000;
}

/********* Action buttons *****************/

a.button, a.button_short, span.button {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/button-40b4a022cbd845cb340d2ab2d1492b2f.png ) no-repeat;
  display:block;
  color:#555555;
  font-weight:bold;
  height:35px;
  line-height:34px;
  font-size: 14px;
  margin-bottom:2px;
  text-decoration:none;
  width:237px;
  cursor:pointer;
}
a.button_short {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/button_short-66a6ad96ea1d25c9d712c525c54fb26d.png) no-repeat;
  width:188px;
}
a:hover.button, a:hover.button_short, span.button:hover {
  color:#0066CC;
}

.action_add{
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_add-5b15de603712f0de202305a25c70bbfb.gif) no-repeat 11px 8px;
  text-indent:35px;
  display:block;
}
.action_email {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_email-396dec127c0c49c5d4ea98691ae1b7be.png) no-repeat 10px 8px;
  text-indent:35px;
  display:block;
}
.action_sms {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_sms-11d3435e83193a646af9263cc4f27ea0.gif) no-repeat 10px 8px;
  text-indent:35px;
  display:block;
}
.action_payment {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_payment-a469b2a7498f38a22ccc9be56164302e.gif) no-repeat 10px 8px;
  text-indent:35px;
  display:block;
}
.action_edit {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_edit-a0027a480f74fab419b0d1271453a32a.gif) no-repeat 10px 8px;
  text-indent:35px;
  display:block;
}
.action_calendar {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_calendar-9beefec2aebc7f40a2fc71e25a022c94.gif) no-repeat 10px 8px;
  text-indent:35px;
  display:block;
}
.action_print {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_print-92593ec05546b6376b1910b0b047a18e.gif) no-repeat 10px 8px;
  text-indent:35px;
  display:block;
}
.action_clear {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_clear-149ba36cb21d92c1deadcec6efd413e8.gif) no-repeat 10px 8px;
  text-indent:35px;
  display:block;
}
.action_back {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_back-dd2d2e462b099c65ca098882d08b7ccc.gif) no-repeat 10px 8px;
  text-indent:35px;
  display:block;
}
.action_on {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_on-149ba36cb21d92c1deadcec6efd413e8.gif) no-repeat 10px 8px;
  text-indent:35px;
  display:block;
}
.action_off {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_off-a868812b65efcc7c473ae8b70c8ab4a7.gif) no-repeat 10px 8px;
  text-indent:35px;
  display:block;
}

.action_find {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_find-eb4d12c32995c34339065b385d5127cb.png) no-repeat 10px 8px;
  text-indent:35px;
  display:block;
}
.action_clone {
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/actions/action_clone-e9bd72173f2a71da773b928908586fa5.gif) no-repeat 10px 8px;
  text-indent:35px;
  display:block;
}
/*














 */

#topsection h1 {
  font-size: 2em;
  padding: 0;
  margin-top: 14px;
  height: 47px;
}

.welcome {
  background: #E1FFD1;
  border-bottom: 1px solid #C5F8AC;
  border-top: 1px solid #C5F8AC;
  margin: 0px 0px 15px 0px;
  padding: 5px 15px 18px;
  text-align: center;
}

.welcome h1 {
  color: #499524;
  font-size: 24px;
  padding: 20px 0px 10px;
  line-height: 28px;
}

.welcome p {
  color: #7D8977;
}

input, select, textarea {
  margin-bottom:4px;
}

/* simple stacked bar graph */

div.progress-container {
 border: 1px solid #ccc;
 width: 100px;
 margin: 2px 5px 2px 0;
 padding: 1px;
 float: left;
 background: white;
}

div.progress-container > div {
 height: 12px;
}

div.progress-container > div.mts_failed {
 background-color: #E35E5D;
 float: left;
}

div.progress-container > div.mts_success {
 background-color: #ACE97C;
 float: left;
}

div.progress-container > div.mts_undelivered {
 background-color: gray;
 float: left;
}

.shy {
  color: #aaaaaa;
}

.fill { width: 100%; }
.bottom { vertical-align: bottom; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }

em, .em {
  font-weight: normal;
  background-color: #EEEEEE;
  font-style: normal;
  margin-bottom: 4px;
}
em {
  padding: 1px 4px 1px 4px;
}
.block {
  background-color: #EEEEEE;
  padding: 8px;
}

.marker {
  background-color: #FF9933;
  font-size: smaller;
  padding: 1px 3px;
  color: #FFFFFF;
}

.marker.active { background-color: #008C00; }
.marker.leaver { background-color: #999999; }
.marker.suspended { background-color: #FF0000; }
.marker.level-test { background-color: #FFFF88; color: #666666; }
.marker.due-to-start { background-color: #CDEB8B; color: #006E2E}
.marker.contact { background-color: #999999; }

.marker.present { background-color: #32CD32; }
.marker.m-1st-hour { background-color: #32CD32; }
.marker.m-2nd-hour { background-color: #32CD32; }
.marker.both-hours { background-color: #32CD32; }
.marker.absent { background-color: #FF0000; }

.marker.visa-expired { background-color: #FF0000; }
.marker.visa-unchecked { background-color: #FFFF88; color: #666666; }
.marker.low-attendance{ background-color: #CFDFFD; color: #006E2E}
.marker.missing-lessons{ background-color: #FFFF88; color: #666666; }
.marker.id-expired { background-color: #FF0000; }
.marker.payment-expired { background-color: #FF0000; }
.marker.payment-overdue { background-color: #FF0000; }
.marker.custom-alert { background-color: #69C; }

.marker.initiated { background-color: #69C; }
.marker.completed { background-color: #008C00; }

.marker.sent   { background-color: green; }
.marker.unsent { background-color: orange; }
.marker.failed { background-color: red; }

.marker.callan { background-color: #CFDFFD; }
.marker.group { background-color: #008C00; }
.marker.laboratory, .marker.lab { background-color: #AAAAAA; }
.marker.private { background-color: orange; }

.marker.current { background-color: green; }
.marker.closed  { background-color: #FF0000; }

.marker.free  { background-color: green; }
.marker.taken { background-color: #FF0000; }

.marker.trial { background-color: orange; }
.marker.customer { background-color: green; }
.marker.lead { background-color: yellow; color: gray;}
.marker.opportunity { background-color: orange; }
.marker.lost { background-color: red; }
.marker.not-relevant { background-color: gray; }

.attendance_a {
  color: #FFFFFF;
  background-color: #FF0000;
  width: 100%; height: 100%;
  cursor: pointer;
}
.attendance_t, .attendance_partial {
  color: #FFFFFF;
  background-color: #FF9933;
  width: 100%; height: 100%;
  cursor: pointer;
}
.attendance_p, .attendance_1, .attendance_2, .attendance_b{
  color: #006E2E;
  background-color: #32CD32;
  width: 100%; height: 100%;
  cursor: pointer;
}

.attendance_n {
  color: #666666;
  background-color: #C0C0C0;
  width: 100%; height: 100%;
  cursor: pointer;
  background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/stripe_on_f6-f646122edec253d93248a2a3bccec6ff.png);
}

.we { background-color: #EEEEEE;}
.day { background-color: #F6F6F6; }
.today { background-color: #FCF1D0;}

table.attendance { clear: both; }
table.attendance td { border-bottom: none; }
table.attendance td.last-class { border-bottom: 1px solid #C0C0C0; }
table.attendance th { background-color: #EEEEEE; }

table .unexpected { color: #666; background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/stripe_on_f6-f646122edec253d93248a2a3bccec6ff.png); }

.day_numbers td {
  font-size: 10px;
  color: #AAAAAA;
}
.day_numbers .week_summary {
  font-weight: bold;
  color: #666666;
  font-size: 10px;
  border-bottom: 1px solid #C0C0C0;
}
.month_summary {
  font-size: 12px;
  color: #666666;
}

.calendar_tooltip .tooltip_link { text-decoration: none; }
.calendar_tooltip .tooltip_content { text-align: left; }
.tooltip_content small { font-size: 10px; }

.flashcontent {
    height: 283px;
    padding: 0px 0px 0px 0px;
}

.total .label {
  text-align: right;
  color: #333333;
  font-weight: bold;
}

.total td {
  border-bottom: none;
}

.huge {
  font-size: 2em;
  padding: 8px 0 8px 0;
  line-height: 1em;
}

.medium {
  font-size: 1.7em;
  padding: 8px 0 8px 0;
  line-height: 1em;
}

input.huge {
	font-size: 1em;
}

.tiny, .tinyc { font-size: 0.8em; padding: 2px 0 2px 0; }
.tiny{ line-height: 1.3em;}

.action {
  font-size: 1.5em;
  padding: 8px 0 8px 0;
  line-height: 1em;
  color: #484E54;
}

.header_logo{
  padding: 5px;
}

.header_title {
  padding: 15px 5px 5px 5px;
  vertical-align: bottom;
}

.header_title h1 { display: inline; }
.header_title h1 a, .header_title h1 a:hover, .header_title h1:visited { text-decoration: none; color: #626262; }

.container {
  min-width: 800px;
}

.field_with_errors {
  display: inline;
}
.field_with_errors input, .field_with_errors select {
  background-color: #FED2D2;
}
.formError {
  display: inline;
  color: red;
  font-weight: bold;
}

.errorExplanation {
  color: #999999;
  background-color: #FFFFFF;
  border: solid 10px #FED2D2;
  padding: 10px;
  margin-bottom: 10px;
}
.errorExplanation h2{
  color: #333333;
  background-color: #FFFFFF;
  border: none;
  padding: 0;
  margin: 0;
}
.errorExplanation ul li {
  font-size: 12px;
  list-style: circle;
  margin-left: 15px;
}

/** Students */

#student_nationality {width:100%;}

.visa {
  text-align: center;
  color: #FFFFFF;
  background-color: #FF6666;
}

.noborder {
  border:none;
}

#configuration_tab_container, #users_tab_container {
  float:right;
}

#student_box_in_main div {
	width: 100%;
}

.running_students {
  margin: 15px auto 15px auto;
  font-size: 42px;
  line-height: 44px;
  font-weight: bold;
}

.attendance_percentage{
  margin: 5px auto 5px auto;
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
}
.attendance_percentage_p {
  margin: 0px auto 0px auto;
  font-size: 10px;
  line-height: 12px;
  color: #666;
}

.balance {
  margin: 15px auto 15px auto;
  font-size: 24px;
  font-weight: bold;
}

.label {
  font-weight: bold;
  color: #999999;
}

.box {
  margin-top: 8px;
  border-bottom-color: #DDDDDD;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #DDDDDD;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #DDDDDD;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #DDDDDD;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 1.5em;
  -moz-border-radius: 5px 5px 5px 5px;
}

.enrollment_box  { background-color: #FCF1D0; }

.summary h6 {
  font-weight: bold;
  border: none;
}
.summary a, .summary a:visited {
  color: #444466;
}

.summary_box {
  background-color: #EEEEEE;
  color: #444444;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding:3px 0 3px 5px;
  min-height: 30px;
}
.summary_box.ok {
  background-color: #CDEB8B;
}
.summary_box.ko {
  background-color: #E35E5D;
}
.summary_box.double{
  min-height: 60px;
}
.summary_box.padded{
  padding: 15px 10px 15px 10px;
}
.summary_box.text, .summary_box .text {
  font-size: 12px;
  line-height: 14px;
  color: #666666;
}

#announcement {
  background-color: rgb(255, 255, 204);
  padding: 10px;
  border-top: dotted 1px orange;
  border-bottom: dotted 1px orange;
  margin-bottom: 10px;
}
#announcement em {
  padding: 0;
  background-color: rgb(255, 255, 204);
  font-weight: bold;
  color: red;
}
#hide_announcement {
  font-weight: bold;
  font-size: 10px;
}

h3 .tiny {
  font-size: 9px;
}

.teaching_study_class td {
  padding-top: 6px;
  padding-bottom: 6px;
}
.teaching_study_class_hour1 td {
  padding-top: 6px;
  padding-bottom: 0px;
}
.teaching_study_class_hour2 td {
  padding-top: 0px;
  padding-bottom: 6px;
}
.acknowledged td {
  color: #AAAAAA;
}
.acknowledged .lt, .acknowledged .lt a {
  color: #AAAAAA;
  text-decoration: line-through;
}

#custom_alerts_tab_container {margin-top: 8px}
#all_alerts_tab_container {margin-bottom: 8px}
#study_class_header, #exam_header { background-color: #F0F0F0; padding: 0px 0px 10px 10px; margin-bottom: 5px;}

.thumb_pic {
  width: 60px;
  height: 82px;
  overflow: hidden;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}
.thumb_pic:hover { border: solid 1px #037CD5; }

.medium_pic {
  width: 192px;
  height: 252px;
  overflow: hidden;
}


/* no text overflow */
table.fixed {
  table-layout:fixed;
}

.noto {
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.highlight {
  background-color: yellow;
  color: #037CD5;
}

.limit_checker {
  color: red;
}

.calculate_paid_up_to_link {
  color: #037CD5;
  text-decoration: underline;
  cursor: pointer;
}

.handle {
  cursor: move;
}

.dragging {
  border: solid 2px red;
}

.red { color: red;}
.orange { color: #FF9933;}
.green { color: green; }
.trend { margin-top: 30px; margin-left: 10px; }
.trend .perc {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -2px;
  font-weight: bold;
  vertical-align: bottom;
}

.nl, .nl a { text-decoration: none;}

/* dhtmlxScheduler calendar */
.calendar_container {
  width:956px;
  overflow:hidden;
  margin:0;
  padding:0;
}

.calendar_container td {
  margin:0;
  padding:0;
}

/* planners */

table.planner { clear: both; border: collapse;}
table.planner td { vertical-align: middle;}
table.planner td a { text-decoration: none;}
table.planner td.last-class { border-bottom: 1px solid #C0C0C0; }
table.planner th { background-color: #EEEEEE; }

.planner_cell, .room_planner_cell, .timetable_cell {
  border-left: 1px dotted #C0C0C0;
  border-right: 1px dotted #C0C0C0;
}
.planner_cell { height: 24px; font-size: 14px; }
.room_planner_cell { height: 24px; font-size: 11px; }
table.planner td.timetable_cell { vertical-align: top; font-size: 11px; line-height: 16px; color: #333}
.timetable_time { font-weight: bold; color: #666666; background-color: #EEEEEE; padding: 0 0 0 5px}

.event_standard_class .dhx_title, .event_standard_class .dhx_body, .event_standard_class .dhx_header, .event_standard_class .dhx_footer {
  background-color: #FFFFFF !important;
  border-color: #999999 !important;
  color: #666666 !important;
}
.event_callan_class .dhx_title, .event_callan_class .dhx_body, .event_callan_class .dhx_header, .event_callan_class .dhx_footer {
  background-color: #CFDFFD!important;
  border-color: #69C !important;
  color: #666666 !important;
}

#submenu {
  margin-bottom: 8px;
}

/* sprite icons */

.sp {
  float: left;
  height: 12px;
  position: relative;
  top: 2px;
  width: 12px;
}

.sp.ex { background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/sprite-icons-700802ffcfd20eebbc5a566c0726714a.png); background-position:-40px -120px;} /* expand */
.sp.ex:hover { background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/sprite-icons-700802ffcfd20eebbc5a566c0726714a.png); background-position:-60px -120px;} /* expand */
.sp.co { background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/sprite-icons-700802ffcfd20eebbc5a566c0726714a.png); background-position: 0px -120px;} /* collapse */
.sp.co:hover { background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/sprite-icons-700802ffcfd20eebbc5a566c0726714a.png); background-position: -20px -120px;} /* collapse */
.sp.mex { background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/sprite-icons-700802ffcfd20eebbc5a566c0726714a.png); background-position:-60px -20px;} /* mini expand */
.sp.mco { background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/sprite-icons-700802ffcfd20eebbc5a566c0726714a.png); background-position:-70px -30px;} /* mini collapse */
.sp.pr { background:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/sprite-icons-700802ffcfd20eebbc5a566c0726714a.png); background-position:-20px -60px; height:16px; width:16px;} /* print */

.mr { margin-right: 4px }

.planner .lesson { color: #037CD5; cursor:pointer;}
.planner .lesson.rescheduled {}
.planner .lesson.canceled { color: red; }

#scheduler .lesson { color: #037CD5; cursor:pointer; text-decoration: underline;}

.link, .select_teacher_link { text-decoration: underline; color: #037CD5; }
.link:hover, .select_teacher_link:hover { cursor:pointer; }

/* in place editors */
.inplace {
  cursor: pointer;
  background-color: #F0F0F0;
  padding: 5px;
  white-space: pre-wrap;
  line-height: 16px;
  min-height: 16px;
  display: block;
  margin-bottom: 16px;
}
.inplaceeditor-empty { font-style: italic; color: #999;}
textarea.editor_field { width: 98%;}

div.auto_complete {
  width: 350px;
  background: #fff;

  z-index: 1;
  font-size: 10px;
}

div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
}
div.auto_complete ul li.selected {
  background-color: #ffb;
}
div.auto_complete ul strong.highlight {
  color: #800;
  margin:0;
  padding:0;
}

td.month_day, th.month_day { min-width: 14px; max-width:14px; width: 1px; padding: 2px;}
td.month_day { border-left: solid 1px silver; }
/* CSS to go with Prototip.Styles */

.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

/* the default style */
.prototip .default {
	width: 250px;
	color: #808080;
}
.prototip .default .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .basic {
	width: 250px;
	color: #808080;
}
.prototip .basic .toolbar {
	background: #f1f1f1;
	font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
	padding: 5px;
	background: #fff;
}

/* basic */
.prototip .hint {
	width: 250px;
	color: #313120;
	background: #fff6aa;
}
.prototip .hint .toolbar {
	background: #fdf1a0;
	font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
	width: 250px;
	color: #fff;
}
.prototip .protoblue .toolbar {
	background: #0d7cd0;
	font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
	background: #1e90ff;
	padding: 5px;
}

/* creamy */
.prototip .creamy {
	width: 250px;
	color: #bb9c61;
}
.prototip .creamy .toolbar {
	background: #f3edc2;
	font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
	background: #f8f4ca;
	padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
	width: 250px;
	color: #fff;
}
.prototip .darkgrey .toolbar {
	background: #5f5f5f;
	font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
	background: #808080;
	padding: 5px;
}

/* protogrey */
.prototip .protogrey {
	width: 250px;
	color: #fff;
	background: #fff;
}
.prototip .protogrey .toolbar {
	background: #969c92;
	font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
	color: #808080;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}

/* niftyschool */
.prototip .niftyschool {
	width: 200px;
	color: #fff;
	background: #fff;
}
.prototip .niftyschool .toolbar {
	color: #626262;
  background: #CFDFFD url(https://dkyat1j0hpkee.cloudfront.net/production/assets/menu-bg-0f09a2f2e9ad0b5a0ce92e8f08992c43.png) repeat-x scroll;
	font-weight: bold;
}
.prototip .niftyschool .title { padding: 5px; }
.prototip .niftyschool .content {
	color: #808080;
	padding: 5px;
}

/* info */
.prototip .info {
	width: auto;
	max-width: 300px;
	color: #fff;
	background: #fff;
}
.prototip .info .toolbar {
	color: #626262;
  background: #CFDFFD url(https://dkyat1j0hpkee.cloudfront.net/production/assets/menu-bg-0f09a2f2e9ad0b5a0ce92e8f08992c43.png) repeat-x scroll;
	font-weight: bold;
}
.prototip .info .title { padding: 5px; }
.prototip .info .content {
	color: #808080;
	padding: 5px;
}

/* dropdown */
.prototip .dropdown {
	width: 250px;
	max-width: 300px;
	color: #fff;
	background: #fff;
}
.prototip .dropdown .toolbar {
	color: #626262;
	background: #FFFFFF;
  border-bottom: dotted 1px #C7C7C7;
	font-weight: normal;
}
.prototip .dropdown .title { padding: 5px; }
.prototip .dropdown .content {
	color: #808080;
	padding: 5px;
}

/* 
.prototip .dropdown .content a {
 display: block;
 padding: 2px;
}
.prototip .dropdown .content a:hover {
  background-color: #EEEEEE; 
}
  */

/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 11px;
	width: 43px;
	overflow: hidden;
}

/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */
.dhx_cal_container{background-color:#FFFFFF;font-family:Tahoma;font-size:8pt;position:relative;}.dhx_cal_container div{-moz-user-select:none;-moz-user-select:-moz-none;}.dhx_cal_navline{height:20px;position:absolute;z-index:3;width:750px;color:#2F3A48;}.dhx_cal_navline div{position:absolute;top:2px;white-space:nowrap;}.dhx_cal_navline .dhx_cal_date{font-weight:600;left:210px;}.dhx_cal_button .dhx_left_bg{width:1px;overflow:hidden;height:17px;z-index:20;top:0;}.dhx_cal_prev_button{background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/buttons-f0f0a0178ed875737519bd10683564c4.png);background-position:0 0;width:29px;height:17px;left:50px;cursor:pointer;}.dhx_cal_next_button{background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/buttons-f0f0a0178ed875737519bd10683564c4.png);background-position:-30px 0;width:30px;height:17px;left:80px;cursor:pointer;}.dhx_cal_today_button{background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/buttons-f0f0a0178ed875737519bd10683564c4.png);background-position:-60px 0;width:77px;height:17px;left:112px;cursor:pointer;text-align:center;text-decoration:underline;}.dhx_cal_tab{background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/white_tab-6f440c446f67ceb125d3f58743a0fe4d.png);width:61px;height:19px;text-align:center;text-decoration:underline;padding-top:3px;cursor:pointer;}.dhx_cal_tab.active{background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/blue_tab-68065f6ddf0d311c899dea38397ec101.png);text-decoration:none;height:20px;padding-top:2px;cursor:default;font-weight:bold;}.dhx_cal_header{position:absolute;left:10px;top:23px;width:750px;border-top:1px solid #8894A3;border-right:1px solid #8894A3;z-index:2;overflow:hidden;color:#2F3A48;}.dhx_cal_data{/*border-top:1px solid #8894A3;*/position:absolute;top:44px;width:600px;overflow-y:auto;overflow-x:hidden;}.dhx_scale_bar{position:absolute;text-align:center;background-color:#C2D5FC;padding-top:3px;border-left:1px solid #8894A3;}.dhx_scale_holder{position:absolute;border-right:1px solid #8894A3;background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/databg-7704e5c3d5ae166bea4fd1e93ba586f0.png);}.dhx_scale_holder_now{position:absolute;border-right:1px solid #8894A3;background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/databg_now-11b1469fd32ebe347a769fdfbf009928.png);}.dhx_scale_hour{height:41px;width:50px;border-bottom:1px solid #8894A3;background-color:#C2D5FC;text-align:center;line-height:40px;color:#586A7E;overflow:hidden;}.dhx_month_head{background-color:#EBEFF4;color:#2F3A48;border-right:1px solid #586A7E;height:18px;padding-right:5px;padding-top:3px;text-align:right;}.dhx_month_body{border-right:1px solid #586A7E;border-bottom:1px solid #586A7E;background-color:#FFF;}.dhx_now .dhx_month_body{background-color:#E2EDFF;}.dhx_after .dhx_month_body,.dhx_before .dhx_month_body{background-color:#ECECEC;}.dhx_after .dhx_month_head,.dhx_before .dhx_month_head{background-color:#E2E3E6;color:#94A6BB;}.dhx_now .dhx_month_head{background-color:#D1DEF4;font-weight:bold;}.dhx_cal_drag{position:absolute;z-index:9999;background-color:#FFE763;border:1px solid #B7A543;opacity:.5;filter:alpha(opacity=50);}.dhx_loading{position:absolute;width:128px;height:15px;background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/loading-4b3ee9cfad831a292a37469e61e9dfa5.gif);z-index:9999;}.dhx_multi_day_icon,.dhx_multi_day{position:absolute;background-color:#E1E6FF;background-repeat:no-repeat;border-bottom:1px solid #8894A3;border-left:1px solid #8894A3;}.dhx_multi_day_icon{background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/clock_big-2beff824825ad3d6089db472044f13ff.gif);}.dhx_multi_day_icon_small{background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/clock_small-e5047648247a4818abffc9762270d97d.gif);}.dhx_multi_day_icon,.dhx_multi_day_icon_small{background-position:center center;position:absolute;background-color:#E1E6FF;background-repeat:no-repeat;border-bottom:1px solid #8894A3;border-left:1px solid #8894A3;}.dhtmlxLayoutPolyContainer_dhx_skyblue .dhx_cal_container{background-color:#d0e5ff;}.dhx_cal_event div{background-color:#FFE763;border:1px solid #B7A543;color:#887A2E;overflow:hidden;width:100%;font-family:Tahoma;font-size:8pt;}.dhx_move_denied .dhx_cal_event .dhx_header,.dhx_move_denied .dhx_cal_event .dhx_title{cursor:default;}.dhx_cal_event .dhx_header{height:1px;margin-left:1px;border-width:1px 1px 0 1px;cursor:pointer;}.dhx_cal_event .dhx_title{height:12px; line-height:13px;border-width:0 1px 1px 1px;border-bottom-style:solid;font-size:7pt;font-weight:bold;text-align:center;background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/bg_close.png);background-position:right;background-repeat:no-repeat;cursor:pointer;}.dhx_cal_event .dhx_body{border-width:0 1px 1px 1px;padding:5px;line-height:12px;}.dhx_resize_denied .dhx_cal_event .dhx_footer{cursor:default;}.dhx_cal_event .dhx_footer{height:1px;margin-left:2px;border-width:0 1px 1px 1px;cursor:s-resize;}.dhx_cal_event_line{background-color:#FFE763;border:1px solid #B7A543;font-family:Tahoma;font-size:8pt;height:16px;padding-left:10px;color:#887A2E;cursor:pointer;overflow:hidden;}.dhx_cal_event_clear{font-family:Tahoma;font-size:8pt;height:13px;padding-left:2px;color:#887A2E;white-space:nowrap;overflow:hidden;cursor:pointer;}.dhx_in_move{background-color:#FFFF80;}div.dhx_cal_editor{background-color:#FFE763;border:1px solid #B7A543;border-top-style:solid;z-index:999;position:absolute;overflow:hidden;}textarea.dhx_cal_editor{width:100%;height:100%;border:0 solid black;margin:none;padding:none;overflow:auto;}div.dhx_menu_head{background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/controls-8f4210696917435904231cefebf7ee80.gif);background-position:0 -43px;width:10px;height:10px;margin-left:5px;margin-top:1px;border:none;cursor:default;}div.dhx_menu_icon{background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/controls-8f4210696917435904231cefebf7ee80.gif);width:20px;height:20px;margin-left:-5px;margin-top:0;border:none;cursor:pointer;}div.icon_details{background-position:0 0;}div.icon_edit{background-position:-22px 0;}div.icon_save{background-position:-84px -1px;}div.icon_cancel{background-position:-62px 0;}div.icon_delete{background-position:-42px 0;}.dhx_cal_light{height:400px;light:300px;background-color:#FFE763;font-family:Tahoma;font-size:8pt;border:1px solid #B7A64B;color:#887A2E;position:absolute;z-index:10001;width:580px;height:300px;}.dhx_mark{position:relative;top:3px;background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/controls-8f4210696917435904231cefebf7ee80.gif);background-position:0 -43px;padding-left:10px;}.dhx_ie6 .dhx_mark{background-position:6px -41px;}.dhx_cal_light select{font-family:Tahoma;font-size:8pt;color:#887A2E;padding:2px;}.dhx_cal_ltitle{padding:2px 0 2px 5px;overflow:hidden;white-space:nowrap;}.dhx_cal_ltitle span{white-space:nowrap;}.dhx_cal_lsection{background-color:#DBCF8C;color:#FFF4B5;font-size:18pt;font-weight:bold;padding:5px 0 3px 10px;}.dhx_cal_ltext{padding:2px 0 2px 10px;height:130px;height=140px;overflow:hidden;}.dhx_cal_ltext textarea{background-color:transparent;overflow:auto;border:none;color:#887A2E;height:100%;width:100%;outline:none!important;}.dhx_time{font-weight:bold;}.dhx_cal_light .dhx_title{padding-left:10px;}.dhx_cal_larea{border:1px solid #DCC43E;background-color:#FFF4B5;overflow:hidden;margin-left:3px;width:572px;height:1px;}.dhx_btn_set{padding:5px 10px 0 10px;float:left;}.dhx_btn_set div{float:left;height:21px;line-height:21px;vertical-align:middle;cursor:pointer;}.dhx_save_btn{background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/controls-8f4210696917435904231cefebf7ee80.gif);background-position:-84px 0;width:21px;}.dhx_cancel_btn{background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/controls-8f4210696917435904231cefebf7ee80.gif);background-position:-63px 0;width:20px;}.dhx_delete_btn{background-image:url(https://dkyat1j0hpkee.cloudfront.net/production/assets/dhtmlx/controls-8f4210696917435904231cefebf7ee80.gif);background-position:-42px 0;width:20px;}.dhx_cal_cover{width:100%;height:100%;position:absolute;z-index:10000;top:0;left:0;background-color:black;opacity:.1;filter:alpha(opacity=10);}.dhx_custom_button{padding:0 3px 0 3px;color:#887A2E;font-family:Tahoma;font-size:8pt;background-color:#FFE763;font-weight:normal;margin-right:5px;margin-top:5px;cursor:pointer;}.dhx_custom_button div{cursor:pointer;float:left;height:21px;line-height:21px;vertical-align:middle;};

/* dhtmlxScheduler calendar customisations and fixes*/
.calendar_container {
  height:690px;
  width:956px;
  overflow:hidden;
  margin:0;
  padding:0;
}

.calendar_container td, .calendar_container table {
  margin:0;
  padding:0;
}
.dhx_expand_icon{position:absolute;top:0;right:0;background-image:url(/images/dhtmlx/colapce-expand-icon.gif);width:18px;height:18px;cursor:pointer;background-position:0 18px;z-index:16;}.dhx_agenda_area{width:100%;height:100%;overflow-y:auto;background-image:url(/images/dhtmlx/databg.png);}.dhx_agenda_line{height:21px;clear:both;overflow:hidden;}.dhx_agenda_line div{float:left;width:188px;border-right:1px dotted #8894A3;text-align:center;line-height:21px;overflow:hidden;}.dhx_agenda_area .dhx_agenda_line div{border-right:0 dotted #8894A3;}.dhx_v_border{position:absolute;left:186px;top:0;border-right:1px dotted #8894A3;width:1px;height:100%;}.dhx_agenda_line .dhx_event_icon{width:20px;border-width:0;background:url(/images/dhtmlx/icon.png) no-repeat;background-position:5px 4px;cursor:pointer;}.dhx_agenda_line span{padding-left:5px;line-height:21px;}.dhx_year_body{border-left:1px dotted #586A7E;}.dhx_year_week{height:20px;position:relative;}.dhx_scale_bar_last{border-right:1px dotted #586A7E;}.dhx_year_month{height:18px;padding-top:3px;border:1px dotted #586A7E;text-align:center;vertical-align:middle;}.dhx_year_body .dhx_before .dhx_month_head,.dhx_year_body .dhx_after .dhx_month_head,.dhx_year_body .dhx_before .dhx_month_head a,.dhx_year_body .dhx_after .dhx_month_head a{color:#E2E3E6!important;}.dhx_year_body .dhx_month_body{height:0;overflow:hidden;}.dhx_month_head.dhx_year_event{background-color:#FFE763;}.dhx_year_body .dhx_before .dhx_month_head,.dhx_year_body .dhx_after .dhx_month_head{cursor:default;}.dhx_tooltip{border:1px solid #BBB;background-image:url(/images/dhtmlx/databg.png);position:absolute;z-index:9998;width:300px;height:auto;font-family:Tahoma;font-size:8pt;overflow:hidden;}.dhx_tooltip_line{line-height:20px;height:20px;overflow:hidden;}.dhx_tooltip_line .dhx_event_icon{width:20px;height:20px;padding-right:10px;float:left;border-width:0;position:relative;background:url(/images/dhtmlx/icon.png) no-repeat;background-position:5px 4px;cursor:pointer;}.dhx_tooltip_date{float:left;width:auto;padding-left:5px;text-align:center;}.dhx_text_disabled{color:#887A2E;font-family:Tahoma;font-size:8pt;}.dhx_mini_calendar{-moz-box-shadow:5px 5px 5px #888;-khtml-box-shadow:5px 5px 5px #888;}.dhx_mini_calendar .dhx_month_head{cursor:pointer;}.dhx_mini_calendar .dhx_calendar_click{background-color:#C2D5FC;}.dhx_cal_navline div.dhx_minical_icon{width:18px;height:18px;left:190px;top:1px;cursor:pointer;background-image:url(/images/dhtmlx/calendar.gif);}.dhx_matrix_cell,.dhx_matrix_scell{overflow:hidden;text-align:center;vertical-align:middle;border-bottom:none;border-right:1px solid #C0C0C0;}.dhx_matrix_cell{background-color:white;}.dhx_matrix_cell div,.dhx_matrix_scell div{overflow:hidden;text-align:center;width:100%;height:auto;}.dhx_cal_lsection .dhx_readonly{font-size:9pt;font-size:8pt;padding:2px;color:#887A2E;}.dhx_matrix_scell.folder,.dhx_data_table.folder .dhx_matrix_cell{background-color:#969394;cursor:pointer;}.dhx_matrix_scell .dhx_scell_level0{padding-left:5px;}.dhx_matrix_scell .dhx_scell_level1{padding-left:20px;}.dhx_matrix_scell .dhx_scell_level2{padding-left:35px;}.dhx_matrix_scell.folder{font-weight:bold;text-align:left;}.dhx_matrix_scell.folder .dhx_scell_expand{float:left;width:10px;padding-right:3px;}.dhx_matrix_scell.folder .dhx_scell_name{float:left;width:auto;}.dhx_matrix_scell.item .dhx_scell_name{padding-left:15px;text-align:left;}.dhx_section_timeline{overflow:hidden;padding:4px 0 2px 10px;}.dhx_section_timeline select{width:552px;}.dhx_map_area{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;background-image:url(/images/dhtmlx/databg.png);}.dhx_map_line .dhx_event_icon{width:20px;border-width:0;background:url(/images/dhtmlx/icon.png) no-repeat;background-position:5px 4px;cursor:pointer;}.dhx_map_line{height:21px;clear:both;overflow:hidden;}.dhx_map{position:absolute;}.dhx_map_line div{float:left;border-right:1px dotted #8894A3;text-align:center;line-height:21px;overflow:hidden;}.dhx_map_line .headline_description{float:left;border-right:1px dotted #8894A3;text-align:center;line-height:21px;overflow:hidden;}.dhx_map_line .dhx_map_description{float:left;border-right:0 dotted #8894A3;text-align:center;line-height:21px;overflow:hidden;}.dhx_map_line .line_description{float:left;border-right:1px dotted #8894A3;text-align:left;padding-left:5px;line-height:21px;overflow:hidden;}.dhx_map_line.highlight{background-color:#C4C5CC;}.dhx_map_area .dhx_map_line div{border-right:0 dotted #8894A3;}.dhtmlXTooltip.tooltip{-moz-box-shadow:3px 3px 3px #888;-khtml-box-shadow:3px 3px 3px #888;background-color:white;border-left:1px dotted #887A2E;border-top:1px dotted #887A2E;color:#887A2E;cursor:default;padding:10px;position:absolute;z-index:500;}.dhx_cal_checkbox label{padding-left:5px;}.dhx_cal_light .radio{padding:2px 0 2px 10px;}.dhx_cal_light .radio input,.dhx_cal_light .radio label{line-height:15px;}.dhx_cal_light .radio input{vertical-align:middle;margin:0;padding:0;}.dhx_cal_light .radio label{vertical-align:middle;padding-right:10px;}.dhx_cal_light .combo{padding:4px;}
.dhx_matrix_scell {text-align: left; font-size: 12px; font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif; overflow: hidden; word-wrap: normal;}
#control_overlay {  
  /* background-color:#666; */

} 
 
.modal {  
    background-color:#fff;  
    padding:10px;  
    border:1px solid #333;  
} 
 
.window {  
    background-color:#fff;  
    border:5px solid #C7C7C7;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    padding:0px;  
    min-width:450px;  
    max-width:450px;  
    min-height:100px;  
} 

.video {
  min-width:853px !important;  
  max-width:853px !important;
  min-height:480px !important;  
  max-height:480px !important;  
  background-color: #000000;  
}
 
.window .window_contents {  
  padding:0;  
  width:100%;  
  height:100%;      
} 
 
.window .window_header {  
  text-align:left;  
} 
 
.window .window_title {  
  font-size:11px;  
  color: #626262;
  font-weight: bold;
  background: #CFDFFD url(https://dkyat1j0hpkee.cloudfront.net/production/assets/menu-bg-0f09a2f2e9ad0b5a0ce92e8f08992c43.png) repeat-x scroll;
  padding:5px;  
  margin:0; 
} 
 
.window .window_close {  
  background-image: url(https://dkyat1j0hpkee.cloudfront.net/production/assets/prototip/styles/niftyschool/close_hover-f904fcc723ff663c423993d3618ef3b6.png); 
  position:absolute;  
  top:5px;  
  right:5px;  
  height:15px;  
  width:19px;  
  cursor:pointer;  
}  

.window div.error_flash, .window div.notice_flash {
  margin-bottom: 0;
  font-weight: bold;
}
.videoLink {
  text-align: right;
  color: #aaaaaa;
  font-weight: bold;
  text-decoration: underline;
  line-height: 22px;
  cursor:pointer;
}
.videoLink:hover { color: #666666; }
