/*
    light grey:                 #f0f0f0
    medium grey:                #36393d
    dark grey:                  #1a1a1a
    interactive action yellow   #ffff88
    red                         #cc0000
    light blue                  #E6EEFC
    dark blue                   #0B43A8

	USU:
	dark blue					#0F2439
	medium blue					#283344
	lighter blue				#596980
	light grey					

*/
.right{
	float: right;
}
.left{
	float: left;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w25 {
	width: 25%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w75 {
	width: 75%;
}
.w80{
	width:80%;
}
.w95 {
	width: 95%;
}
.w100 {
	width: 100%;
}
.px50 {
	width:50px;
}
.px100 {
	width:100px;
}
.pad10{
	padding:10px;
}
.pad20{
	padding:20px;
}
.small {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

.gray {
	color:#999999;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
}

.hightlight {
	background-color: #ffff88;
	font-weight: bold;
	color: #0F2439;
}
.hilight a {
	color: #91C8FF;
}
a { -moz-outline: none; }

body {
	color: #222;
	background: #fff;
	font-family: helvetica, arial, sans-serif;
}

hr {
	background: #f0f0ee;
	color: #f0f0ee;
}

#header {
	background: #0F2439;
}

#header h1 {
	padding: 15px 0;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}

#header h1 a:link, #header h1 a:active, #header h1 a:hover, #header h1 a:visited {
	color: #FFF;
}

#user-navigation {
	top: auto;
	bottom: 5px;
	right: 25px;
}

#user-navigation a.logout {
	background: #cc0000;
	padding: 1px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 3px;
}

#main .block .content {
	background: #f3f3f3;
	padding-top: 1px;
}

#main .block .content h2 {
	margin-left: 15px;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}

#main .block .content p {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}

#main h3 {
	background: -moz-linear-gradient(top, #98b0d1 0%, #2a70d3 7%, #0f2439 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b0d1), color-stop(7%,#2a70d3), color-stop(100%,#0f2439)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* IE10+ */
	background: linear-gradient(to bottom, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b0d1', endColorstr='#0f2439',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	border-bottom: 2px solid #fff;
}

.secondary-navigation ul li a:link, .secondary-navigation ul li a:visited, .secondary-navigation ul li a:hover, .secondary-navigation ul li a:active {
	text-decoration: none;
	color: #FFF;
}

.secondary-navigation li a:hover {
	background: #666;
}

.secondary-navigation {
	background: #0F2439;
	border-bottom-color: #596980;
}

.secondary-navigation ul li.active, .secondary-navigation ul li.active a:hover {
	background-color: #596980;
}

#footer .block {
	color: #FFF;
	background: #596980;
}

#footer .block p {
	margin: 0;
	padding: 10px;
}

/* pagination */

.pagination a, .pagination span {
	background: #f0f0f0;
	-moz-border-radius: 3px;
	border: 1px solid #c1c1c1;
}

.pagination em {
	background: #0F2439;
	color: #FFF;
	border: 1px solid #0F2439;
}

.pagination a {
	color: #596980;
}

.pagination a:hover {
	border: 1px solid #666;
}

/* tables */

.table th {
	background: #0F2439;	
	color: #FFF;
}

.table td {
	border-bottom:1px solid #F0F0EE;
}

.table tr.even {
	background: #ebebeb;
}
.table tr.active td{
	background: #4f69ca;
	color: #fff;
}
.table tr.active td a{
	color: #fff;
}
.table tr.active td a.button{
	color: #000;
}

/* forms */

.form label.label {
	color: #666666;
}

.form input.text_field, .form textarea.text_area {
	width: 100%;
	border: 1px solid #f0f0f0;
}

.form input.button {
	background: #f0f0f0;
	-moz-border-radius: 5px;
	border: 1px solid #c1c1c1;
	padding: 2px 5px;
	cursor: pointer;
	color: #0F2439;
	font-weight: bold;
	font-size: 11px;
}

.form input.button:hover {
	border: 1px solid #666;
}

