@CHARSET "UTF-8";
body {
  margin:       0;
  padding:      0;
  font-family:  Sans,Verdana,Arial,Helvetica,serif;
  height:       100%; 
}
p,h1,h2,h3 {
  margin:     0 0 5px 0;
}

table thead td{
	font-weight:bold;
	cursor:pointer;
}

#maincontainer {
  width:      780px;
  background: rgb(255,253,255);
  margin-top: 5px;
  text-align: justify;
  border:     1px solid rgb(255,170,200);
}

#page-header {
  /*border:       1px solid #ff0000;*/   
}

#banner {
  background:   url(page-header.jpg) no-repeat;
  height:       123px;
}

#header {
  background:   rgb(145,100,135);
  margin:       0px;
  padding:      0px;
  /*border:       1px solid #ff9900;*/
  height:       24px;
  color:        white;
}
  #header a {
    /*color:    white;*/
    text-decoration:  none;
    font-weight:    bold;
  }
  #header ul {
    /*border:       1px solid #336699;*/
    margin:       0px;
    padding:      0px;
    list-style:   none;
    height:       20px;
  }
  #header ul li {
    float:    left;
    padding:  2px 12px;
    height:   19px;
  }
  #header ul li a img {
    margin-top:    2px;
    margin-bottom: 0px;
  }

  .h_focus { background: white; border-bottom: 1px solid rgb(145,100,135);}
  .h_focus a { color: rgb(145,100,135); }
  .h_unfocus { background: rgb(145,100,135);}
  .h_unfocus a { color: white; }

#container {
overflow:inherit;
min-height:625px;
}

#rightbar {
  float:    right;
  width:    230px;
  padding-top:  0;
  margin-top:   0;
  height:       450px;
  /*border:       1px solid #ff0000;*/
}
  #rightbar .rightbarBlock {
    padding:      2px 5px;
    background:   none;
    margin-bottom:5px;
  }
  #rightbar .rightbarBlock h2 {
    font-size: 140%;
  }
  #rightbar .rightbarBlock a {
  }
  #rightbar .rightbarBlock a:hover {
    background: rgb(145,100,135);
    color:      white;
  }

#text {
  width:        530px;
  padding-top:  0;
  margin:       0 8px;
  font-size:    90%;
  min-height:   460px;
  color:        rgb(145,100,135);
  /*border:       1px solid #ff0000;*/
}

  #text p { margin-bottom: 12px;}
  #text a { color: rgb(50,20,135);}


#copyright {
  color:      rgb(150,140,175);
  text-align: center;
  font-size:  70%;
}
  #copyright a{
    color:      rgb(150,140,175);
  }
  #copyright a:hover{
    color:      rgb(110,100,135);
  }

/**********
  Standard Form
***********/
#StandardForm { }

#StandardForm input {
  border: 1px solid rgb(235,220,240);
  display: block;
}
#StandardForm select {
  border: 1px solid rgb(235,220,240);
  display: block;
}
#StandardForm legend {
  font-size:  120%;
  height:     1.2em;
  padding:    3px;
  border:   2px solid rgb(255,235,250);
  font-weight: bold;
}
#StandardForm  fieldset {
  border:   2px solid rgb(255,235,250);
  padding:  5px;
  width:    auto;
}
#StandardForm  label {
  display: block;
  margin: 5px 5px 2px 0;
}
#StandardForm  .nowrap {
  display: inline;
  margin: 5px 5px 2px 0;
}


/*********************
  Login Form
**********************/
#loginForm {
  width: 250px;
}

#loginForm input {
  margin: 1px 0 1px 0;
  font-weight: bold;
  border: 1px solid rgb(235,220,240);
  /*display: block;*/
  /*width:    120px;*/ 
}
#loginForm legend {
  font-size:  120%;
  height:     1.2em;
  padding:    3px;
  border:   2px solid rgb(255,235,250);
  font-weight: bold;
}
#loginForm fieldset {
  border: 2px solid rgb(255,235,250);
  padding: 5px;
}
#loginForm label {
  width:80px;
  display:block;
  float:left;
  text-align:right;
  /*font-size:150%;*/
  color: black;
  margin: 0px 5px 1px 5px;
  /*border: 1px solid #ff0000;*/
  font-size: 90%;
}

/*********************
  Assignment Form
**********************/
#AssignmentForm {
}

#AssignmentForm input {
  border: 1px solid rgb(235,220,240);
}
#AssignmentForm select {
  border: 1px solid rgb(235,220,240);
  display: block;
}
#AssignmentForm textarea {
  border: 1px solid rgb(235,220,240);
  width:  450px;
  height: 100px;
  display: block;
}
#AssignmentForm legend {
  font-size: 120%;
  height: 1.2em;
  padding: 3px;
}
#AssignmentForm fieldset {
  border: 2px solid rgb(255,235,250);
  padding: 5px;
}
#AssignmentForm label {
  display:block;
  margin-top: 10px;
  font-weight: bold;
  /*border: 1px solid #ff0000;*/
}

/**********
  Warnings and Info
***********/
#warnings {
  border: 1px solid rgb(255,230,0);
  background: rgb(255,250,210);
  margin: 10px 30px;
  padding: 5px;
  color:   rgb(50,0,0);
  width: 80%;
}
#warnings p { margin: 0;}

