
/* Campus Admin system style sheet */

body {
	font-family: tahoma, "trebuchet ms", arial, sans-serif;
	font-size: 70%;
	background: #B8B8C0;

	margin: 0;
	padding: 0;
}


/*------------------------------------------------------
HEADER, NAVI & FOOTER
------------------------------------------------------*/

div#head {
	clear: both;
	width: 100%;
	overflow: hidden;

	font-size: 0.9em;
	background: #fff url("/images/head_bg.gif") repeat-x bottom;

	padding: 0 0 15px 0;
}

div#logo {
	float: left;
	
	padding: 15px 25px 0 20px;
}

div#logo p#logo_sub {
	padding: 0 0 0 35px;	
}

div#head div#logo p#logo_sub,
div#head div#logo p#logo_sub a {
	font-weight: bold;
	color: #929DB2;
  text-decoration: none;
}

div#login {
	float: left;

	line-height:1.5em;

	padding: 22px 0 0 10px;
	border-left: 1px solid #666;
}

div#login2 {
	float: left;

	padding: 10px 0 0 20px;
}
div#login2 table {
  margin: 0;
}

div#lang {
	float: left;

	line-height:1.5em;

	padding: 10px 0 0 40px;
}

/*-- NAVI1-----------------------------------------*/

div#navi1 {
	float: left;
	width: 100%;

	background: #B8B8C0 url("/images/navi1_bg.gif") repeat-x bottom;

	padding: 5px 0 0 0;
}

div#navi1 ul{
	list-style: none;
	
	padding: 0 0 0 10px;
	margin: 0;
}

div#navi1 li {
	float: left;
	line-height: 1.0em;
	margin: 0;
}

div#navi1 a,
div#navi1 span {
	float: left; 
	display: block; 

	color: #000; 

	padding: 8px 12px 8px 13px;
}

div#navi1 a {
	font-weight: bold;
}

div#navi1 li#here_navi1 {
	background: transparent url("/images/navi1_tab2.gif")
							no-repeat scroll right top;
}

div#navi1 li#here_navi1 a,
div#navi1 li#here_navi1 span {
	font-weight: bold;
	background: transparent url("/images/navi1_tab1.gif")
							no-repeat scroll left top;
}


/*--NAVI2-----------------------------------------------*/

div#navi2 {
	float: left;
	width: 100%;

	background: #C3C5D3 url("/images/navi2_bg.gif") repeat-x top;
}

div#navi2 ul {
	list-style: none;

	padding: 0 0 0 10px;
	margin: 0;
}

div#navi2 li {
	float:left;
	line-height: 1.0em;
	margin: 0;
}

div#navi2 a,
div#navi2 span {
	float: left; 
	display: block; 

/*	font-weight: bold; */
	color: #000; 

	padding: 7px 12px 7px 13px;
}

div#navi2 li#here_navi2 {
	background: transparent url("/images/navi2_tab2.gif")
							no-repeat scroll right top;
}

div#navi2 li#here_navi2 a,
div#navi2 li#here_navi2 span {
	font-weight: bold;
	background: transparent url("/images/navi2_tab1.gif")
							no-repeat scroll left top;
}


/*--NAVI3----------------------------------------------*/

div#navi3 {
	float: left;
	width: 100%;

	background: #fff url("/images/navi3_bg.gif") repeat-x bottom;

	border-bottom: 1px solid #D0D7E2;
}

div#navi3 ul {
	float:left;
	list-style:none;

	padding: 0 0 0 10px;
	margin: 0;
}

div#navi3 li {
	float:left;
	line-height: 1.0em;
	margin: 0;
}

div#navi3 a,
div#navi3 span {
	float: left; 
	display: block;  

	font-size: 0.9em;
/*	font-weight: bold; */
/*	color: #666;*/ 
  color: black;

	padding: 5px 15px;
}

div#navi3 li#here_navi3 a,
div#navi3 li#here_navi3 span {
/*	color: #003366;*/
	font-weight: bold;
  color: black;
	background: #E2E7F2 url("/images/navi3_bg_alt.gif") repeat-x bottom;
}


/*-- Footer ----------------------------------------------*/

#footer {
	clear: both;
	width: 100%;
	background: transparent url("/images/head_bg.gif")
							repeat-x top;

	padding: 10px 0 20px 0;
}

#footer p {
	padding: 0 0 0 25px;
}


/*------------------------------------------------------
CONTENT AREA LAYOUT
------------------------------------------------------*/

#content {
	clear: both;
	width: 100%;
	overflow: hidden;

	background: #fff;

	padding: 0 0 20px 0;
	margin: 0;
}

div.unit,
div.unit1,
div.unit2,
div.unit3,
div.unit4 {
	float: left;

	margin: 10px 0 10px 18px;
}

div.unit2 table,
div.unit3 table,
div.unit4 table {
  width: 100%;
}

.unit1 {
	width: 96%;
}

.unit2 {
	width: 650px;
}

.unit3 {
	width: 380px;
}

