@import url("/css/global.css");
@import url("/css/reset.css");
@import url("/css/typography.css");

body
{
	background:#a2c7ef url(/img/default/body_bg.gif) repeat-x left top;
}

.container
{
	width:764px;
	margin:0 auto;
}

h1
{
	color:#3e3e3e;
	font-size:1.8em;
}

ul
{
	padding:0 0 0 15px;
}

input
{
	outline:none;
}

.mainColumn p,ul li
{
	font-size:1.5em;
	line-height:1.35;
	margin:0 0 10px;
}

.topBar
{
	background-color:#3e3e3e;
	min-height:35px;
}

.topBar p
{
	color:#aead9b;
	font-size:1.2em;
	letter-spacing:0.15px;
	margin:0;
	padding:11px 0;
}

.topBar p a
{
	color:#edede5;
	text-decoration:none;
}

.topBar p a:hover
{
	color:#fff;
}

.header
{
	height:50px;
	padding:20px 0;
}

.header .logo
{
	float:left;
}

.header .betaLogin a
{
	background-image:url(/img/default/login_link_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#9c9c9c;
	font-size:1.2em;
	font-weight:700;
	display:block;
	height:13px;
	text-align:center;
	text-decoration:none;
	width:180px;
	margin:13px 0 0;
	padding:7px 0;
}

.header .betaLogin a:hover
{
	color:#fff;
	background-position:left bottom;
}

#contentWrapper
{
	min-height:300px;
}

.pContainer
{
	position:relative;
	margin:0 0 30px;
	padding:0;
}

.pContainerCenter
{
	position:relative;
	margin:0 0 30px;
	padding:0;
	text-align: center;
}

.pContainer p
{
	background:transparent url(/img/default/p_bg.gif) repeat scroll left top;
	color:#979797;
	font-size:2em;
	line-height:32px;
}

.pContainerCenter p, .pContainerCenter a, .pContainerCenter a:hover
{
	color:#013750;
	font-size:18px;
	line-height:32px;
}

.pContainer p em
{
	color:#3e3e3e;
	font-size:1.2em;
	font-style:normal;
}

.pContainer .top,.pContainer .bottom
{
	background-color:#fff;
	height:1px;
	left:0;
	position:absolute;
	width:100%;
}

.pContainerCenter .top,.pContainerCenter .bottom
{
	background-color:#fff;
	height:1px;
	left:0;
	position:absolute;
	width:100%;
}

.pContainer .top
{
	top:0;
}

.pContainerCenter .top
{
	top:0;
}

.pContainer .bottom
{
	bottom:0;
}

.pContainerCenter .bottom
{
	bottom:0;
}

.columnGroup
{
	margin:0 0 15px;
}

.rightColumn
{
	float:right;
	width:335px;
	margin:0 0 0 10px;
}

#main_content_top,#main_content_bottom
{
	width:764px;
	height:13px;
}

#main_content_top
{
	background:transparent url(/img/default/container_topLid.png) no-repeat left top;
}

#main_content_bottom
{
	background:transparent url(/img/default/container_bottomLid.png) no-repeat left top;
}

#main_content
{
	background-color:#fff;
	margin:0;
	padding:10px 30px;
}

form#PagesRequestInviteForm
{
	margin-top:20px;
}

form#PagesRequestInviteForm label
{
	color:#3e3e3e;
	display:block;
	font-size:1.4em;
	font-weight:700;
	margin:0 0 4px;
}

form#PagesRequestInviteForm .input
{
	margin:0 0 5px;
}

form#PagesRequestInviteForm .input span
{
	color:#999;
	font-weight:700;
	display:block;
	margin:0;
	padding:5px 0 0;
}

form#PagesRequestInviteForm a
{
	color:#5494d0;
	font-size:1.1em;
	font-weight:700;
	line-height:1.5;
	text-decoration:none;
	margin:7px 0 0;
}

form#PagesRequestInviteForm .input input
{
	background:#fff url(/img/default/input_bg.gif) no-repeat scroll left top;
	border:none;
	height:15px;
	line-height:2.0;
	width:231px;
	padding:3px 9px 15px;
}

#messageSubmitButton
{
	margin:20px 0 0;
}

.footer
{
	color:#e2ecf8;
	text-align:left;
	margin:8px 0 0;
	margin-bottom:30px;
}

.footer a
{
	color:#fff;
	font-weight:700;
	text-decoration:none;
}

.footer a:hover
{
	border-bottom:1px dotted #e2ecf8;
}

.errorPage img
{
	margin-left:-15px;
}

.errorPage h1
{
	color:gray;
	font-size:2.5em;
	text-align:center;
}

.errorPage ul
{
	list-style-type:none;
	text-align:center;
	margin:15px 0 0;
	padding:0;
}

.errorPage ul li
{
	display:inline;
	margin-right:30px;
}

.leftFormColumn p,ul li,.rightColumn p,ul li
{
	font-size:1.4em;
	line-height:1.35;
	margin:0 0 10px;
}

.leftFormColumn p,ul li span,.rightColumn p,ul li span
{
	color:#7f7f7f;
}

.header .betaLogin,.footer span
{
	float:right;
}

.leftColumn,.leftFormColumn
{
	border-right:1px solid #c5c5c5;
	float:left;
	width:335px;
	padding:0 10px 0 0;
}

.leftBorderColumn
{
	float:left;
	width:335px;
	padding:0 10px 0 0;
}

.leftFormColumn p,.rightColumn p
{
	line-height:1.5;
}

.leftFormColumn p a,.rightColumn p a
{
	color:#5494d0;
	font-weight:700;
	text-decoration:none;
}

.leftFormColumn p a:hover,.rightColumn p a:hover,form#PagesRequestInviteForm a:hover
{
	border-bottom:1px dotted #5494d0;
}

#display_content table thead tr
{
	background:#77abdf;
}

#display_content table thead tr td
{
	color:#013750;
	font-size:11px;
	font-weight:bold;
	padding:5px;
}

#display_content table tbody tr
{
	background:#fafafa;
}

#display_content table tbody tr td
{
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #fff;
	color:#515151;
	padding:5px;
}

#display_content table tbody tr.task td
{
	color:#222;
	background:#fff url('/img/projects/background_task.gif') bottom repeat-x;
}

#display_content table tbody tr td.project_number,#display_content table tbody tr td.session_number
{
	color:#959595;
	font-weight:700;
	text-align:center;
}

#display_content table tbody tr td a
{
	color:#515151;
	font-weight:700;
	text-decoration:underline;
}

#display_content table tbody tr td a:hover
{
	text-decoration:none;
}

#display_content table tbody td .edit span
{
	background:url('/img/projects/icon_edit.gif') no-repeat;
	display:block;
	width:24px;
	height:23px;
}

#display_content table tbody td .save span
{
	background:url('/img/projects/icon_save.gif') no-repeat;
	display:block;
	width:24px;
	height:23px;
}

#display_content table tbody td .start span
{
	background:url('/img/projects/icon_start.gif') no-repeat;
	display:block;
	width:24px;
	height:23px;
}

#display_content table tbody td .delete span
{
	background:url('/img/projects/icon_delete.gif') no-repeat;
	display:block;
	width:24px;
	height:23px;
}

