@charset "UTF-8";
/* CSS Document */
/*	Styles for Georgetown Law Apps Server

TABLE OF CONTENTS 
1. Agent resets
2. MainTab formats
3. Table Outputs

*/


/* SCREENS.CSS */
body {
	font-size: .7em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff url('/templates/assets/images/screen/bg-body.png') repeat-x; color: #3a3938; font: normal 100% Tahoma, Helvetica, Arial, sans-serif; 
	}
.legacy-wrap {
	padding: 7px 25px;
	min-height: 550px;
}
.legacy-wrap input[type="submit"],
.legacy-wrap input[type="button"],
.legacy-wrap input[type="reset"] {
	padding: 2px 5px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
}
table.hc-style {
    border-collapse: collapse;
}
table.hc-style th {
    background: none repeat scroll 0 0 #242939;
    color: #FFFFFF;
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding: 7px 15px 3px;
	text-align: left;
}
table.hc-style td {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #272727;
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    padding: 0 10px;
}
table tr.even td {
    background: none repeat scroll 0 0 #F4F4F4;
}
/* Turn off all image borders */
img {
	border: 0;
	}
.hidden {
	display: none;
	}
/* Show jump links to screen readers */
@media aural {
	.hidden { display: block; 	}
	}
a.email {
	padding-left: 14px;
	background: transparent url(/graphics/email_icon.gif) no-repeat 0 3px;
	}
br.clear {
	clear: both;
	}
/* Main div that centers the fixed-width layout */
#container {
	width: 760px;
	margin: 10px auto 10px auto;
	text-align: left;
	color: #666;
	border: 1px solid #ccc;
	background-color: #fff;
	}
#studentgroupcontainer {
	width: 988px;
	margin: 10px auto 10px auto;
	text-align: left;
	color: #666;
	border: 1px solid #ccc;
	background-color: #fff;
	}
/* Header styles */
#header h5, #header li, #footer p, #footer li {
	font-size: 11px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	}
#header h5 {
	float: left;
	margin: 5px 0 10px 15px;
	}
#header a:link, #header a:visited, #header a:active, #footer a:link, #footer a:visited, #footer a:active {
	color: #666;
	text-decoration: none;
	}
#header a:hover, #footer a:hover {
	text-decoration: underline;
	} 
/* Consolidate utility and footer styles as much as possible */
#utility, #footer ul, #login ul {
	float: right;
	list-style: none;
	margin: 5px 15px 0 0;
	padding: 0;
	}
#footer ul {
	margin: 10px 15px 10px 0;
	}
#login ul {
	margin: 0;
	}
#utility li, #footer ul li, #login ul li {
	display: inline;
	margin: 0;
	padding: 0 0 0 5px;
	border-left: 1px solid #666;
	}
/* Suppress pipe separator for the first item */
#utility li.first, #footer ul li.first, #login ul li.first {
	border-left: 0;
	}
/* Georgetown Law graphic */
#header h4 {
	float: left;
	margin: 0 0 9px 15px;
	}
/* Google search */
#sitesearch {
	float: right;
	margin: 0 15px 0 0;
	padding: 0;
	}
#headersearchinput {
	font-size: 1em;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #666;
	width: 15em;
	padding-left: 16px;
	border: 1px solid #ccc;
	background: transparent url(/graphics/magnifying_glass.gif) no-repeat 2px 2px;
	}
#headersearchbutton {
	font-size: .8em;
	color: #fff;
	background-color: #4173a3;
	padding: 0;
	border: 1px solid #aaa;
	}
/* Primary navigation */
#blue, #gold {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
	}
#blue {
	background: #4173a3 url(/graphics/navbkgd_blue2.gif) repeat-x scroll bottom;
	margin-bottom: 1px;
	}
#gold {
	clear: both;
	background: #b4952d url(/graphics/navbkgd_gold2.gif) repeat-x scroll bottom;
	}
