.grade, .grade2 {
	border-top:1px solid #ccc2c1;
	border-left:1px solid #ccc2c1;
}
.grade th,.grade2 th {
	border-bottom:1px solid #ccc2c1;
	border-right:1px solid #ccc2c1;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333333; 
	font-weight: bold; 
	background-color: #c9c9c9;
}
.grade tr td,.grade2 tr td {
	text-align: center;
	/*vertical-align: top;*/
	border-bottom:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333333; 
	font-weight: normal;
	padding:3px;
}
.grade2 tr td{
	text-align: left;
}

/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/* Columns */
.col3, .col3-mid {width: 31%;}
.col3-mid {margin-left: 3%;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet, .quiet a {color: #999;}
.loud, .loud a {color: #000;}
.highlight, .highlight a {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.errorBox, .noticeBox, .successBox, .adminBox {
	/*border: 1px solid #DDD;*/
	border: 1px dashed #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
	font-weight: bold;
}

.errorBox {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.errorBox a {color: #8A1F11;}

.noticeBox {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.noticeBox a {color: #514721;}

.successBox {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.successBox a {color: #264409;}

.adminBox  {background: #FFFEEA;border-color: #FFD324;}

.imageContent{
	margin-left:10px;
	margin-right:10px;
}


.list_even,.list_odd{
	background-color: #EEEEEE; 
}
.list_odd{
	background-color: #FFFFFF; 
}

.buttonDype {
	-moz-border-radius:5px 5px 5px 5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
/*	background:url("img/overlay-button.png") repeat-x scroll 0 0 #222222;*/
	background:url("../images/36px-blended.png") repeat-x scroll 0 0 #222222;	
	border-bottom:1px solid rgba(0, 0, 0, 0.25);
	color:#FFFFFF !important;
	cursor:pointer;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	line-height:1;
	overflow:visible;
	padding:5px 15px 6px;
	position:relative;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	width:auto;
/*
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;
*/
	
}
.buttonDype::-moz-focus-inner {
	border:0 none;
	padding:0;
}
.buttonDype:hover {
	background-color:#111111;
	color:#FFFFFF;
}
.buttonDype:active {
	top:1px;
}
.small.buttonDype {
	font-size:10px;
}
.large.buttonDype {
	font-size:14px;
	padding:8px 19px 9px;
}
.green.buttonDype {
	background-color:#91BD09;
}
.green.buttonDype:hover {
	background-color:#749A02;
}
.blue.buttonDype {
	background-color:#2DAEBF;
}
.blue.buttonDype:hover {
	background-color:#007D9A;
}
.red.buttonDype {
	background-color:#E33100;
}
.red.buttonDype:hover {
	background-color:#872300;
}
.magenta.buttonDype {
	background-color:#A9014B;
}
.magenta.buttonDype:hover {
	background-color:#630030;
}
.orange.buttonDype {
	background-color:#FF5C00;
}
.orange.buttonDype:hover {
	background-color:#D45500;
}
.orangellow.buttonDype {
	background-color:#FFB515;
}
.orangellow.buttonDype:hover {
	background-color:#FC9200;
}
.white.buttonDype {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#666666 !important;
	font-weight:normal;
	text-shadow:0 1px 1px #FFFFFF;
}
.white.buttonDype:hover {
	background-color:#EEEEEE;
}

.crumbLabel, .crumbPath, .crumbActive {
	float: left;
}
.calendar {
	z-index: 10;
}