body {
	font-family: Arial;
	font-size: 13px;
	background-color: #EEEEEE;
}

td {
	font-family: Arial;
	font-size: 13px;
	
}

a {
	color: blue;
}
.biglink {
	text-decoration: none; color:#663300; font-size: 26px;
}
.biglink:hover {
	text-decoration: underline; color:#663300; font-size: 26px;
}
.sortable-list {
    list-style-type : none;
    margin : 0;
	padding-left: 0px;
}
.sortable-list li {
    /* border : 1px solid #999999; */
    cursor : move;
    margin : 2px 0 2px 0;
    padding : 3px;
    background : #EEEEEE;
    width : 400px;
}

.smallframe {

	font-family: Arial;	
	font-size: 13px;

}


.colheader {

	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-color: #DDDDDD;

}

.colnormal {

	font-family: Arial;
	font-size: 13px;
	color: black;
	border: 1px solid #AAAAAA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;

}

.colnormal:hover {

	font-family: Arial;
	font-size: 13px;
	color: black;
	border: 1px solid #AAAAAA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;

}

.rownormal {

	font-family: Arial;
	font-size: 13px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;

}

.rownormal2 {

	font-family: Arial;
	font-size: 13px;
	color: black;
	background-color: #FFFF99;
	border: 1px solid #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;

}

.txtarea {
	
	
	width: 100%; 
	height: 220px; 
	font-family: Arial; 
	font-size: 13px;
	padding: 7px 7px 7px 7px;
	border: 1px solid #666666;
	/* padding-right: 15px; */
	line-height: 20px;
	
}

.overviewarea {
	
	background-color: white; 
	border: 1px solid black;

	width: 500px; 
	height: 60px; 
	font-family: Arial; 
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	/* padding-right: 15px; */
	/*line-height: 20px;*/
	overflow: auto;
	
}


.sidemenu_link {

  padding: 3px 10px 3px 10px;
	background-color: #AA0000;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
  margin-right: 0px;
  line-height: 40px;

}

.sidemenu_link:hover {

  padding: 3px 10px 3px 10px;
	background-color: #880000;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
margin-right: 0px;
line-height: 40px;

}

.toplink {

	background-color: #336699;
	color: white;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid white;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	/* padding: 4px 10px 4px 10px; */

}


.toplinkgray {

	background-color: #DDDDDD;
	color: #666666;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 0px solid white;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	/* padding: 4px 10px 4px 10px; */

}



.toplinkselected {

	background-color: #336699;
	color: yellow;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 0px solid white;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	/* padding: 4px 10px 4px 10px; */

}




.toplinkdull {

	background-color: #DDDDDD;
	color: #EEEEEE;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid white;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	padding: 4px 10px 4px 10px;

}




.helplink {

	font-family: Arial;
	font-size: 12px;
	color: blue;

}

.bigtext {
  font-size: 22px;
  font-weight: bold;
text-align: center;
}

.bigitext {
  font-size: 22px;
}

.midtext {
  font-size: 18px;
  text-align: justify;
  font-weight: bold;
}

.midtext2 {
  font-size: 12px;
  text-align: justify;
  font-weight: bold;
}

.redmenulink {

	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 0px 15px 0px 20px;

}

html {
overflow-y: scroll;
}