#info {
  border: 1px solid rgb(255,170,200);
  background: rgb(255,255,255);
  margin: 10px 30px;
  padding: 5px;
  color:    rgb(50,0,0);
}
#info p { margin: 0;}

/**********
  Help Bubbles
***********/
#help_window {
  position: absolute;
  display:  none;
  border: 3px solid rgb(145,100,135);
  padding: 0;
}
#help_container {
  overflow: auto;
  height: 328px;
  background: rgb(255,253,255);
  padding: 5px;
  position: absolute;
  width: 440px;
}
#help_header {
  background: rgb(145,100,135);
  height: 22px;
  text-align: right;
  padding: 0 10px 0 0;
}
#help_header a {
  color: white;
}

/**********
  Tables
***********/
#default_table {
  font-size: 80%;  
}
#default_table th {
  border: 1px solid rgb(145,100,135);
}
#default_table tr:hover {
  background: rgb(145,100,135);
  color: rgb(255,255,255);
 
}
#default_table tr:hover a{
  color: rgb(255,255,255);
}




/***********************
  User Status Window
  *********************/
#UserStatus {
  text-align:   center;
  font-size:    80%;
  border:       1px solid rgb(255,220,245);
  margin:       3px 5px;
  color:        rgb(145,100,135);
}
  #UserStatus p {
    margin-top:     3px;
    margin-bottom:  3px;
  }
  #UserStatus a {
    color: rgb(50,20,135);
  }



/**********
  Classes
***********/
.red {    color:        red; }
.grey {    color:       grey; }
.bold {   font-weight:  bold;}
.italic {   font-weight:  bold;}
.small {  font-size:    90%; }
.smaller {  font-size:  80%; }
.smallest {  font-size:  70%; }
.big {  font-size:     110%; }
.bigger {  font-size:  120%; }
.biggest {  font-size:   140%; }
.center {  text-align:  center; }
.justify {  text-align:  justify; }
.f-r { float:     right;}
.f-l { float:     left;}
.u-c { text-transform: uppercase; }
.right { text-align: right; }
.t-spacer { padding-top: 5px; }





/*  SORTING TABLE  */


	/* Start layout CSS */
	.tableWidget_headerCell,.tableWigdet_headerCellOver,.tableWigdet_headerCellDown{	/* General rules for both standard column header and mouse on header of sortable columns */
		cursor:pointer;	
		border-bottom:3px solid #C5C2B2;
		border-right:1px solid #ACA899;
		border-left:1px solid #FFF;	
		background-color:rgb(145,100,135);
		color:#FFFFFF;
	}
	
	.tableWidget_headerCell{	/* Standard column header */
		border-top:2px solid #ECE9D8;
		
	}
	
	.tableWigdet_headerCellOver{	/* Rollover on sortable column header */
		border-top:2px solid #CC99FF;		
	}
	.tableWidget tbody .tableWidget_dataRollOver{	/* Rollover style on mouse over (Data) */
		background-color:#FBECF8;
	}
	
	.tableWigdet_headerCellDown{
		border-top:2px solid #ECE9D8;	
		background-color:#CC99FF;
		border-left:1px solid #ACA899;
		border-right:1px solid #FFF;			
	}
	.tableWidget td{
		margin:0px;
		padding:1px;
		border-bottom:1px solid #EAE9E1;	/* Border bottom of table data cells */
		
	}
	.tableWidget tbody{
		background-color:#FFF;
	}
	.tableWidget{
		font-family:arial;
		font-size:12px;	
		width:400px;
	}
		
	/* End layout CSS */
	
	
	div.widget_tableDiv {
		border:1px solid #ACA899;	/* Border around entire widget */
		height:400px;
		/*overflow:auto;
		overflow-y:auto;
		overflow:-moz-scrollbars-vertical;*/
		width:400px;

	}
	
	html>body div.widget_tableDiv {
		overflow:hidden;   /* with hidden option chrome doesnt work */
		width:535px;
	}

	.tableWidget thead{
		position:relative;
	}
	.tableWidget thead tr{
		position:relative;
		top:0px;
		bottom:0px;
	}

	.tableWidget .scrollingContent{
		overflow-y:auto;
		overflow:-moz-scrollbars-vertical;
		width:100%;

	}
	
	
	/* SORTING TABLE HOME  */
	
		div.widget_tableDiv2 {
		border:1px solid #ACA899;	/* Border around entire widget */
		height:120px;
		/*overflow:auto;
		overflow-y:auto;
		overflow:-moz-scrollbars-vertical;*/
		width:400px;

	}
	
	html>body div.widget_tableDiv2 {
		overflow:hidden;   /* with hidden option chrome doesnt work */
		width:535px;
	}

	.tableWidget thead{
		position:relative;
	}
	.tableWidget thead tr{
		position:relative;
		top:0px;
		bottom:0px;
	}

	.tableWidget .scrollingContent{
		overflow-y:auto;
		overflow:-moz-scrollbars-vertical;
		width:100%;

	}
	/*  END of CSS SORTING TABLE HOME  */



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

	
