body {
	font-family: Arial;
}

.clickable-link {
	text-decoration: underline;
	color: #0092FF;
}

.place-center { margin:0 auto; }

.block { display: block !important; }

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
}

.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }

.big { font-size: 1.25em !important; }
.bigger { font-size: 1.5em !important; }
.biggest { font-size: 1.75em !important; }

.small { font-size: .85em !important; }
.smaller { font-size: .75em !important; }
.smallest { font-size: .65em !important; }

.no-weight { font-weight: normal !important; }
.bold { font-weight: bold !important; }

.border { border: 1px solid; }
.border-top { border-top: 1px solid; }
.border-right { border-right: 1px solid; }
.border-bottom { border-bottom: 1px solid; }
.border-left { border-left: 1px solid;}

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
	border-color: rgba(0, 0, 0, 0.1);
}

.light { color: #a5a5a5; }

.w5 { width: 5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }

.m5 { margin: 5px; }
.m5t { margin-top: 5px; }
.m5r { margin-right: 5px; }
.m5b { margin-bottom: 5px; }
.m5l { margin-left: 5px; }

.m10 { margin: 10px; }
.m10t { margin-top: 10px; }
.m10r { margin-right: 10px; }
.m10b { margin-bottom: 10px; }
.m10l { margin-left: 10px; }

.m15 { margin: 15px; }
.m15t { margin-top: 15px; }
.m15r { margin-right: 15px; }
.m15b { margin-bottom: 15px; }
.m15l { margin-left: 15px; }

.m20 { margin: 20px; }
.m20t { margin-top: 20px; }
.m20r { margin-right: 20px; }
.m20b { margin-bottom: 20px; }
.m20l { margin-left: 20px; }

.m25 { margin: 25px; }
.m25t { margin-top: 25px; }
.m25r { margin-right: 25px; }
.m25b { margin-bottom: 25px; }
.m25l { margin-left: 25px; }

.m30 { margin: 30px; }
.m30t { margin-top: 30px; }
.m30r { margin-right: 30px; }
.m30b { margin-bottom: 30px; }
.m30l { margin-left: 30px; }

.p5 { padding: 5px; }
.p5t { padding-top: 5px; }
.p5r { padding-right: 5px; }
.p5b { padding-bottom: 5px; }
.p5l { padding-left: 5px; }

.p10 { padding: 10px; }
.p10t { padding-top: 10px; }
.p10r { padding-right: 10px; }
.p10b { padding-bottom: 10px; }
.p10l { padding-left: 10px; }

.p15 { padding: 15px; }
.p15t { padding-top: 15px; }
.p15r { padding-right: 15px; }
.p15b { padding-bottom: 15px; }
.p15l { padding-left: 15px; }

.p20 { padding: 20px; }
.p20t { padding-top: 20px; }
.p20r { padding-right: 20px; }
.p20b { padding-bottom: 20px; }
.p20l { padding-left: 20px; }

.p25 { padding: 25px; }
.p25t { padding-top: 25px; }
.p25r { padding-right: 25px; }
.p25b { padding-bottom: 25px; }
.p25l { padding-left: 25px; }

.p30 { padding: 30px; }
.p30t { padding-top: 30px; }
.p30r { padding-right: 30px; }
.p30b { padding-bottom: 30px; }
.p30l { padding-left: 30px; }

.hide { display: none !important; }

#app-menu {
	background: #333; 
}

.ui-header { 
	background: #E57B00 !important;	
	text-shadow: 0 0 0 !important;
	color: white !important;
	font-weight: normal !important;
}

	.ui-header .ui-title, .ui-footer .ui-title {
		font-weight: normal !important;
	}

	.ui-header.app-menu-header {
		background: #444 !important;
		color: white !important;
		border: 0 !important;
		font-size: 0.85em !important;
		line-height: 1.6em;
	}

	li.app-menu-header-item {
		padding: 0 !important;
	}