.form .description {
	font-style: italic;
	color: #8C8C8C;
	font-size: .9em;
}

.form .navform a {
	color: #cc0000;
}
.form fieldset {
	padding: 10px;
	border-left: none;
	border-right: none;
	border-top: dotted thin #464646;
	border-bottom: dotted thin #464646;
	background: #E6E6E6;
}
.form fieldset legend {
	font-size: 1.5em;
	margin: 0 20px;
	padding: 0 10px;
}
.form label {
	display: inline-block;
	margin: 5px;
	position: relative;
}
.form input[type="radio"] + label {
	margin: 0 10px 0 3px;
}
.form input[type="radio"] {
	margin: 0 0 0 5px;
}
.form input, .form select {
	font-size: 1em;
	padding: 3px;
}
.form .btn {
	margin: 20px 15px 0 5px;
}
.normal input, .normal select, .normal textarea{
	font-size:1em;
}
/* flash-messages */
.flash {
	z-index:9999;
	position:fixed;
	min-width:350px;
	max-width:30%;
	top:65px;
	padding:10px;
	min-height:40px;
	font-size:1.2em;
	border-radius:5px;
	text-align:left;
	-moz-box-shadow: 0 5px 5px #555;
	-webkit-box-shadow: 0 5px 5px #555;
	box-shadow: 0 5px 5px #555;
	line-height:18px;
}

.flash p {
	margin:8px;
}
.flash .img{
	float:left;
	width:32px;
	height:32px;
	margin:10px;
	background-image:url("../images/attention.png");
}
.flash .closeFlash{
	font-size:.8em;
	width:100%;
	text-align:center;
}
.flash .closeFlash a:hover{
	text-decoration:none;
}

.error{
	border: 1px solid #ff0000;;
	background-color: #fdd;
}
.warning{
	border: 1px solid #dbe001;;
	background-color: #ffffcc;
}
.success{
	border:solid 2px #0080ff;
	background-color:#d8f0fe;
}

/* lists */

ul.list li {
	border-bottom-color: #F0F0EE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

ul.list li .item .avatar {
	border-color: #F0F0EE;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}

/* box */

#box .block {
	background: #FFF;
}

#box .block h2 {
	background: #0F2439;
	color: #FFF;
}


/* rounded borders */

