/* CSS Document */

body {
	margin: 10px;
	background: url(./images/bgr.png) repeat;
  	font-size        : 11px;
}
tr, p, div, td {
	font-family: Arial, Helvetica, sans-serif;
  	color            : #333333;
	line-height: 1.25em;
/*	text-align: left; */
}

p {
	margin: 0 0 0.8em 0;
}

hr {
	height           : 2px;
	width            : 100%;
	background-color: #FFFFFF;
	color: #FFFFFF;
}

a:link, a:visited {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #ff3300;
	text-decoration: none;
}

ul {
	margin: 0 0 0.8em 0 ;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

li {
	line-height: 1.3em;
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(./images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 10px; 
}

/******* TABLE FOR NEW MAIN MENU ******/

#mainmenu p, li{
	font-family: Arial, Helvetica, sans-serif;
}

#mainmenu a:link, #mainmenu a:visited {
	color            : #333333;
}

#mainmenu a:hover {
	color:#FF0000;
	text-decoration: none;
}

#mainmenu a:active {
	color:#FF0000;
	text-decoration: none;
}

.mmlevel1 {
	/* Order top, right, bottom, and left. */
	margin: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	font-weight: bold;
	font-size: 11px; 
}

.mmlevel2 {
	margin: 4px 5px 4px 10px;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	font-size: 10px; 	
}

.mmlevel3 {

	list-style-type: disc;
	background-image: none;
	margin: -4px 5px -5px 25px;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	text-indent: 0px;
	font-size: 10px;
	line-height: 1.8em;
}

.mmbackground {
	background-color:#FEFAF7;
	margin: 0 0 0 0;
	border: 0 0 0 0;
	padding: 0 0 0 0;
	float: none;
}

/* Table alternate color */
.oddcolor {
	background-color: #DADADA;
}
.oddcolorhead {
	background-color: #CCCCCC;
}
/* Table alternate color */

.mainpage {
	text-align: justify;
}

.greybg {
  background: #eeeeee;
}

.courseNameOA {
  font-weight: bold;
  font-size: 1.1em;
  color: #FF0000;
}

.courseShortDescOA {
  font-size: 0.9em;
}

.courseNameML {
  font-weight: bold;
  font-size: 1.1em;
  color: #0000FF;
}

.courseShortDescML {
  font-size: 0.9em;
}

.fade {
	color: #999999;
        font-size: 0.9em;
	font-style: oblique;
}

.contactPlaceName {
  font-weight: bold;
}

#active_menu {
  color: #000000;
}

table.moduletable {
	padding: 0px 5px 0px 5px;
	margin-bottom: 15px;
	width: 100%;
	background: url(./images/bgr.png);
}

.sectiontableheader {
  background-color : #CCCCCC;
  color            : #333333;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

.small {
  font-size        : 0.95em;
  color            : #999999;
  text-decoration  : none;
  font-weight      : bold;
}

.smalldark {
  font-size        : 0.95em;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
  background       : #dedede;
}

.contentpaneopen {
  border : 0px ridge #0099cc;
  width: 100%;
  padding: 1px;
}

.contentheading, .componentheading {
  font-size        : 1.2em;
  font-weight      : bold;
  color            : #CC6600;
}
.contentsubhead1 {
  font-size        : 1.1em;
  font-weight      : bold;
  color            : #CC6600;
	line-height: 1.25em;
}

.contentsubhead2 {
  font-size        : 1em;
  font-weight      : bold;
  color            : #CC6600;
	line-height: 1.25em;
}

.createdate {
  color            : #999999;
  text-align       : center;
}


.button {
  font-style       : normal;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  color            : #000000;
  border           : 1px solid #CCCCCC;
}


.message {
	font-weight: bold;
  	font-size        : 1.1em;
	color : #ff6600;
	text-align: center;
}

.remark {
	font-size: 1em;
	font-style: italic;
	color: #999999;
}
.justBlue {
	color: #0000FF;
}

.greybox {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #999999;
}


.errmsg {
	font-family: "Courier New", Courier, mono;
	font-size: 1.1em;
	font-weight: bolder;
	color: #CC0000;
}

.isobox {
	font-size: 0.9em;
	color: #000000;
	background-color: #339933;
	border: 0px none #999999;
}

.icongroup1{
	width: 400px;
}

.icongroup1_news{
	width: 100%;
}

.iconspan{
	float: left;
	margin: 1px;
	cursor: hand;
	cursor: pointer;
}

.iconspan_news{
	float: left;
	margin: 0 0 0 30px;
	/* Order top, right, bottom, and left. */
	padding: 0 5px 0 0
	cursor:hand;
	cursor:pointer;
}

.crossed {
	text-decoration: line-through;
}

.BigCap
{
	font-family:"BankGothic Lt BT", Arial;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}

.packageheader {
  font-weight: bold;
  font-size: 1em;
  color: #0066CC;
}

