.clear { clear: both; }
.pointer { cursor: pointer; }

.relative { position: relative; }
.absolute { position: absolute; }

div.error { color: #CD2626; }

.hidden { visibility: hidden; }
.display-none { display: none; }
.display-inline { display: inline; }

.float-left { float: left; }
.float-right { float: right; }


/* GALLERY */

ul.work_samples_options {
	margin: 0px;
	padding: 0px;
	float: right;
		
	margin-top: 32px;	
}
ul.work_samples_options li {
	list-style-type: none;
	background: none;
	display: inline;
	
	float: left;
	font-size: 12px;
	padding: 0px;
	margin-left: 30px;
	text-align: center;
}
ul.work_samples_options li img {
	margin-bottom: 10px;
}
ul.work_samples_options li a {
	font-weight: bold;	
	text-decoration: none;
}
ul.work_samples_options li a:hover {
	text-decoration: underline !important;
}

.work-samples-container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.work-samples-row {
	width: 800px;
	margin: 0px auto 0px auto;
}
.work_samples_sep {
	background: #dadada;
	height: 20px;
	width: 1px;
}
.work-samples-thumb {
	border: 1px solid #b6b7bb;
	width: 242px;
	height: 161px;
	text-align: center;
}
.work-samples-thumb .pdf { margin-top: 25px; margin-left: -15px; }
.work-samples-thumb .doc { margin-top: 25px; }
.ws_header {
	background: url(../images/ws_header.gif) no-repeat;
	width: 800px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	color: #636567;;
	font-size: 12px;
	text-indent: 8px;
}

ul.ws_paginate { 
	margin: 0px;
	padding: 0px; 
}
ul.ws_paginate li {
	margin: 0px;
	padding: 0px; 
	background: none;
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 5px;
}
.ws_paginate_on {
	padding: 0px; margin: 0px;
	background: #299de9;
	width: 24px;
	height: 24px;
	line-height: 23px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
a.ws_paginate_links, a.ws_paginate_links:visited {
	padding: 0px; margin: 0px;
	display:block;
	background: #b6b7bb;
	width: 24px;
	height: 24px;
	line-height: 23px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}
a.ws_paginate_links:hover {
	background: #299de9;
	text-decoration: none !important;
	color: #ffffff;
}

ul.visits_images { margin: 0px; padding: 0px; width: 495px;}
ul.visits_images li {
	margin: 0px; padding: 0px;
	background: none;
	list-style-type: none;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
.upcoming_trips_list_container {
	background: #ebf7fe;
	width: 265px;
	height: 100%;
	display: block;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
.upcoming_trips_list_footer {
	background: url(../images/blue_footer_285.gif) no-repeat;
	width: 285px;
	height: 10px;
	margin: 0px; padding: 0px;
}
.plus_icon {
	background: url(../images/plus_icon.gif) no-repeat left;
	padding: 0px 0px 0px 18px;
	font-size: 11px;
	display: block;
}
/*Extra Curricular and uniform*/
.rounded280_text {
	background-color:#eaeaeae;
	background: #eaeaea url(../images/grey_bottom280.gif) no-repeat bottom;
	padding: 10px;
	width: 260px;
	font-size: 11px;
}
.rounded280_text p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.blue_grad_header280 {
	background: url(../images/blue_grad280.gif);
	padding: 6px;
	padding-left: 10px;
	width: 264px;
	height: 18px;
	margin-bottom: 1px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.green { color: #95c431; }
