
/* global classes */

a.green_link
{
	color:				green;
}

a.individual_school_ref
{
	padding-left:		25px;
}

a.right_panel_school_ref
{
	padding-left:		25px;
	font-size:			14px;
	font-weight:		bold;
}

.col1
{
}

.col2
{
	text-align:			right;
}

hr
{
	color:				#c0c0c0;
	width:				80%;
	height:				1px;
	margin:				20px auto;
}

div.big_title
{
	margin-top:			0;
	margin-bottom:		0.2em;
	font-size:			18px;
	font-weight:		bold;
}

.notice
{
	font-size:			11px;
	font-style:			italic;
}

span.divider_bullet
{
	font-weight:		bold;
}

span.notice
{
	font-size:			11px;
	font-style:			italic;
	margin-bottom:		0.6em;
	display:			block;
}

span.invalid_email
{
	margin-top:			1.2em;
	display:			block;
	font-size:			15px;
	font-weight:		bold;
	color:				red;
}

span.unconfirmed_user
{
	margin-top:			1.2em;
	display:			block;
	font-size:			13px;
	font-weight:		bold;
	color:				red;
}

div.directory
{
	font-size:			13px;
	margin-bottom:		1.2em;
}

div.directory .directory_node
{
	white-space:		nowrap;
}

div.listed_group
{
	border:				1px solid #BCC9C9;
	background-color:	#F8F8F8;
	margin-bottom:		20px;
	padding:			6px;
}

div.listed_group table
{
	width:				100%;
}

div.listed_group table td
{
	vertical-align:		top;
}

div.listed_group h3
{
	font-size:			13px;
	font-weight:		bold;
}

div.listed_group span.description
{
	font-size:			11px;
	display:			block;
	padding:			0 6px;
}

ul.nobullets
{
	list-style-type:	none;
	margin:				0;
	padding-left:		0;
}

ul.nopadding
{
	margin:				0;
	padding-left:		1.2em;
}

ul.errors
{
	margin:				0;
	padding:			6px;
	padding-left:		20px;
	width:				50%;
	border:				1px solid red;
	background-color:	#FFB99E;
}

ul.school_list
{
	list-style-type:	none;
	margin:				0;
	padding-left:		0;
}

ul.school_list li
{
	margin:				6px auto;
}

ul.school_list a
{
	padding-left:		26px;
}

/*
img.rating
{
	position:				relative;
	top:					2px;
}*/

td.col_40px
{
	width:				80px;
}

td.col_80px
{
	width:				80px;
}

td.col_120px
{
	width:				120px;
}

td.col_160px
{
	width:				160px;
}

td.col_200px
{
	width:				200px;
}

td.firstcol_narrow
{
	width:				120px;
}

td.firstcol
{
	width:				160px;
}

td.firstcol_wide
{
	width:				200px;
}

.hidden
{
	visibility:			hidden;
	display:			none;
}

.img_float_left
{
	margin:				1px;
	margin-right:		10px;
}

.pg_table
{
	width:				100%;
/*	margin-bottom:		20px;*/
}

.pgtable_col1
{
}

.pgtable_col2
{
	text-align:			right;
	vertical-align:		top;
}

.pgtable_col3
{
	width:				60px;
	text-align:			right;
}

.unhidden
{
	visibility:			visible;
}

li.unmarked_listitem
{
	list-style-type:	none;
}

span.details
{
	font-size:			11px;
	display:			none;
}

table#term_selector_multi
{
	border:				1px solid #A0A0A0;
	background-color:	#daf5fc;
	width:				250px;
	border-spacing:		0px;
	margin:				0.6em 0;
}

table#term_selector_multi td
{
	padding:			4px;
}

table#term_selector_multi tr#header
{
	background-color:	white;
}

table#term_selector_multi tr#header td
{
	background-color:	white;
	border-bottom:		1px solid #A0A0A0;
	font-size:			14px;
	font-weight:		bold;
}