i.custom-icon, i.custom-icon.task {
	width: 32px;
	height: 32px;
	margin: 4px;
	background-image: url(../images/menu-iconography-flat-white.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
}

/* Font Awesome ----------------------*/
.fa { font-size: 1.5em; float: left; margin: 0 .25em 1em 0; color: #E57B00; }
.fa-chevron-left { float: left; }
.fa-chevron-right { float: right; }
.fa-chevron-left, .fa-chevron-right { color: #ffffff; margin: 0; font-size: 1em; }

/* End Font Awesome ---------------------- */
/* New Styles 08/22/2014 ----------------- */
.ui-content { padding: 0.75em; }
.ui-header .ui-btn-left.ui-btn-close { left: 4em; }
.references-display { display: inline-block; min-height: 5em; border: 1px solid #C3C3C3; }
.references-display .reference-lable-wrapper .ref-lable { float: left; padding: 0.313em; background-color: #E9E9E9; border-right: 1px solid #C3C3C3; border-bottom: 1px solid #C3C3C3; width: 5.438em; }
.references-display .reference-lable-wrapper div:last-child { border-right: none; }
.references-display .reference-items { display: block; float: left;  }
.references-display .reference-items div { float: left; border-right: 1px solid #C3C3C3; }
.references-display .reference-items div:last-child { border-right: none; }
.reference-container .main-title { padding-bottom: 0.625em; text-align: center; }
.reference-container .ui-grid-a { margin: 0.5em auto; }
.reference-container .ui-grid-a > .ui-block-a { width: 65%; }
.reference-container .ui-grid-a > .ui-block-b { width: 35%; }
.ui-btn-left.btn-relative { position: relative; background-color: #F6F6F6; border-color: #DDD; border-radius: 0.5em; box-shadow: 0px 0px 1px #666; display: inline-block; vertical-align: middle; text-decoration: none; padding: 0.5em 1em; margin: 0.25em 0; }
/* Branding ------------------------------
.ui-header { background: #ffffff!important; }
.branding { display: block; padding:  }
.head-wrapper { background: #E57B00; }
.branding .logo { width: 306px; height: 56px; margin: 0 auto; background: url(../images/pptb_logo.gif) top center no-repeat; }
.ui-btn-icon-notext.ui-btn-left { top: 3.9em; }
End Branding ----------------------------- */
/* Custom Media Queries --------- */
@media (max-width:26.25em){ 
.w25.push-lft.cf, .w25.push-rgt.cf { width: 20%; } 
.w25.push-lft.cf { margin: 0 0.313em 0 0; } 
.w25.push-rgt.cf { margin: 0 0 0 0.313em; } 
.ui-header .ui-title, .ui-footer .ui-title { margin: 0 28%; } 
.reference-container { margin-left: 1em; }
/*.reference-container .ui-grid-a .ui-block-b .ui-btn-left.btn-relative { float: right; }*/
}

@media (max-width:30em){ 
.reference-container .ui-grid-a .ui-block-b .ui-btn-left.btn-relative { float: right; margin-right: 0.5em; }
}
@media screen and (min-width:30em) and (max-width:59.9999em) {
	.reference-container .ui-grid-a > .ui-block-a { width: 70%; }
.reference-container .ui-grid-a > .ui-block-b { width: 30%; }
}

a.clean-link {
	font-weight: 300;
	font-size: 0.8em;
	color: #0092ff !important;
	font-family: Arial;
	display: block;
}

i.custom-icon.task {
	width: 16px;
	height: 16px;
	background-image: url(../images/task-iconography.png);
}

.appointment-relation, .task-relation { 
	position: absolute;
	z-index: 10;
	right: 3em;
	top: 1.3em;
}
/*PPOL-329 Case 90252760 Bug ENH- Mobile Task name wrapping*/
.appointment-relation, .task-relation1 {
	position: absolute;
	z-index: 10;
	right: 2em;
	top: 1.3em;
}

.task-text {
    /*PPOL-329 Case 90252760 Bug ENH- Mobile Task name wrapping*/
    /*max-width: 60%;*/
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}
/*PPOL-329 Case 90252760 Bug ENH- Mobile Task name wrapping*/
/*.task-relation {*/
.task-relation, .task-relation1 {
	top: 0.7em;
}

	i.custom-icon.icon-calendar {
		background-position: -32px -32px;
	}
	i.custom-icon.icon-calendar-today {
		background-position: -96px 0;
	}
	i.custom-icon.icon-task {
		background-position: -32px 0;
	}
	i.custom-icon.icon-contact {
		background-position: 0 -64px;
	}
	i.custom-icon.icon-organization {
		background-position: -64px -32px;
	}
	i.custom-icon.icon-lead {
		background-position: -64px 0;
	}
	i.custom-icon.icon-project {
		background-position: 0 -32px;
	}
	i.custom-icon.icon-planning {
		background-position: -64px -64px;
	}
	i.custom-icon.icon-note {
		background-position: -32px -64px;
	}
	i.custom-icon.icon-opportunity {
		background-position: -32px 0;
	}
	
	i.custom-icon.icon-calendar.dark {
		background-position: -32px -128px;
	}
	i.custom-icon.icon-calendar-today.dark {
		background-position: -96px -96px;
	}
	i.custom-icon.icon-task.dark {
		background-position: -32px -96px;
	}
	i.custom-icon.icon-contact.dark {
		background-position: 0 -160px;
	}
	i.custom-icon.icon-organization.dark {
		background-position: -64px -128px;
	}
	i.custom-icon.icon-lead.dark {
		background-position: -64px -96px;
	}
	i.custom-icon.icon-project.dark {
		background-position: 0 -128px;
	}
	i.custom-icon.icon-planning.dark {
		background-position: -64px -160px;
	}
	i.custom-icon.icon-note.dark {
		background-position: -32px -160px;
	}
	i.custom-icon.icon-opportunity.dark {
		background-position: -32px -96px;
	}
	
	i.custom-icon.icon-normal { background-position: 0 -80px; }

	i.custom-icon.icon-completed { background-position: 0 0; }

	i.custom-icon.icon-forward { background-position: 0 -16px; }

	i.custom-icon.icon-delete { background-position: 0 -64px; }

	i.custom-icon.icon-delegate { background-position: 0 -32px; }

	i.custom-icon.icon-inprogress { background-position: 0 -48px; }
	
	i.custom-icon.small { width: 16px; height: 16px; }
	i.custom-icon.icon-contact.small.dark {
		background-position: -128px -96px;
	}
	i.custom-icon.icon-organization.small.dark {
		background-position: -144px -96px;
	}
	
	/*i.icon-chevron-l, i.icon-chevron-r {
		width: 7px;
		height: 14px;
		display: block;
	}
		i.icon-chevron-l { background: url(../images/icons-custom/icon-chevron-l.png) center no-repeat; }
		i.icon-chevron-r { background: url(../images/icons-custom/icon-chevron-r.png) center no-repeat; }*/
	
	i.icon-plus-circle {
		position: relative;
		top: -2px;
		margin-right: 5px;
	}
	i.icon-minus-circle {
		top: 7px;
		position: relative;
	}
		i.icon-minus-circle.top { top: 0; }
	i.icon-plus-circle { width: 24px; height: 24px; background: url(../images/icon-custom/icon-plus-circle.png) center no-repeat; display: block; }
	i.icon-minus-circle { width: 24px; height: 24px; background: url(../images/icon-custom/icon-minus-circle.png) center no-repeat; display: block; }
	
	i.icon16 { width: 16px; height: 16px; display: block; }
		i.icon16.pen { background: url(../images/icon-custom/icon-16-pen.png) center no-repeat; }
		i.icon16.calendar { background: url(../images/icon-custom/icon-16-calendar.png) center no-repeat; }
		i.icon16.phone { background: url(../images/icon-custom/icon-16-phone.png) center no-repeat; }
		i.icon16.task { background: url(../images/icon-custom/icon-16-task.png) center no-repeat; }
	
	i.icon24 { width: 24px; height: 24px; display: block; }
		i.icon24.mail { background: url(../images/icon-custom/icon-24-mail.png) center no-repeat; }
		i.icon24.chat { background: url(../images/icon-custom/icon-24-chat.png) center no-repeat; }
		i.icon24.convert { background: url(../images/icon-custom/icon-24-convert.png) center no-repeat; }
		i.icon24.phone { background: url(../images/icon-custom/icon-24-phone.png) center no-repeat; }
		i.icon24.map { background: url(../images/icon-custom/icon-24-map.png) center no-repeat; }
		i.icon24.pen { background: url(../images/icon-custom/icon-24-pen.png) center no-repeat; }
		i.icon24.attendees { background: url(../images/icon-custom/icon-24-attendees.png) center no-repeat; }
		i.icon24.calendar { background: url(../images/icon-custom/icon-24-calendar.png) center no-repeat; }
		i.icon24.task { background: url(../images/icon-custom/icon-24-task.png) center no-repeat; }
		
	i.icon32 { width: 32px; height: 32px; display: block; }
		i.icon32.mail { background: url(../images/icon-custom/icon-32-mail.png) center no-repeat; }
		i.icon32.chat { background: url(../images/icon-custom/icon-32-chat.png) center no-repeat; }
		i.icon32.phone { background: url(../images/icon-custom/icon-32-phone.png) center no-repeat; }
		i.icon32.map { background: url(../images/icon-custom/icon-32-map.png) center no-repeat; }
	
.ui-btn {
	padding: 0.5em 1em;
}

	#settings.ui-btn { overflow: visible !important; }
	#alert-bubble {
		background: none repeat scroll 0 0 #ff0000;
		border-radius: 50%;
		box-shadow: 2px 2px 3px 0 #444;
		color: white;
		display: block;
		font-size: 0.75em;
		font-weight: bold;
		height: 24px;
		left: -18px;
		line-height: 23px;
		position: absolute;
		text-align: center;
		text-indent: 0;
		text-shadow: 0 0 0;
		top: -5px;
		width: 24px;
		z-index: 100;
	}

	#alert-bubble.settings {
		left: auto;
		right: 9px;
		top: 20px;
		box-shadow: 0 0 0;
	}
	.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
		font-weight: 500 !important;
	}

	.ui-footer .ui-btn-icon-top {
		padding: 2.5em 0.3125em 0.7em 0.3125em;
	}
	
	.calendar-header a {
		margin: 0 !important;
		padding-top: 3px;
		display: block;
	}
	
.ui-btn.btn-slim {
	margin: 0.25em 0;
}

.ui-btn-icon-left.btn-noshadow:after, .ui-btn-icon-right.btn-noshadow:after, .ui-btn-icon-top.btn-noshadow:after, .ui-btn-icon-bottom.btn-noshadow:after, .ui-btn-icon-notext.btn-noshadow:after {
	background: none !important;
}

	.ui-input-text {
		margin: 0.25em 0;
	}

select.task-status {
	margin:0 !important;
	padding: 0 !important;
	height: 16px !important;
}
	.app-task .ui-select .ui-btn { padding: 0 !important;}
	span.task-priority { padding: 0.3em !important;
        width:18px;}

.ui-body-b, .ui-page-theme-b .ui-body-inherit, html .ui-bar-b .ui-body-inherit, html .ui-body-b .ui-body-inherit, html body .ui-group-theme-b .ui-body-inherit, html .ui-panel-page-container-b {
	background: #fff;
	color: #333;
	text-shadow: 0 0 0;
}

.ui-content > h2 {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-bottom: 1px solid #DDDDDD;
    font-size: 1.2em;
    margin: 0 0 0.7375em;
    padding-bottom: 0.2em;
}

	.ui-content > h2 > .ui-btn-icon-right {
		padding-right:0;
	}

/* Custom CSS */
#mainNav .ui-btn > .ui-btn {
	padding: 0 !important;
	margin:0 !important;
	box-shadow:none;
	border-radius: 0 !important;
	border:0 !important;
	background: transparent !important;
}

.orange-c { color: #FB8404 !important; }
.orange-bg { background-color: #FB8404 !important; }
.meta { opacity: 0.7; font-size: 0.75em !important; }
.meta.big { font-size: 1.15em !important; }
.meta.bigger { font-size: 1.3em !important; }
.meta.biggest { font-size: 1.45em !important; }

.tight {
	margin:0 !important;
	padding: 0 !important;
}

.app-list h2 {
	margin: 0 !important;
}

.appt-meta {
	font-size: 0.85em !important;
	color: #aaa;
	font-weight: normal !important;
	margin:0 !important;
}
	.appt-meta.small { font-size: 0.85em !important; }

.push-lft { float: left; }
.push-rgt { float: right; }

.width10 { width: 10%; }
.width20 { width: 20%; }
.width30 { width: 30%; }
.width40 { width: 40%; }
.width50 { width: 50%; }
.width60 { width: 60%; }
.width70 { width: 70%; }
.width80 { width: 80%; }
.width90 { width: 90%; }
.width100 { width: 100%; }

h1.chunk {
    color: #d9d9d9 !important;
    font-size: 29pt;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}

#no-alerts img {
	margin-top: 0.5em;
}

.ui-controlgroup, fieldset.ui-controlgroup {
	margin: 0 !important;
}

.input-tag {
    color: #0092ff;
    font-family: arial;
    font-size: 1.1em;
}

	.input-tag.fieldset {
		margin-right: 1em;
		font-size: 0.75em;
		padding-top: 0.25em;
	}
	
	.input-tag.fieldset.slim {
		margin-right: 0;
		padding-top:0;
	}
	
		.input-tag.fieldset.slim i {
			position: relative;
			top: 4px;
		}

.swipe-to-delete {
	position: relative;
	overflow: hidden;
}

.swipe-delete {
    background: none repeat scroll 0 0 #FF3A31;
    color: #FFFFFF;
    display: block;
    padding: 1.75em 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 6em;
    z-index: 100;
    display: none;
    font-weight: 300 !important;
    text-shadow: 0 0 0 !important;
    opacity: 0.85;
}
	.swipe-delete.short { padding: 1.1em 0; }

.required-label:after {
	content: " *";
}

	input.required.missing:focus, select.required.missing:focus {
		border: 1px solid #ff0000;
	}

.ui-listview > li h1, .ui-listview > li h2, .ui-listview > li h3, .ui-listview > li h4, .ui-listview > li h5, .ui-listview > li h6 {
	margin: 0.25em 0;
}

.ui-listview > li p {
	margin: 0.3em 0
}

.ui-listview .ui-li-aside.task-list-aside {
	position: relative !important;
	right:auto !important;
	text-align: left !important;
	height: auto !important;
	top: auto !important;
}

a.link-white {
	color: white !important;
	text-decoration: none !important;
	padding: 2px 5px 0 0;
}

a.related-link {
	line-height: 33px;
}

.ui-checkbox input, .ui-radio input {
    position: relative !important;
    top: auto !important;
}

hr {
	border: 0;
	height: 1px !important;
	background: #cbcbcb; 
}

.app-pop {
	position: fixed;
	z-index: 9999;
	background: white;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	width: 80%;
	left: 10%;
	top: 10%;
	display: none;
}

	.app-pop {
		padding: 1em;
		font-size: 1em;
		font-weight: 700;
		box-shadow: 0 0 10px #888;
	}

		.app-pop > .pop-content a {
			text-decoration: none;
		}

		.app-pop > .pop-content .info {
			margin: 0 0 0.4em;
			padding: 0 0 0.4em;
			border-bottom: 1px solid rgba(0,0,0,0.08);
		}

			.app-pop > .pop-content > .info:last-child {
				border-bottom: 0;
			}

		.app-pop > .pop-content .related-tag {
			font-size: 0.7em;
			color: #888;
			font-weight: 300;
		}
	
	.app-pop >.close {
		font-size: 11pt;
		font-weight: bold;
		color: #ccc;
		position: absolute;
		right: 10px;
		top: 5px;
		cursor: pointer;
	}

.whitewash {
	width: 2000px;
	height: 2000px;
	background: rgba(255, 255, 255, 0.75);
	position: fixed;
	top:0;
	left:0;
	z-index: 9990;
}

#calendar .ui-header .ui-input-text {
	background: transparent;
	border: 0;
	box-shadow: 0 0 0;
	border-radius: 0;
	margin:0;
	color: white;
	font-weight: bold;
	padding: 0.18em 0;
}

	#calendar .ui-header .ui-input-text > input {
		text-align: center;
	}

#sorter .ui-li.ui-li-static.ui-btn-up-c {
    height: 3.8%;
    padding: 0;
    font-size: 8px;
    padding-left: 5px;
    line-height: 1.8em;
}
#sorter{
    position: fixed;
    top: 60px;
    right: 0;
    width: 20px;
    z-index: 1;
}
#sorter ul{
    height: 100%;
}
#sortedList{
    padding-right: 35px;
}

	#sorter .ui-listview > .ui-li-static {
		padding: 0.5em 1em;
		border:0 !important;
		font-size: 9pt;
	}

