
/* =fonts================================ */

body {
    background: white;
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0 0 16px 0;
    padding: 0;
    color: #333333;
}

h1, .text-xxxl, input.text-xxxl {
    font-size: 28px;
    line-height: 32px;
}
h2, .text-xxl, input.text-xxl, p.input-xxl input,
button.text-xxl {
    font-size: 20px;
    line-height: 24px;
}
p.input-xxl input, p.input-xl input {
	font-weight: bold;
}
h3, .text-xl, input.text-xl, p.input-xl input,
button.text-xl {
    font-size: 16px;
    line-height: 20px;
	margin-bottom: 8px;
}
h4, .text-l, input.text-l {
    font-size: 14px;
    line-height: 16px;
	margin-bottom: 4px;
}
body, h5, .text-m, input.text-m {
    font-size: 12px;
    line-height: 16px;
	margin-bottom: 2px;
}
.text-s, input.text-s {
    font-size: 11px;
    line-height: 12px;
}
.text-xs, input.text-xs {
    font-size: 10px;
    line-height: 12px;
}

a {
	color: #A04035;
	outline: none;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

a.call-action {
	background: #E2E2E2;
	border: 1px solid #CCC;
	border-radius: 4px;
	color: #A04035;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	white-space: nowrap;
	/*text-transform: uppercase;*/
}

a.call-action:active {
    background: #EEE;
    text-decoration: none;
}

a.call-action.strong {
    background: #A04035;
	border: 1px solid #A04035;
	color: white !important;
}

a.call-action.strong:active {
    background: #7F322D;
    border: 1px solid #7F322D;
}

a.call-action.group {
	border: 1px solid #064622;
	background: #09602D;
	color: white !important;
}

a.call-action.group:active {
    background: #09602D;
}

a.cancel {
	color: #999;
	text-decoration: underline;
}

a.cancel:hover {
	color: #333;
}

a.bold {
    font-weight: bold;
}

a.color  {
    color: #A04035;
}

a.color:hover  {
    color: #A04035;
    text-decoration: underline;
}

a.group-color  {
    color: #09602D;
}

a.light {
    color: #999;
}

a.light:hover {
    color: #333333;
}

a.no-deco {
    text-decoration: none !important;
}

a.add-link {
	background: url(../images/icons/plus_grey.png) center left no-repeat;
	padding-left: 12px;
}

a.add-link.color,
a.color.add-link {
	background: url(../images/icons/plus_pink.png) center left no-repeat;
	padding-left: 12px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
	text-decoration: none;
}

span.ok {
	background: url(../images/ok.png) center left no-repeat;
	padding-left: 20px;
}
span.error {
	background: url(../images/error.png) center left no-repeat;
	padding-left: 20px;
}

.obliques {
	background: url(../images/bg_oblique_lines.png) top left no-repeat;
	padding-top: 11px;
}

.dots-line {
	background: url(../images/bg_dots_line.gif) left bottom no-repeat;
	margin-bottom: 8px;
	padding-bottom: 2px;
}


/* =classes================================ */

.serif {
	font-family: Georgia, serif;
}
.sans-serif {
    font-family: Helvetica, Arial, sans-serif;
}
.title-font {
	font-family: Helvetica, Arial, sans-serif;
}
.bold {
    font-weight: bold;
}
.no-bold {
    font-weight: normal;
}
.italic {
    font-style: italic;
}
.color {
    color: #A04035;
}
.color-medium {
    color: #666;
}
.light {
    color: #999;
}
.text-highlight {
	background: #FFF89C;
}
.help-color {
	color: #3B7FCC;
}
.green {
	color: #5A8400;
}
.green-hl {
	color: #00C003;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.quote {
	font-style: italic;
}
.nowrap {
    white-space: nowrap;
}
.helper-text h3 {
	padding: 8px 0 4px 0;
}
.helper-text p,
.helper-text ul {
	padding: 4px;
}
.border-bottom {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.no-border {
    border: none;
}

.creator {
	color: #666;
	font-style: italic;
}

.creator a {
	color: #666;
	font-weight: bold;
}

.creator a.com {
    color: #A04035;
    font-style: normal;
    font-weight: normal;
}

.avatar-img, .group-img {
	float: left;
	display: inline; /* IE */
	margin: 0 8px 4px 0;
}

p.buttons {
	border-top: 1px solid #CCC;
	clear: both;
	margin: 16px 0 0 0;
	padding: 16px 0 4px 0;
}

.error,
.error a {
    color: #C5060B;
    font-weight: bold;
}

.helptip {
	background: url(../images/icons/help.gif) right center no-repeat;
	padding-right: 18px;
}

.close-help {
	position: absolute;
	top: 2px;
	right: 2px;
}

.external-link {
	background: url(../images/icons/external_link.gif) center right no-repeat;
	padding-right: 14px;
}

.favicon {
	padding-right: 4px;
}

.group-font {
	font-family: Georgia, "Times New Roman", serif;
}
.group-color {
	color: #09602D;
}

.public-color {
	color: #009900;
}

.onrequest-color {
	color: #FF6600;
}

.odd {}
.even {
	background: #F6F6F6;
}
.odd-hl {}
.even-hl {
	background: #460531;
}
.odd-hl2 {
	background: #EDEDED;
}
.even-hl2 {
	background: #F6F6F6;
}

.drag {
	background: url(../images/icons/drag.gif) left center no-repeat;
	padding-left: 12px;
}

a.bookmarklet {
	background: url(../images/group_background.png) left center repeat-x;
	border: 1px solid #CCCCCC;
	cursor: move;
	font-weight: bold;
	padding: 2px 4px;
	text-decoration: none;
}

.private {
	background: url(../images/icons/lock.png) left center no-repeat;
	padding-left: 17px;
}

.album {
	background: url(../images/icons/album.png) left center no-repeat;
	padding-left: 20px;
}

.institution {
	background: url(../images/icons/institution.png) left center no-repeat;
	padding-left: 14px;
}
.ie6 .institution {
	background-position: left top;
}

.institution-big {
	background: url(../images/icons/institution_big.png) left center no-repeat;
	padding-left: 20px;
}

.teacher {
    background: url(../images/icons/teacher.png) left center no-repeat;
    padding-left: 14px;
}
.ie6 .teacher {
	background-position: left top;
}

.teacher-big {
	background: url(../images/icons/teacher_big.png) left center no-repeat;
	padding-left: 20px;
}

.border-radius {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.border-radius-left {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

.border-radius-right {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.ajax_indicator {
    background: transparent url("../images/dots-white.gif") 5px center no-repeat;
    padding-right: 22px;
    white-space: nowrap;
}


/* =icons================================ */

span.get-info {
	background: url(../images/info.png) top left no-repeat;
	display: block;
	float: left;
	height: 32px;
	width: 36px;
}

div.loading {
	background: url(../images/loading.gif) center left no-repeat;
	font-weight: bold;
	line-height: 24px;
	margin: 60px auto;
	padding-left: 28px;
	width: 200px;
}

a.ok {
	background: url(../images/ok.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.add {
	background: url(../images/icons/add.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.icon {
	color: #333;
	line-height: 18px;
	padding-left: 18px;
}

a.help-color {
	color: #3B7FCC;
}

.highlight a.add {
	background: url(../images/icons/add_hl.png) center left no-repeat;
	display: block;
	padding-left: 18px;
}

.highlight2 a.add {
	background: url(../images/icons/add_hl2.png) center left no-repeat;
	display: block;
	padding-left: 18px;
}

a.feed {
	background: url(../images/icons/feed.png) center left no-repeat;
	color: #FF901C;
	line-height: 18px;
	padding-left: 18px;
}

a.preferences {
	background: url(../images/icons/preferences.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.edit-text {
	background: url(../images/icons/edit_text.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.delete-item,
a.delete-doc {
	background: url(../images/icons/delete_16x16.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.flag-item {
	background: white url(../images/icons/flag.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.flag-item:hover {
	background: white url(../images/icons/flag.png) center left no-repeat;
}

a.block-member {
	background: url(../images/icons/exclamation.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.promote {
	background: url(../images/icons/promote.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.full-size {
	background: url(../images/icons/full_size.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.edit-pic {
	background: url(../images/icons/edit_pic.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.discuss,
span.discuss {
	background: url(../images/icons/discuss.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
	text-decoration: none;
}

a.switch {
	background: url(../images/icons/switch.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.message {
	background: url(../images/icons/message.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.message-reply {
	background: url(../images/icons/message_reply.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.message-forward {
	background: url(../images/icons/message_forward.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.message-color {
	background: url(../images/icons/message_color.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.invite-to-group {
	background: url(../images/icons/invite_to_group.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.preview {
	background: url(../images/icons/lense.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

.add-contact {
	background: url(../images/icons/add_contact.png) center left no-repeat;
	padding-left: 18px;
}

a.remove-contact {
	background: url(../images/icons/remove_contact.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.write-headline, span.write-headline {
	background: url(../images/icons/write_words.png) center left no-repeat;
	display: block;
	line-height: 18px;
	padding-left: 20px;
}

a.share-posts, span.share-posts {
	background: url(../images/icons/posts.png) center left no-repeat;
	display: block;
	line-height: 18px;
	padding-left: 20px;
}

a.share-feeds, span.share-feeds {
	background: url(../images/icons/subscriptions.png) center left no-repeat;
	display: block;
	line-height: 18px;
	padding-left: 20px;
}

a.share-articles, span.share-articles {
	background: url(../images/icons/posts.png) center left no-repeat;
	display: block;
	line-height: 18px;
	padding-left: 20px;
}

a.create-group {
	background: url(../images/icons/create_group.gif) center left no-repeat;
	display: block;
	line-height: 18px;
	padding-left: 20px;
}

a.upload-picture, span.upload-picture {
	background: url(../images/icons/upload_picture.gif) center left no-repeat;
	display: block;
	line-height: 18px;
	padding-left: 20px;
}

a.send-invite {
	background: url(../images/icons/send_invite.gif) center left no-repeat;
	display: block;
	line-height: 18px;
	padding-left: 20px;
}

a.arrow-nav {
	background: url(../images/arrow_nav.gif) center left no-repeat;
	display: block;
	line-height: 18px;
	padding-left: 14px;
	text-decoration: none;
}

a.refresh {
	background: url(../images/icons/refresh.png) center left no-repeat;
	display: block;
	padding-left: 12px;
}

a.filter {
	background: url(../images/icons/filter.png) center left no-repeat;
	display: block;
	padding-left: 12px;
}

a.user {
	background: url(../images/icons/user.png) center left no-repeat;
	display: block;
	padding-left: 12px;
}

a.mail {
    background: url(../images/icons/mail.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.facebook {
    background: url(../images/icons/facebook.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}

a.twitter {
    background: url(../images/icons/twitter.png) center left no-repeat;
	line-height: 18px;
	padding-left: 18px;
}


/* =p/images/hr/tables================================ */

p {
	margin-bottom: 16px;
}

img.valign-middle {
    vertical-align: middle;
}

img.valign-bottom {
    vertical-align: bottom;
}

img.photo {
    /*border: 2px solid white;*/
    margin: 2px 4px 2px 0;
}

img.photo.selected,
a img.photo:hover {
    border-color: #A04035;
	cursor: pointer;
}

img.photo.left,
img.left.photo {
    margin-right: 8px;
}

hr {
    border: none;
    border-bottom: 1px solid #D9D9D9;
    color: #D9D9D9; /* IE Fix */
    clear: both;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
}

hr.dashed {
    border-bottom: 1px dashed #D9D9D9;
}

hr.dotted {
    border-bottom: 1px dotted #D9D9D9;
}

hr.separator {
    margin: 16px 0;
}

td {
    padding-right: 8px;
}


/* =lists================================ */

ul {
	margin-bottom: 16px;
}

ul ul,
ul.no-margin {
	margin-bottom: 0;
}

ul.list-inline li {
    display: inline;
    padding: 0 4px;
}

ul.list-inline li.first {
    padding-left: 0;
}

ul.list-pipe,
ul.filter {
	overflow: hidden;
	zoom: 1; /* IE */
}

ul.list-pipe li,
ul.filter li {
	float: left;
	padding: 0 4px;
}

ul.list-pipe li:first-child,
ul.list-pipe li.first,
ul.filter li:first-child,
ul.filter li.first {
	padding-left: 0;
}

ul.list-pipe li.last {
	margin-right: 0;
}

ul.list-pipe li a,
ul.filter li a {
	display: block;
}

ul.list-block li a {
	display: block;
}

ul.call-action-list {
	margin-bottom: 24px;
}

ul.call-action-list li {
	margin-bottom: 8px;
}

ul.filter li {
	margin-right: 1px;
	padding: 0;
}

ul.filter a {
	background: #EEE;
	color: #666;
	display: block;
	padding: 2px 6px;
	text-decoration: none;
}

ul.filter a:hover {
    background: #E2E2E2;
	color: #333;
}

ul.filter a.selected {
	background: #A04035;
	color: white;
}

ul.filter li.label {
	display: block;
	padding: 2px 8px 2px 0;
}

ol {
    margin-left: 16px;
}

ul.bullets {
    margin-left: 16px;
}

ul.bullets li {
    list-style-type: disc;
}

select.filter {
    background: #EEE;
    border: 0;
    padding: 2px;
}


/* =cursors================================ */

.cursor-move,
.drag {
    cursor: move;
}

.zoom-in {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}

.zoom-out {
	cursor: zoom-out;
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
}


/* =forms================================ */

input, select, textarea, .textinput {
	background: #FBFBFB;
	border: 1px solid #B2B2B2;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	outline: none;
	padding: 3px 2px;
}

/* IE */
input.checkbox,
input.radio {
	background: none;
	border: 0;
}

input.full-width {
    width: 98%;
}

select, textarea {
    font-size: 12px;
}

textarea {
	padding: 4px;
}

input:focus, select:focus, textarea:focus {
    background: white;
}

input.readonly,
textarea.readonly {
	background: #F6F6F6;
	border: 1px solid #F0F0F0;
}

label {
    font-weight: bold;
}

label.normal {
    font-weight: normal;
}

label .light {
	font-weight: normal;
}

label.cf {
	color: #444;
	font-weight: normal;
	left: 5px;
	position: absolute;
	top: 5px;
	z-index: 2;
}

button,
a.button {
	background: #EEE url(../images/button_backgrounds.png) left top repeat-x;
	border: 1px solid #999;
	border-radius: 5px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 2px 8px;
	width:auto;
	overflow:visible;
	text-decoration: none;
	/*text-transform: uppercase;*/
	text-shadow: 0 1px 1px white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

button a, a button {
	text-decoration: none;
}

button:hover,
a.button:hover {
    background: #B4B4B4 url(../images/button_backgrounds.png) left -40px repeat-x;
    border: 1px solid #666;
    cursor: pointer;
}

button:active,
a.button:active {
    background: #CCC;
    border: 1px solid #999;
}

button.color,
a.button.color {
    background: #A04035 url(../images/button_backgrounds.png) left -80px repeat-x;
    border: 1px solid #732E27;
	color: white;
	text-shadow: 0 -1px 1px #A04035;
}

button.color:hover,
a.button.color:hover {
    background: #732E27 url(../images/button_backgrounds.png) left -120px repeat-x;;
}

button.color:active,
a.button.color:active {
	background: #A04035;
}

button.color-hl {
    background: #FEE35C url(../images/button_backgrounds.png) 0 -160px repeat-x;
	border: 1px solid #E7CF57;
	border-bottom: 1px solid #D9C253;
	color: #994800;
}

button.color-hl:hover {
    background: #ED6BED url(../images/button_backgrounds.png) 0 -200px repeat-x;
}

button.color-hl:active {
	background: #FEE35C;
}

form p,
form table,
form table tr.separator {
    margin-bottom: 16px;
}

form textarea,
textarea {
	outline: none;
    width: 97%;
}

form .form-error {
    color: #C00;
	font-weight: bold;
}

form .form-error input,
input.form-error,
form .form-error select,
select.form-error,
form .form-error textarea,
textarea.form-error {
    border: 1px solid #C00;
    color: #444;
}

/* for RTE */
form .form-error .wym_skin_default {
	border: 1px solid #C00;
}

form legend {
	font-weight: bold;
	color: #666;
}

textarea.textarea-invisible {
	background: none;
	border: 0;
	padding: 0;
}

/* for comments */
textarea.form-error {
    border-color:#C00;
}

.form-warning {
    color: #C00;
}


/* =user feedback========================= */

#user-feedback {
	font-size: 12px;
	margin: 16px auto 0 auto;
	padding-left: 240px;
	width: 704px;
}

#user-feedback div,
.success,
.fail,
.help {
	border-radius: 4px;
	margin: 0;
	padding: 8px 8px 8px 27px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.success,
.fail,
.help {
	margin-bottom: 16px;
}

.success {
	background: #ACEEAC url(../images/bg_feedback_ok.png) 6px 8px no-repeat;
}

.fail {
	background: #EEACAC url(../images/bg_feedback_fail.png) 6px 8px no-repeat;
}

.help {
	background: #DCE9FE url(../images/bg_help_box.png) 6px 8px no-repeat;
}

#user-feedback p {
	margin: 0;
}

a#close-feedback {
	color: #333;
	display: block;
	height: 16px;
	text-align: center;
	text-decoration: none;
	width: 16px;
}

a#close-feedback:hover {
	font-weight: bold;
}



/* =generic dialog box========================= */

#modal-blocker {
	background: #666;
	display: none;
	filter: alpha(opacity=50);
	left: 0px;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	z-index: 2000;
}

.modal-window {
	background: #F6F6F6;
	border-radius: 6px;
	box-shadow: 1px 2px 8px #333;
	display: none;
	left: 100px;
	min-height: 100px;
	min-width: 400px;
	padding: 12px;
	position: fixed;
	top: 100px;
	z-index: 2001;
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 2px 8px #333;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 2px 8px #333;
}

.ie6 .modal-window {
	position: absolute;
}

.generic-dialog-box {
	background: white;
	border-radius: 6px;
	box-shadow: 1px 2px 8px #333;
	color: #333333;
	display: none;
	position: fixed;
	padding: 16px;
	width: 280px;
	z-index: 5000;
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 2px 8px #333;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 2px 8px #333;
}

.generic-dialog-box p {
    padding-bottom: 8px;
    text-align: center;
}

#popup-login-form div {
	float: left;
	padding-top: 8px;
	width: 140px;
}

#popup-login-form div input {
	width: 130px;
}

#popup-login-form p {
	padding: 4px 4px 8px 0;
	overflow: hidden;
	zoom: 1;
}

.popup-signup {
	background: #ED5FD2;
	color: white;
	margin: 4px 0 16px 0;
	padding: 8px;
}

.popup-signup a {
	color: white;
	display: block;
	text-align: center;
}

.popup-signup a span {
	text-decoration: underline;
}

.popup-cancel {
	border-top: 1px dotted #D9D9D9;
	padding: 4px 0 0 0;
	margin-bottom: -8px;
}


/* =popup-box================================ */

.popup-box {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    padding: 9px;
}

.popup-box .close a {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 2px 1px 1px;
    line-height: 2px;
}


/* =pagination================================ */

.pagination-top {
	/*border-bottom: 1px solid #E2E2E2;*/
	background: url(../images/bg_dots_line.png) left bottom repeat-x;
	margin-bottom: 16px;
	overflow: hidden;
	padding-bottom: 2px;
	zoom: 1; /* IE */
}

.pagination-top.no-bg {
    background: none;
}

.pagination-bottom {
	border-top: 1px solid #E2E2E2;
	margin: 16px 0;
	overflow: hidden;
	zoom: 1; /* IE */
}

.pagination-top ul.pagination {
	float: right;
	display: inline; /* IE */
	margin: 0;
	padding: 2px 0 8px 0;
	width: auto;
}

.pagination-top h2 {
	float: left;
	font-size: 18px;
	margin: 0 0 4px 0;
}

.pagination-bottom ul.pagination {
	float: right;
	display: inline; /* IE */
	margin: 0;
	padding: 8px 0;
	width: auto;
}

.pagination {
    color: #666;
    margin: 16px 0 0 -2px;
    overflow: hidden;
    width: 100%;
    zoom: 1; /* IE fix */
}

.pagination li {
    float: left;
}

.pagination a {
	background: #EEE;
	color: #666 !important;
	display: block;
	margin: 0 2px;
	padding: 3px 8px 1px 8px;
	text-decoration: none !important;
}

.pagination a:hover {
    background: #DDD;
	color: #333 !important;
}

.pagination a.selected {
	background: #A04035;
	color: white !important;
	font-weight: bold;
}

.pagination a.prev,
.pagination a.next {
	background: white;
}

.pagination a.prev {
	margin-left: 0;
	padding-left: 2px;
}

.pagination a.next {
	margin-right: 0;
	padding-right: 2px;
}

.pagination .separator {
	padding: 0 8px;
}

.pagination .jump {
	border-left: 1px solid #D9D9D9;
	height: 18px;
	margin-left: 8px;
	padding-left: 8px;
}

.pagination .jump label {
	font-weight: normal;
	padding-right: 3px;
}

.pagination .jump input {
	height: 16px;
	font-size: 11px;
	margin: 0;
	padding: 0 2px;
	width: 20px;
}
.pagination .jump button {
	height: 18px;
	line-height: 15px;
	font-size: 14px;
	margin: 0 0 0 2px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 20px;
}


.highlight .pagination a {
	background: #56073C;
	border: 1px solid #6C315D;
	color: white !important;
}

.highlight .pagination a:hover {
	background: #FFCCFF;
	border: 1px solid #FFCCFF;
	color: #111111 !important;
}

.highlight .pagination a.selected {
	background: #FFCCFF;
	border: 1px solid #FFCCFF;
	color: #111111 !important;
}


/* =switch===================== */

ul.tab-switch {
	background: url(../images/bg_tab_switch.gif) left bottom repeat-x;
	margin-bottom: 16px;
	overflow: hidden;
	zoom: 1; /* IE */
}

ul.tab-switch li {
	float: left;
	margin-right: 4px;
}

ul.tab-switch a {
	background: #EEE;
	border: 1px solid #CCC;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #666;
	display: block;
	display: block;
	padding: 3px 8px 1px 8px;
	text-decoration: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

ul.tab-switch a:hover  {
    color: #333;
}

ul.tab-switch a.selected  {
	border: 1px solid #999;
	border-bottom: 1px solid white;
	background: white;
	color: #333;
	font-weight: bold;
}


/* =unitip===================== */

#unitip {
	position: absolute;
	z-index: 4000;
	top: -1000px;
	color: #fff;
	display: none;
	text-align: left;
}

#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 4px;
	left: -12px;
	width: 210px;
	display: block;
}

#unitippoint {
	background: url(../images/tippoint.png) no-repeat;
	height: 16px;
	overflow: hidden;
}

#unitipmid {
	background: url(../images/tipmid.png) repeat;
	width: 186px;
	height: auto;
	padding: 4px 12px;
}

#unitipcap {
	background: url(../images/tipcap.png) no-repeat;
	height: 7px;
	overflow: hidden;
}