#main, .secondary-navigation,	#main h3, ul.list li,
#footer .block, .form input.button, #box .block, #box .block h2, #sidebar .block, #sidebar h3 {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#main .block {
	border-radius: 4px;
}
.secondary-navigation li.first a, .secondary-navigation ul li.first, .table th.first, .table th.first {
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

.table th.last {
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

.secondary-navigation ul li.first {
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

ul.list li, #footer .block, .form input.button, #box .block, #sidebar, #sidebar .block, #sidebar ul.navigation {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.secondary-navigation {
	border-bottom-width: 5px;
}

dl.dataList{
	margin:0;
	padding:0;
}
dl:after{
	content:".";
	visibility:hidden;
	clear:both;
}
dl.dataList dt{
	color:#666;
	float:left;
	margin-right:10px;
	padding:3px;
	width:80px;
}
dl.dataList dd{
	margin:2px 0;
	padding:3px 0;
}

table.data{
	border:solid 1px #ccc;
	margin:0 0 10px 0;
	width:100%;
	font-size:1.2em;
}
table.data th{
	text-align:left;
	background-color:#f3f3f3;
	border-right:solid 1px #ccc;
	font-weight:bold;
	color:#00458a;
}
table.data tr td{
	border-right:dotted 1px #ccc;
}
table.data th, table.data td{
	padding:5px;
}
table.data tr{
	border-bottom:solid 1px #ccc;
}
table.data tr.alt{
	background-color:#f3f3f3;
}
table.data thead.tableSectionHead th{
	color:#444;
	background-color:#fff;
}
table.data tfoot tr td{
	background-color:#f3f3f3;
}
table.data tbody tr.selected{
	background-color:#e8f4ff;
}
table.data tr:nth-child(even){
	background-color:#f3f3f3;
}
table.data tr th.tableBreak {
	background: #003366;
	color: #fff;
}
table tr th.tableBreak {
	color: #fff;
	background: #596980;
}
.aside .block {
  background: #e6e6e6;
}
.aside .block h4 {
  font-weight: bold;
}
.aside .notice {
  background: #E6EEFC;
}
.aside .notice h4 {
  color: #0B43A8;
}
.aside h3 {
	background: -moz-linear-gradient(top, #98b0d1 0%, #2a70d3 7%, #0f2439 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b0d1), color-stop(7%,#2a70d3), color-stop(100%,#0f2439)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* IE10+ */
	background: linear-gradient(to bottom, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b0d1', endColorstr='#0f2439',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	border-bottom: 2px solid #596980;
	box-shadow: -1px 3px 3px #000;
	z-index: 50;
	position: relative;
}
.aside ul li a:link, .aside ul li a:visited {
  background: #e6e6e6;
  border-bottom: 1px solid #F0F0EE;
  text-decoration: none;
  text-shadow: 0 1px 1px #fff;
}
.aside ul li a:hover, .aside ul li a:active {
  background: #666666;
  color: #ffffff;
  text-shadow: none;
}
.aside ul li.selected a{
	background: -moz-linear-gradient(top, #98b0d1 0%, #2a70d3 7%, #0f2439 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b0d1), color-stop(7%,#2a70d3), color-stop(100%,#0f2439)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* IE10+ */
	background: linear-gradient(to bottom, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b0d1', endColorstr='#0f2439',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-shadow: none;
}
.aside ul li.unsaved a{
	background: #fff;
	color: #000;
}
/******************* AUTOCOMPLETE ********************/
.autocomplete-w1 { 
	background:url(../images/shadow.png) no-repeat bottom right;
	position:absolute;
	top:0px;
	left:0px;
	margin:6px 0 0 6px; /* IE6 fix: */
	_background:none;
	_margin:1px 0 0 0;
}
.autocomplete { 
	border:1px solid #999;
	background:#FFF;
	cursor:default;
	text-align:left;
	max-height:350px;
	overflow:auto;
	margin:-6px 6px 6px -6px; /* IE6 specific: */
	_height:350px; 
	_margin:0;
	_overflow-x:hidden;
	font-size: 1em;
	min-width: 350px;
}
.autocomplete .selected { 
	background:#F0F0F0;
	cursor: pointer;
}
.autocomplete div { 
	padding:2px 5px;
	white-space:nowrap;
	overflow:hidden;
}
.autocomplete strong { 
	font-weight:normal;
	color:#3399FF;
}
.deliveryTable .type-ol .selected{
	background: #8FAA73;
	width: 100%;
	height: 100%;
}
.deliveryTable .type-ib .selected{
	background: #666699;
	width: 100%;
	height: 100%;
}
.deliveryTable .type-ff .selected{
	background: #BDAB5B;
	width: 100%;
	height: 100%;
}
.deliveryTable .type-is .selected{
	background: #4C94EA;
	width: 100%;
	height: 100%;
}
.deliveryTable .type-hyb .selected{
	background: #D0514C;
	width: 100%;
	height: 100%;
}
.deliveryTable {
	margin: 10px;
	background: #e6e6e6;
}
.type-ol, .type-ib, .type-ff, .type-is, .type-hyb {
	border: dotted thin #464646;
	height: 30px;
}
.type-name {
	border: dotted thin #464646;
	border-left: none;
	padding: 0 20px;
}
.type-hyb {
	border-right: none;
}
th.type-ol, th.type-ib, th.type-ff, th.type-is, th.type-hyb {
	border-top: none;
}
tr:last-child .type-name, tr:last-child .type-ol, tr:last-child .type-ib, tr:last-child .type-ff, tr:last-child .type-is, tr:last-child .type-hyb {
	border-bottom: none;
}
th.type-name {
	width: 100px;
	border-top: none;
}
th.type-ol, th.type-ib,  th.type-ff,  th.type-is, th.type-hyb {
	width: 30px;
	height: 30px;
}
/* Logged in User controls */
/*ul#user-menus{
	list-style:none;
	margin:0;
	padding:0;
}
ul#user-menus li{
	line-height:25px;
	position:relative;
	margin:0;
	padding:0;
}
ul#user-menus li.drop a{
	background:url("../images/white_down_arrow.gif") no-repeat 95%;
	padding:5px 20px 5px 5px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
ul#user-menus li a:hover{
	padding:5px 20px 5px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	background-color:#596980;
	text-decoration:none;
}
ul#user-menus li.active a{
	padding:5px 20px 5px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	background-color:#596980;
	text-decoration:none;
}
ul#user-menus li.drop ul{
	display:none;
	list-style:none;
	position:absolute;
	right:0;
	z-index:99;
	text-align:left;
	background-color:#f3f3f3;
	border:solid 1px #ccc;
}
ul#user-menus li.drop ul li a{
	min-width:100px;
	display:block;
	color:#333;
	background:none;
	border-bottom:solid 1px #ccc;
	padding:2px 10px;
}
ul#user-menus li.drop ul li:last-child a{
	border-bottom:none;
}
ul#user-menus li.drop ul li a:hover{
	display:block;
	background:none;
	color:#fff;
	background-color:#596980;
	padding:2px 10px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;

}
ul#user-menus li.active ul{
	position:absolute;
	list-style:none;
	display:block;
	-moz-box-shadow: 0 5px 5px #444;
	-webkit-box-shadow: 0 5px 5px #444;
	box-shadow: 0 5px 5px #444;
}
/* Program Definition Styles */
div#sortable{
	width:100%;
	margin:10px auto;
}
div#sortable .sortme{
	padding:5px 10px;
	background-color:#fff;
	border:solid 1px #ccc;
	margin:5px 0;
}
div#sortable .sortme span.handle{
	float:right;
	cursor:pointer;
	font-weight:bold;
	color:#0080ff;
	padding:0 10px;
}
.prg-outline{
	background-color:#f3f3f3;		
}

div.prgSection{
	border:solid 1px #f3f3f3;
	margin:10px 0;
}
div.prgSection .sectionHead{
	padding:5px;
}
div.prgSection .sectionBody{
	padding:5px;
}
div.prgSection .sectionBody .left{
	float:left;
	width:45%;
	margin-right:3%;
}
div.prgSection .sectionBody .right{
	float:left;
	width:45%;
}
div.prgSection .sectionFoot{
	clear:both;
}
.hide{
	display:none;
}
.show{
	display:block;
}
.editable{
	padding:5px;
	border:dashed 2px #f3f3f3;
	margin:5px 0;
}
.editable span{
	font-size:12px;
	color:#999;
}
.editable .edit{
	color:#999;
	float:right;
}
/* End Program Definition Styles */
#orientationDialogWrapper {
	width: 100%;
	top: 200px;
	left: 0;
	position: fixed;
	z-index: 999;
}
#orientationDialog {
	width: 350px;
	height: 200px;
	margin: 0 auto 0 auto;
	background: #e6e6e6;
	box-shadow: 3px 3px 3px #464646;
	border-radius: 3px;
	text-align: center;
	padding: 10px;
	border: solid thin #464646;
}
#orientationDialog select {
	padding: 5px;
	font-size: 1.3em;
	margin: 10px;
}
#orientationDialog input[type="button"] {
	padding: 5px 15px;
	font-size: 1.3em;
	margin: 10px;
}
a .removeContact:hover, a .editContact:hover {
	color: #000;
}
#newsTable.table tr.editableRow:hover,  #dirTable.table tr.editableRow:hover{
	background: #0F2439;
	color: #fff;
	cursor: pointer;
}
#newsToLocation tr td:first-child {
	border: dotted thin #464646;
	border-left: none; 
	border-top: none;
	cursor: auto;
}
#newsToLocation tr td.newsToLocation, #newsToLocation tr #allLocationsToggle {
	border: dotted thin #464646;
	border-right: none;
	border-top: none;
}
#newsToLocation tr td:last-child {
	border-bottom: dotted thin #464646;
	cursor: auto;
}
#newsToLocation tr td{
	cursor: pointer;
	padding: 5px 0;
}
div.mediaBox {
	float: left;
	min-width: 280px;
	width: 25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px; height: 250px;
	text-align: center;
}
div.mediaBox .mediaBoxInner {
	background: #fff;
	height: 220px;
	width: 100%;
	padding: 10px;
}
.mediaBoxInner div {
	height: 125px;
}
.mediaBoxShadow{
	box-shadow: 0 0 15px #464646;
}
.mceContentBody{
	overflow-y: scroll;
}
.smallIcon {
	padding: 10px;
	border: solid thin #e6e6e6;
	margin: 10px;
	display: inline-block;
	font-size: .75em;
	text-align: center;
	cursor: pointer;
	width: 75px;
	background: #fff;
	word-wrap: break-word;
}
.smallIcon:hover {
	box-shadow: 0 0 15px #464646;
	z-index: 999;
}
.smallIcon .editButtons {
	display: none;
}
.editIcon {
	width: 250px;
	box-shadow: 0 0 15px #464646;
	cursor: auto;
	position: relative;
	margin-right: -165px;
	margin-bottom: -150px;
	left: -87px;
	vertical-align: top;
	z-index: 999;
}
.smallIcon img {
	max-width: 75px;
	max-height: 150px;
}
.editIcon img {
	max-width: 125px;
}
.editIcon .editButtons {
	display: inline-block;
	text-align: center;
}
#searchResults {
	background: #fff;
	padding: 5px;
	width: 100%;
}
#searchResults .google-result h4 {
	color: #1122CC;
	font-weight: bold;
	margin: 0px;
}
#searchResults .facebook-result .facebook-image {
	width: 125px;
	height: 125px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
