﻿/* Base */
html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}

body { background:#f9f9f9; color: #4d4f51; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.231; margin:0; padding:0; -webkit-font-smoothing: antialiased;}
/* url(images/bg_diagonals.png) repeat 0 0*/
a {color:#107CB5;}

img {border:0;vertical-align:top;}

::-webkit-input-placeholder {font-style:italic;}
:-moz-placeholder {font-style:italic;}

.Main {min-width:910px;max-width:1500px;margin:0 auto;padding:0 30px;min-height:700px;}


/* NO LONGER USED 
.MainHeader {height:66px;background-image:url('images/header.png');background-position:top left;background-repeat:no-repeat;}*/

.BannerAnnouncement {
	/*background-color:#FFFBDE;
	background-image:url('images/yellowfade.gif');
	background-repeat:repeat-x;
	background-position:bottom;*/
	border:1px dashed #DAC77B;
	position:absolute;
	top:13px;
	margin-left:300px;
	padding:5px 10px;
	text-align:center;
	background: #fffbde; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmJkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2ViYjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fffbde 0%, #f7ebb6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffbde), color-stop(100%,#f7ebb6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fffbde 0%,#f7ebb6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fffbde 0%,#f7ebb6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fffbde 0%,#f7ebb6 100%); /* IE10+ */
	background: linear-gradient(top,  #fffbde 0%,#f7ebb6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbde', endColorstr='#f7ebb6',GradientType=0 ); /* IE6-8 */

}


.LocationLinks {
	float:right;
	margin:10px 10px 0 0;
	font-size:8px;
}

.LocationLinks a {
	margin-right: 10px;
}

.LocationLinks img {
	margin-right: 3px;
}

.Main .SkipNavigation {
	margin-left:400px;
	color:#fff;
	float:left;
	font-size:1px;
}

.Main .SkipNavigation a {
	color:#fff;
}

.Main .SkipNavigation a:hover {
	color:#fff;
}

.HelpButton {
	float:right;
	margin-top:-20px;
}

.HelpButton a {
	padding:2px 0 0 18px;
	background-image:url('images/help_icon.gif');
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	height:16px;
}

a.download-file {
	padding-left: 28px;
}

a.download-file:hover {
	text-decoration:underline;
	color:#107CB5 !important;
	}

.ContentText {
	font-size:1.1em;
	line-height:1.4em;
}

.ContentText p {
	margin:10px 0 0 0;
}

.ContentText p:first-child {
	margin:0;
}

.ItemHeading {
	font-weight:bold;
}

/*.UserInfo {
	font-family:Tahoma;
	font-weight: bold;
	padding:3px 0 0 0;
	float:right;
	margin:10px 20px 0 0;
	font-size:1.1em;
	line-height:1.3em;
	color:black;
	width:350px;
	text-align:right;
}

.UserInfo a {
	font-size:.8em;
	color:black;
}*/

#account-info .LoginEntry {
	width:440px;
}
.homepage {
	margin: 0 auto;
	width: 891px;
}
.homepage .columns:last-child {
	width: 540px; 
}
.LoginEntry div {
	float:left;
	margin-top:-3px;
	text-align:left;
	padding-left:5px;
	position:relative;
}

.LoginEntry {margin:0 auto;width:266px;}

.LoginEntry a {position:absolute;right:30px;top:21px;text-transform:none;color:#aaa;}
.LoginEntry a:hover {color:#fff;}

.LoginEntry a {position:absolute;right:0px; top: 2px; text-transform:none; font-size: 11px;}

.LoginUsername input, .LoginPassword input {
	display:block;
	width:130px;
	height:14px;
}

#account-info .LoginUsername input, #account-info .LoginPassword input {
	display:block;
	width:100px;
	height:14px;
	float:left;
}

#account-info .LoginUsername label, #account-info .LoginPassword label {
	float:left;
	padding:3px 5px 3px 0px;
}

.LoginEntry div.LoginSubmit {
	float:right;
	padding-left:0px;
}

.LoginEntry .LoginSubmit input {
background: #94c90e;
border: none;
border-radius: 2px;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: 'Open Sans',Helvetica,sans-serif;
font-size: 14px;
line-height: 18px;
margin: 0 2px;
outline: none !important;
padding: 8px 20px;
position: relative;
text-align: center;
	text-decoration: none;
text-shadow: 1px 1px 0 rgba(50,110,167,.35);
white-space: nowrap;
box-shadow: rgba(50,158,2,1)1px 1px;
	-moz-box-sizing: border-box !important;
}

.LoginEntry .LoginSubmit input:hover,
.LoginEntry .LoginSubmit a:hover {
background: #a9d21a;
}

.LoginFailure {
	color: #EB4949;
	text-align:left;
	padding-left:5px;
	float:left;
}

.SectionContent .LoginEntry div.LoginFailure {
    color: #EB4949;
	text-align:left;
	padding-left:5px;
	float:left;
    margin-bottom: 20px;
}

.RequiredText 
{
	font-size:18px;
	text-shadow:1px 1px 1px white;
	padding-left:3px;}

.SectionContent .LoginEntry div {
	float:left;
	display:block;
	text-align:left;
	padding-left:0;
	margin:10px 0px;
}

.SectionContent .LoginEntry div:last-child {
	display:block;
	float: right;
	margin:5px;
	padding:0px;
}

.SectionContent .LoginUsername input, 
.SectionContent .LoginPassword input {
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .10) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .10) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .10) inset;
	color: #424242;
	display:block;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
	height:18px;
	margin:5px 0px;
	outline: none;
	line-height: 1.8em;
	padding: 4px 0px 4px 4px;
	-webkit-appearance: none;
		-moz-transition: border .2s linear, box-shadow .2s linear;
	-webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
	width: 250px;
}
.SectionContent .LoginUsername label, .SectionContent .LoginPassword label {
    font-size:13px;
	font-weight:bold;
    text-transform:capitalize;
}

.WelcomePanel {
	font-size:1.3em;
	line-height:1.6em;
	padding:10px;
}

.SearchBox {
	border:1px solid #a6a6a6;
	background-color:#fff;
}

.SearchBoxTextBox {
	float:left;
	border:0;
	width:240px;
	height:18px;
	padding:2px 2px 0 3px;
}

.SearchBoxSearchButton {
	float:right;
	background-color:#F6F6F7;
}

.SearchBoxAdvanced:hover {
	background-color:#EDFFE2;
	background-image:url('images/greenfade.gif');
}

.SearchBoxAdvanced {
	display:block;
	float:right;
	padding-right:5px;
	height:20px;
	cursor:pointer;
	border-left:1px solid #a6a6a6;
	/*background-image:url('images/grayfade.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#F6F6F7;*/
	background: #ebebeb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ebebeb 0%, #d8d8d8 87%, #ececec 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(87%,#d8d8d8), color-stop(92%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* IE10+ */
	background: linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */

}

.AdvancedSearchPanel {
	border: 1px solid #dddddd;
	border-top: 0;
	background-color: #f5f5f5;
	padding:4px;
}

/* Management */

.GoalSetHeader
{
	margin-bottom:5px;
	font-size:larger;
	font-weight:bold;
}
.GoalSetContents
{
	margin-left:10px;
}

/* Tabs */

.AspNet-Menu {
	margin:0;
	padding:0;
	list-style-type:none;
}

.AspNet-Menu li:first-child {margin-left:10px;}

.Tabs li {
	float:left;
	display:block;
}

.Tabs a {
	font-family:Tahoma;
	font-size:14px;
	text-transform:none;
	text-decoration:none;
	color:#ddd;
}

.Tabs a:hover {
	color:#e7e7e7;
}

.Tabs .AspNet-Menu-SelectedOrganization a {
	color:#222;
}