/* 25% width was causing the nav to wrap in Juan's browser (laptop with bumped up DPI) */
#blue li, #gold li {
	float: left;
	width: 24.9%;
	height: 25px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background: transparent url(/graphics/vertdots.gif) no-repeat right center;
	}
/* Suppress vertical dot divider for the first item */
#blue li.last, #gold li.last {
	background: none;
	}
#blue a:link, #blue a:visited, #blue a:active, #blue a:hover, #gold a:link, #gold a:visited, #gold a:active, #gold a:hover {
	padding-top: 3px;
	display: block;
	color: #fff;
	text-decoration: none;
	}
#blue a:hover, #gold a:hover {
	color: #dcdcdc;
	/* background: transparent url(/graphics/nav_hover2.gif) no-repeat 2px 4px; */
	}
/* Start contentarea */
#mainbody {
	clear: both;
	padding: 5px;
	}
#titlearea, #contentarea {
	font-size: 1em;
	padding: 5px;
	}
#titlearea {
	padding-top: 1px;
	}
#breadcrumb, #login {
	font-size: 11px;
	}
#breadcrumb {
	width: 75%;
	}
#breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#breadcrumb ul li {
	display: inline;
	color: #999;
	}
#breadcrumb ul li.currentpage {
	color: #666;
	}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active, #login a:link, #login a:visited, #login a:hover, #login a:active {
	color: #4173a3;
	text-decoration: none;
	}
#breadcrumb a:hover, #login a:hover {
	text-decoration: underline;
	}
#login {
	width: 25%;
	text-align: right;
	}
a.rightarrow:link, a.rightarrow:visited, a.rightarrow:hover, a.rightarrow:active {
	font-size: 11px;
	padding-right: 18px;
	background: transparent url(/graphics/arrow_login.gif) no-repeat scroll right center;
	}
#title {
	clear: left;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3f617f;
	margin: 0;
	padding: 7 0 0 0;
	}
/* Horizontal rule dividing titlearea from contentarea */
#titlearea {
	border-bottom: 1px solid #ffcc66;
	}
#contentarea {
	border-top: 5px solid #fff;
	background: transparent url(/graphics/vertdots_contentarea.gif) repeat-y left;
	}
#sidebar {
	float: left;
	width: 170px;
	}
#sidebar h3 {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	}
#sidebar ul {
	list-style-image: url(/graphics/qbullet.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin: 0;
	padding: 0 0 10px 15px;
	line-height: 125%;
	}
#sidebar ul li {
	margin: 0 0 8px 0;
	padding: 0;
	}

	
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #666;
	text-decoration: none;
	}
#sidebar a:hover {
	text-decoration: underline;
	}
#content {
	padding-left: 191px;
	}
#content p, #contentnosidebar p {
	margin: 0 0 1.25em 0;
	padding: 0;
	line-height: 165%;
	}
/* Footer styles */
#footer {
	clear: both;
	border-top: 1px solid #ccc;
	}
#footer p {
	float: left;
	margin: 0;
	padding: 10px 0 10px 15px;
	}
#footer p.first {
	padding: 10px 0 10px 4px;
	}
/* Added with login facelift */
#loginMain {
	width: 70%;
	float: left;
	}
#loginSidebar {
	margin-top: 11px;
	width: 28%;
	float: right;
	}
div.loginMsg, div.errorMsg, div.alertMsg, div.successMsg {
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px 4px 4px 4px;
	font-size: 11px;
	color: #000;
	}
div.loginMsg {
	background: #f8f9fa;
	border: 1px solid #bfccd7;
	}
div.errorMsg, div.alertMsg, div.successMsg {
	font-weight: bold;
	}
div.alertMsg {
	background: #fff9d7;
	border: 1px solid #e2c822;
	}
div.successMsg {
	background: #e6f8dd;
	border: 1px solid #247e19;
	}
div.errorMsg {
	background: #ffebe8;
	border: 1px solid #dd3c10;
	}
div.errorMsg ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: square;
	list-style-image: none;
	}
