  
html > body.dev {
	background-color: #330033;
	background-image: none;
}

html > body.test {
	background-color: #ebf5f2;
	background-image: url('/koala.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
}

blockquote {
	width: 30em;
}
blockquote ol {
	list-style-type: lower-alpha;
}



a.help {
	font-size: 0.6em;
	color: red;
	vertical-align:top;
}


form {
	margin-bottom: 0;
}

em {
	font-weight: bold;
}

strong {
	color: red;
}

em em {
	color: red;
}



select.subject_selector {
	color: #1666FF;
}

select.subject_selector optgroup.semester_heading {
	color: black;
}

.not_current_subject {
	color: gray;
}

.disabled_subject {
	color: gray;
}

.enabled_subject {
	color: #1666FF;
}


td > pre {
		margin: 0;
	font-size: 1.2em;
}

pre.email {
	margin-right: 100%;
	padding: 10px;
}

pre.hidden {
    font-size: 1.5em;
    color: yellow;
    background-color: rgb(0,0,128);
    margin-right: 100%;
    width: 90%;
    padding: 10px;
    border: 1px solid black;
	;
    position: absolute;
}

div.hidden {
	;
}

a.toggle {
	display: block;
	background: url('/app/hr-awm/zorrillo/images/collapse.png') center left no-repeat;
	padding-left: 13px;
	color: #3366bb;
}

a.toggle_is_open {
	display: block;
	background: url('/app/hr-awm/zorrillo/images/expand.png') center left no-repeat;
	padding-left: 13px;
	color: #3366bb;
}


               

table.esp {
	border: 1px solid rgb(153, 153, 153);
	border-collapse: collapse;
	margin-bottom: 2em;
}

table.esp caption {
	text-align: left;
	font-weight: bold;
	width: 100%;
	margin-top: 1em;
}

table.esp tr{
	background-color: blue;
}

table.esp tr.hidden{
	display:none;
}

table.esp th {
	background-color: #4d749f;
	color: white;
	text-align: left;
	border: 1px solid rgb(153, 153, 153);
}

table.esp th a.sort_up {
	color: white;
	background: url('/app/hr-awm/zorrillo/images/up.png') center right no-repeat;
    padding-right: 16px;
}

table.esp th a.sort_down {
	color: white;
	background: url('/app/hr-awm/zorrillo/images/down.png') center right no-repeat;
    padding-right: 16px;
}

table.esp tr.row-1 {
	background-color: rgb(227, 240, 247);
}

table.esp tr.row-2 {
	background-color: rgb(247, 247, 247);
}

table.esp tr.row-1:hover, table.esp tr.row-2:hover {
	background-color: rgb(255, 255, 255);
}

table.esp td {
	border: 1px solid rgb(153, 153, 153);
	padding: 2px;
	vertical-align: top;
}

table.esp a:link, table.esp a:visited {
	color: blue;
}

table.esp a:hover, table.esp a:active {
	color: red;
}

table.esp tfoot td, table.esp tfoot td a:link, table.esp tfoot td a:visited {
	background-color: #4d749f;
	color: rgb(255, 255, 255);
	text-align: right;
	font-size: 80%;
}

table.esp tfoot input {
	background-color: transparent;
	border: 0;
	padding: 0;
	color: rgb(255, 255, 255);
	font-size: 80%;
	cursor: pointer;
}

/* Table cell special row_tags */
table.esp td.right {
	text-align: right;
}

table.esp td.gap {
	border-right: 2px solid rgb(153, 153, 153);
	padding-right: 1em;
}

table.esp td.center {
	text-align: center;
}

table.esp th.center {
	text-align: center;
}


table.esp td.tools {
/*	background: white;*/
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

table.esp tr.row-1 td.yes {
	background-color: rgb(204, 255, 169);
}

table.esp tr.row-2 td.yes {
	background-color: rgb(204, 255, 153);
}

table.esp tr:hover td.yes {
	background-color: rgb(204, 255, 140);
}

table.esp tr.row-1 td.no {
	background-color: rgb(255, 204, 169);
}

table.esp tr.row-2 td.no {
	background-color: rgb(255, 204, 153);
}

table.esp tr:hover td.no {
	background-color: rgb(255, 204, 140);
}

table.esp tr td.blank {
	background-color: white;
	border: none;
	border-bottom: dotted silver 1px;
}

table.esp tr.row-1 td.banner {
    background-color: #4d749f;
    color: white;
    text-align: left;
    border: 1px solid white;
}

table.esp tr.row-2 td.banner {
    background-color: #4d749f;
    color: white;
    text-align: left;
    border: 1px solid white;
}



table.form
{
	border: solid silver 1px;
	border-collapse: collapse;
	vertical-align: middle;
}

table.form input, table.form select {
	padding: 0;
	box-sizing: content-box;
}

table.form th {
	border-right: solid silver 1px;
	border-left: solid silver 1px;
}

table.form td {
	vertical-align: top;
}

table.form tr.highlight-1 {
	background-color: rgb(227, 240, 247);
}

table.form tr.highlight-2 {
	background-color: rgb(247, 247, 247);
}

table.form tr.highlight-1:hover, table.esp tr.highlight-2:hover {
	background-color: rgb(255, 255, 255);
}

table.form tr.hidden{
	display:none;
}

table.form tr td.yes {
        background-color: rgb(204, 255, 169);
}

table.form tr td.no {
        background-color: rgb(255, 204, 169);
}

table.form tr td.unknown {
        background-color: #FFCCA9;
}


table.form caption {
	text-align: left;
	font-weight: bold;
	width: 100%;
	margin-top: 1em;
}

table.esp td.tools img {
	width: 24px;
	height: 24px;
	margin-bottom: -4px;
}

div.shaded {
	border: 1px solid silver;
	background-color: #F0F0F0;
	padding: 1em;
}

img.cal {
	border: 0;
	width: 34px;
	height: 22px;
	margin-bottom: -4px;
	background: url("/app/hr-awm/zorrillo/images/calbtn.gif") top left no-repeat;
	cursor: pointer;
}

img.label {
	border: 1px solid black;
}

#loading {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -150px;
        background-color:#000;
        opacity:0.75;
        cursor:wait;
        text-align: center;
        padding-top: 1em;
        padding-bottom: 1em;

        font-size: 22px;
        min-width: 300px; /* Dialog will be no smaller than this */
        max-width: 600px; /* Dialog will wrap after this width */
        background: #FFF;
        border: solid 5px rgb(133, 196, 65);
        color: #000;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}

#loading.start {
        display: block;
}

#loading img {
        vertical-align: middle;
}