.unit4 {
	width: 250px;
}

.nofloat {
	padding: 10px 0 10px 20px;
}

/*------------------------------------------------------
COMPONENTS
------------------------------------------------------*/

/*-- Tight table (for layout) ---------------------------------------*/

table.tight,
table.tight td,
table.tight th {
  padding: 0;
	margin: 0;
}


/*-- Search form ----------------------------------------------*/

table.searchform {
  border-collapse: separate;
  margin-bottom: 0;
}

table.searchform td {
	padding: 0 0 0 0.2em;
  margin: 0;
  border: 1px solid white;
}


/*-- Result row ----------------------------------------------*/

table.resultrow {
  width: 800px;
	margin-bottom: 0;
	padding: 0;
}

table.resultrow hr {
  margin-bottom: 0.5em;
}

table.resultrow td {
  padding: 0;
	margin: 0;
}

/*-- Open-box ----------------------------------------------*/

table.openbox {
  border: 1px solid #bbd;
}

table.openbox td.openbox {
  padding: 5px 10px 5px 10px;
}


table.openbox th.openbox {
  background: #E7EAEE;

  padding: 5px 5px 5px 3px;
}

table.openbox th.openbox a {
  text-decoration: none;
  font-weight: normal;
}

table.openbox th.openbox img.opentriangle {
}

th#selected,
th#selected2 {
	background: #E2E7F2 url("/images/navi3_bg_alt.gif")
							repeat-x bottom;
}


/*--Sortable header-------------------------------------------*/

.sortable_header {
	padding: 0;
	margin: 0;
}

table.sortable_header {
	border-collapse: separate;
}

.sortable_header th {
  background: #cfcfef;

	padding: 2px 0 1px 0.2em;
  border-top: 1px solid #eef;
	border-right: 1px solid #66c;
	border-bottom: 1px solid #66c;
	border-left: 1px solid #eef;
}

.sortable_header a {
	display: block;  

	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;

	padding: 0;
}

/* exception for ".sortable_header a": we don't want decoration for those links that are only for selecting the row */
.sortable_header .select_only a,
.sortable_header .selected_row a { 
  font-weight: normal;
	font-size: 1.0em;
}

.sortable_header th.sort_by {
	color: #003366;
	background: #E2E7F2 url("/images/navi3_bg_alt.gif")
							repeat-x bottom;

	border-left: 1px solid #eef;
	border-right: 1px solid #339;
  border-bottom: 1px solid #339;
	border-left: 1px solid #eef;
}

.sortable_header th.sort_by img {
	float: right;
	display: inline;
	vertical-align: bottom;
}

.sortable_header td p {
  margin: 0;
}


/*-- Navi-list box ----------------------------------------------*/

table.navilist {
  background: #E7EAEE;
	
  border: 1px solid #bbd;
}

table.navilist th.navilist {
  background: #f7f7fe;

  padding: 1em;
}

table.navilist td.navilist {
  padding: 0 1em 1em 1em;
}

table.navilist table {
  margin: 0;
}

table.navilist th {
  padding: 1em 0 0 0;
}

table.navilist td {
  font-size: 0.9em;

	padding: 0 1em 1px 2em;
}

table.navilist #here_navilist {
  background: #bbd;
}

/*-- Link-row highlighting in tables -----------------------------------*/

div.link_rows tr:hover td {
 background: #cfcfee;
}

div.link_rows tr:hover td a {
 text-decoration: underline;
}

div.link_rows tr.no_hilite:hover td {
 background: #fff;
}


/*-- Summary list ----------------------------------------------*/
/*
table.summary_list th,
table.summary_list td {
}

table.summary_list th {
  padding: 1em 2em 0 0;
}
*/

/*-- Applications list ----------------------------------------------*/

table.applications_list {
  margin: 0;
}

table.applications_list a,
table.applications_list span {
  text-decoration: none;
	font-size: 0.9em;
}


table.applications_list input,
table.applications_list a,
table.applications_list span {
  line-height: 14px;
  height: 14px;
	vertical-align: middle;

	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}


span.new_app,
tr.new_app {
  font-weight: bold;
}

tr#here_apps,
div.link_rows tr#here_apps:hover td {
	background: #E2E7F2 url("/images/navi3_bg_alt.gif")
							repeat-x bottom;
}


/*-- Language icons ----------------------------------------------*/

img.lang_icon {
  padding: 2px;
	background-color: #eef;
  border-top: 1px solid #eaeaff;
	border-right: 1px solid #aac;
	border-bottom: 1px solid #aac;
	border-left: 1px solid #eaeaff;
}

img.lang_icon:hover {
	background-color: #cce;
  border: 1px solid #66c;
}

img.lang_icon#lang_selected {
	background-color: #cce;
  border: 1px solid black;
}

/*-- Announcement field ----------------------------------------------*/

textarea.announcement,
input.announcement {
  width: 25em;
}

textarea.announcement {
  overflow: auto;
	height: 8em;
}


input.button1 {
  width: 100%;
}