div.errorMsg li {
	color: #000;
	}
.pageTitleMessage {
    background-color: #EEEEEE;
    border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
    display: block;
    float: right;
    font-size: 14px;
	font-weight: bold;
    padding: 8px;
    position: relative;
    text-align: right;
}
.sidebarHeadOnly {
	margin: 0;
	padding-left: 8px;
	height: 23px;
	font-size: 13px;
	color: #000066;
	font-family: helvetica,arial,sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 23px;
	background: #e7ecf0 url(/graphics/bkgd_colheader.gif) repeat-x;
	border-radius: 4px 4px 4px 4px;
	border-top: 1px solid #bfccd7;
	border-right: 1px solid #bfccd7;
	border-left: 1px solid #bfccd7;
	border-bottom: 1px solid #bfccd7;
	margin-bottom: 10px;
	}
.sidebarHead, .sidebarHeadMac {
	margin: 0;
	padding-left: 8px;
	height: 23px;
	font-size: 13px;
	color: #000066;
	font-family: helvetica,arial,sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 23px;
	background: #e7ecf0 url(/graphics/bkgd_colheader.gif) repeat-x;
	border-radius: 4px 4px 0 0;
	border-top: 1px solid #bfccd7;
	border-right: 1px solid #bfccd7;
	border-left: 1px solid #bfccd7;
	}
.sidebarBody, .sidebarBodyMac {
	margin-bottom: 10px;
	padding: 8px;
	font-size: 11px;
	border-radius: 0 0 4px 4px;
	border-right: 1px solid #bfccd7;
	border-bottom: 1px solid #bfccd7;
	border-left: 1px solid #bfccd7;
	background: #fff;
	}
.sidebarHeadMac {
	background: #e7ecf0 url(/graphics/bkgd_colheader_pink.gif) repeat-x;
	border-top: 1px solid #dd3c10;
	border-right: 1px solid #dd3c10;
	border-left: 1px solid #dd3c10;
	}
.sidebarBodyMac {
	border-right: 1px solid #dd3c10;
	border-bottom: 1px solid #dd3c10;
	border-left: 1px solid #dd3c10;
	}		
fieldset {
	margin-bottom: 10px;
	padding: 10px;
	}
legend {
	margin-bottom: 5px;
	padding: 1px 7px 1px 7px;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #666;
	background: url(/graphics/shade.gif) repeat-x scroll top left;
	}
.highlight {
	padding: 2px 4px 2px 4px;
	background-color: #ffff99;
	}
input.readOnly {
	padding: 2px;
	color: #808080;
	background: #ddd;
	border: solid 1px #808080;
}
/* END SCREEN.CSS */	







/*RESETS*/
/* body, h1, h2, h3, h4, ul, li, p, table, td, td a:link, td a:visited, td a:hover, th, .appTable, .tabcontentstyle, .shadetabs {
	margin: 0;
	padding: 0;
	border: none;	
} */
.content .main {
	background-color: #FFF;	
}
/* LOGIN */
#loginVerbiage {
	margin:0;
	padding:0;
}
h4 {
	margin:0;
	padding:0;
	line-height:normal;
}
h4+p {
	margin: 0px 0 25px;
	padding:0 0 10px;
}

/* MAINTAB FORMATS */
/*  */


/* TABLE OUTPUTS */
.appTable, .appDetails {
		width: inherit;
		border:none;
}
.appTable th {
	padding: 7px 15px 3px;
	text-align:left;
}
.appTable a {
	font-weight: normal;	
	line-height: 36px;
}

/*  TABLE HEADERS */

		/* CLASS ROOM DETAILS */
		.appTable th#rmNumber { width: 125px; }
		.appTable th#rmLocation { width: 125px; }
		.appTable th#rmNotes { width: auto; }
		.appTable th#rmDetails { width: 80px; } 
		
		/* PILS ALUMNI */
		.appTable th#coName { width: 200px; }
		.appTable th#coEmployer { width: auto; }
		.appTable th#coLocation { width: 125px; }
		.appTable td.title { width: 200px; font-weight: bolder; /*line-height: 20px;*/}
		.aapTable td.inputs { /*line-height: 20px;*/ }
		.appTable td { line-height:1.1; }
		