.calendar-appt {
	position: absolute; 
	top: 88px; 
	width: 60%; 
	display: block; 
	background: #ffffca; 
	border-radius: 3px; 
	height: 176px; 
	z-index: 1000; 
	left: 4em;
	border: 1px solid #ccc;
}
	
	.calendar-appt a {
		display: block;
		height: 100%;
		text-decoration: none;
	}

	.calendar-appt .appt-title {
		font-family: arial;
		color: black;
		font-size: 0.75em;
	}
	
.ui-page-theme-a .ui-btn:focus, html .ui-bar-a .ui-btn:focus, html .ui-body-a .ui-btn:focus, html body .ui-group-theme-a .ui-btn:focus, html head + body .ui-btn.ui-btn-a:focus, .ui-page-theme-a .ui-focus, html .ui-bar-a .ui-focus, html .ui-body-a .ui-focus, html body .ui-group-theme-a .ui-focus, html head + body .ui-btn-a.ui-focus, html head + body .ui-body-a.ui-focus {
	box-shadow: 0 0 5px #666 !important;
}
.ui-filterable { width: 93%; margin-bottom: 1.5em; }
	.ui-filterable .ui-btn { padding: 0 !important; }

#calendar .ui-filterable { width: 100%; }

.ui-checkbox input[type="checkbox"] {
	display: none;
}

	.ui-checkbox .ui-btn, .ui-checkbox label.ui-btn {
		font-weight: 500 !important;
		padding-left: 3em;
	}

.ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a {
	text-shadow: 0 0 0;
}
.ui-btn-corner-all, .ui-btn.ui-corner-all, .ui-slider-track.ui-corner-all, .ui-flipswitch.ui-corner-all, .ui-li-count {
	border-radius: 0 0 0 0;
}
	.ui-shadow-inset { box-shadow: 0 0 0; }
	.ui-corner-all { border-radius: 0 0 0 0; }
	.ui-shadow { box-shadow: 0 0 0; }

/* Clearfix

 *------------------------------------------------------------------------------------- */
.cf:before, .cf:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.cf { zoom: 1; }
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.pagination{
padding: 2px;
text-align:right;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /Set to “right” to right align pagination interface/
font-size: 16px;
}

.pagination span{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 5px 10px ;
border: 1px solid #b1b1b1;
text-decoration: none;
background: #ccc;
color: #1a1919;
text-shadow: rgba( 0, 0, 0, 0.6 ) 0 -1px 0;
border-radius:3px;
moz-border-radius:3px;
webkit-border-radius:3px;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #eb8b1a;
color: #fff;
background-color: #eb8b1a;
}

.pagination a.currentpage{
background-color: #1a1919;
color: #fff !important;
border-color: #1a1919;
font-weight: bold;
cursor: default;
border-radius:3px;
moz-border-radius:3px;
webkit-border-radius:3px;

}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

div.form .name {
    width: 55% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    color: #000;
    font-weight: bold;
    font-size: 17px;
}

div.form {
    position: relative;
	left:0;
    list-style-type: none;
    display: block;
	margin: 2px 0;
    height:45px;
    max-height:80px;
    overflow: hidden;
    border-top: 1px solid #d1d1d1;
	padding: 8px 2px;
	z-index:1000 !important;
    width: auto
}