.Tabs .AspNet-Menu-Selected .TabMiddle {
	background:#d7d7d7;
	background: -moz-linear-gradient(top, #d7d7d7 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7d7d7), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top, #d7d7d7 0%,#ebebeb 100%);
	background: -o-linear-gradient(top, #d7d7d7 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top, #d7d7d7 0%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#ebebeb',GradientType=0 );
	background: linear-gradient(top, #d7d7d7 0%,#ebebeb 100%);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;}

.TabMiddle {
	float:left;
	padding:9px 20px;
}

/*
.TabMiddle:first-child {margin-left:20px;}
*/

/*.TabHome {
	background-image:url("images/tab_active_home.gif");
}

.TabHelp {
	background-image:url("images/tab_active_support.gif");
}

.TabCommunity {
	background-image:url("images/tab_active_community.gif");
}

.TabAbout {
	background-image:url("images/tab_active_about.gif");
}

.TabBaseline {
	background-image:url("images/tab_active_clientweb.gif");
}

.TabAdmin {
	background-image:url("images/tab_active_admin.gif");
}*/

/* Sub tabs */

/*.SubMenu {
	background-color:#e0e0e0;
	background-image:url('images/subtabs_bg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height:40px;
	/*border-top:1px solid white;
	border-bottom:1px solid #afafaf;
	box-shadow:0 1px 4px rgba(0,0,0,.1);
	background:#ebebeb;
	background: -moz-linear-gradient(top, #ebebeb 0%, #d7d7d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#d7d7d7));
	background: -webkit-linear-gradient(top, #ebebeb 0%,#d7d7d7 100%);
	background: -o-linear-gradient(top, #ebebeb 0%,#d7d7d7 100%);
	background: -ms-linear-gradient(top, #ebebeb 0%,#d7d7d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d7d7d7',GradientType=0 );
	background: linear-gradient(top, #ebebeb 0%,#d7d7d7 100%);
}*/
/*.Main .SubTabs {
	padding:0 0 0 20px;
	zoom: 1.0;
}

.Main .SubTabs li {
	margin-right:10px;
	margin-top:7px;
	float:left;
}

.Main .SubTabs a {
	font-family:Tahoma;
	font-size:1em;
	line-height:1.5em;
	text-decoration:none;
	color:#506476;
	font-weight:bold;
	display:block;
	margin-top:2px;
}

.Main .SubTabs a:hover {
	color:#000000;
	text-decoration:none;
}

.Main .SubTabs li.AspNet-Menu-Selected a {
	color:black;
}

.SubTabMiddle {
	float:left;
	height:22px;
}

li.AspNet-Menu-Selected .SubTabLeft {
	background-image:url('images/subtab_active_left.gif');
	background-repeat:no-repeat;
}

li.AspNet-Menu-Selected .SubTabMiddle {
	background-image:url('images/subtab_active_middle.gif');
	background-repeat:repeat-x;
}*/

/*li.AspNet-Menu-Selected .SubTabRight {
	background-image:url('images/subtab_active_right.gif');
	background-repeat:no-repeat;
}*/

/*.WhiteTabs {
	margin:0;
	padding: 0;
	padding-right:10px;
	padding-bottom:1px;
	font-weight: bold;
	text-align:right;
	border-bottom:1px solid #a6a6a6;
	font-family:Sans-Serif;
}

.WhiteTabs a {
	color: #666666;
	text-decoration: none;
	padding:1px 6px;
	border:1px solid #a6a6a6;
	border-bottom:0;
	background-color:#ececec;
	background-image:url("images/grayfade.gif");
	background-repeat:repeat-x;
}

.WhiteTabs a.ActiveTab {
	background-color: #fff;
	color: #000000;
	background-image:none;
	position:relative;
	padding-bottom:4px;
	top:-2px;
	cursor:default;
}

.WhiteTabs a:hover {
	color: #000000;
	text-decoration: none;
	background-color:#fff;
	background-image:url("images/bluefade.gif");
	background-repeat:repeat-x;
}

.WhiteTabs a.ActiveTab:hover {
	text-decoration: none;
	color: #000000;
	background-color:#fff;
	background-image:none;
	background-repeat:repeat-x;
}

.WhiteTabs li.ActiveTab a {
	background-color: #fff;
	color: #000000;
	background-image:none;
	position:relative;
	padding-bottom:4px;
	top:-2px;
	cursor:default;
}*/

#copyright {float:left;}

.MainContent {
	padding-bottom:20px;
}

.PageContent {
	padding:30px 0 0;
}

.ColumnMiddle {
	width:510px;
}

.Column {
	float:left;
	margin-right:10px;
	max-width:930px;
}

.ColumnLarge {
	width:720px;
}

.ColumnSmall {
	width:200px;
}

.ColumnHalf {
	width:455px;
}

.ColumnLast {
	margin-right:0;
}

.Column310 {
	width:310px;
}

.Column610 {
	width:610px;
}



.SectionContainer.groupsSection .ColumnHalf {
	width:50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.SectionContainer.groupsSection .ColumnHalf .SectionHeader span {
    float: left;
}
.SectionContainer.groupsSection .ColumnHalf .SectionHeader .StandardButtonContainer {
    float: right;
}
.SectionContainer.groupsSection .ColumnHalf .SectionContent {
    clear: both;
}


/* Columns */
.row .column,
.row .columns {display:inline;float:left;margin-left:3.8%;min-height:1px;}
.row .column:first-child,
.row .columns:first-child {margin-left:0;}

.row.fixed {max-width:960px;}
.hasSideNav .row.fixed {max-width:689px;}

.row .one.column,
.row .one.columns {width:4.85%;}
.row .two.columns {width:13.45%;}
.row .three.columns {width: 22.1%;}
.row .four.columns {width: 30.75%;}
.row .five.columns {width: 39.45%;}
.row .six.columns {width: 48%;}
.row .seven.columns {width: 56.75%;}
.row .eight.columns {width: 65.4%;}
.row .nine.columns {width: 74.05%;}
.row .ten.columns {width: 82.7%;}
.row .eleven.columns {width: 91.35%;}
.row .twelve.columns {width: 100%;}

.column-fill {background:#e3e3e3;font-size:11px;font-weight:bold;padding:3px 0;margin-bottom:6px;text-align:center;text-transform:uppercase;}

.SectionContainer:after,
.SectionContainer:before {
    content: "";
    display: table;
}
.SectionContainer:after {clear:both;}
.SectionContainer, section { 
    background: #fff;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;  
    box-shadow: 2px 2px 0 rgba(0,0,0,.1); 
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    zoom: 1;
}
.SectionContainer .SectionContainer {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0; 
}
.SectionContainer.interiorSections .SectionContainer  {
    padding: 20px;
    margin-bottom: 30px;
}
.SectionContainer.interiorSections  .SystemRole .SectionContainer {
    border: 1px solid #bbb;
    border-radius: 2px;
}
.SectionHeader, section header { font-family:'Roboto Slab',Georgia,serif; font-size:25px; font-weight: 700; color:#5c5f63; letter-spacing: -1px; line-height:1.2em; margin: -7px 0 20px; }

.SectionHeader .collapseImage {float:right;}

.Main .SectionHeader a {
	color:#555;
	text-shadow: 0 1px 0 #fafafa;
}

.Main .SectionHeader a:hover {
	color:black;
	text-decoration: underline;
}

.SectionHeader img {
	margin-top:7px;
}

.SectionContent { /*padding:20px;*/ zoom: 1.0; }

.SectionContentNoPadding {
	padding:0;
}

.SectionSection
 {
	border-top:1px dashed #CDD9ED;
	padding-top:10px;
	margin-top:10px;
}

.SectionSection:first-child {
	padding-top:0;
	margin-top:0;
	border:0;
}

.SectionSection ul {
	margin:10px 0 10px 20px;
	padding:0;
}

.SectionSection input {
    border-radius: 3px;
    font-size: 12px;
    color: #424242;
    padding: 4px;
    border: 1px solid #bbb;
    outline: none;
    -moz-transition: border .2s linear, box-shadow .2s linear;
    -webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
}

.SectionMenu {
	padding:5px 10px;
	margin-top:3px;
}

.SectionMenuItem {
	float:left;
	padding:2px 5px;
	margin:1px;
	color:black;
	border:1px solid #dddddd;
}

.SectionMenuItem:hover {
	background-color:#C1D2EE;
	border:1px solid #316AC5;
	text-decoration:none;
}

.SectionLeft {
	width:50%;
	float:left;
}

.SectionRight {
	width:50%;
	float:right;   
}

.SectionSectionHeader {
    padding: 5px 10px;
    background-color: #eee;
    font-weight: bold;
    margin-bottom: 10px;
}
.SectionSectionHeader span {float:left;}
.Main .SectionSectionHeader a {float:right;text-decoration:underline;}

/* Home Page Marketing Section */

.InfoBox {
	margin-bottom:15px;
	background-color:#fff;
}

.InfoBoxContent {
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	height:260px;
}

.InfoBox1 .InfoBoxContent {
	background-image:url('images/infobox1.jpg');
}

.InfoBox2 .InfoBoxContent {
	background-image:url('images/infobox2.jpg');
}

.InfoBox3 .InfoBoxContent {
	background-image:url('images/infobox3.jpg');
}

.InfoBox .BottomTabs {
	height:40px;
}

.InfoBox .BottomTabs div {
	width:170px;
	float:left;
}

.InfoBox .BottomTabs a {
	display:block;
	height:40px;
}

.InfoBoxTab1 a {
	background-image:url('images/infobox_tab1_unselected.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

.InfoBoxTab2 a {
	background-image:url('images/infobox_tab2_unselected.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

.InfoBoxTab3 a {
	background-image:url('images/infobox_tab3_unselected.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

.InfoBoxTab1 a:hover {
	background-image:url('images/infobox_tab1_hover.jpg');
}

.InfoBoxTab2 a:hover {
	background-image:url('images/infobox_tab2_hover.jpg');
}

.InfoBoxTab3 a:hover {
	background-image:url('images/infobox_tab3_hover.jpg');
}

.InfoBoxTab1 .ActiveTab {
	background-image:url('images/infobox_tab1_selected.jpg');
}

.InfoBoxTab2 .ActiveTab {
	background-image:url('images/infobox_tab2_selected.jpg');
}

.InfoBoxTab3 .ActiveTab {
	background-image:url('images/infobox_tab3_selected.jpg');
}

.InfoBoxTab1 .ActiveTab:hover {
	background-image:url('images/infobox_tab1_selected.jpg');
}

.InfoBoxTab2 .ActiveTab:hover {
	background-image:url('images/infobox_tab2_selected.jpg');
}

.InfoBoxTab3 .ActiveTab:hover {
	background-image:url('images/infobox_tab3_selected.jpg');
}

.OrderedList {
	margin:0;
	padding:0;
	padding-left:20px;
	font-size:1.4em;
	font-family:Tahoma;
}

.OrderedList li {
	margin-top:10px;
}

.OrderedList li:first-child {
	margin-top:0;
}

.Clear {
	clear:both;
	height:0;
}

.pageSection {margin-bottom:20px;}
.Main .pageSection-heading {border-bottom:1px solid #AC8849;color:#ac8849;font-size:1.2em;margin:0 0 10px 0;font-family:Tahoma;}
.Main .pageSection h3 {font-family:Arial, sans-serif;font-size:1em;padding-bottom:5px;}

.PageHeading, .Main h2.PageHeading {
    color: #5c5f63;
    font-family:'Roboto Slab',Georgia,serif;
    font-size:35px;
    font-weight: 300;
    line-height:1.15em;
    letter-spacing:-1px;
    margin:0 0 20px;
}

.pageHeading {margin-bottom:20px;}
.pageHeading h2.PageHeading,.pageHeading h2 {float:left;margin:0 20px 0 0;}
.pageHeading .pageHeading-left {float:left;margin-top:7px;}
.pageHeading .pageHeading-left .button {margin-right:3px;}
.pageHeading .pageHeading-right {float:right;margin-top:7px;}
.pageHeading .pageHeading-right .button {margin-left:3px;}
.header-button-row .PageHeading,
.header-button-row .StandardButtonContainer {
	float: left;
}
.header-button-row .StandardButtonContainer {
	margin-left: 30px;
}
.Main h1, .Main h2, .Main h3, .Main h4, .Main h5, .Main h6 {
    color: #5c5f63;
    font-family: 'Roboto Slab',Georgia,serif;
}
.Main h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:1.6em;
}

.Main h2 {
    font-size:35px;
    font-weight: 300;
    line-height: 1.15em;
    letter-spacing:-1px;
    margin:0 0 20px;
}

.SectionContent h2 {
    font-size: 30px;
}

.Main h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.Main h4 {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.Main h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4em;
	margin:0;
}

.Main h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
	margin:0;
}

.Main a {
	text-decoration:none;
	color:#107cb5; /*color:#0b479d;*/
}

.Main a:hover {
	color:#333;/*color:#6997D5;*/
	/*text-decoration:underline;*/
}


.GetStarted h4 {margin-top:15px;}
.GetStarted h4:first-child {margin-top:0;}
.GetStarted a {display:block;height:27px;padding:0;}
	.GetStarted i {
	color: #5c5f63;
	font-size: 28px;
	margin: 0px 7px 0 0;
}
.contactInfo {
	font-size:16px;
	line-height:20px;
	border:1px solid #ddd;
	background:#eee;
	margin:60px 0 0 0;
	padding:15px 20px;
}
.contactInfo .numbers,
.contactInfo .contat-info-email  {
	float: left;
}
.contactInfo .contat-info-email {
	margin-left: 70px;
	margin-top: 9px;
}
.consultantInfo {margin-bottom:10px;font-size:14px;line-height:1.4em;}

.ProjectTabs.SectionSection {padding-top:15px;}

.SmallInfo {
	font-size:.8em;
	color:#AC8849;
}

.RssLink {
	margin-top:6px;
	display:block;
	height:11px;
	width:11px;
	float:right;
	background-image:url("images/rss.gif");
	background-repeat:no-repeat;
}

.CommunityHeader {
	padding-top:10px;
	padding-bottom:10px;
}

.GrayFadeSection {
	border-bottom:1px solid #E6E6E6;
	padding:10px;
	zoom:1;
}

.ImageLeft { float:left; }

.ContentRight { margin-left:65px; }
.ContentRight h3 { 
    font-weight: 300;
    margin: 11px 0;
}
.BlogAuthorInfo {
	color:#AC8849;
	margin-bottom:5px;
	font-size:.8em;
}

.BlogAuthorInfo .RssLink {
	float:none;
	margin:0 auto;
}

.BlogAuthor {
	font-weight:bold;
	color:#0b479d;
}

.BlogSummary {
	float:left;
	margin:2px 0 0 10px;
	width:560px;
}

.BlogSummary .SmallInfo {
	display:block;
	margin-bottom:10px;
}

.BlogSummary a {
}

.RecentForumPosts {
	width:100%;
	border-collapse:collapse;
	border:1px solid #a6a6a6;
}

.RecentForumPosts th {
	background-color:#a6a6a6;
	padding:2px 10px;
}

.RecentForumPosts td {
	border:1px solid #a6a6a6;
	vertical-align:top;
	padding:10px;
}

.RecentForumPosts .AlternateRow {
	background-color:#ffffff;
}

.RecentForumPosts h6 {
	color:#0b479d;
}

.FeaturedProject img {
	float:left;
	padding:25px 10px;
	margin-right:30px;
}

.FeaturedProject p {
	font-size:12px;
	line-height:1.4;
}

.FeaturedProject .StandardButtonContainer {
	float:right;
	height:auto;
}    

.ResourceCenterIcon {
	display:block;
	float:left;
	width:128px;
	text-align:center;
	height:100px;
	padding:15px 4px;
	font-weight:bold;
	overflow:hidden;
	margin:8px;
	background:#ffffff;
	border:1px solid transparent;
	border-radius:2px;
    font-size: 12px; 
}

.ResourceCenterIcon img {
	display:block;
	margin:0 auto 2px auto;
}

.Main .ResourceCenterIcon:hover {
    box-shadow: 2px 2px 0 rgba(0,0,0,.1);
    background: #fafafa;
    border:solid 1px #eee;
	color:#0b479d;
}

.TutorialIcon {
	display:block;
	float:left;
	width:160px;
	text-align:center;
	height:160px;
	padding:15px;
	border:solid 1px #fff;
	overflow:hidden;
	margin:5px 20px;
}

.TutorialIcon img {
	display:block;
	margin:0 auto 2px auto;
}

.Main .TutorialIcon:hover {
	background-color:#FFF8E6;
	border:solid 1px #FFE2A2;
	background-image:url('images/largeorangefade.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	color:#0b479d;
}

.TutorialItem {
	padding:5px 5px 0 0;
	clear:both;
	height:67px;
	border-bottom:1px solid #ececec;
}

.TutorialItem div {
	float:left;
	margin-left:10px;
}

.TutorialItem p {
	margin:0;
	padding:0;
}
.new-icons [class*="icon-"] {
	font-size: 14px;
	position: relative;
	top: 2px;
}
[class*="icon-"] {
	float: left;
	margin: 0 4px 0 -4px;
	text-shadow: none;
	vertical-align: top;
}
.StandardButtonContainer {
	font-family:Sans-Serif;
	padding:5px 0px;
}

.StandardSmallButtonContainer {
	padding-bottom:1px;
}

.StandardButtonContainer a,
a.button {
background: #f0f0f0;
border: none;
border-radius: 2px;
color: #666;
cursor: pointer;
display: inline-block;
font-family: 'Open Sans',Helvetica,sans-serif;
font-size: 14px;
line-height: 18px;
margin: 0 2px 3px;
outline: none !important;
padding: 8px 20px;
position: relative;
text-align: center;
	text-decoration: none;
text-shadow: 1px 1px 0 rgba(190,190,190,.35);
white-space: nowrap;
box-shadow: rgba(203,203,203,1)1px 1px 0;
	-moz-box-sizing: border-box !important;
}

.StandardSmallButtonContainer a {
    background: #f0f0f0;
    border: none;
    border-radius: 2px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0 2px;
    outline: none !important;
    padding: 4px 12px;
    position: relative;
    text-align: center;
	text-decoration: none;
    text-shadow: 1px 1px 0 rgba(190,190,190,.35);
    white-space: nowrap;
    box-shadow: rgba(203,203,203,1)1px 1px 0;
	-moz-box-sizing: border-box !important;
}

.StandardButtonContainer a:hover, .StandardSmallButtonContainer a:hover,
a.button:hover, a.button:focus {
    background: #e3e3e3;
	text-decoration:none;
}

a.button-blue {
    background-color: #27b7f0;
    box-shadow: rgba(15,123,191,1)1px 1px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(50,110,167,.35);
}
a.button-blue:hover,
a.button-blue:focus {
    background-color: #29c5f5;
    box-shadow: rgba(15,123,191,1)1px 1px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(50,110,167,.35);
}

a.button-green {
    background-color: #94c90e;
    box-shadow: rgba(50,158,2,1)1px 1px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(50,110,167,.35);
}
a.button-green:hover,
a.button-green:focus {
    background-color: #a9d21a;
    box-shadow: rgba(50,158,2,1)1px 1px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(50,110,167,.35);
}

.StandardButtonContainer a img {
	padding-right:4px;
	vertical-align:middle;
}

div[disabled="disabled"] {
	color:Gray;
}

a[disabled="disabled"], a[disabled="disabled"]:Hover {
	color:Gray;
}

.StandardButtonContainer a[disabled="disabled"] {
	color:Gray;
}

.StandardButtonContainer a.Disabled:hover {
	/*background-image:url('images/grayfade.gif');*/
	background: #ebebeb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ebebeb 0%, #d8d8d8 87%, #ececec 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(87%,#d8d8d8), color-stop(92%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* IE10+ */
	background: linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */
	border:1px solid #c2c2c2;
}

li:disabled {
	color:Gray;
}

.StandardButtonContainer .StandardButtonDepressed {
    background: #d7d7d7;
	/*text-decoration:none;
	background: #f7f7f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWFhYWFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  #f7f7f7 0%, #e1e1e1 50%, #aaaaaa 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f7f7f7), color-stop(50%,#e1e1e1), color-stop(100%,#aaaaaa));
    background: -webkit-radial-gradient(center, ellipse cover,  #f7f7f7 0%,#e1e1e1 50%,#aaaaaa 100%);
    background: -o-radial-gradient(center, ellipse cover,  #f7f7f7 0%,#e1e1e1 50%,#aaaaaa 100%);
    background: -ms-radial-gradient(center, ellipse cover,  #f7f7f7 0%,#e1e1e1 50%,#aaaaaa 100%);
    background: radial-gradient(ellipse at center,  #f7f7f7 0%,#e1e1e1 50%,#aaaaaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#aaaaaa',GradientType=1 );
	color:#333;
	text-shadow: none;*/
	
}

.StandardList,
.projectFileTable {
    background-color:#fff;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.StandardList thead, .StandardList .HeaderRow {
    background: #5A5E61;
}

.StandardList th,
.StandardList thead td {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	text-align: left;
    padding: 12px;
    vertical-align: middle;
    background: #5A5E61;
    font-size: 13px;
    font-family: 'Open Sans',Helvetica,sans-serif;
    color: #E2E6E9;
}
.StandardList th a {
    color: #E2E6E9;
    text-decoration: underline;
}
.StandardList th a:hover {
    color: #E2E6E9;
    text-decoration: none;
}
.StandardList th:not(:last-child),
.StandardList thead td:not(:last-child) {
border-right: 1px solid #4e4b4b;
}

.StandardList tbody th {

}

.StandardList td {
    border: none;
	text-align:left;
	vertical-align:top;
	padding:8px 5px; 
}
.StandardList td:not(:last-child) {
    border-right: 1px solid #D8D8D8;
}

.StandardList th:first-child, 
.StandardList td:first-child {
	border-left:0;
}

.StandardList .AlternateRow {
	background-color:#f3f5f5;
}

table.simple {
	border-collapse: collapse;
	border-spacing: 0;
}
table.simple thead tr th,
table.simple thead tr td {
	background: #eee;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	padding: 6px;
	text-align: left;
}
table.simple tbody tr td,
table.simple tbody tr th {
	padding: 6px;
	border-bottom: 1px dotted #cfcfcf;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	text-align: left;
}
table.mailing td {
	vertical-align: middle;
}
table.mailing .status {
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 3px;
	text-align: center;
	width: 96px;
}
table.mailing .Draft {
	background-color: #E2E6E9;
	color: #333;
}
table.mailing .Approved {
  background-color: #FFC425;
  color: #333;
}
table.mailing .Scheduled {
	background-color: #FE761B;
}
table.mailing .Sent {
	background-color: #6FC464;
}
table.mailing .nested {
	background:url('images/icon_nested.png') no-repeat 16px center; 
}
.bottom-actions {
	margin-top: 20px; float:right;
}
.SideBySide {
	float:left;
	margin-right:20px;
}

.Instructions {
	margin-bottom:15px;
}

.InlineInstructions {
	color:#666;
	font-style:italic;
	line-height:1.1em;
	padding:2px 5px 8px;
	width:300px;
}

.ajax__calendar td {
	border: 0px;
	padding: 0px 0px;
}

.SideNav {
	padding:5px 0 60px 0;
	float:left;
	border-right:1px solid #c2c2c2;
	font-weight:bold;
	font-size:1.1em;
	/*background-image:url('images/sidenav_shadow_bottom.jpg');*/
	background-repeat:no-repeat;
	background-position:bottom right;
	min-width:200px;
}

.SideNavTab {
	padding:6px;
	border-bottom:1px dotted #c2c2c2;
	/*background-image:url('images/sidenav_shadow.jpg');*/
	background-position:right;
	background-repeat:repeat-y;
	background-color:#fff;
}

.SideNavTab a {
	color:#969696;
	display:block;
}

.SideNavTab img, .EditItemPanel img {
	margin-right:2px;
}

.SideNavTab:first-child {
	border-top:1px dotted #c2c2c2;
}

.SideNavSelected {
	position:relative;
	left:1px;
	background-color:#fff;
	font-weight:bold;
	border-top:solid 1px #c2c2c2;
	border-bottom:solid 1px #c2c2c2;
	padding:6px 6px 6px 0;
}

.SideNavSelected a {
	display:block;
}

.SideNav .SideNavSubItem {
	margin-top:4px;
	background-image:url('images/icon_bullet.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
	margin-left:10px;
	font-weight:normal;
}

.SideNavSubItem a {
	display:inline;
}

.SideNavSubItemSelected {
	border:1px solid #F1DEA3;
	background-color:#F9F1D8;
}

.SideNavSelected .EditItemPanel {
	margin-left:10px;
	padding-top:4px;
	font-weight:normal;
}

.SideNavContent {
	margin-left:225px;
	padding-top:10px;
}

.SideNavContent h3 {margin-top:0;}

.SideNavContent .PageHeading {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:665px;}

.SideNavContentAbout {
	padding-left:20px;
	padding-top:10px;
	float:left;
	border-top:solid 1px #c2c2c2;
	width:490px;
}

.LargerTextContent {
	font-size:1.1em;
	line-height:1.4em;
}

/* Large Side Nav */
.SideNavLarge .SideNav {
	width:200px;
}

.SideNavLarge .SideNavContent {
	width:700px;
}

/* Medium Side Nav */
.SideNavMedium .SideNav {
	width:150px;
}

.SideNavMedium .SideNavContent {
	width:750px;
}

/* Small Side Nav */
.SideNavSmall .SideNav {
	width:100px;
}

.SideNavSmall .SideNavContent {
	width:800px;
}

.MemberQuote p {
	font-size:1.2em;
	font-family:Tahoma;
	margin:0;
	padding:0;
	color:#506476;
	line-height:1.6em;
	text-align:center;
}

.MemberQuote .Quote {
	color:Orange;
}

.MemberQuoteMember {
	margin-top:10px;
	text-align:right;
}

.MemberQuoteMember span {
	display:block;
	font-style:italic;
}

.MemberQuoteMember span:first-child {
	font-weight:bold;
	font-style:normal;
}

.MemberQuote img {
	vertical-align:top;
}

.DatePicker {
	height:30px;
	font-weight:bold;
}

.DatePicker div {
	margin-right:20px;
	float:left;
}

.FormRow {
	height:30px;
}

.FormRow label {
	display:block;
	float:left;
	width:150px;
	padding-top:5px;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

.FormRow span {
	font-size:1.2em;
	padding-left:3px;
	color:Red;
	font-weight:bold;
}

.FormRow input {
	float:left;
	width:200px;
}

.membershipForm .FormRow {
	clear: left;
}

.FormSlider label, .FormSlider span {
	float:left;
	display:block;
	margin-right:5px;
	font-weight:bold;
	height:25px;
	text-align:right;
	padding-top:5px;
}

.ajax__slider_h_rail {
	height:30px;
	margin-right:5px;
	float:left;
}

.FormSlider label {
	width:150px;
}

.FormSlider {
	height:30px;
}

.LoadingPanel, .MessagePanel {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:20001;
}

.LoadingPanel a {
	margin-top:8px;
	font-size:11px;
	text-decoration:none;
	display:block;
	
}

.LoadingPanel a:hover {
	text-decoration:underline;
}

.LoadingImage, #InlineLoadingImage {
background-image: url("images/loading.gif");
background-repeat:no-repeat;
background-position:center;
background-color:transparent;
position:absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
z-index:20002;
}

.LoadingText {
position:absolute;
top:50%;
color:Black;
font-size:15px;	
width:100%;
text-align:center;
margin-top:24px;
}
.CalendarContents .next-month,
.CalendarContents .prev-month {
	display: block;
	font-size: 14px;
	float: left;
	margin-bottom: 10px;
}
.CalendarContents .next-month {
	float: right;
}
.Calendar Table {
	border-collapse:separate;
	border-spacing: 0;
	width:100%;
	table-layout:fixed;
}
.Calendar > table > tbody > tr > td:first-child {
	 border-left:1px solid #D8D8D8; 
}
.Calendar > table {
	border-bottom: 1px solid #D8D8D8;
}
.CalendarDay {
	border-right:1px solid #D8D8D8; 
	background-color:#fff;
	height:30px;
}
.Calendar span {
	font-weight: 300;
	padding-left: 7px;
	font-family: 'Roboto Slab';
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
}
.Calendar td {
	padding:0;
}
.Calendar th {
	background-color:#6e7679;
	border-bottom: none;
	border-right: 1px solid #4e4b4b;
	border-top: none;
	color:#E2E6E9;
	font-size: 15px; 
	font-weight: bold;
	padding: 12px;
}
.Calendar a {
	color:#fff;
	font-weight:300;
	overflow: hidden;
	display:block;
	width:100%;
	height:17px;
	padding-top:1px;
	-webkit-font-smoothing: antialiased;
}

.Calendar a:hover {
	text-decoration:none;
	color:#fff;
}

.CalendarSelectedDay {
	background-color:#E2EFDE;
}

.CalendarContainer {
}

.CalendarContents {
	padding:10px;
	/*background-color:#ececec;*/
}

.OffMonthDay {
	background-color:#eee;
}

.CalendarItem .CalendarContinueBegin {
	width:17px;
	height:30px;
	background-image:url('images/calendar_cont_begin.gif');
}

.CalendarItem .CalendarContinueEnd {
	width:17px;
	height:30px;
	background-image:url('images/calendar_cont_end.gif');
}

.CalendarItem .CalendarItemBegin {
	background-image:url('images/calendar_begin.gif');
	width:17px;
	height:30px;
}

.CalendarItem .CalendarItemMiddle {
	background-image:url('images/calendar_middle.gif');
	height:30px;
}

.CalendarItem .CalendarItemEnd {
	background-image:url('images/calendar_end.gif');
	border: none;
	width:17px;
	height:30px;
}

.CalendarItemHover .CalendarContinueBegin {
	width:17px;
	height:30px;
	background-image:url('images/calendar_cont_begin_hover.gif');
}

.CalendarItemHover .CalendarContinueEnd {
	width:17px;
	height:30px;
	background-image:url('images/calendar_cont_end_hover.gif');
}

.CalendarItemHover .CalendarItemBegin {
	background-image:url('images/calendar_begin_hover.gif');
	width:17px;
	height:30px;
}

.CalendarItemHover .CalendarItemMiddle {
	background-image:url('images/calendar_middle_hover.gif');
	height:30px;
}

.CalendarItemHover .CalendarItemEnd {
	background-image:url('images/calendar_end_hover.gif');
	width:17px;
	height:30px;
}
.ajax__calendar .ajax__calendar_container {
	z-index: 1;
}
.ContentText h5 {
	margin-bottom:10px;
}

.ContentText h6 {
	margin-top:15px;
}

.ContentText ul {
	margin:0 0 10px 20px;
	padding:0;
}

.WebinarContent {
	font-size:1.1em;
}

.WebinarContent .SectionSection {
	padding:10px 0;
	margin-left:20px;
	border-top:2px solid #ececec;
}

.WebinarContent .SectionSection:first-child {
	padding-top:0;
	border-top:0;
}

.WebinarContent h5 {
	margin-bottom:10px;
}

.WebinarContent ul {
	margin:0 0 10px 20px;
	padding:0;
	font-style:italic;
}

.WebinarContent ul em,
.WebinarContent ul i {
	font-weight:bold;
	color:#AC8849;
}

.intendedAudience {
	margin-top:10px;
	font-style:italic;
}

.GoToTop {
	float:right;
	font-size:10px;
	padding:0 3px;
}

.TutorialVideo {
	width:800px;
	height:600px;
	border:1px solid black;
}

.MessageImage {
	background-color:#4b4b4b;
	border: 1px solid #fff;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 150px;
	margin-left:-150px;
	margin-top:-75px;
	z-index:20002;
}

.MessageText {
	color:#fff;
	font-size:12px;
	margin:20px;
	margin-bottom:0;
	text-align:center;
}

.MessageText span {
	display: block;
	height: 90px;
	text-align:left;
}

.LoadingText span {
	margin-left:8px;
}

.ModalBackground {
	position: absolute;
	top: 0; 	
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter: alpha(opacity=65);
	opacity:0.65;
}

.ModalPopupBackground {
	background-color: #efefef;
	filter: alpha(opacity=65);
	opacity:0.65;
}

.ModalPopupBackgroundDark {
	background-color: gray;
	filter: alpha(opacity=65);
	opacity:0.65;
}

.ModalPopup {
	width:380px;
	padding: 20px !important;
}

.ModalPopup .SectionHeader {
	cursor:move;
}

.ModalPopup select {
	width:350px;
}

.Steps {
	height:24px;
	font-family:Tahoma;
	font-size:14px;
	color:#a6a6a6;
	margin-bottom:20px;
}

.Steps div {
	float:left;
	height:24px;
	background-position:top left;
}

.Steps span {
	display:block;
	margin:3px 4px 0 4px;
	

}

.ActiveStep {
	font-weight:bold;
	color:#fff;
}

.StepBegin {
	width:4px;
	background-image:url('images/StepBegin.gif');
	background-repeat:no-repeat;
}

.StepBeginComplete {
	width:4px;
	background-image:url('images/StepBeginComplete.gif');
	background-repeat:no-repeat;
}

.StepContents {
	background-image:url('images/StepContents.gif');
	background-repeat:repeat-x;
}

.StepContentsComplete {
	background-image:url('images/StepContentsComplete.gif');
	background-repeat:repeat-x;
	color:#ccc;
}

.StepTransition {
	width:11px;
	background-image:url('images/StepTransition.gif');
	background-repeat:no-repeat;
}

.StepTransitionHalf {
	width:11px;
	background-image:url('images/StepTransitionHalf.gif');
	background-repeat:no-repeat;
}

.StepTransitionComplete {
	width:11px;
	background-image:url('images/StepTransitionComplete.gif');
	background-repeat:no-repeat;
}

.StepEnd {
	width:4px;
	background-image:url('images/StepEnd.gif');
	background-repeat:no-repeat;
}

.StepEndComplete {
	width:4px;
	background-image:url('images/StepEndComplete.gif');
	background-repeat:no-repeat;
}

.AssociationTitle {
	font-size:1.6em;
	font-family:Tahoma;
	display:block;
	border-bottom:1px solid black;
}


/** KPI's - Key Performance Indicators **/

.KPI-Dashboard {padding-bottom:25px;}
.KPI-Dashboard .pageSection-heading {font-size:1.4em;margin-bottom:0;}
.pageSection-heading-link {color:#000;font-size:0.8em;float:right;}
.pageSection-heading-link input {vertical-align:middle;}
.pageSection-heading-link label {color:#0b479d;}

.KPIOption {float:left;margin:15px 5px; position:relative; width:292px;}

.KPIOption.imageHover,
.KPIOption.imageSelected {cursor:pointer;}

.KPIOption .exportIcon {background:url(images/check_32.png) no-repeat;display:none;height:32px;position:absolute;right:2px;top:0;width:32px;}
.KPIOption.imageHover .exportIcon,
.KPIOption.imageSelected .exportIcon {display:block;}
.KPIOption.imageHover .exportIcon {background-position:0 -32px;}

.KPIDetailColumn div {
	font-weight:bold;
}

.KPI-Dashboard-Table {width:500px;}
.KPI-Dashboard-Table th input {vertical-align:middle;}
.KPI-Dashboard-Table td {text-align:left;vertical-align:top;}

.KPI-Dashboard-ExportPreview a {display:block;width:404px;}
.KPI-Dashboard-ExportPreview span {display:block;font-size:1.1em;}
.KPI-Dashboard-ExportPreview-Text {padding-bottom:5px;}
.KPI-Dashboard-ExportPreview-Image {border:1px solid #ddd;padding:1px;}
.KPI-Dashboard-ExportPreview a:hover .KPI-Dashboard-ExportPreview-Image {border-color:#ccc;}

.ChartExample {
	font-weight:bold;
	font-style:italic;
	width:280px;
	text-align:center;
}

.kpiOptions {
	text-align:right;
	margin-right:28px;
}

.KPISection {
	margin-bottom:10px;
	/*border:1px solid #dddddd;
	background-color:#f9f9f9;*/
}

.KPISection .KPISection {background-color:#fff;margin-top:10px;margin-bottom:0;}

.KPISectionHeader {
	font-weight:bold;
	font-size:1.1em;
	color:#506476;
	margin:3px 5px 0 5px;
	font-family:Tahoma;
}

.KPISectionContent {
	padding:0 10px 10px;
}
.KPISectionContent .StandardButtonContainer {padding-top:5px;}

.KPIInput {
	float:left;
	margin-right:30px;
}
.KPIDetailSection
{
	float: left; 
	width: 610px;
}

.KPIDetailSection .FrequencyItem {border-top:1px solid #A6A6A6;margin-bottom:15px;}

.KPIResult {border-top:1px dashed #ac8849;padding-top:15px;}
.KPIResult:first-child {border:0;padding-top:0;}
.KPIResult-heading {padding-bottom:10px;}
.pageSection .KPIResult h3 {font-size:1.1em;padding:0;}
.pageSection .KPIResult h4 {color:#666;font-size:1em;font-weight:normal;}

.KPIResult .FrequencyAnswerRespondentCount {text-align:right;width:100px;}
.KPIResult .FrequencyAnswerText {padding-left:10px;}
.KPIResult .FrequencyAnswerMean {padding-right:10px;}

.KPIInput select {max-width:405px;}

.KPI-Label {font-weight:bold;padding-bottom:3px;}
.KPIInput label {font-weight:bold;}
.KPIInput label span {font-weight:normal;}

.KPI-Option {border-top:1px solid #ddd;float:none;margin:0 0 10px;padding-top:10px;}
.KPI-Option:first-child {border-top:0;padding-top:0;}
.KPI-Value {background-color:#fff;border:1px solid #ddd;margin-top:5px;padding:10px;}
.KPI-Value-Header {background:#e6e6e6;font-weight:bold;line-height:16px;margin:-10px -10px 0;padding:2px 5px;}
.KPI-Value-Header .icon {float:right;}

.KPIField {border-top:1px solid #ddd;margin-top:10px;padding-top:10px;}
.KPIField:first-child {border:0;padding-top:0;}
.KPIField .KPISectionHeader {margin:0 5px 5px -5px;}

#questionPicker-question .rich-ui-dropdownlist {float:left;}

.questionPicker-item-remove {overflow:hidden;text-indent:-9999em;}
.questionPicker-question-add {margin-top:17px;padding:6px 0;vertical-align:top;}

#questionPicker .questionPicker-question-text {width:370px;}

#questionPicker-questions {margin:3px 0 0;padding:0;}
#questionPicker-questions .itemSelector-item {float:none;width:425px;}
#questionPicker-questions .itemSelector-label {height:auto;overflow:visible;width:400px;}

#questionPicker-selected-container {/*display:none;*/}
.questionPicker-project-text {font-weight:bold;}

.KPISection #segmentFilter {padding:0;}
.KPISection #segmentFilter-available {background:transparent;border:0;float:none;padding:0 0 10px;}
.KPISection #segmentFilter-questions {padding:0;}
.KPISection #answerPanelLoader-container {padding-top:5px;}
.KPISection #segmentFilter-selected {float:none;width:auto;}

.KPISection .FilterQuestionText {width:390px;}
.KPISection .FilterAnswerText {width:385px;}

#KPISource ul {}
#KPISource ul li {}
#KPISource ul ul {}

.selectMenu-container .selectMenu {float:left;}
.selectMenu-container .selectMenu-loader {background:url(images/loading.gif) no-repeat;display:none;float:left;height:16px;margin:5px 0 0 5px;overflow:hidden;text-indent:-9999em;width:16px;}

.checkbox-single input {vertical-align:middle;}

#answerPicker-view,
#questionPicker-view {line-height:1.1em;}

#answerPicker-view #segmentFilter-selected,
#questionPicker-view #questionPicker-selected-questions {float:none;width:450px;}

#questionPicker-view .questionPicker-text {white-space:normal;width:auto;}
#questionPicker-view .questionPicker-project-text {white-space:normal;width:auto;}

#answerPicker-view .selectedFilter-item,
#questionPicker-view .questionPicker-selected-question {height:auto;padding:0 3px;}

#answerPicker-view .selectedFilter-question-text,
#answerPicker-view .selectedFilter-item span,
#questionPicker-view .questionPicker-question-text {float:none;overflow:visible;white-space:normal;width:auto;}



.CollapseTabOpened {
	background-color:#ececec;
	border:1px solid #B1C4DF;
	border-top:0;
	background-image:url('images/collapse_up.gif');
	background-position:top right;
	background-repeat:no-repeat;
	padding:3px 16px 3px 3px;
}

/** Benchmarking **/
#benchmarkTimeline h4 {background:none;border:0;border-bottom:1px solid #506476;margin-bottom:5px;padding:5px 13px 0;}
#benchmarkTimeline h4 .ui-icon {background:url(images/icon_blue_arrow_small.png) no-repeat 2px 7px;left:3px;}
#benchmarkTimeline h4.ui-corner-all {-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}
#benchmarkTimeline h4.ui-state-active .ui-icon {background:url(images/icon_blue_arrow_small_down.png) no-repeat 0 9px;}
#benchmarkTimeline .benchmarkTimeline-content {background:none;border:0;padding:0px 12px;}
#benchmarkTimeline h6 {padding-top:5px;}
#benchmarkTimeline ul {margin:0 0 10px 30px;padding:0;}
.averageSegmentTable {
    margin-bottom:20px;
    margin-right: 290px;
}
.averageSegmentTable table {
    border-collapse: separate !important;
}
.averageSegmentTable td {
    background: #fff;
    padding: 10px;
}
.averageSegmentTable td:not(:last-child){
    border-right: 1px solid #D8D8D8;
}
.averageSegmentTable .ProjectListAlternateRow td {
    background: #f3f5f5;
}

.panel {background-color:#f9f9f9;border:1px solid #ddd;padding:5px 10px;}
.panel-field {padding-bottom:5px;}
.panel-label {padding-bottom:3px;}

#segmentSessions {}
#sessionAverage {margin-bottom:5px;width:280px;}
#sessionAverage-sessions {background-color:#fff;border:1px solid #eee;max-height:100px;padding:5px;overflow:auto;}
.sessionAverage-session {padding:3px;}
.sessionAverage-session input {float:left;margin:0;}
.sessionAverage-session label {float:left;padding-left:4px;width:215px;}

#segmentQuestions {padding-top:5px;}
#segmentFilter {}
#segmentFilter-available {float:left;width:280px;}
#segmentFilter-selected {float:right;width:214px;}
#segmentFilter-questions {float:left;padding:5px 0;width:264px;}
#segmentFilter-questions select {display:none !important;overflow:hidden;width:280px;}
#segmentFilter-questions .ui-selectmenu {background:#fff;}
#segmentFilter-answers {background-color:#fff;border:1px solid #ddd;margin-top:5px;max-height:200px;overflow:auto;padding:5px 5px 0;}
.segmentFilter-answer {padding-bottom:5px;}
.segmentFilter-answer-add {float:left;padding-right:6px;}
.segmentFilter-answer-text {float:left;width:200px;}
.selectedFilter-item-remove {overflow:hidden;text-indent:-9999px;}

.selectedFilter-project.FilterQuestion {background-color:#eee;background-image:url(images/grey_bar_gloss.gif);border:1px solid #ddd;}
.selectedFilter-project-text {font-weight:bold;}

.segmentName div {padding-left:19px;}
.segmentName.hasFilter .icon {float:left;margin-left:0;}
.segmentName.hasFilter div {float:left;padding-left:3px;width:280px;}

#segmentDetails ul {margin:0;padding:5px 5px 5px 30px;}
#segmentDetails ul li {padding-bottom:5px;}
#segmentDetails .StandardButtonContainer {padding-top:10px;text-align:center;}

#answerPanelLoader-container {float:right;padding-top:10px;width:16px;}
.answerPanelLoader {background:url(images/loading.gif) no-repeat;display:none;height:16px;overflow:hidden;text-indent:-9999em;width:16px;}
.answerPanelLoader.loading {display:block;}


.selectMenu-label {font-weight:bold;padding-bottom:3px;}

/* Selectmenu - Plugin for jQuery */
.selectMenu select {display:none !important;}
.selectMenu .ui-selectmenu {background:#fff;}

.ui-selectmenu { display: block; display: inline-block; position: relative; height: 2.2em; text-decoration: none; overflow: hidden; zoom: 1; }
.ui-selectmenu-icon { position:absolute; right:4px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { background:#fefefe;padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status { line-height: 1.4em; display: block; padding: .305em 1.8em .405em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.6em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a { }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content { }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }

/* Sample Size Calculator */
#sampleSizeCalculator {}
#sampleSizeCalculator td {padding-bottom:4px;}
#sampleSizeCalculator td:first-child {padding-top:5px;vertical-align:top;width:135px;}
#sampleSizeCalculator input[type="text"] {
    width:115px;
    border-radius: 3px;
    font-size: 12px;
    color: #424242;
    padding: 4px;
    border: 1px solid #bbb;
    outline: none;
    -moz-transition: border .2s linear, box-shadow .2s linear;
    -webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
}
#SampleSizeWarning, #MarginOfErrorWarning, #PopulationSizeWarning, #PopulationProportionWarning {
	color: #f00;
	padding-top: 5px;
}



.WizardHeader {
	/*height:53px;*/
	width:523px;
    background-color:#fff8e6;
    border: 1px solid #ebd5a5;
    box-shadow: 2px 2px 0 rgba(0,0,0,.1);
	margin-bottom:20px;
    padding:8px 8px 14px;
}

.WizardHeaderImage {
	height:50px;
	width:50px;
	float:left;
}

.WizardHeaderTitle {
	font-family:Tahoma;
	font-size:1.3em;
	font-weight:bold;
	margin-left:60px;
}

.WizardHeaderContents {
	margin-top:4px;
	margin-left:60px;
}

.WizardNavigation {
	clear:both;
	margin-top:20px;
	background-color:#f8fafc;
	padding:7px;
	border-top:1px solid #e8edf4;
	border-bottom:1px solid #e8edf4;
}

.WizardNavigationLink {
	float:right;
	padding:15px;
}

.WizardNavigationLink a {
	text-decoration:underline;
	margin-right:10px;
}

.WizardNavigation .StandardButtonContainer {
	float:right;
	margin-right:10px;
}

.wizardStepInstructions {background:url("images/lightorangefade.png") repeat-x left bottom #fffaef;border:1px solid #ebe0c8;padding:10px 15px;line-height:1.3em;margin-bottom:20px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;max-width:600px;}
.wizardStepInstructions h4 {font-size:1.2em;margin-bottom:6px;}
.wizardStepHelp {background:#fffaef;border:1px solid #ebe0c8;padding:5px 10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font-style:italic;margin-top:10px;}


.SectionDivider {
	border-top:1px dashed #d7c191;
	margin:15px 0;
}

.AssociationDescription {
	border:1px solid #ebd5a4;
	padding:20px;
	line-height:1.8em;
	font-size:1.3em;
	background: #fff8e6;
    box-shadow: 2px 2px 0 rgba(0,0,0,.1);
}

.LargeIcon, .LargeIconNoHover {
	float:left;
}

.LargeIconNoHover .LargeIconLink:hover {
	background-color:#FFFFFF;
	border:solid 1px #fff;
	background-image:none;
	color:#000000;

}

.LargeIconLink {
	display:block;
	width:128px;
	text-align:center;
	height:100px;
	padding:15px 4px;
	border:solid 1px #fff;
    font-size: 12px;
	font-weight:bold;
	overflow:hidden;
}

.LargeIconLink img {
	display:block;
	margin:0 auto 2px auto;
}

.LargeIconLink:hover {
	border:solid 1px #FFE2A2;
	color:#0b479d;
	background: #fff8e6;

}

.DeleteLargeIcon {
	background-image:url('images/delete_icon.png');
	background-repeat:no-repeat;
	background-position:top left;
	width:16px;
	height:16px;
	padding:1px;
	position:absolute;
	display:block;
	margin:10px 0 0 85px;
}

.DeleteLargeIcon:hover {
	background-image:url('images/delete_icon_hover.png');
}

.ErrorList {
	margin-top:10px;	
}
.ErrorList ul {
	margin:0 0 10px;
	list-style-type:none;
    background: #EB4949;
    color: #fff;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
    box-shadow: 2px 2px 0 rgba(0,0,0,.1);
}

.CheckedListItem {
	list-style-image: url("images/icon_checkmark.gif");
}

.SignupListItem {
	list-style-image: url("images/icon_edit.gif");
}

.EquivalentSection {
	padding-top:5px;
	font-weight:bold;
}

.EquivalentSection img {
	vertical-align:text-bottom;
	padding-right:5px;
}

	  
.CheckBoxColumn {
	width:30px;
}
.Search {
	margin-bottom:3px;
}

.SearchText {
	background-color: #F2F2F2;
	border: 1px solid #C2C2C2;
	padding: 2px;
	width: 300px;
}

.Search-Left {
	float:left;
}

.Search input {
	float:right;
}

.Search .StandardButtonContainer {
	float:right;
	padding:0;
}

.Search .StandardButtonContainer a {
	vertical-align:middle;
	margin:2px 0 0 2px;
}

.Search .StandardButtonContainer a img{
	padding:0;
}

.Search .ItemHeading {
	float:right;
	margin:6px 4px 0 0;
}

.RadioButtonList td {
	padding-left:16px;
}

.RadioButtonList input {
	margin-left:-16px;
}

.GreenText {
	color:green;
}

.RedText {
	color:Red;
}

/** Course Evaluations **/

.CoInstructorList
{
	list-style:none;
	margin:0;
	font-weight:bold;
	font-size:1em;
	color:#AC8849;
}

.ColumnHide
{
	display: none;    
}

#CourseEval {margin:0;position:relative;}


/* Titles */
#CourseEval .GridTitle {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding:10px 3px 2px;
}
#CourseEval h3 {
	border-bottom:1px solid #ccc;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:10px;
	padding:10px 3px 2px;
}

#CourseEval .GridDescription {
	font-size:1.2em;
	font-style:italic;
	font-weight:normal;
}

.EvalRowHeader {
	background-color:#ececec;	
	font-weight:bold;
	font-size:1.1em;
	font-style:italic;
}

/* Main Content Container */
#ContentContainer {
    margin-left:190px;
    min-height: 595px;
	width:auto;
}

#CourseEval .SectionLeft {
	float:left;
	width:540px;
}
#CourseEval .SectionRight {
	float:right;
	width:195px;	
}

.Section {
	padding-bottom:40px;
}

.Section2Column .SectionContainer {
	float:left;
	margin-right:2%;
	width:44.5%;
}
.Section2Column .SectionContainer.SectionLast {
	float:right;
	margin-right:0;
}

/* Section Title */
.SectionTitle h2 {
	color:#333;
	font-size:2em;
	font-style:italic;
	font-weight:normal;
	padding:5px 0 15px;
}
.SectionTitle h3 {
	color:#ac8849;
	font-size:1.5em;
	padding:0 20px 0 0;
}

/* Section Search */
.SectionSearch {
	float:right;
	padding-bottom:10px;
}
.SectionSearch input {
	vertical-align:middle;
}
.SectionSearchTerms {
	width:150px;
}

/* Section Actions */
.SectionActions {
	float:left;
	padding:5px 0px;
}
.SectionActions a {
    background: #f0f0f0;
    border: none;
    border-radius: 2px;
    box-shadow: rgba(203,203,203,1)1px 1px 0;
    -moz-box-sizing: border-box !important;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans',Helvetica,sans-serif;
    outline: none !important;
	padding:4px 8px;
    position: relative;
	line-height:16px;
	margin-right:6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(190,190,190,.35);
    white-space: nowrap;
}
.SectionActions a:hover,
.SectionActions a:focus {
    background: #e3e3e3;
    text-decoration: none;
}
.SectionActions a img {
	padding-right:4px;
}
.SectionActions a.PrimaryAction {
	font-weight:300;
}

.SectionActions a.Disabled {
	color:Gray;
	font-weight:normal;
	cursor:default;
}

.SectionActions a.Disabled:hover {
	/*background:url('images/grayfade.gif') repeat-x left bottom #f6f6f7;*/
	background: #ebebeb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ebebeb 0%, #d8d8d8 87%, #ececec 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(87%,#d8d8d8), color-stop(92%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* IE10+ */
	background: linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */

}

.PrimaryAction {
	background-image:url('images/greenfade.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#EDFFE2;
	border:1px solid #B5CDAE;
	padding:3px 8px;
	font-size:1em;
	font-weight:bold;
	color:black;
	cursor:pointer;
	margin-right:6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

.SecondaryAction {
	/*background-image:url('images/grayfade.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F6F6F7;*/
	border:1px solid #c2c2c2;
	padding:3px 8px;
	color:black;
	cursor:pointer;
	font-size:1em;
	margin-right:6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background:#f1f1f1;
	background:-moz-linear-gradient(top, #f1f1f1 0%, #cccccc 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#cccccc));
	background:-webkit-linear-gradient(top, #f1f1f1 0%,#cccccc 100%);
	background:-o-linear-gradient(top, #f1f1f1 0%,#cccccc 100%);
	background:-ms-linear-gradient(top, #f1f1f1 0%,#cccccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#cccccc',GradientType=0 );
	background:linear-gradient(top, #f1f1f1 0%,#cccccc 100%);

}

input.AlternateAction {
	/*background:url('images/grayfade.gif') repeat-x left bottom #f6f6f7;*/
	border:1px solid #c2c2c2;
	padding:3px 8px;
	color:black;
	cursor:pointer;
	font-size:1em;
	margin-right:6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background: #ebebeb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ebebeb 0%, #d8d8d8 87%, #ececec 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(87%,#d8d8d8), color-stop(92%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* IE10+ */
	background: linear-gradient(top,  #ebebeb 0%,#d8d8d8 87%,#ececec 92%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */

}

#CourseEval .StandardList th:first-child, #mod .StandardList td:first-child {
	border-left:0;
}
.StandardList .selected {
	background-color:#FFF7DD !important;
}

/* CE Instuctors */
.gridList {list-style-type:none;margin:0;padding:0;}
.gridList li {background:url(images/bullet_small_50.png) no-repeat 0 6px;line-height:1.2em;padding:0 0 3px 6px;}

.hasHelperText {color:grey;}

/* StandardList Grid */
.StandardList-Header {padding:5px 0;}
.StandardList-Modify, .StandardList-Create {float:right;}
.StandardList-Footer {padding:5px 0;}

.checkbox-column {width:25px;}
.checkbox-column input {margin:0;}
.gridCell-error {color:#d00;display:inline-block;padding-top:2px;vertical-align:top;}
.StandardList td.checkbox-column {vertical-align:middle;}

.StandardList .GridRow.GridRow-NoHover:hover {background-color:#fff;}
.StandardList .GridAlternateRow.GridRow-NoHover:hover {background-color:#f0f3f6;}

.StandardList-NoResults {background-color:#fbfcfd;border:1px solid #ddd;color:#444;font-size:1.1em;font-style:italic;margin-top:10px;padding:0 15px;}}

.Results {
	font-style:italic;
	padding:3px;
}

/* Row actions */
.RowName {
	float:left;
}
.RowActions {
	float:left;
	padding-left:10px;
}
.h-list {list-style-type:none;margin:0;padding:0;}
.h-list li {display:inline;}

.piped li:before {content:"|";padding:0 5px;}
.piped li:first-child:before {content:"";padding:0;}

table .piped {color:#666;font-size:14px;}
table .piped a {cursor:pointer;text-decoration:none;}
table .piped a:hover {text-decoration:underline;}
table .piped a.delete, .delete-link {color:#d00;background:none;}
.mass-mail-instructions p {
	margin-bottom : 20px;
	padding-left: 20px;
	width: 830px;
}
.mass-mail-instructions .info {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 40px; 
	top: 0;
}
.mass-mail-instructions .notification h4 {
	margin: 0;
}
* html .RowActions /* IE6 Fix */ {
	visibility:visible;
}

.CourseEvaluationItem {
	padding-bottom:15px;
}

.CourseEvalCourse {
	width:100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	float:left;
	margin:0 12px 12px 0;
	padding:10px;

}

.CourseEvalCourse-Info {
	border-bottom:1px solid #eee;	
	margin-bottom:5px;
	
}

.CourseEvalCourse h4 {
	overflow:hidden;
}

.CourseEvalCourse h6 {
	padding-bottom:5px;
}

.CourseEvalCourse-CrossListed {
	background-color:#fff;
	border:1px solid #eee;
	display:inline-block;
	margin-bottom:6px;
	padding:3px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.CourseEvalCourse-CrossListed strong {
	color:#333;
}

.CourseEvalCourse .StandardButtonContainer {
	margin-top:5px;
	float:right;
}

.CourseStatus {
	font-style:italic;
	float:left;
}

.CourseStatus .Red {
	color:#ab0100;
}

.CourseStatus .Green {
	color:Green;
}


/* Inline dialog boxes */
.DialogBox {
	background-color:#fff8e6;
	border:1px solid #ebd5a5;
    box-shadow: 2px 2px 0 rgba(0,0,0,.1);
	margin-bottom:20px;
	padding:8px 12px;
}
.DialogBox P {
	margin:0;
	padding:0;	
}
.DialogBox .Label {
	display:inline;
    padding-bottom: 0;
}

/* Left Column Navigation */
#LeftNavigation  {
	background:#e6e6e6;
	border:1px solid #ccc;
    box-shadow: 2px 2px 0 rgba(0,0,0,.1);
	font-size:1.2em;
	font-weight:bold;
    left: 0;
    position:absolute;
    top:0;
	width:158px;
}
#LeftNavigation UL {
	list-style-type:none;
	margin:0;
	padding:0;
	
}
#LeftNavigation UL LI  {
	border-bottom:1px solid #ccc;
	line-height:1.1em;
	margin:0;
	padding:0;
}
#LeftNavigation UL LI div.selected a,
#LeftNavigation UL LI a:hover {
	background:url(images/blue_arrow.png) no-repeat 6px 0.4em #fff;
}

#LeftNavigation UL LI.last {
	border:0;
}
#LeftNavigation UL LI A {
	display:block;
	padding:0.6em 15px 0.5em;
}
#LeftNavigation UL UL {
	padding-bottom:0.5em;
}
#LeftNavigation UL UL LI {
	border:0;
    font-size: 12px;
	font-weight:normal;
}
#LeftNavigation UL UL LI A {
	line-height:1em;
	padding:0.3em 25px;
}
#LeftNavigation UL UL LI .selected a,
#LeftNavigation UL UL LI a:hover {
	background-position:16px 0.1em;
}
.NavSection {
	cursor:default;
	padding:0.6em 15px 0.3em;
}
.NavDescription {
	color:#666;
	display:block;
	font-size:0.8em;
	font-weight:normal;
}

/* Course Eval Overview */
.column_3 {
	float:left;
	padding-right:15px;
	width:230px;
}
.column_2.last, .column_3.last {
	padding:0;
}

.column_2 {
	float:left;
	padding-right:15px;
	width:250px;
}

.checklist UL {
	list-style-type:none;
	margin:0;
	padding:0;
}
.checklist UL LI {
	line-height:1.1em;
	margin:0;
	padding:4px 0px 4px 15px;
}
.checklist UL LI.checked {
	background:url(images/icon_checkmark.gif) no-repeat;
}
.checklist UL LI.checked A {
	color:#6997D5;
}

.courseEval-dd {
	width:375px;    
}

/* Course Eval Projects */
#CourseEval .ProjectResultsSummary .SectionContent {
	padding-right:0;
	padding-left:0;
}
#CourseEval .ProjectResultsSummary .Info {
	width:300px;
}

/* Course Eval Reports */
.ReportHeader {
	width:900px;
}
.ReportHeader table {
	float:left;
	margin-right:4%;
	width:45%;
}
.ReportHeader table td {
	padding:2px 0px;
	vertical-align:top;
}
.ReportHeader table td:first-child {
	font-weight:bold;
	padding-right:8px;
	text-align:right;
	width:110px;
}
.ReportInformation {
	border-top:1px solid #ddd;
	padding:10px 5px;
}
.ReportSubHeading {
	font-size:1.2em;
	padding:0 5px 10px;
}
.ReportSubHeading strong {
	display:block;
	float:left;
	padding-right:5px;
	text-align:right;
	width:110px;
}
.ReportSubHeadingField {
	padding-bottom:3px;
}
.ReportDescription {
	padding:12px 5px;
}
.ReportDescriptionLabel {	
	font-weight:bold;
	padding-bottom:4px;
}

.Field {
	border-bottom:1px dotted #bebebe;
	padding:10px 15px;
}
.Field .Field {
	border-bottom:0;
	padding:0;
}
.Field.End {
	background-color:#fafafa;
	border:1px solid #eee;
}
.Label {
	display:block;
	font-size:1.2em;
	padding-bottom:5px;
}
.Label-Helper {display:block;font-size:.9em;color:Gray;font-style:italic;}
.Label-Hidden {
	overflow:hidden;
	position:absolute;
	text-indent:-9999em;	
}
.Required {
	font-weight:bold;
}
.Input {
	padding-bottom:5px;	
}

.LabelInput {margin-bottom:10px;}
.LabelInput .Input span {font-size:1.2em;}

.Input-Row input {vertical-align:middle;}
.Input-Row label {padding-top:3px;vertical-align:middle;}

.Input input[type="checkbox"] {
	vertical-align:middle;	
}
.Input.HideTableHeader h3 {
	display:none;	
}

.input-overflow .Input {background-color:#fafafa;border:1px solid #eee;max-height:210px;overflow:auto;padding:4px 5px;}

.StandardButtonContainer .IconRight img {
	padding-left:4px;
	padding-right:0;
}

.courseEvalCol-three {width:230px;margin-left:20px;float:left;}
.courseEvalCol-three:first-child {margin-left:0;}

#courseSectionStats {margin:0 0 20px;}
#courseSectionStats .clearfix span:first-child{display:block;float:left;width:120px;text-align:right;margin-right:7px;font-weight:bold;}

.CE-Tabs {
	list-style-type:none;
	margin:0;
	padding:0 0 0 5px;
}
.CE-Tabs li {
	background-color:#f5f5f5;
    border-bottom:#f5f5f5 1px solid;
    font-family: 'Roboto Slab',Georgia,serif;
	float:left;
	margin-right:3px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
.CE-Tabs li.Hidden {
	display:none;
}
.CE-Tabs li.Active{
	background-color:#fff;
    border:1px solid #bbb;
	border-bottom:1px solid #fff;
}
.CE-Tabs li a.Active  {
	background-color:#fff;
	border-bottom:1px solid #fff;
	margin-bottom:-1px;
}
.CE-Tabs li a {
    color: #596065;
	display:block;
	font-weight:bold;
	outline:0;
	padding:5px 12px 6px;
}
.CE-Tabs li a:hover {
    color: #596065;
    background-color: #eee;
}
.CE-Tabs li.Active a:hover {
    color: #596065;
    background-color: #fff;
}
.CE-Tabs.Large li,
.CE-Tabs li a.Active {
}
.CE-Tabs.Large li a {
	font-size:1.2em;
	padding:8px 12px 6px;
}
.CE-TabPanel {	
	border:1px solid #ccc;
	margin-top:-1px;
	padding:15px;
	width:350px;
}
.CE-TabPanel .Field {
	border-top:0;
	border-bottom:1px solid #eee;
	padding:10px;
}
.CE-TabPanel select {max-width:350px;}
.CE-TabSection {
	border-top:1px solid #ccc;
	margin-top:-1px;
	padding:20px 5px;
}

#ReportThumbs {
	padding:15px 0 10px 5px;
}

.CellValue {
	float:left;
	padding-top:2px;
}
.CellOptions {
	float:left;
	padding-left:3px;
	visibility:hidden;
}
.CellOptions.Show {
	visibility:visible;
}
.CellOptions.CellOptions-one {
	padding-left:0;
}
.CellOptions.CellOptions-one .icon {
	margin:0;
}
#projectPageList {padding:20px 0;width:700px;}
#projectPageList li {margin:10px 0;}
#projectPageList ol {margin:0;padding:0 0 0 25px;}
#projectPageList ol li {margin:0;padding:0 0 5px;}
#projectPageList .accordion-handle a {color:#000;}
#projectPageList .QuestionItem {
    border: none;
}
#projectPageList .QuestionItemHeader {
    border: none;
    background: none;
    cursor: default;
}
#projectPageList .QuestionItemHeader  span {
    display: none !important;
}
#projectPageList .QuestionItem .accordion-handle {
    display: none !important;
}
.accordion {list-style-type:none;margin:0;padding:0;}
.accordion li {margin:0;padding:0;position:relative;}
.accordion li:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;*zoom: 1;}
.accordion-header {}
.accordion-handle {cursor:pointer;display:block;padding:2px;position:absolute;right:5px;top:2px;}
.accordion-panel {margin:0;} /* fix for bug in jquery.accordion.2.0.min.js */
.accordion-panel-content {padding:10px;}

/* Grid Options */
.gridOptions {background-color:#f8f8f8;margin-bottom:0px;padding:5px 10px;}
.gridOptions-trigger {background:url(images/icon_blue_arrow_small.png) no-repeat 0 50%;float:right;font-weight:bold;line-height:1em;padding-left:8px;outline:0;}
.gridOptions-columns {padding-top:5px;}
.gridOptions-column {float:left;padding:5px;width:110px;}
.gridOptions-submit {padding:0 0 10px 5px;}

/* Icons */
.iconText {background-repeat:no-repeat;display:inline-block;height:16px;line-height:16px;margin-left:3px;padding:1px 0 0 18px;}
.icon {background-repeat:no-repeat;display:inline-block;height:16px;margin-left:3px;overflow:hidden;text-indent:-9999em;width:16px;}
* + html .icon {display: block; float:left;} /*IE7 inline-block alternative*/
.add {background-image:url(images/icon_add.gif);background-position:50% 50%;}
.delete {background-image:url(images/delete.png);}
.edit {background-image:url(images/icon_edit.png);}
.help {background-image:url(images/help_icon.gif);}
.filter {background-image:url(images/report_filter.gif);background-position:50% 50%;}
.history {background-image:url(images/icon_history.png);}
.import {background-image:url(images/icon_import.png);}
.kpi {background-image:url(images/icon_kpi.png);}
.merge {background-image:url(images/icon_merge.png);}
.preview {background-image:url(images/icon_preview.png);}
.emailPreview-files {background-image:url(images/icon_emailPreview-files.png);}
.email-error {background-image:url(images/mail_warning.png);}
.email-view {background-image:url(images/mail_view.png);}
.file-error {background-image:url(images/document_warning.png);}
.view {background-image:url(images/icon_preview.png);}
.zoom {background-image:url(images/magnifier.gif);}

/* Course Eval - Publish Email Preview */
.emailPreviewContainer {width:640px;}
.emailPreviewContainer .SectionContent {padding:15px 20px;}
.emailPreviewContainer .StandardButtonContainer {padding-top:15px;}
.emailPreview {background:url(images/bg_emailPreview.png) repeat-y;font-size:1.1em;width:600px;}
.emailPreview-header {background:url(images/bg_emailPreview-header.png) no-repeat;padding:71px 25px 0 10px;}
.emailPreview-header-fields {border-bottom:1px solid #dfdfdf;padding:10px 0;}
.emailPreview-header-field-label {color:#818181;float:left;font-weight:bold;padding-right:8px;text-align:right;width:52px;}
.emailPreview-header-field-value {float:left;width:500px;}
.emailPreview-body {background:url(images/bg_emailPreview-footer.png) no-repeat 0% 100%;padding:5px 30px 16px 10px;}
.emailPreview-body a {text-decoration:underline;}

#orgUnitList {}
#orgUnitList div {background-image:url(images/bullet.gif);background-repeat:no-repeat;padding-bottom:0.5em;}
.orgUnitList-college {background-position:0 0.2em;font-size:1.2em;line-height:1.2em;padding-left:5px;}
.orgUnitList-department {background-position:20px 0.2em;font-size:1.1em;line-height:1.1em;padding-left:25px;}
.orgUnitList-program {background-position:40px 0.1em;line-height:1em;padding-left:45px;}

/* Course Eval - Summary Report */
.summaryReport {background:#fff;width:650px;}
.StandardList.summaryReport th {
    background: #5A5E61;
    border-bottom: 0;
    color: #E2E6E9;
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 12px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.StandardList.summaryReport .summaryReport-column-question {text-align:left;width:190px;}
.StandardList.summaryReport .summaryReport-column-segment {text-align:left;width:240px;}
.summaryReport .summaryReport-row-question td { border-bottom:1px solid #ddd;height:0px;}
.summaryReport tr.AlternateRow td {background-color: #f3f5f5;}


/* Export Window */
#exportWindow {margin:0 auto;padding:70px 20px 0;text-align:center;width:400px;}
#exportWindow h1,
#exportWindow h2 {font-weight:normal;margin:0;padding:0;}
#exportWindow h1 {font-size:1.8em;padding-bottom:0.4em;}
#exportWindow h2 {font-size:1.4em;font-style:italic;padding-bottom:25px;}
#exportProgress {}
#exportProgress-status {margin:0 auto;padding-left:20px;width:335px;}
#exportProgress-bar {float:left;height:22px;width:300px;}
#exportProgress-error {font-size:1.4em;font-style:italic;}
#exportProgress-error span {color:#c00;display:block;font-size:1.6em;font-weight:bold;}
#exportOptions {display:none;margin:0 auto;padding-left:10px;width:170px}
#exportOptions a {text-decoration:none;}
#exportProgress-cancel {float:right;width:24px;}
.exportProgress-cancel-icon {background:url(images/icon_delete_24.png) no-repeat;display:block;height:24px;overflow:hidden;text-indent:-9999em;width:24px;}

#exportProgress-processing {background:url(images/loading.gif) no-repeat 50% 100%;padding-bottom:20px;}

#exportWindow.complete {}
#exportWindow.complete #exportProgress-status {display:none;}
#exportWindow.complete #exportOptions {display:block;}


/** jQuery UI styling **/

.ui-widget {font-family:Arial,sans-serif;font-size:1em;}

/* Autocomplete */
.ui-autocomplete-loading { background:#fff url('images/loading.gif') right center no-repeat; }

/* Radoio button toggle */
td .radioButtonToggle {display:inline-block;padding:0.3em 0;position:relative;}
.radioButtonToggle .ui-state-default {background:#E8EDF4;border-color:#CCD8E9;color:#666;font-weight:normal;position:relative;z-index:10;}
.radioButtonToggle .ui-state-default:hover {color:#000;}
.radioButtonToggle .ui-state-active {background:#fff;border-color:#ccc;color:#000;cursor:default;font-weight:bold;}

/*button text element */
.ui-button-text-only .ui-button-text { padding: .3em .8em; }

/*button sets*/
.ui-buttonset .ui-button { margin-right:-.4em; }

/** Document Reposotiry **/
.Documents {padding:0 20px 20px;}
.Documents-Header {border-bottom:1px solid #cecece;margin-bottom:15px;padding-bottom:15px;}
.Documents-Content {padding:10px;}
.Documents-Category {font-size:1.1em;padding-bottom:15px;}
.Document {padding:2px 0 2px 20px;}

.Main .Documents h3 {margin:0;padding:0;}

/* Documents Edit Mode */
.EditMode .Document {margin-left:20px;padding:5px 5px 5px 74px;position:relative;}
.EditMode .Documents-Category {margin-left:-45px;}
.EditMode .Documents-Category-Header {padding:3px 5px 3px 74px;position:relative;}
.Document-Actions {position:absolute;left:5px;visibility:hidden;width:69px;}
* html .Document-Actions {float:left;position:relative;visibility:visible;}
.Documents-Category-Header .Document-Actions {left:5px;padding-top:2px;}
.ShowActions .Document:hover,
.ShowActions .Documents-Category-Header:hover {background-color:#f5f5f5;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;}
.ShowActions .Document:hover .Document-Actions,
.ShowActions .Documents-Category-Header:hover .Document-Actions {visibility:visible;}

.EditMode .Document-Upload {display:none;}
.EditMode.ShowActions .Document-Upload {display:block;}
.EditMode .AddCategoryBtn {visibility:hidden;}
.EditMode.ShowActions .AddCategoryBtn {visibility:visible;}
.EditActive .Document-Actions {display:none;}
.Edit-Container {background-color:#f5f5f5;padding:15px 10px 15px 20px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;width:340px;}
.Row {padding-bottom:5px;}
.Row label {display:block;float:left;padding-right:5px;width:70px;}

.Document-Actions div {padding-right:2px;}
.Document-Actions div a {background-repeat:no-repeat;background-position:50% 50%;float:left;height:16px;overflow:hidden;text-indent:-9999em;width:16px;}
.Document-Actions-Delete a {background-image:url(images/icon_delete.gif);}
.Document-Actions-Edit a {background-image:url(images/projectlist_edit.gif);}
.Document-Actions .Document-Actions-MoveUp a {background-image:url(images/pageitem_moveup.gif);width:13px;}
.Document-Actions .Document-Actions-MoveDown a {background-image:url(images/pageitem_movedown.gif);width:13px;}

.Document-Upload {margin: 2px 0 2px 89px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.Document-Upload .AddDocumentBtn {background-color:#fff8e6;font-size:1.1em;font-weight:bold;padding:3px 5px;}
.Document-Upload .SectionContainer {font-size:0.9em;}

#NewCategory {margin:10px 0 0 30px;}

/* Button changes for Documents Category */
.Documents .StandardButtonContainer {padding-top:5px;}
.StandardButtonContainer .LinkButton,
.StandardButtonContainer .LinkButton:hover {background:none;border:0;color:#0B479D;font-size:1.1em;margin-left:10px;text-decoration:underline;}
.StandardButtonContainer .LinkButton:hover {color:#6997D5;}
.Documents-Header .StandardButtonContainer .LinkButton,
.Documents-Header .StandardButtonContainer .LinkButton:hover {margin-left:20px;}

/* Notice/Help Area */
.NoticeBox {background-color:#fff8e6;border:1px solid #ebd5a5;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;font-size:1.1em;margin-bottom:15px;padding:5px 10px 10px;width:350px;}
.NoticeBox.Wide {width:auto;}
.NoticeBox h3 {color:#000;font-weight:normal;}
.NoticeBox a {text-decoration:underline;}

/* Section Form changes for Documents section  */
.Documents .SectionContent {padding:15px 10px 15px 20px;}
.Documents .SectionContent label {width:90px;}

.Documents .SectionContent td {padding:5px;}
.Documents .SectionContent td:first-child {width:90px;}
.Documents .SectionContent td label.required,
.Documents .Row label.required {font-weight:bold;padding-top:3px;}


/** Mass Mailing **/
.EmailInstructions {font-size:1.1em;}
.EmailInstructions ol li {padding-bottom:12px;}


/** Panels **/
/* New Panel Toggle Menu */
.toggleMenu {float:left;}
.toggleMenu ul {list-style-type:none;margin:0;padding:0;}
.toggleMenu ul li {margin:0;padding:0;}
.toggleMenu ul li a {display:block;padding:4px 15px 4px 10px;}
.toggleMenu ul li a:hover {background-color:#0b479d;color:#fff;}
.toggleMenu ul ul li {padding:2px 15px 0 10px;}
.toggleMenu ul ul li a {margin:-2px -15px 0 -10px;padding:2px 15px 2px 20px;}
.toggleMenu ul.toggleMenu-content {border:1px solid #c2c2c2;display:none;margin:-2px 0 0;padding:0;}
.toggleMenu.toggle-active ul.toggleMenu-content {background-color:#eee;display:block;position:absolute;}
.toggleMenu.toggle-active .StandardButtonContainer a {-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}

/* Item Selector */
.itemSelector-column {float:left;}
.itemSelector-column .PagingControl {background-color:transparent;}
.itemSelector-column-available {background-color:#f9f9f9;padding:5px 10px;}
.itemSelector-panel {list-style-type:none;margin:0;padding:5px 0 0;}
.itemSelector-panel-label {color:#555;}

/*.itemSelector-category-interests {display:none; list-style-type:none;margin:0;padding:0;}*/
.itemSelector-category, .itemSelector-item {background-color:#e8edfa;border:1px solid #ccd8e9;display:block;margin:0 5px 2px 0;min-height:16px;padding:3px 5px;width:200px;}
.itemSelector-label {float:left;height:auto;line-height:16px;overflow:hidden;width:156px;}
.itemSelector-back a {background-color:#ffffcc;display:inline-block;height:16px;line-height:16px;margin:5px 0 6px;padding:2px 5px;}
.itemSelector-category-label {font-weight:bold;height:1em;overflow:hidden;}
.icon-add {/*background:url(images/add.png) no-repeat !important;*/float:left;height:16px;margin-right:6px;overflow:hidden;/*text-indent:-9999em;*/width:16px;}
.icon-remove {/*background:url(images/delete.png) no-repeat;*/display:none;float:right;height:16px;margin-left:6px;overflow:hidden;/*text-indent:-9999em;*/width:16px;}

.itemSelector-column-selected {background-color:#ffffdd;margin-right:30px;padding:5px 10px 3px;width:212px;}
.itemSelector-column-selected .itemSelector-item {margin-right:0; background-color:#f5f5f5;border-color:#ddd;}
.itemSelector-column-selected .itemSelector-label {float:left;height:auto;overflow:visible;}
.itemSelector-column-selected .icon-remove {display:block;}
.itemSelector-column-selected .icon-add {display:none;}

.itemSelector-helper {color:#888858;font-size:1.1em;font-style:italic;font-weight:bold;padding:2px 7px 9px;width:200px;}
.itemSelector-helper span {background:url(images/icon_helperArrow_right.png) no-repeat 100% 50%;display:inline-block;padding-right:22px;width:auto;}

/* Panel Logic */
.panelLogic {padding:10px 1px;}
.panelLogic-text {font-weight:bold;text-transform:uppercase;}
.panelLogic .ui-button-text {text-transform:uppercase;}
.panelLogic .radioButtonToggle {display:inline-block;padding-right:10px;}

/* Selectors */
#eventSelector, #positionSelector {padding:5px 0 20px;}

/* Event Selector */
#availableEventsCt {width:648px;}
#availableEventsCt .itemSelector-label {height:auto;overflow:visible;}

/* Instructor Invitition Select */
#instructorContent {padding:0 8px;}
#instructorInviteSelect .CE-TabPanel {border:0;margin:0;padding:0;}
#instructorInviteSelect .CE-TabPanel .Field {padding:10px 0;}

/* Position Selector */
#availablePositionsCt {width:648px;}
#availablePositionsCt .itemSelector-label {height:auto;overflow:visible;}
#availableGroupTypesCt {padding-right:5px;width:435px;}

/* Session Selector in Course Evaluations */
#sessionContent {padding:5px 0 0;}
#availableSessions {padding:5px 0 10px 0;width:365px;}
#availableSessions select {float:left;width:343px;}
#selectedSessions {float:none;margin:0;width:345px;}
#selectedSessions .itemSelector-item {width:333px;}
#selectedSessions .itemSelector-label {width:305px;}
#selectedSessions .itemSelector-label-title {font-weight:bold;}

/* Table Search Options */
.searchOptions {padding:5px 0 15px;}
.searchOptions-field {padding-bottom:3px;}
.searchOptions-field label {display:inline-block;font-weight:bold;padding-right:4px;text-align:right;width:80px;}
.searchOptions-field input {vertical-align:middle;width:200px;}
.searchOptions-field select {vertical-align:middle;max-width:200px;}
.searchOptions-action {padding-left:87px;}
input.datepicker {width:80px;}
input.date-picker { width: 80px;}

.searchOptions-sessionFilter div {display:inline;}
.searchOptions-sessionFilter .Label {font-size:1em;}
.searchOptions-sessionFilter select {max-width:400px;}

/* Multi-select Items */
.multiSelectItems {background-color:#fff;border:1px solid #ddd;padding:5px;}
.multiSelectItems ul {list-style-type:none;margin:0;padding:0;}
.multiSelectItems ul li {float:left;margin:0 5px 2px 0;padding:3px 5px;width:200px;}
.multiSelectItems ul li input {float:left;margin:0;padding:0;vertical-align:middle;width:20px;}
.multiSelectItems ul li label {float:left;overflow:hidden;width:180px;}

/* Filter Options */
.filterOptions {background-color:#f9f9f9;padding:10px;}
.filterOption {padding-bottom:10px;}
.filterOption input {margin:0;padding:0;vertical-align:middle;}
.filterOption label {font-weight:bold;padding-top:2px;vertical-align:middle;}
.filterOption label span {font-weight:normal;}
.filterOption-content {background-color:#fff;border:1px solid #ddd;display:none;padding:10px;margin:5px 0 15px 18px;}
.fieldToggle label {font-weight:normal;}
.fieldContent {margin:5px 0 0 18px;padding:5px;width:475px;}
.fieldContent .panelOptions-field {float:left;}

/* Panel Options */
.panelOptions-field {padding:5px 0;}
.panelOptions-label {float:left;font-weight:bold;padding:1px 6px 0 0;text-align:right;width:120px;}
.panelOptions-input {float:left;}


/** Project Section Creator **/
#Sections .StandardList td {
	vertical-align:middle;
}

#Sections .StandardButtonContainer a {
}

#Sections .Field {
	padding:20px 15px;
}

.TableActions {
	background:url(images/divider_tableActions.gif) no-repeat 25px 17px;
	padding:5px 0 10px;
}

.TableActions input {
	float:right;
}
.TableActions input.AlternateAction {
	margin:0 0 0 8px;
}

fieldset.PageList {
	border:0px solid #ccc;
	float:left;
	padding:0 0 20px;
	margin:15px 40px 0 0;
	width:380px;
}
fieldset.PageList.Available {
	margin-right:0;
	width:480px;
}
fieldset.PageList legend {
	color:#333;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
}

.RangeSelection {
	border-bottom:1px solid #eee;
	padding:10px 0;
}

#Sections .RowActions {
	float:none;
	padding:0;
}

/** System Roles **/
/*.SystemRole {
	border:1px solid #ddd;
	padding:3px 15px 10px;
	margin-bottom:25px;
}
.SystemRole legend {
	font-family:Tahoma;
	font-weight:bold;
	color:#506476;
	margin:0;
	padding:0;
	font-size:1.4em;
}*/

.SystemRole p {
    margin:0 0 10px 0;
    }


.Access {
	font-size:1.1em;
	font-weight:bold;
}
.Permissions {
	padding:10px 0 0 35px;
	width:400px;
}
.Permissions.OrgUnit {
	padding:5px;	
}
.Permissions table {
	margin-bottom:10px;
}

/** Clearfix **/
.clearfix:before, .clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}

.Main .ProjectResultsSummary .Info {
	float:right;
	width:100%;
	margin-bottom:20px;
}

.Main .ProjectResultsSummary .Graph {
	width:370px;
}

.Main .ProjectResultsSummary .ViewResults {
	float:right;
}

.Main .ProjectResultsSummary .InfoNoGraph {
	float:left;
	width:425px;
	margin-bottom:20px;
}

/** Rubrics **/
.TemplateList {}
.TemplateList ul {color:#333;list-style-type:none;margin:0;padding:0;}
.TemplateList ul li {margin:0;border-bottom:1px dotted #ddd;padding:10px 5px;}
.TemplateList ul li:first-child {border-top:1px dotted #ddd;}
.TemplateList ul li .TemplateListItemText {display:block;float:left;padding-bottom:5px;width:800px;}
.TemplateList ul li em,.TemplateList ul li strong {display:block;margin-top:5px;}
.TemplateList ul li .TemplateListItemPreview {background:#f0f0f0;display:block;float:right;font-size:.8em;padding:8px 6px 6px;text-align:center;text-transform:uppercase;-moz-border-radius:3px;}
.TemplateList ul li .TemplateListItemPreview:hover {background:#FDE7B7;}
.editRubric {overflow:auto;}
.editRubric table {border-collapse:collapse;background:#fafafa;border:1px solid #a6a6a6;}
.editRubric table th {background:#dddddd;padding:5px;text-align:center;vertical-align:top;}
.editRubric table td {padding:5px;text-align:center;vertical-align:top;}
.editRubric table td textarea {width:136px;font-family:Sans-Serif;font-size:.9em;height:100px;padding:0;overflow:auto;resize:none;}
.colRowHeader {position:relative;width:138px;}
.colRowHeader span {font-size:1.3em;display:block;margin-bottom:2px;}
.colRowHeader input[type=text] {width:100px;}
.removeColRow {position:absolute;bottom:5px;right:5px;}
.reviewInfo {margin-bottom:10px;font-size:1.1em;}
.RubricsList .ProjectListTable td,.RubricsList .ProjectListTable .ProjectListHeader th {padding:4px 6px;}
.RubricsList .RowActions {float:none;}

.whiteFade {background:url('images/white_fade.png') repeat-x bottom left;height:50px;width:940px;position:absolute;bottom:0;}

.rubricExample {height:75px;overflow:hidden;position:relative;margin-top:20px;}
.rubricExample table {width:auto;border-collapse:collapse;border:1px solid #aaa;table-layout:fixed;}
.rubricExample table th {background:#ececec;}
.rubricExample table th,.rubricExample table td {border:1px solid #aaa;padding:10px;width:105px;}
.rubricExample table tbody th,.rubricExample table tΩΩ td {height:50px;padding:10px;}
.rubricExample table tbody td {vertical-align:top;text-align:left;font-size:.8em;}

.rubricAdditionalField {margin-top:3px;height:23px;}
.rubricCustomField {margin-top:8px;margin-left:8px;}

.grayItalics {color:Gray;font-style:italic;}

.QuestionGroupStats.FrequencyItem {border-top:1px solid #A6A6A6;}
.QuestionGroupStats.FrequencyItem td {padding:4px;}
.QuestionGroupStats.FrequencyItem th {padding:1px 4px;}
.QuestionGroupStats .ReportTable caption {font-weight:bold;}

/** What's New **/

.whatsNewTop {display:block;margin-bottom:6px;}
.whatsNewLeft {float:left;width:400px;}
.whatsNewRight {float:right;width:524px;}
.whatsNewRight {float:right;width:524px;}
.whatsNewTop5 {height:580px;background:#b5d5ed;padding:20px;}
.whatsNewVideo {padding:20px;background:#b6d7c0;margin-bottom:6px;height:210px;}
.whatsNewVideo #videoCt {float:left;margin-right:15px;height:205px;width:320px;background:url('images/videostill.jpg') no-repeat 0 0;}
.whatsNewVideo p {font-size:1.4em;margin-top:0;padding-top:0;}
.whatsNewBlog {padding:20px;background:#dedec7;height:120px;}
.whatsNewMember {padding:10px 20px 20px 20px;background:#dedede;color:#0b479d;height:168px;margin-bottom:6px;}
.whatsNewMember p {font-size:1.4em;color:Black;}
.whatsNewTop5-text {font-size:1.5em;background:url('images/top5.png') no-repeat 0 0;height:85px;padding:0 0 0 85px;}
.whatsNewTop5-text p {margin:0;padding:10px 0;}

.top5-tabs {width:260px;margin:20px auto;}
.top5-tabs a {float:left;margin:0 8px;color:#60a3d4;background:#d8e9f5;font-size:2em;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;border:2px solid #adcadd;line-height:1.4em;font-weight:bold;display:block;text-align:center;width:30px;height:30px;}
.top5-tabs a:hover {color:#0b479d;border:2px solid #a5becc;}
.top5-tabs a.current {color:#0b479d;background:#fff;border:2px solid #a5becc;outline:none;}

.top5-content div {display:none;position:absolute;width:360px;font-size:1.2em;}
.top5-content p {line-height:1.6em;}
.top5-content img {display:block;margin:0 auto;-moz-box-shadow:1px 1px 4px #666;cursor:pointer;}

/* jQuery Tools Overlay */
.apple_overlay {display:none;background-image:url(images/overlay/transparent.png);padding:35px;font-size:11px;z-index:10000;}
.apple_overlay .close {background-image:url(images/overlay/close.png);position:absolute; right:5px; top:5px;cursor:pointer;height:35px;width:35px;}
.apple_overlay h4 {color:#ddd;margin-top:5px;text-align:center;}
#videoCt.hide object,#videoCt.hide embed {display:none;}



/* Mass Mailing Details */
#mailingAdminDetails table {width:100%;margin:5px 0 10px;}
#mailingAdminDetails table td.ItemHeading {text-align:right;width:40%;padding-right:5px;}



/* New Forms */
.formBox {width:500px;margin:0 auto;font-size:1.3em;}
.formBox .formFields .formField {float:left;margin-right:15px;}
.formBox .formField {margin-bottom:20px;position:relative;}
.formBox .formField .label {text-shadow:1px 1px 0 #fff;color:#444;font-weight:bold;}
.formBox .formField input.input,
.formBox .formField .input input {height:20px;}
.formBox .formField .input {display:block;margin-top:3px;width:460px;}
.formBox .formField .input select,
.formBox .formField select.input {height:26px;}
.formBox .errorList {list-style-type:none;margin:0;padding:0;}
.formBox .errorList li {margin:0 0 5px;}
.formBox .formField .validation {position:absolute;bottom:3px;left:100%;margin-left:10px;}
.formBox .errorList li,
.formBox .formField .validation {border:1px solid #a10a0a;padding:3px 7px;white-space:nowrap;text-shadow:0 -1px 0 #a10a0a;color:#fff !important;
	background:#e10000;
	background:-moz-linear-gradient(top, #e10000 0%, #a10a0a 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e10000), color-stop(100%,#a10a0a));
	background:-webkit-linear-gradient(top, #e10000 0%,#a10a0a 100%);
	background:-o-linear-gradient(top, #e10000 0%,#a10a0a 100%);
	background:-ms-linear-gradient(top, #e10000 0%,#a10a0a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10000', endColorstr='#a10a0a',GradientType=0 );
	background:linear-gradient(top, #e10000 0%,#a10a0a 100%);
	-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;
	-moz-box-sizing:border-box !important;
	box-shadow:0 2px 4px #aaa;}
.formBox .formField .formMessage {display:block;font-style:italic;margin-top:10px;}

.formBox .formSection {padding:6px 10px;border-radius:6px;box-shadow:inset 0 1px 3px #666;background:#e4e4e4;}
.formBox .formButtons {margin-top:20px;}

.formField input[type=text].datepicker {width:80px;height:20px;}
.dateTime-time {padding-left:5px;}

.ui-datepicker {box-shadow:0 2px 5px #666;}

.formBox .formField .linkSuffix {width:250px;}

#projectOptions-advanced-toggle {background:url(images/collapse_down.gif) no-repeat 100% 1px;display:block;text-shadow:1px 1px 0 #fff;color:#444;font-weight:bold;}
#projectOptions-advanced-toggle:hover {color:#666;}
#projectOptions-advanced-toggle.expanded {background:url(images/collapse_up.gif) no-repeat 100% 1px;}
#projectOptions-advanced-content {display:none;}
#projectOptions-advanced-innerContent {padding:10px 0;}
#projectOptions-advanced-innerContent div {margin-top:6px;}
#projectOptions-advanced-innerContent div:first-child {margin-top:0;}

.property-tooltip {background:#e9f2fc;padding:0px 4px;margin-left:2px;border:1px solid #3988e8;border-radius:15px;color:#0d54aa;cursor:help;font-size:12px;line-height:12px;font-weight:bold;line-height:40px;}

.requiredField {font-weight:bold;}

/* Error Messages*/
#FinishMessages {padding: 0 0 5px;}
#FinishMessages > div {color:#fff;display:table;font-family:Helvetica, Arial, sans-serif; font-size:12px; font-weight:bold;height:70px;line-height:15px;width:100%;}
#FinishMessages > div strong {background-position:left  11px;background-repeat:no-repeat;display:table-cell;font-family:'PTSansNarrowBold',Tahoma,Geneva,Helvetica,Arial,sans-serif;font-size:37px;height:61px;padding: 0 20px 0 54px;vertical-align:middle;}
#FinishMessages > div span {display:table-cell;padding-top:4px;vertical-align:middle;}
.FinishError {background:url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) repeat #b81900;border:1px solid #ff0000;}
.FinishError strong {background-image:url(images/icon_email-finish-message_error.png);}
.FinishWarning {background:url(images/ui-bg_diagonals-think_yellow_40x40.png) repeat #b97d0b;border:1px solid #ffde00;}
.FinishWarning strong {background-image:url(images/icon_email-finish-message_warning.png);}
.FinishNotice {background:url(images/ui-bg_diagonals-think_blue_40x40.png) repeat #0b47b9;border:1px solid #0f62ff;}
.FinishNotice strong {background-image:url(images/icon_email-finish-message_notice.png);}
.finish-warn {color: #FF5F41;}
/* Buttons */
button::-moz-focus-inner, input::-moz-focus-inner { border:0;}

a.button img {margin:0 5px 0 -5px;}


#tweet ul {list-style-type:none;margin:5px 0 15px;padding:10px;background-color:#e3f4fb;font-size:14px;}
#tweet p {margin:0;}
/*#tweet em {display:block;margin:10px 0;}*/

#socialMedia {width:450px;float:right;margin-right:30px;overflow:hidden;}
#socialMedia .fb-like {float:right;}
#socialMedia .twitter-follow-button {
	float:right;
	margin-right: 15px;
}

#ViewAllLink {margin-top:10px;}

.contact p {font-size:11px; margin-top:5px;}
.contact h3 {font-weight:700; font-size:15px; padding:15px 0px 0px 0px;}
.contact h3:first-child {padding-top:0px;}
.contactIcons, .contactIcons a {padding: 0px 10px 8px 0px; vertical-align:middle; width:25px;}



/*Fake Header Styles*/
body {min-width:970px;}
#account-content,
#footer-content {min-width:680px;max-width:1500px;margin:0 auto;padding:0 30px;}
#wrapper {padding-top:84px;}
#layout {min-width:970px;margin:0 auto;}

section header h3 {
    margin: -7px 0 20px;
}
/*.Main section header h3 {font-family:'PTSansNarrowBold',Tahoma,Geneva,Helvetica,Arial,sans-serif;margin:0;padding:4px 0 6px 14px;border-top:1px solid #fff;font-size:21px;color:#555;text-shadow:0 1px 0 #fafafa;moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius:2px;}*/
section.tab-container header h3 {font-size:18px;}
section header em {position:absolute;right:15px;top:10px;color:#666;text-shadow:0 1px 0 #fafafa;font-size:14px;}

section .dataTables_wrapper {margin-top:0;}
section.form {max-width:748px;}
section .simple-tabs {margin:0 -12px 0;padding:0 6px;}
section .panes {border:0;padding:25px 0 0;}

section.pageActions {padding:10px 18px;}
section.pageActions button,
section.pageActions input,
section.pageActions a {margin-right:10px;}


/* Header */
#header {
    background: #353635;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#account {
    height: 47px;
    background: #353635;
}
#account a {text-decoration:none;}
#account-content {padding:13px 30px 0px;text-transform:uppercase;font-size:11px;font-family:Tahoma;position:relative;}
#account #campusLabsLogo {float:left;margin:0;background:url(images/campuslabs-logo.png) no-repeat;display:block;height:26px;width:164px;}
.canada #account #campusLabsLogo {background:url(images/campuslabs-logo-ca.png) no-repeat;}

#account-productSelect {float:left;margin-left:20px;}
#account-productSelect .dropdownMenu ul {left:0;right:auto;}

#account-info {color:#ddd;float:right;}
#account-help {color:#ddd;float:right;text-transform:uppercase;font-size:11px;font-family:Tahoma;padding-left:12px;margin:4px 0 0 6px;border-left:1px solid #666;}
#account-help a {color:#ddd;}
#account-help a:hover {color:#fff;text-decoration:underline;}
/*.blackBar > a {color: #fff;margin-right: 15px;padding: 13px 10px;position: absolute;right: 0;z-index: 300;height: 50px;box-sizing: border-box;text-decoration: none;}*/
.blackBar > a {
    color: #fff;
    margin-right: 15px;
    position: absolute;
    right: 0;
    height: 50px;
    line-height: 50px;
}
.blackBar .clLogo {
    position: static;
    position: static;
    height: auto;
    margin-right: 0;
}
/*.blackBar .dropdown {line-height: 21px;font-size: 14px;}*/
/*.blackBar .dropdown > ul {position: absolute;}*/
#help-link { float: right;} /* Dan please update appropriately*/
#account-dropdown {float:right;}
#account-institution {color:#ddd;float:right;text-transform:uppercase;font-size:11px;font-family:Tahoma,Arial,Sans-Serif;border-right:1px solid #666;padding-right:12px;margin:3px 6px 0 0;border-top:1px solid transparent;display:block;max-width:230px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.logout-link { float: right;margin:4px 0 0 6px;}
.logout-link a { color: #ddd;}

#account .dropdownMenu-trigger {color:#ddd;border:1px solid transparent;border-bottom:0;padding:3px 4px 4px 6px;}
#account .dropdownMenu-trigger span {background:url(images/dropdown-arrow.png) no-repeat 100% 50%;padding-right:13px;}
#account .dropdownMenu-trigger:hover {color:#fff;}
#account .dropdownMenu.open .dropdownMenu-trigger {background:#eee;color:#666;border:1px solid #aaa;border-bottom:0;}
#account .dropdownMenu.open .dropdownMenu-trigger span {background-image:url(images/dropdown-arrow-dark.png);}
#account .dropdownMenu ul {background:#eee;border:1px solid #aaa;border-top:0;list-style-type:none;min-width:120px;padding:5px;right:0;text-transform:capitalize;}
#account .dropdownMenu ul li {margin:0;}
#account .dropdownMenu ul li a {display:block;padding:5px 10px;}
#account .dropdownMenu ul li a:hover {background:#ddd;}

/* Footer */
#footer {color:#888;font-size:13px;line-height:13px;display:block; }
#footer a {color:#888;}
#footer-content {padding:15px 30px 40px;}

/* Dropdown Menu Behavior Styles */
.dropdownMenu {position:relative;}
.dropdownMenu ul {display:none;position:absolute;z-index:100;margin:0;}
.dropdownMenu-trigger,.dropdownMenu.open ul {display:block;}


#product {height:40px;width:300px;margin:0;background-repeat:no-repeat;background-position:0 50%;text-indent:-999em;line-height:999em;overflow:hidden;position:absolute;top:6px;left:200px;z-index:10;background-image:url(images/wordmark_baseline.png);}
.canada #account #product {left:215px;}

#mainNav {background:#e6e6e6;box-shadow:0 2px 0 rgba(0,0,0,.15);}
#mainNav-content {padding:0 30px;max-width:1500px;min-width:900px;margin:0 auto;}
#mainNav ul {margin:0;padding:0;list-style-type:none;}
#mainNav ul li {float:left;padding:0;margin:0;}
#mainNav ul li a { color:#52595e; display:block; font-size:14px; height:36px; line-height:36px; padding:0 20px; text-decoration:none; -moz-transition: background .15s; -webkit-transition: background .15s; -o-transition: background .15s; transition: background .15s; }
#mainNav ul li a:hover { background: #f8f8f8; color: #000; -moz-transition: background .15s; -webkit-transition: background .15s; -o-transition: background .15s; transition: background .15s; }
#mainNav ul li.AspNet-Menu-Selected a { background: #ccc; }

#productArrow {text-decoration:none;font-weight:bold;margin-left:15px;font-size:14px;border:1px solid transparent;padding:0 6px;color:orange;}
#productArrow:hover {border:1px solid #aaa;background:#ddd;}

#marketingSpace {background:#55b949 url(images/campusLabs-bgLogo.png) -77px -241px no-repeat;border-top:0;border-left:0;border-right:0; padding: 0;}
#marketingSpace h2 {color:#fff;font-size:30px;margin:0 0 30px;}
#marketingSpace p {font-size:20px;line-height:28px;color:#e8f5e3;}
#marketingSpace-screen {background:url(images/baseline_screenshot.png) 100% 100% no-repeat;padding:50px 50px 100px;}




/* New Project List */

#upcomingProjectList {height:360px;overflow:hidden; padding-bottom: 30px;}
#upcomingProjectList .projectList {list-style-type:none;padding:0;margin:-10px;overflow:auto;height:340px;}
#upcomingProjectList .projectList li {padding:0;margin:0;}
#upcomingProjectList .projectList li a {display:block;padding:10px 15px;border-bottom:1px solid #eee;}
#upcomingProjectList .projectList li:first-child a {border-top:1px solid #eee;}
#upcomingProjectList .projectList li a:hover {background:#fff4dd;}
#upcomingProjectList .projectList li a span {font-size:14px;}
#upcomingProjectList .projectList .projectList-project-name {display:block;font-weight:bold;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:30px;}
#upcomingProjectList .projectList .projectList-project-department {display:block;color:#666;margin-right:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#upcomingProjectList .projectList .projectList-project-dateRange {color:#666;font-style:italic;float:right;margin-top:-18px;}
#upcomingProjectList .projectList .projectList-project-needsReview {float:right;display:block;margin-top:-43px;height:24px;width:24px;background:url(images/icon-attention.png) 0 0 no-repeat;background-size:24px 24px;}

#completedProjectList {height:370px;overflow:hidden;}
#completedProjectList .projectList {list-style-type:none;padding:0;margin:-10px;overflow:auto;height:340px;}
#completedProjectList .projectList li {padding:0;margin:0;}
#completedProjectList .projectList li a {display:block;padding:10px 15px;border-bottom:1px solid #eee;}
#completedProjectList .projectList li:first-child a {border-top:1px solid #eee;}
#completedProjectList .projectList li a:hover {background:#fff4dd;}
#completedProjectList .projectList li a span {font-size:14px;}
#completedProjectList .projectList .projectList-project-name {display:block;font-weight:bold;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#completedProjectList .projectList .projectList-project-department {display:block;color:#666;margin-right:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#completedProjectList .projectList .projectList-project-dateRange {color:#666;font-style:italic;float:right;margin-top:-18px;}
#completedProjectList .noResults {margin-bottom:40px;}

#activeProjectsScroller {position:relative;padding:0 40px;}
#rubricProjectsScroller {position:relative;padding:0 40px;}

.scrollerPager {margin-top:15px;text-align:center;}

.scrollerPager a {display:inline-block;background:#ccc;height:8px;width:8px;border-radius:4px;margin:0 5px;
zoom:1;
*display:inline;
}
.scrollerPager a.scrollerPager-current {background:#555;}

#projectListContainer {position:relative;z-index:80;}

#activeProjectList {height:197px;}
#activeProjectList .projectList {list-style-type:none;padding:0;overflow:hidden;position:relative;height:130px;border-left:1px solid #eee;}
#activeProjectList .projectList li {float:left;width:20%;}
#activeProjectList .projectList li a {display:block;height:130px;position:relative;border-right:1px solid #eee;}
#activeProjectList .projectList li a:hover {background:#fff4dd;}
#activeProjectList .projectList .projectList-project-name {display:block;position:absolute;left:0;right:0;top:10px;padding:0 15px;font-size:14px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*#activeProjectList .projectList li a:hover .projectList-project-name {max-height:100px;height:auto;white-space:normal;background:#fff4dd;z-index:1;padding-bottom:5px;}*/
#activeProjectList .projectList .projectList-project-department {display:block;position:absolute;left:0;right:0;top:30px;padding:0 15px;color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#activeProjectList .projectList .projectList-project-dateRange {display:block;position:absolute;left:0;right:0;top:60px;padding:0 15px;color:#666;font-size:14px;font-style:italic;}
#activeProjectList .projectList .projectList-project-respondentCount {display:block;position:absolute;left:0;bottom:10px;padding-left:37px;color:#F38126;font-size:30px;font-family:'Open Sans', Helvetica, Arial, sans-serif;line-height:34px;background:url(images/icon-users.png) 15px 50% no-repeat;background-size:16px 16px;}
#activeProjectList .projectList .projectList-project-needsReview {display:block;height:24px;width:24px;position:absolute;right:15px;bottom:15px;background:url(images/icon-attention.png) 0 0 no-repeat;}
#activeProjectList .projectList .projectList-project-respondentCount.noRespondents {color:#777}

.activeProjects-previous,
.rubricProjects-previous {position:absolute;top:40px;left:0;width:23px;height:48px;background:url(images/leftrightarrows-sprite.png);background-position:left top;}
.activeProjects-next,
.rubricProjects-next  {position:absolute;top:40px;right:0;width:23px;height:48px;background:url(images/leftrightarrows-sprite.png);background-position:right top;}

.activeProjects-previous.disabled,
.activeProjects-next.disabled,
.rubricProjects-previous.disabled,
.rubricProjects-next.disabled {background-position-y:bottom;cursor:default;}

/*Rubrics*/
#rubricProjectList {height:197px;}
#rubricProjectList .projectList {list-style-type:none;padding:0;overflow:hidden;position:relative;height:130px;border-left:1px solid #eee;}
#rubricProjectList .projectList li {float:left;width:20%;}
#rubricProjectList .projectList li a {display:block;height:130px;position:relative;border-right:1px solid #eee;}
#rubricProjectList .projectList li a:hover {background:#fff4dd;}
#rubricProjectList .projectList .projectList-project-name {display:block;position:absolute;left:0;right:0;top:10px;padding:0 15px;font-size:14px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*#activeProjectList .projectList li a:hover .projectList-project-name {max-height:100px;height:auto;white-space:normal;background:#fff4dd;z-index:1;padding-bottom:5px;}*/
#rubricProjectList .projectList .projectList-project-department {display:block;position:absolute;left:0;right:0;top:30px;padding:0 15px;color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#rubricProjectList .projectList .projectList-project-dateRange {display:block;position:absolute;left:0;right:0;top:60px;padding:0 15px;color:#666;font-size:14px;font-style:italic;}
#rubricProjectList .projectList .projectList-project-respondentCount {display:block;position:absolute;left:0;bottom:10px;padding-left:37px;color:#F38126;font-size:30px;font-family:'PTSansNarrowBold';line-height:34px;background:url(images/icon-users.png) 15px 50% no-repeat;background-size:16px 16px;}
#rubricProjectList .projectList .projectList-project-needsReview {display:block;height:24px;width:24px;position:absolute;right:15px;bottom:15px;background:url(images/icon-attention.png) 0 0 no-repeat;}
#rubricProjectList .projectList .projectList-project-respondentCount.noRespondents {color:#777}

#rubricProjectList .activeProjects-previous {position:absolute;top:40px;left:0;width:23px;height:48px;background:url(images/leftrightarrows-sprite.png);background-position:left top;}
#rubricProjectList .activeProjects-next {position:absolute;top:40px;right:0;width:23px;height:48px;background:url(images/leftrightarrows-sprite.png);background-position:right top;}

#rubricProjectList .activeProjects-previous.disabled,
#rubricProjectList .activeProjects-next.disabled {background-position-y:bottom;cursor:default;}

.projectLoading {text-align:center;font-size:14px;color:#777;font-weight:bold;margin-top:50px;}
.projectLoading p {margin:5px 0 0;}
.noResults {text-align:center;line-height:20px;color:#444;font-size:14px;font-style:italic;margin:50px auto 0;}
.searchOlderProjects {text-align:center;font-weight:bold;font-size:14px;background:#eee;}
.searchOlderProjects-loading {text-align:center;display:block;background:#eee;padding:10px;height:18px;}

#upcomingProjectList .noResults span {display:block;margin-bottom:10px;}
#upcomingProjectList .noResults .button {font-style:normal;}

#pageFilter {
/*background: #e9f2fc;
    border-bottom:1px solid #b3ccec;
    border-left:1px solid #c8def9;
    border-right:1px solid #b3ccec;
    border-top:1px solid #c8def9;
    box-shadow: 2px 2px 0 rgba(0,0,0,.1);*/
    margin-bottom:30px;
    padding:8px 15px;
    position:relative;
    z-index:90;
}
#pageFilter-searchInput {
    border-radius: 3px;
    box-sizing:content-box; 
    display:block;
    float:left;
    height:34px;
    line-height:34px;
    width:29%;
    padding:0 10px;
    font-size:18px;
    border:1px solid #bbb; 
-moz-appearance:none;
    -webkit-appearance:none;
    outline: none;
    -moz-transition: border .2s linear, box-shadow .2s linear;
    -webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
}

#pageFilter-searchInput:focus{
    outline: 0;
}

#pageFilter-search h3 {color:#555;display:block;font-weight:300;font-size: 23px;float:left;height:34px;line-height:34px;margin:0 20px 0 0;padding:0;text-shadow:0 1px 0 #fafafa;}
#pageFilter-results {font-size:14px;height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px;}
#pageFilter-results span a {background:rgba(255,255,255,.6);padding:4px 6px;display:inline-block;zoom:1;*display:inline;}
#pageFilter-results span a:hover {background:rgba(255,255,255,1);padding:4px 6px;display:inline-block;zoom:1;*display:inline;}
#pageFilter-results span:first-child {font-weight:bold;}

#pageFilter-links {font-size:14px;height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px;}
.project-actions {
    position: relative;
    z-index: 95;
}
.project-list {
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: -54px;
    text-decoration: underline;
}
.project-calendar {
    position: absolute;
    top: 13px;
    left: 182px;
    font-size: 14px;
    text-decoration: underline !important;
    font-family: 'Open Sans';
    font-weight: normal;
}
.project-calendar i {
    position: relative;
    top: 6px;
}
.project-link {
    text-decoration: underline !important;
    margin: 0 5px;
}

.respondentCells td {vertical-align:bottom;padding-bottom:5px;}
.respondentHeader {display:block;font-weight:bold;text-align:right;padding-right:3px;border-bottom:1px solid #ddd;padding-bottom:5px;}
.respondentCount {display:block;color:#F38126;font-size:30px;font-family:'PTSansNarrowBold';line-height:26px;border-bottom:1px solid #ddd;padding-bottom:5px;}

/* Department Filter */
#departmentFilter {display:block;float:left;position:relative;}
#departmentFilter-button {
    background: #f0f0f0;
    border: 1px solid #bbb;
    border-radius: 2px;
    box-shadow: rgba(203,203,203,1)1px 1px 0;
    -moz-box-sizing: border-box !important;
    color: #666;
    cursor: pointer;
    display:block; 
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-size: 14px;
    height:34px;
    line-height:34px;
    margin-left:25px;
    max-width:300px;
    outline: none !important;
    overflow:hidden;
    padding-left:10px;
    padding-right:30px;
    position:relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(190,190,190,.35);    
    white-space: nowrap;
    width:auto;
    z-index:300
}
#departmentFilter-button:hover,
#departmentFilter-button:active,
#departmentFilter-button.selected {
background: rgb(241,241,241); /* Old browsers */
}
#departmentFilter-button.selected { 
border-bottom: 1px solid #eeeeee;
box-shadow: none;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
#departmentFilter-button:hover img,
#departmentFilter-button.selected img {
background: rgb(241,241,241); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(241,241,241) 0%, rgb(238,238,238) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(204,204,204))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(241,241,241) 0%,rgb(238,238,238) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(241,241,241) 0%,rgb(238,238,238) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(241,241,241) 0%,rgb(238,238,238) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(241,241,241) 0%,rgb(238,238,238) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

#departmentFilter-button img {padding:14px 10px;right:1px;position:absolute;margin-left:10px;top:2px;z-index:300;
background: #f0f0f0;

}
#departmentFilter-button span {display:block; overflow:hidden; text-overflow:ellipsis; white-space: nowrap; position:relative;}
#departmentFilter-select {background-color:#eee;border:1px solid #abadb3;min-width:250px;position:absolute;right:0px;top:35px;width:100%;z-index:200;}
#departmentFilter-select input {box-sizing:border-box;font-size:14px;margin:10px 0 5px 5%;padding:3px 0 3px 2px;width:90%;}
#departmentFilter-select ul {max-height: 350px;margin:0;overflow-y:auto;padding:5px;}
#departmentFilter-select li {list-style-type:none;}
#departmentFilter-select a {box-sizing: border-box;display:block;font-size:14px;padding:7px 5%;width:100%;}
#departmentFilter-select a:hover {background-color:#ddd;}
#departmentFilter-select a.active {background-color:#e8e8e8;color:#666;}
#departmentFilter-select .projectLoading {margin:7px 0 27px 0;text-align:center;}

.filterResults {display:none;}

#pageFilter-filters { 
    float: right;
    padding: 3px 0 0 0;
}
#pageFilter-filters a {
    background-color: #e5e5e5;
    border-right: 1px solid #ccc;
    box-shadow: rgba(203,203,203,1)1px 1px 0;
    display: block;
    color: #666;
    float: left;
    font-size: 11px;
    padding: 8px 15px;
    text-shadow: 1px 1px 0 rgba(190,190,190,.35);
    text-transform: uppercase;
    transition: background-color linear 0.2s, color linear 0.2s, box-shadow linear 0.2s;
}
#pageFilter-filters a:first-child {
    border-radius: 2px 0 0 2px;
}
#pageFilter-filters a:last-child {
    border-radius: 0 2px 2px 0;
    border-right: none;
}
#pageFilter-filters a:hover,
#pageFilter-filters a.active {
    background-color: #aaa;
    box-shadow: inset rgba(136, 136, 136, 0.8) 1px 1px 0;
    color: #fff;
}
/* Download project list */

#downloadExport {text-align:center;width:300px;margin:100px auto 0;}
#downloadExport h2 {margin:0 0 20px 0;}



/* Admin - Project Request Notifications */
#projectRequestNotifications textarea {width:95%;height:100px;margin:5px 0;}
#projectRequestNotifications-recipients {margin:2px 0 0;padding:0;list-style-type:none;}
#projectRequestNotifications-recipients li {float:left;background:#E1F2FC;border:1px solid #CADCEA;margin:5px 5px 0 0;padding:3px 6px;border-radius:6px;font-size:13px;}
#projectRequestNotifications-recipients li a {font-weight:bold;color:#900;margin-left:3px;}
#projectRequestNotifications em {display:block;margin-top:10px;font-size:13px;}

/* Admin - ORG selector UI Adjustments*/
.ui-front {z-index: 1001;}

/* Helpers */
.ir {display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;} /* For image replacement */
.ir br {display:none;}

.hidden {display:none !important;visibility:hidden;} /* Hide from both screenreaders and browsers:h5bp.com/u */

.visuallyhidden {border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;} /* Hide only visually, but have it available for screenreaders:h5bp.com/v */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;} /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard:h5bp.com/p */

.invisible {visibility:hidden;} /* Hide visually and from screenreaders, but maintain layout */

.left {float:left;}
.right {float:right;}

.clearfix:before, .clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}

input[type="button"], input[type="submit"], input[type="reset"] {
    background: #f0f0f0;
    border: none;
    border-radius: 2px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 2px;
    outline: none !important;
    padding: 8px 20px;
    position: relative;
    text-align: center;
	text-decoration: none;
    text-shadow: 1px 1px 0 rgba(190,190,190,.35);
    white-space: nowrap;
    box-shadow: rgba(203,203,203,1)1px 1px 0;
    -moz-box-sizing: border-box !important;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover{ background: #e3e3e3; text-decoration:none; }

	

/* FONTS */

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('fonts/ptsans/PTN57F-webfont.eot');
    src: url('fonts/ptsans/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans/PTN57F-webfont.woff') format('woff'),
         url('fonts/ptsans/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/ptsans/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('fonts/ptsans/PTN77F-webfont.eot');
    src: url('fonts/ptsans/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans/PTN77F-webfont.woff') format('woff'),
         url('fonts/ptsans/PTN77F-webfont.ttf') format('truetype'),
         url('fonts/ptsans/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Project PAge Updates */
.CollapseSections .SectionContainer {
    padding-bottom: 0px;
}
.CollapseHeader {
    margin-bottom: 0;
}
.CollapseContent {
    /*margin-top: 5px;*/
    padding-top: 20px;
}
/*.CollapseContent.uploader .SectionContent > div {
    margin-bottom: 15px;
    float: right;
    background: rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 10px;
}*/
.CollapseContent.panelContent .StandardButtonContainer {
    padding-top: 20px;
}
.CollapseSections .SectionContainer.ResultsContainer {
    padding-bottom: 20px;
}
.ResultsContainer .CollapseContent  {
    padding-top: 0px;
}
.ResultsContainer .SectionContent .Graph {
   padding-top: 20px;
}
.CollapseContent .CollapseContent {
    padding-top: 0px;

}
.CollapseContent .SectionContent {
    margin-bottom: 20px;
}
.CollapseContent .WebAdminTitles {
    padding: 5px 10px;
    background-color: #eee;
    font-weight: bold;
    margin-bottom: 10px;
}
.idRespondentTable {
    border-collapse: separate;
    border-spacing: 0;
}
.idRespondentTable .ProjectListHeaderRow {
    background: #5A5E61;
    color: #E2E6E9;
    font-size: 15px;
}
.idRespondentTable .ProjectListHeaderRow  td:not(:last-child) {
    border-right: 1px solid #4e4b4b;
}
.idRespondentTable .ProjectListHeaderRow td {
    border-bottom: 0;
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-weight: bold;
    padding: 12px 12px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.idRespondentTable .ProjectListHeaderRow a {
    color: #E2E6E9;
    font-size: 15px;
}
.idRespondentTable td {
    padding: 12px 12px;
    vertical-align: middle;
}
.idRespondentTable td:not(:last-child) {
border-right: 1px solid #D8D8D8;
}

.paginate {
    border-collapse: separate;
    border-spacing: 0;
    color: #93999B;
    float: right;
    font-family: 'Open Sans';
    font-size: 12px;
    padding: 15px 5px 0 0;
    text-align: right;
}
.paginate select,
.per-page select {
    color: #93999B;
    border: 1px solid #ccc;
}
.paginate a {
    color: #93999B;
    padding: 2px 6px;
    margin: 0 2px;
    border-radius: 3px;
}
.paginate a:hover {
    background: #EDF1F1;
}
.paginate .inactive {
    color: #E0E5E7;
    padding: 2px 6px;
    margin: 0 2px;
}
.paginate-link {
    color: #93999B;
    border: none;
}

.PagingControlCurrentPage {
    background: #E0E5E7;
    color: #2165AF;
        padding: 2px 6px;
    margin: 0 2px;
    border-radius: 3px;
}
.per-page {
    float: right;
    padding-top: 10px;
    margin-right: 40px;
    color: #93999B;
}
.dataTables_info {
    color: #93999B;
    float: left;
    font-family: 'Open Sans Italic',Helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 15px 0 0 5px;
}

.notification {
    color: #4d4f51;
    margin: 0 0 20px 0;
    padding: 15px;
    position: relative;
    top: -35px;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
    box-shadow: 2px 2px 0 rgba(0,0,0,.1);
}
.notification.info {
    background: #8fdcfb;
}
.notification.warning {
	background: #ffe080;
}

.notification h3,
.notification p {
    color: #4d4f51;
    float: left;
    margin: 0 40px 0 0;
}
.notification h3 {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.notification h3 em {
    margin-right: 2px;
}
.notification h3 small {
    font-family: 'Open Sans';
    font-size: 12px;
	font-style: italic;
	position: relative;
	top: -5px;
}
.notification p {
    padding-top: 10px;
    font-size: 12px;
}
.notification p a {
    margin-left: 40px;
    text-decoration: underline;
}
.notification .button {
    float: right;
    background: #f0f0f0;
    border: none;
    border-radius: 2px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0 2px;
    outline: none !important;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(190,190,190,.35);
    white-space: nowrap;
    box-shadow: rgba(203,203,203,1)1px 1px 0;
    -moz-box-sizing: border-box !important;
}
.notification .button-primary {
    background: #27b7f0;
    box-shadow: rgba(15,123,191,1)1px 1px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(50,110,167,.35);
}
.notification .button-small {
    font-size: 12px;
    padding: 4px 12px;
}
.notification .button:hover {
        border: none;
        color: #fff;
}
.notification .button-primary:hover {
    background: #29c5f5;
}
.minified {
    float: right;
    padding: 8px 18px;
    border-top-right-radius:0;
    cursor: pointer;
}
.minified h3 {
	font-weight: 300;
    font-size: 18px;
    margin: 0;
}
.minified h3 small {
    font-size: 10px;
}
.beta-warning {
	margin-bottom: 0;
}
.beta-warning h3 {
	font-weight: 300;
	margin-bottom: 0;
	margin-right: 90px;
}
.beta-warning p {
	padding-top: 14px;
}
.beta-warning .button {
	position: relative;
	top: 4px;
}
.advertisement {
	background: #27b7f0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	min-height: 41px;
	padding: 0 16px;
	position: relative;
	text-align: center;
	width: 100%;
	-webkit-animation: advertIn 1.2s ease-in-out;
	-moz-animation: advertIn 1.2s ease-in-out;
	animation: advertIn 1.2s ease-in-out;
}
.advertisement-content {
	margin: 0 auto;
	max-width: 1560px;
	padding: 0 26px;
	position: relative;
}
.advertisement h1,
.advertisement h2,
.advertisement p {
	color: #fff;
	display: inline;
	margin-right: 18px;
}
.advertisement h1,
.advertisement h2 {
	font-family: 'Roboto Slab',Georgia,serif;
}
.advertisement h1 {
	font-size: 25px;
	font-weight: 700;
	height: 41px;
	line-height: 41px;
}
.advertisement h2 {
	font-size: 18px;
	font-weight: 300;
}
.advertisement h2,
.advertisement p {
	position: relative;
	top: -3px;
}
.advertisement .button {
	background-color: #27b7f0;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	font-family: 'Roboto Slab',Georgia,serif;
	font-weight: 700;
	padding: 3px 17px;
	position: relative;
	top: -4px;
}
.advertisement .button:hover {
	background-color: rgba(255,255,255, .2);
}
.advertisement .close {
	color: #fff;
	position: absolute;
	top: 13px;
	opacity: .8;
	right: 0px;
}
.advertisement .remove {
	position: absolute;
	right: 31px;
	top: 11px;
}
@-webkit-keyframes advertIn {
	0% {
		top: -100px;
	}
	100% {
		top: 0px;
	}
}
@-moz-keyframes advertIn {
	0% {
		top: -100px;
	}
	100% {
		top: 0px;
	}
}
@keyframes advertIn {
	0% {
		top: -100px;
	}
	100% {
		top: 0px;
	}
}
.button-advertisment {
    background: #27b7f0 !important;
    box-shadow: rgba(15,123,191,1)1px 1px !important;
    color: #fff !important;
    text-shadow: 1px 1px 0 rgba(50,110,167,.35) !important;
	position: relative;
	top: 9px;
	font-size: 18px !important;
    float: right;
}
.button-advertisment:hover {
    background: #29c5f5;
}
.button-advertisment span {
	font-family: 'Roboto Slab',Georgia,serif;
}
.button-advertisment sup {
	font-size: 12px;
    vertical-align: baseline;
    position: relative;
    top: -5px;
}

.toolbox {
    margin-bottom: 20px;
    padding: 20px 0 20px 0; 
}
.toolbox a {
    background: #ddf0f7;
    border: 1px solid #8fdcfb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
    padding: 15px 32px 15px 20px;
    position: relative;
    zoom: 1;
}
.toolbox a:hover {
    text-shadow: 1px 1px 0 #06516e;
    color: #fff;
    background: #2199c9;
    box-shadow: #06516e 1px 1px;
    border: 1px solid #2199c9;
}
.toolbox .title,
.toolbox .description {
    color: #4d4f51;
}
.toolbox i {
    color: #107cb5;
}
.toolbox a:hover .title,
.toolbox a:hover .description,
 .toolbox a:hover .beta {
    color: #fff;
}
.toolbox a:hover i {
    color: #fff;
}
.toolbox .title {
    display: block;
    font-size: 19px;
    font-weight: 700;
    font-family: 'Roboto Slab',Georgia,serif;
    line-height: 1.4em;
    margin: 0;
}
.toolbox .beta {
    font-style: italic;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 50%;
    font-weight: 300;
    line-height: 1em;
}
.toolbox a i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

#feedbackText {
    width: 100%;
    height: 36px;
    padding: 8px 10px;
    resize: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: sans-serif;
}

#feedbackText:focus{
    height: 100px;
}
                
#feedbackButton {
    float: right;
    margin-top: 5px;
}

#feedbackConfirmation {
    display: none;
}

#feedbackText::-webkit-input-placeholder {
    font-family: sans-serif;
}

#feedbackText:-moz-placeholder { 
    font-family: sans-serif;
}

#feedbackText::-moz-placeholder { 
    font-family: sans-serif;
}

#feedbackText:-ms-input-placeholder {
    font-family: sans-serif;
}





/* Device activation */

.activateOption {
    font-size:21px;
    margin-bottom:30px;
    position:relative;
    height:140px;
    box-sizing:border-box;
}

.activateOption label {
    display:block;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding-top:33px;
    padding-left:70px;
    border:1px solid #ddd;
    border-radius:10px;
    color:#999;
}

.activateOption input[type=text] {
    display:block;
    height: 22px;
    width: 200px;
    font-size: 18px;
    padding: 4px 8px;
    border:1px solid #ccc;
    border-radius:4px;
    position:absolute;
    z-index:2;
    bottom:40px;
    left:70px;
}

.activateOption select {
    display:block;
    height: 32px;
    width: 200px;
    font-size: 18px;
    padding: 0 8px;
    border:1px solid #ccc;
    border-radius:4px;
    position:absolute;
    z-index:2;
    bottom:40px;
    left:70px;
}

.activateOption input[type=radio] {
    height:25px;
    width:25px;
    display:block;
    position:absolute;
    z-index:3;
    top:30px;
    left:35px;
}

.activateOption input[type=radio]:checked + label {
    background:rgba(173, 230, 252, 0.3);
    border:1px solid rgba(173, 230, 252, 1);
    color:#000;
}