br.columns {
    clear: left;
}

ul.columns {
    list-style-type: square;
    /* list-style-image: url("bullet.gif"); */
    display: inline;
    float: left;
    margin-top: 0px;
    margin-left: 2em;
    margin-right: 1em;
    margin-bottom: 1.2em;
}

ul.single {
    list-style-type: square;
    /* list-style-image: url("bullet.gif"); */
    margin-top: 0px;
    margin-left: 2em;
    margin-right: 1em;
    margin-bottom: 1.2em;
}

#valid {
    position: absolute;
    top: 0px;
    right: 0px;
}

span.black {
	background-color: black;
	color: white;
}

span.red {
	background-color: red;
	color: white;
}

span.blue {
	background-color: red;
	color: white;
}

span.green {
	background-color: green;
	color: white;
}

span.yellow {
	background-color: yellow;
	color: black;
}

span.orange {
	background-color: orange;
	color: black;
}

span.purple {
	background-color: purple;
	color: white;
}

span.white {
	background-color: white;
	color: black;
}


.combocomplete {
	position: relative;
	display: inline-block;
}
a.combocomplete-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}
.combocomplete-input {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.combocomplete-input-type1 {
	background-color : #FFFFCC;
}

.combocomplete-input-type2 {
	background-color : #E8E8E8;
}

.combocomplete-input-type3 {
	background-color : #FFFFCC;
}

.combocomplete-input-type4 {
	background-color : #E8E8E8;
}

.combocomplete-input-optional {
	background-color : #CCFFFF;
}
