#sidebar-buttons tr td {
	text-align: center
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

table.curriculum thead tr td {
	font-weight: bold;
	text-align: center;
}

table.curriculum tbody tr td.label {
	width: 180px;
}

table.curriculum tbody tr td.radio {
	width: 100px;
}

.error {
	border: 1px solid red;
	background:#FBE3E4;
}

span.button {
	background: #334a73;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	cursor: pointer;
}

p.img-middle img {
vertical-align: middle;
}

p.img-top img {
vertical-align: top;
}

/*NEWS TICKER*/


#news-ticker span.title{
	color:#933;
	display:inline;
	font-weight: bold;
}
#news-ticker span.title a{
    color:#933;
}

#news-ticker p{
	font-size:11px;
	margin-left: 0 !important;
	margin-left: 5px;
	display:inline;
}

/*SLIDESHOW*/

/*for fadeout effect This is optional*/
.showbg{
	/*background-color: black;*/
	background: #F4F4F4;
}

/*for image border*/
div.img{
	border: 0px solid #663300;
	background-color: #663300
}