#searchResults .facebook-result, #searchResults .google-result {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
#searchResults .facebook-result .facebook-image img{
	width: 150px;	
}
#searchResults .facebook-result h4 {
	color: #000;
	font-weight: bold;
	margin: 0px;
	font-size: 1em;
}
#main .block .content #searchResults .facebook-result p.link {
	color: #c6c6c6;
	margin: 0px;
	font-size: .9em;
}
#main .block .content #searchResults .facebook-result p.description {
	color: #000;
	margin: 0px;
	font-size: .9em;
}
#main .block .content #searchResults .google-result p.link {
	color: #009933;
	margin: 0px;
}
#main .block .content #searchResults .google-result p.description {
	color: #000;
	margin: 0px;
}
.searchtype {
	color: #c6c6c6;
	font-size: .95em;
	margin-top: 20px;
	display: inline-block;
}
.searchtype:first-child {
	margin-top: 0px;
}
.primaryContact {
	float: right;
}
.one,.two,.three,.four,.five,.size,.seven,.eight,.nine,.ten,.eleven,.twelve {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}
.nestedSort li div.handle, .newLink li div.handle{
	padding: 5px 15px;
	display: block;
	margin: 10px;
	margin-bottom: 0px;
	width: 75%;
	background: -moz-linear-gradient(top, #98b0d1 0%, #2a70d3 7%, #0f2439 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b0d1), color-stop(7%,#2a70d3), color-stop(100%,#0f2439)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* IE10+ */
	background: linear-gradient(to bottom, #98b0d1 0%,#2a70d3 7%,#0f2439 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b0d1', endColorstr='#0f2439',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	font-size: 1.5em;
	color: #fff;
	cursor: move;
	border: solid thin #464646;
}
.nestedSort li {
	margin-bottom: 20px;
}
.nestedSort li ul li{
	margin-bottom: 10px;
}
.nestedSort li ul li div.handle{
	padding: 5px 15px;
	display: block;
	margin: 10px 10px 0px 50px;
}
.nestedSort, .nestedSort li ul,.nestedSort li, .nestedSort li ul li, .newLink, .newLink li {
	list-style-type: none;
	display: block;
}
.nestedSort .dropspot {
	border: dotted thin #464646;
	padding: 15px;
	display: block;
	margin: 10px;
	width: 75%;
}
.nestedSort li ul .dropspot{
	margin-left: 50px;
}
.nestedSort li ul li ul .dropspot{
	background-color: #D0514C;
	margin-left: 100px;
}
.openMenu, .openedMenu {
	float: right;
	cursor: pointer;
}
.menuEditor {
	display: block;
	width: 75%;
	margin-left: 10px;
	padding: 0px 15px;
	overflow: hidden;
	height: 0px;
	transition: height .5s;
	-moz-transition: height .5s; /* Firefox 4 */
	-webkit-transition: height .5s; /* Safari and Chrome */
	-o-transition: height .5s; /* Opera */
	background: #fff; /* Old browsers */
	border-radius: 0 0 5px 5px;
}
.nestedSort li ul li .menuEditor {
	margin-left: 50px;
}
.menuEditor label {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.menuEditor label input {
	width: 100%;
}
.removeLink {
	color: #cc0000;
	padding: 3px 10px;
	border-radius: 3px;
}
.saveLink {
	margin-right: 20px;
	padding: 3px 10px;
	border-radius: 3px;
}
.saveLink:hover {
	cursor: pointer;
	background-color: #0f2439;
	color: #fff;
}
.removeLink:hover {
	cursor: pointer;
	background-color: #cc0000;
	color: #fff;
}
.linkOption {
	display: none;
}
#loginForm, #browserMessage  {
	width: 500px;
	margin: 100px auto 20px auto;
	height: 220px;
	background: #0f2439;
	padding: 30px 15px;
	box-shadow: 0 0 10px #464646;
}
#browserLinks {
	width: 500px;
	margin: 0 auto 20px auto;
	text-align: center;
}
#browserLinks a {
	display: inline-block;
	width: 100px;
	text-align: center;
	color: #003366;
}
#loginForm label {
	width: 200px;
	display: inline-block;
	color: #fff;
}
#loginForm label input {
	font-size: 1.5em;
	padding: 10px 5px;
	border: solid 5px #596980;
	border-radius: 5px;
	width: 100%;
	box-shadow: inset 0 0 5px #464646;
}
#loginForm img {
	margin: 0 auto 20px auto;
	display: block;
}
#loginForm input[type="submit"]{
	font-size: 1.35em;
	margin: 5px;
	float: right;
}
a.button.tableButton {
	float: none;
	display: inline-block;
}
a.button.approveButton:hover {
	background-color: #8FAA73;
}
a.button.followUpButton:hover {
	background-color: #ced04c;
}
a.button.inProgressButton:hover {
	background-color: #4f69ca;
}
a.button.rejectButton:hover,a.button.ignoreButton:hover {
	background-color: #D0514C;
}
#jumpNav ul {
	margin: 0 auto;
	text-align: center;
}
#jumpNav ul li {
	list-style: none;
	display: inline-block;
	padding: 10px;
}
#jumpNav ul li a {
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
#description {
	background: #596980;
	position: absolute;
	width: 100%;
	padding: 10px 0;
	box-shadow: 0 3px 3px #000;
	display: none;
}
table.table tr th.hasDescription:hover {
	cursor: pointer;
	background: #596980;
}
table.table tr.actionRequired td {
	background: #f1e767; /* Old browsers */
	background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1e767 0%,#feb645 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
}
.progressBar {
	width: 30%;
	background: black;
	padding: 1px;
	height: 5px;
	margin: 3px auto 0 auto;
	border-radius: 9px;
}
.progressBar div {
	background: #0080ff;
	width: 50%;
	height: 5px;
	border-radius: 5px;
	transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	-webkit-transition: width 1s;
}