/*-- Listview ----------------------------------------------*/

div.listview {
  height: 150px;
	overflow: auto;
	border: 1px solid black;
}

div.listview table.listview {
	width: 40em;
}

/*-- Step-by-step ----------------------------------------------*/

table.step {
	border-collapse: separate;
}

table.step td {
	width: 15em;
  text-align: right;
	font-weight: bold;

	padding: 2px 0 0 0;
}

table.step td.progress_a {
  border-top:   2px solid black;
/*	border-right: 1px solid black;*/
	color: black;
}

table.step td.progress_b {
  border-top:   2px solid #ccc;
/*  border-right: 1px solid #ccc;*/
	color: #ccc;
}

/*-- Detail view headings -------------------------------*/

h1.detail_view {
  margin-bottom: 0;
	padding-bottom: 0;
}

/*------------------------------------------------------
 EFFECT STYLES
------------------------------------------------------*/

/*-- Borders ----------------------------------------------*/

.border,
.border th,
.border td {
  border: 1px solid #000;
}

.border th,
.border td {
	border-collapse: collapse;

	padding: 2px 5px;
}

.bordertop {
  border-top: 1px solid #99A1B1;
}

.borderbot {
  border-bottom: 1px solid #99A1B1;
}

/*-- Required fields ----------------------------------------------*/

span.required_yes,
span.required_no {
  font-size: 0.8em; 
}

span.required_yes {
  color: #f00; 
}

span.required_no {
  color: #fff; 
}

/*-- Spacing -------------------------------------------*/

table.moremargin td {
  padding-bottom: 1em;
}

p.moremargin {
  padding-bottom: 1em;
}

tr.moremargin {
  padding-bottom: 5em;
}

.minustop {
  margin: -25px 0 0 0;
}


/*-- Image thumbnail ----------------------------------------------*/

a.thumb img {
	width: 100px;
}

a.thumb_tiny img {
	width: 50px;
}

a.thumb img,
a.thumb_tiny img {
  border: 1px solid #99c;
}

a.thumb:hover img,
a.thumb_tiny:hover img {
  border: 1px solid #339;
}


/*-- Colors ----------------------------------------------*/

.passive {
  color: #aaa;
}

.grey {
  color: #666;
}

.green {
  color: #090;
}

.message {
  font-weight: bold;
/*	padding: 0.5em 0.8em;
	background: #ffc;*/
}

.gradientbg {
  background: #fff url("/images/navi3_bg.gif") repeat-x bottom;
}

.bluebg {
  background: #E7EAEE;
}

span.expired {
  color: #b33;
	font-weight: bold;
}

.frozen {  /* for colouring frozen application rows*/
  color: #999;
	font-style: italic;
}

tr.selected_row {
	background: #E2E7F2 url("/images/navi3_bg_alt.gif")
							repeat-x bottom;
}


/*-- Size & style----------------------------------------------*/

.small {
  font-size: 0.9em;
}

input.localisation,
textarea.localisation {
  font-style: italic;
}

/*-- Alignment ----------------------------------------------*/

.right {
  float: right;
	display: inline;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.horiz_space {
  padding-left: 3em;
}

/*------------------------------------------------------
 DEFAULTS
------------------------------------------------------*/

/*-- Text blocks ----------------------------------------------*/

h1,
h2,
h3,
h4 {
	font-weight: bold;
	line-height: 1.2em;

	margin: 0;
}

h1 {
	font-size: 17px;

	padding:0.5em 0 0.5em 0;
}

h2 {
	font-size: 1.2em;

	padding: 0.3em 0 0.5em 0;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 1em;

	padding: 0.3em 0 0.5em 0;
}

p, li {
	line-height:1.3em;

	margin: 0 0 0.5em 0;
}

pre {
  font-family: tahoma, "trebuchet ms", arial, sans-serif;
}

/*-- Inlines ----------------------------------------------*/

img {
	display: inline;
	vertical-align: middle;

	border: 0;
}

/* remove "a:visited" in the final code! */
a:link,
a:visited { 
	color:#336;
}


a:hover {
	text-decoration: underline;
}


hr {
	height: 1px;

	color: #99A1B1;
	background-color: #99A1B1;

	padding: 0;
	margin: 0 0 7px 0;		
  border: 0;
}


/*-- Tables ----------------------------------------------*/

table {
	border-collapse: collapse;

	font-size: 1em;

	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
}

td { 
	text-align: left; 

	padding: 2px 10px 2px 0;
}

th {
	text-align: left;
	
	padding: 0 10px 4px 0;
}



/*-- Controls ----------------------------------------------*/

input, select, textarea {
	font-family: tahoma, "trebuchet ms", arial, sans-serif;
	font-size: 11px;
 	line-height: 1.1em;

	padding: 1px;
	margin: 1px;
}
/*-- Error class ----------------------------------------------*/
.form_error{
	font-size: 11px;
	font-family: tahoma, "trebuchet ms", arial, sans-serif;
	color:#ff0000;
}