/*   END TABLE HEADERS  */

.appTable tr { line-height:30px; }

/*ALTERNATING ROWS WITHIN CFOUTPUTS */
.appTable tr.lightrow td, .appDetails tr.lightrow td{
	background-color: #FFFFFF;
}
.appTable tr.darkrow td, .appDetails tr.darkrow td {
	background-color: #F4F4F4;
}

.appTable tr:nth-child(even) {
	background-color: #CCC;
}
.appTable td/*, .appTable td a*/ {
	padding: 20px 2px;
	line-height: 36px;
}

.appTable td.rmNotes /* SPECIFIC FOR NOTES COLUMN */ {
	padding: 10px; 
}

/* TABLE RESULTS */


/*-------------------------------------------
    Footer
-------------------------------------------*/
.footer {
	position: relative;
	width: 100%;
	min-width: 977px;
	min-height: 50px;
	margin-top: 100px; /* 50 + 50 to overcome nav positioning */
	border-top: 8px solid #2a334e;
	background: #5179b4 url('/templates/assets/images/screen/bg-footer-lg.jpg') 50% 0 no-repeat;
}

.footer ul.footer-nav {
	position: relative;
	width: 977px;
	height: 50px;
	margin: -50px auto 0 auto;
}
.footer ul.footer-nav li {
	float: left;
	font-size: 0.9375em; /* 15/16 */
	line-height: 1em;
	text-align: center;
	border-left: 1px solid #3f4966;
	border-right: 1px solid #131d3a;
}
.footer ul.footer-nav li.campus-services { border-left: none; }
.footer ul.footer-nav li.about { border-right: none; }

.footer ul.footer-nav li a {
	display: block;
	height: 34px;
	font-family: "PMNCaeciliaW01-75Bold", Tahoma, sans-serif;
	font-size: 14px;
	color: #fefefe;
	/*font-weight: bold;*/
	font-weight: normal;
	padding: 16px 0 0;
	background: url('/templates/assets/images/screen/bg-footer-nav.png') -10px -2px no-repeat;
	text-shadow: #181f31 0px -1px 1px;
}

.footer ul.footer-nav li.campus-services a {
	width: 166px;
	background-position: left -2px;
}
.footer ul.footer-nav li.centers a { width: 175px; }
.footer ul.footer-nav li.education a { width: 234px; }
.footer ul.footer-nav li.journals a { width: 134px; }
.footer ul.footer-nav li.about a {
	width: 260px;
	background-position: right -2px;
}

.footer ul.footer-nav li a:hover, 
.footer ul.footer-nav li a:focus {
	color: #fefefe;
	text-decoration: none;
	background-position: -10px -54px;
}
.footer ul.footer-nav li.campus-services a:hover { background-position: left -54px; }
.footer ul.footer-nav li.about a:hover { background-position: right -54px; }

.footer .section {
	position: relative;
	width: 977px;
	/*min-height: 382px;*/
	margin: 0 auto;
	padding-top: 32px;
}

