﻿.foo
{}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TABLES - Faculty Grid

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cctablestyle
{
	font-family: arial;
	font-size: 11px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	margin-left: 0px;
	color: #245D75;
	width: 100%;
}

.cctablestyle td a
{
	color: #D16400;
	font-weight: bold;
	text-decoration: none;
}

.ccaltrowstyle
{
	background-color: #F4FAFF;
}

.ccheaderstyle th
{
	background: url('images/admin-gvw-bg.gif') repeat-x 50%;
	color: #fff;
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: solid 1px #676767;
}

.ccheaderstyle th a
{
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: block;
	padding-right: 10px;
}

.ccrowstyle td, .ccaltrowstyle td
{
	padding: 4px 3px 2px 3px;
	border-right: solid 1px #A0C0E7;
	border-right-color: #808080;
}

.ccPagerStyle
{
	height: 28px;
	background: url(images/grid_header_back.png) repeat-x;
	background: #EEEEEE;
	vertical-align: middle;
}

.ccButtonBlue
{
	background: url(images/blue_button_bg.gif) no-repeat 25% 50% #333;
	border: 1px solid #0f72ac;
	margin-bottom: 3px;
	color: #FFF;
	height: 22px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TABLES - Faculty (Search Criteria)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.ccFacultyContent
{
	border-collapse: collapse;
	color: #333;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	vertical-align: middle;
	text-align: left;
}

table.ccFacultyContent td.ccFacultyTitle
{
	padding: 4px 4px 4px 4px;
}

table.ccFacultyContent td.ccFacultyData
{
	padding: 4px 4px 4px 4px;
}

tr.ccFacultyGroup td.ccFacultyTitle
{
	border-top: solid 1px #d3d3d3;
	padding-top: 10px;
	margin-top: 10px;
}

tr.ccFacultyGroup td.ccFacultyData
{
	border-top: solid 1px #d3d3d3;
	padding-top: 10px;
	margin-top: 10px;
}

td.ccFacultyTitle
{
	text-align: left;
	vertical-align: middle;
	width: 175px;
}

td.ccFacultyData
{
	text-align: left;
	vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Faculty Header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ccFaculty-header
{
	/*border-bottom: solid 3px #dfdfdf;*/
	padding-bottom: 1px;
	margin-bottom: 10px;
	height: 25px;
}

.ccFaculty-header .title
{
	float: left;
	color: #000000;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 5px;	
	text-transform: uppercase;
	/*font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;*/
	font-size:12px;		
}