.footer h2 {
	font-family: "PMNCaeciliaW01-85Heavy", Tahoma, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer h2 a {
	font-weight: normal;
}

.footer .on-web {
	position: relative;
	float: left;
	width: 410px;
	margin: 0 20px 20px 24px;
}

.footer .on-web ul {
	position: absolute;
	top: 36px;
	right: 27px;
}
.footer .on-web ul li {
	width: 57px;
}
.footer .on-web ul li.selected {
	background: url('/templates/assets/images/screen/bg-footer-selected.png') no-repeat;
}
.footer .on-web ul li.youtube { background-position: 0px 0px; }
.footer .on-web ul li.twitter { background-position: 0px -49px; }
.footer .on-web ul li.facebook { background-position: 0px -98px; }
.footer .on-web ul li a {
	display: block;
	width: 55px;
	height: 49px;
	text-indent: -9999em;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.footer .on-web ul li.youtube a { background-image: url('/templates/assets/images/screen/icons/ico-video-footer.png'); }
.footer .on-web ul li.twitter a { background-image: url('/templates/assets/images/screen/icons/ico-twitter-footer.png'); }
.footer .on-web ul li.facebook a { background-image: url('/templates/assets/images/screen/icons/ico-facebook-footer.png'); }

.footer .on-web ul li.youtube a:hover,
.footer .on-web ul li.youtube a:focus { background-image: url('/templates/assets/images/screen/icons/ico-video-footer-on.png'); }
.footer .on-web ul li.twitter a:hover,
.footer .on-web ul li.twitter a:focus { background-image: url('/templates/assets/images/screen/icons/ico-twitter-footer-on.png'); }
.footer .on-web ul li.facebook a:hover,
.footer .on-web ul li.facebook a:focus { background-image: url('/templates/assets/images/screen/icons/ico-facebook-footer-on.png'); }

.footer .on-web .wrap {
	width: 295px;
	min-height: 109px;
	padding: 0 25px 20px 9px;
	margin: 0;
	background: url('/templates/assets/images/screen/bg-footer-onweb.png') repeat-y;
}
.footer .on-web .top {
	height: 9px;
	background: url('/templates/assets/images/screen/bg-footer-onweb-top.png') no-repeat;
}
.footer .on-web .bot {
	height: 9px;
	background: url('/templates/assets/images/screen/bg-footer-onweb-bot.png') no-repeat;
}
.footer .on-web .wrap .twitter,
.footer .on-web .wrap .facebook { display: none; }

.footer .on-web .youtube .media {
	margin-bottom: 10px;
}

.footer .on-web h3 {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.footer .on-web p {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #bacfec;
	margin: 0;
	padding-bottom: 15px;
}
.footer .on-web p strong {
	display: block;
	font-family: "PMNCaeciliaW01-85Heavy", Tahoma, sans-serif;
	font-size: 13px;
	line-height: 26px;
	font-weight: normal;
	color: #fff;
}
.footer .on-web p span,
.footer .on-web p.meta {
	font-size: 11px;
	font-weight: normal;
	color: #b2cbff;
}
.footer .on-web p.meta {
	
}
.footer .on-web a.name {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-decoration: underline;
}

.footer .on-web a.view-all {
	position: absolute;
	right: 88px;
	bottom: 6px;
}

.footer .maps {
	float: left;
	width: 270px;
	margin-right: 20px;
}

.footer .maps .wrap {
	width: 207px;
	height: 283px;
	padding: 10px 11px;
	background: url('/templates/assets/images/screen/bg-footer-map.png') no-repeat;
}
.footer .maps img {
	margin-bottom: 20px;
}
.footer .maps .wrap span {
	display: block;
	font-size: 11px;
	line-height: 18px;
	color: #b2cbff;
}

.footer .contact {
	float: left;
	width: 220px;
}
.footer .contact p {
	font-family: "PMNCaeciliaW01-75Bold", Tahoma, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.8em;
}
.footer .contact p a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
.footer .contact p strong {
	display: block;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #b2cbff;
}
.footer .contact ul {
	width: 185px;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #33558a;
}
.footer .contact ul li {
	padding-left: 13px;
	background: url('/templates/assets/images/screen/icons/ico-footer-list-arrow.png') 0 9px no-repeat;
}
.footer .contact ul li a {
	font-family: "PMNCaeciliaW01-85Heavy", Tahoma, sans-serif;
	font-size: 13px;
	line-height: 28px;
	color: #fff;
	font-weight: normal;
}
ul.generic {
	margin: 0 0 1.25em 40px;
}
ul.generic li {
	padding: 2px 0 2px 0;
	list-style-type: disc;
}
