/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
html, body {color:#363636;background-color:#F6F2EB}
h1 {color:#FFF}
h2 {color:#28313F}
h3 {border-bottom-color:#CCC;color:#3f5569}
hr {border-color:#FFF;border-top-color:#CCC}
/* Search box
--------------------------------------------- */
.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus,
.search-box .button:hover {border-color:#C7C3BF}
.search-header {box-shadow:0 0 10px #0075B0}
/* boxes and backgrounds
---------------------------------------- */
.wrap {background-color:#F6F2EB;border:none}
.headerbar {color:#FFF;background:none}
.navbar {background-color:none; color:#000}
.navbar a {color:#000}
.forabg {background-color:#000}
.forumbg {background-color:#000}
.panel {background-color:none;color:#363636}
.post:target .content {color:#000}
.post:target h3 a {color:#000}
.bg1 {background-color:#f8f9f9}
table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {background-color:#f8f9f9}
.bg2 {background-color:#eff7fb}
table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {background-color:#eff7fb}
.bg3	{background-color:#f8f9f9}
.ucprowbg {background-color:#DCDEE2}
.fieldsbg {background-color:#E7E8EA}
.site_logo {background-image:url("./images/site_logo.svg")}
/* Horizontal lists
----------------------------------------*/
ul.navlinks {border-top-color:#DBD0BD}
/* Table styles
----------------------------------------*/
table.table1 thead th {color:#FFF}
table.table1 tbody tr {border-color:#BFC1CF}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {background-color:#CFE1F6;color:#000}
table.table1 td {color:#536482}
table.table1 tbody td {border-top-color:#FAFAFA}
table.table1 tbody th {border-bottom-color:#000;color:#333;background-color:#FFF}
table.info tbody th {color:#000}
/* Misc layout styles
---------------------------------------- */
dl.details dt {color:#000}
dl.details dd {color:#536482}
.sep {color:#1198D9}
/* Icon styles
---------------------------------------- */
.icon.icon-blue, a:hover .icon.icon-blue {color:#196db5}
.icon.icon-green, a:hover .icon.icon-green{color:#1b9A1B}
.icon.icon-red, a:hover .icon.icon-red{color:#BC2A4D}
.icon.icon-orange, a:hover .icon.icon-orange{color:#FF6600}
.icon.icon-bluegray, a:hover .icon.icon-bluegray{color:#536482}
.icon.icon-gray, a:hover .icon.icon-gray{color:#777}
.icon.icon-lightgray, a:hover .icon.icon-lightgray{color:#999}
.icon.icon-black, a:hover .icon.icon-black{color:#333}
.alert_close .icon:before {background-color:#FFF}
/* Jumpbox */
.jumpbox .dropdown li {border-top-color:#CCC}
.jumpbox-cat-link {background-color:#555;border-top-color:#555;color:#FFF}
.jumpbox-cat-link:hover {background-color:#12A3EB;border-top-color:#12A3EB;color:#FFF}
.jumpbox-forum-link {background-color:#E1EBF2}
.jumpbox-forum-link:hover {background-color:#F6F4D0}
.jumpbox .dropdown .pointer-inner {border-color:#E1EBF2 transparent}
.jumpbox-sub-link {background-color:#E1EBF2}
.jumpbox-sub-link:hover {background-color:#F1F8FF}
/* Miscellaneous styles
---------------------------------------- */
.copyright {color:#555}
.error {color:#BC2A4D}
.reported {background-color:#F7ECEF}
li.reported:hover {background-color:#ECD5D8 !important}
.sticky, .announce {/* you can add a background for stickies and announcements*/}
div.rules {background-color:#3F5569;color:#FFF}
p.post-notice {background-color:#ECD5D8;background-image:none}
/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */
a {color:#363636}
a:hover	{color:#CB0000}
/* Links on gradient backgrounds */
.forumbg .header a, .forabg .header a, th a {color:#FFF}
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {color:#CC1E25}
/* Notification mark read link */
.dropdown-extended a.mark_read {background-color:#FFF}
/* Post body links */
.postlink {border-bottom-color:#005eb3;color:#005eb3}
.postlink:visited {border-bottom-color:#005eb3;color:#005eb3}
.postlink:hover {color:#363636}
.signature a, .signature a:hover {background-color:transparent}
/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */
ul.forums {background-color:#f8f9f9;background-image:none}
ul.topiclist li {color:#4C5D77}
ul.topiclist dd {border-left-color:#FFF}
.rtl ul.topiclist dd {border-right-color:#fff;border-left-color:transparent}
li.row {border-top-color:#FFF;border-bottom-color:#000}
li.row strong {color:#000}
li.row:hover {background-color:#f8f9f9; 
	-webkit-box-shadow:inset 0 0 30px 0 #CCC;box-shadow:inset 0 0 30px 0 #CCC}
li.row:hover dd {border-left-color:#CCC}
.rtl li.row:hover dd {border-right-color:#CCC;border-left-color:transparent}
li.header dt, li.header dd {color:#FFF}
/* Post body styles
----------------------------------------*/
.postbody {color:#333}
/* Content container styles
----------------------------------------*/
.content {color:#333}
.panel h2 {color:#363636}
.content h2 {color:#363636;border-bottom-color:#CCC}
dl.faq dt {color:#333}
.posthilit {background-color:#F3BFCC;color:#BC2A4D}
.announce, .unreadpost {/* Highlight the announcements & unread posts box */
}
/* Post signature */
.signature {border-top-color:#CCC}
/* Post noticies */
.notice {border-top-color:#CCC}
/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {background-color:#fefefe;border-color:#ddd}
.rtl blockquote {background-image:url("./images/quote_rtl.gif")}
blockquote blockquote {/* Nested quotes */
	background-color:#EBF1F6; border:1px solid #DBD0BD;-webkit-box-shadow:none; box-shadow:none}
blockquote blockquote blockquote {/* Nested quotes */
	background-color:#ECF0F1}
/* Code block */
.codebox {background-color:#FFF;border-color:#C9D2D8}
.codebox p {border-bottom-color:#CCC}
.codebox code {color:#2E8B57}
.syntaxbg		{color:#FFF}
.syntaxcomment	{color:#FF8000}
.syntaxdefault	{color:#0000BB}
.syntaxhtml		{color:#000}
.syntaxkeyword	{color:#007700}
.syntaxstring	{color:#DD0000}
/* Attachments
----------------------------------------*/
.attachbox {background-color:#FFF;border-color:#C9D2D8}
.pm-message .attachbox {background-color:#F2F3F3}
.attachbox dd {border-top-color:#C9D2D8}
.attachbox p {color:#666}
.attachbox p.stats {color:#666}
.attach-image img {border-color:#999}
/* Inline image thumbnails */
dl.file dd {color:#666}
dl.thumbnail img {border-color:#666;background-color:#FFF}
dl.thumbnail dd {color:#666}
dl.thumbnail dt a:hover {background-color:#EEEEEE}
dl.thumbnail dt a:hover img {border-color:#333}
/* Post poll styles
----------------------------------------*/
fieldset.polls dl {border-top-color:#DCDEE2;color:#666}
fieldset.polls dl.voted {color:#000}
fieldset.polls dd div {color:#FFF}
.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {border-right-color:transparent}
.pollbar1 {background-color:#AA2346;border-bottom-color:#74162C;border-right-color:#74162C}
.rtl .pollbar1 {border-left-color:#74162C}
.pollbar2 {background-color:#BE1E4A;border-bottom-color:#8C1C38;border-right-color:#8C1C38}
.rtl .pollbar2 {border-left-color:#8C1C38}
.pollbar3 {background-color:#D11A4E;border-bottom-color:#AA2346;border-right-color:#AA2346}
.rtl .pollbar3 {border-left-color:#AA2346}
.pollbar4 {background-color:#E41653;border-bottom-color:#BE1E4A;border-right-color:#BE1E4A}
.rtl .pollbar4 {border-left-color:#BE1E4A}
.pollbar5 {background-color:#F81157;border-bottom-color:#D11A4E;border-right-color:#D11A4E}
.rtl .pollbar5 {border-left-color:#D11A4E}
/* Poster profile block
----------------------------------------*/
.postprofile {color:#666;border-color:#FFF}
.pm .postprofile {border-color:#DDDDDD}
.postprofile strong {color:#000}
.online {background-image:url("./en/icon_user_online.png")}
dd.profile-warnings {color:#BC2A4D}
/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {border-color:#C7C3BF;background-color:#fff; /* Old browsers */ /* FF3.6+ */
	background-image:-webkit-linear-gradient(top, #FFF 0%, #E9E9E9 100%);background-image:linear-gradient(to bottom, #FFF 0%,#E9E9E9 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#E9E9E9',GradientType=0 ); /* IE6-9 */
	box-shadow:0 0 0 1px #FFF inset;-webkit-box-shadow:0 0 0 1px #FFF inset;color:#D31141}
.dropdown-select {color:#536482}
.button:hover,
.button:focus {border-color:#DBD0BD;background-color:#FFF; /* Old browsers */ /* FF3.6+ */
	background-image:-webkit-linear-gradient(top, #E9E9E9 0%, #FFF 100%);background-image:linear-gradient(to bottom, #E9E9E9 0%,#FFF 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#FFF',GradientType=0 ); /* IE6-9 */
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px -1px 0 rgba(188, 42, 77, 0.2)}
.button .icon, .button-secondary {color:#888}
.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {color:#CC1E25}
.dropdown-select:after	{border-color:#DADADA}
.dropdown-select:hover	{border-color:#C7C3BF}
.dropdown-visible .dropdown-select, .dropdown-visible .dropdown-select:hover, .nojs .dropdown-container:hover .dropdown-select {border-color:#A6B2BA;color:#105289}
.button-search:hover,
.button-search-end:hover {border-color:#C7C3BF}
.caret	{border-color:#DADADA}
.caret	{border-color:#C7C3BF}
.contact-icons a		{border-color:#DCDCDC}
.contact-icons a:hover	{background-color:#F2F6F9}
/* Pagination
---------------------------------------- */
.pagination li a {background:#ECEDEE;filter:none;border-color:#B4BAC0;box-shadow:none;-webkit-box-shadow:none;color:#888}
.pagination li.ellipsis span {background:transparent;color:#000}
.pagination li.active span {background:#333;border-color:#333;color:#FFF}
.pagination li a:hover, .pagination li a:hover .icon, .pagination .dropdown-visible a.dropdown-trigger, .nojs .pagination .dropdown-container:hover a.dropdown-trigger {background:#368AD2;border-color:#368AD2;filter:none;color:#FFF;text-shadow:none}
/* Search box
--------------------------------------------- */
.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus {border-color:#C7C3BF}
.search-header {box-shadow:0 0 10px #0075B0}
.search-results li:hover, .search-results li.active {background-color:#CFE1F6}
/* Icon images
---------------------------------------- */
.contact-icon						{background-image:url("./images/icons_contact.png")}
/* Profile & navigation icons */
.pm-icon							{background-position:0 0}
.email-icon							{background-position:-21px 0}
.jabber-icon						{background-position:-80px 0}
.phpbb_icq-icon						{background-position:-61px 0 }
.phpbb_wlm-icon						{background-position:-182px 0}
.phpbb_aol-icon						{background-position:-244px 0}
.phpbb_website-icon					{background-position:-40px 0}
.phpbb_youtube-icon					{background-position:-98px 0}
.phpbb_facebook-icon				{background-position:-119px 0}
.phpbb_googleplus-icon				{background-position:-140px 0}
.phpbb_skype-icon					{background-position:-161px 0}
.phpbb_twitter-icon					{background-position:-203px 0}
.phpbb_yahoo-icon					{background-position:-224px 0}
/* Forum icons & Topic icons */
.global_read						{background-image:url("./images/announce_read.gif")}
.global_read_mine					{background-image:url("./images/announce_read_mine.gif")}
.global_read_locked					{background-image:url("./images/announce_read_locked.gif")}
.global_read_locked_mine			{background-image:url("./images/announce_read_locked_mine.gif")}
.global_unread						{background-image:url("./images/announce_unread.gif")}
.global_unread_mine					{background-image:url("./images/announce_unread_mine.gif")}
.global_unread_locked				{background-image:url("./images/announce_unread_locked.gif")}
.global_unread_locked_mine			{background-image:url("./images/announce_unread_locked_mine.gif")}
.announce_read						{background-image:url("./images/announce_read.gif")}
.announce_read_mine					{background-image:url("./images/announce_read_mine.gif")}
.announce_read_locked				{background-image:url("./images/announce_read_locked.gif")}
.announce_read_locked_mine			{background-image:url("./images/announce_read_locked_mine.gif")}
.announce_unread					{background-image:url("./images/announce_unread.gif")}
.announce_unread_mine				{background-image:url("./images/announce_unread_mine.gif")}
.announce_unread_locked				{background-image:url("./images/announce_unread_locked.gif")}
.announce_unread_locked_mine		{background-image:url("./images/announce_unread_locked_mine.gif")}
.forum_link							{background-image:url("./images/forum_link.gif")}
.forum_read							{background-image:url("./images/forum_read.gif")}
.forum_read_locked					{background-image:url("./images/forum_read_locked.gif")}
.forum_read_subforum				{background-image:url("./images/forum_read_subforum.gif")}
.forum_unread						{background-image:url("./images/forum_unread.gif")}
.forum_unread_locked				{background-image:url("./images/forum_unread_locked.gif")}
.forum_unread_subforum				{background-image:url("./images/forum_unread_subforum.gif")}
.sticky_read						{background-image:url("./images/sticky_read.gif")}
.sticky_read_mine					{background-image:url("./images/sticky_read_mine.gif")}
.sticky_read_locked					{background-image:url("./images/sticky_read_locked.gif")}
.sticky_read_locked_mine			{background-image:url("./images/sticky_read_locked_mine.gif")}
.sticky_unread						{background-image:url("./images/sticky_unread.gif")}
.sticky_unread_mine					{background-image:url("./images/sticky_unread_mine.gif")}
.sticky_unread_locked				{background-image:url("./images/sticky_unread_locked.gif")}
.sticky_unread_locked_mine			{background-image:url("./images/sticky_unread_locked_mine.gif")}
.topic_moved						{background-image:url("./images/topic_moved.gif")}
.pm_read,
.topic_read							{background-image:url("./images/topic_read.gif")}
.topic_read_mine					{background-image:url("./images/topic_read_mine.gif")}
.topic_read_hot						{background-image:url("./images/topic_read_hot.gif")}
.topic_read_hot_mine				{background-image:url("./images/topic_read_hot_mine.gif")}
.topic_read_locked					{background-image:url("./images/topic_read_locked.gif")}
.topic_read_locked_mine				{background-image:url("./images/topic_read_locked_mine.gif")}
.pm_unread,
.topic_unread						{background-image:url("./images/topic_unread.gif")}
.topic_unread_mine					{background-image:url("./images/topic_unread_mine.gif")}
.topic_unread_hot					{background-image:url("./images/topic_unread_hot.gif")}
.topic_unread_hot_mine				{background-image:url("./images/topic_unread_hot_mine.gif")}
.topic_unread_locked				{background-image:url("./images/topic_unread_locked.gif")}
.topic_unread_locked_mine			{background-image:url("./images/topic_unread_locked_mine.gif")}
/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */
/* Main CP box
----------------------------------------*/
.panel-container h3, .panel-container hr, .cp-menu hr {border-color:#A4B3BF}
.panel-container .panel li.row {border-bottom-color:#B5C1CB;border-top-color:#F9F9F9}
ul.cplist {border-top-color:#B5C1CB}
.panel-container .panel li.header dd, .panel-container .panel li.header dt {color:#000}
.panel-container table.table1 thead th {color:#333;border-bottom-color:#333}
.cp-main .pm-message {border-color:#DBDEE2;background-color:#FFF}
/* CP tabbed menu
----------------------------------------*/
.tabs .tab > a {background:#3f5569;color:#ECF0F1}
.tabs .tab > a:hover {background:#F8F9F9; color:#3f5569}
.tabs .activetab > a,
.tabs .activetab > a:hover {background:#F8F9F9;box-shadow:0 1px 1px #F2F9FF inset;color:#3f5569}
.tabs .activetab > a:hover {color:#3f5569}
/* Mini tabbed menu used in MCP
----------------------------------------*/
.minitabs .tab > a {background-color:#e1f4fd}
.minitabs .activetab > a,
.minitabs .activetab > a:hover {background-color:#F9F9F9;color:#333}
/* Responsive tabs
----------------------------------------*/
.responsive-tab .responsive-tab-link:before {border-color:#fff}
.responsive-tab .responsive-tab-link:hover:before,.responsive-tab .responsive-tab-link:focus:before {border-color:#333}
/* UCP navigation menu
----------------------------------------*/
/* Link styles for the sub-section links */
.navigation a {color:#3f5569; text-shadow:1px 1px 1px #EEE;background:#C9EBFC;background:-moz-linear-gradient(left,  #C9EBFC 0%, #a6cdea 100%);background:-webkit-linear-gradient(left,  #C9EBFC 0%,#a6cdea 100%);background:linear-gradient(to right,  #C9EBFC 0%,#a6cdea 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9EBFC', endColorstr='#a6cdea',GradientType=1 )}
.rtl .navigation a {background:#B4C4D1;background:-moz-linear-gradient(left, #c9ebfc 0%, #B4C4D1 50%);background:-webkit-gradient(left top, right top, color-stop(0%, #c9ebfc), color-stop(50%, #B4C4D1));background:-webkit-linear-gradient(left, #c9ebfc 0%, #B4C4D1 50%);background:-o-linear-gradient(left, #c9ebfc 0%, #B4C4D1 50%);background:-ms-linear-gradient(left, #c9ebfc 0%, #B4C4D1 50%);background:linear-gradient(to right, #c9ebfc 0%, #B4C4D1 50%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ebfc', endColorstr='#B4C4D1', GradientType=1 )}
.navigation a:hover {background:#a6cdea; color:#3f5569; text-shadow:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}
.navigation .active-subsection a {background:#F9F9F9; color:#000; text-shadow:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}
.navigation .active-subsection a:hover {color:#D31141}
@media only screen and (max-width:900px), only screen and (max-device-width:900px)
{#navigation a, .rtl #navigation a {	background:#B2C2CF}
}
/* Preferences pane layout
----------------------------------------*/
.panel-container h2 {color:#333}
.panel-container .panel {background-color:#F9F9F9}
.cp-main .pm {background-color:#FFF}
/* Friends list */
.cp-mini {background-color:#eef5f9}
dl.mini dt {color:#425067}
/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {color:#000 !important}
/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {border-color:#BC2A4D !important}
.pmlist li.pm_marked_colour, .pm_marked_colour {border-color:#FF6600 !important}
.pmlist li.pm_replied_colour, .pm_replied_colour {border-color:#A9B8C2 !important}
.pmlist li.pm_friend_colour, .pm_friend_colour {border-color:#5D8FBD !important}
.pmlist li.pm_foe_colour, .pm_foe_colour {border-color:#000 !important}
/* Avatar gallery */
.gallery label {background:#FFF;border-color:#CCC}
.gallery label:hover {background-color:#EEE}
/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */
/* General form styles
----------------------------------------*/
select {border-color:#666;background-color:#FAFAFA;color:#000}
label {color:#425067}
option.disabled-option {color:graytext}
/* Definition list layout for forms
---------------------------------------- */
dd label {color:#333}
fieldset.fields1 {background-color:transparent}
/* Hover effects */
fieldset dl:hover dt label {color:#000}
fieldset.fields2 dl:hover dt label {color:inherit}
/* Quick-login on index page */
fieldset.quick-login input.inputbox {background-color:#F2F3F3}
/* Posting page styles
----------------------------------------*/
.message-box textarea {color:#333}
.message-box textarea.drag-n-drop {outline-color:rgba(102, 102, 102, 0.5)}
.message-box textarea.drag-n-drop-highlight {outline-color:rgba(17, 163, 234, 0.5)}
/* Input field styles
---------------------------------------- */
.inputbox {background-color:#FFF;border-color:#B4BAC0;color:#333}
.inputbox:-moz-placeholder {color:#333}
.inputbox::-webkit-input-placeholder {color:#333}
.inputbox:hover {border-color:#11A3EA}
.inputbox:focus {border-color:#11A3EA;color:#0F4987}
.inputbox:focus:-moz-placeholder {color:transparent}
.inputbox:focus::-webkit-input-placeholder {color:transparent}
/* Form button styles
---------------------------------------- */
a.button1, input.button1, input.button3, a.button2, input.button2 {color:#363636;background:#FFF;background:-moz-linear-gradient(top,  #FFF 0%, #f3f3f3 50%, #ededed 51%, #FFF 100%);background:-webkit-linear-gradient(top,  #FFF 0%,#f3f3f3 50%,#ededed 51%,#FFF 100%);background:linear-gradient(to bottom,  #FFF 0%,#f3f3f3 50%,#ededed 51%,#FFF 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#FFF',GradientType=0 )}
a.button1, input.button1 {border-color:#666}
input.button3 {background-image:none}
/* Alternative button */
a.button2, input.button2, input.button3 {border-color:#666}
/* <a> button in the style of the form buttons */
a.button1, a.button2 {color:#000}
/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {border-color:#BC2A4D;color:#BC2A4D}
/* Focus states */
input.button1:focus, input.button2:focus, input.button3:focus {border-color:#11A3EA;color:#0F4987}
input.disabled {color:#666}
/* jQuery popups
---------------------------------------- */
.phpbb_alert {background-color:#FFF;border-color:#999}
.darken {background-color:#000}
.loading_indicator {background-color:#000;background-image:url("./images/loading.gif")}
.dropdown-extended ul li {border-top-color:#B9B9B9}
.dropdown-extended ul li:hover {background-color:#CFE1F6;color:#000}
.dropdown-extended .header, .dropdown-extended .footer {border-color:#B9B9B9;color:#000}
.dropdown-extended .footer {border-top-style:solid;border-top-width:1px}
.dropdown-extended .header {background:#F1F8FF;background:-moz-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #F1F8FF), color-stop(100%, #CADCEB));background:-webkit-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);background:-o-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);background:-ms-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);background:linear-gradient(to bottom, #F1F8FF 0%, #CADCEB 100%)}
.dropdown .pointer {border-color:#B9B9B9 transparent}
.dropdown .pointer-inner {border-color:#FFF transparent}
.dropdown-extended .pointer-inner {border-color:#F1F8FF transparent}
.dropdown .dropdown-contents {background:#fff;border-color:#b9b9b9;box-shadow:1px 3px 5px rgba(0, 0, 0, 0.2)}
.dropdown-up .dropdown-contents {box-shadow:1px 0 5px rgba(0, 0, 0, 0.2)}
.dropdown li, .dropdown li li {border-color:#DCDCDC}
.dropdown li.separator {border-color:#DCDCDC}
/* Notifications
---------------------------------------- */
.notification_list p.notification-time {color:#4C5D77}
li.notification-reported strong, li.notification-disapproved strong {color:#D31141}
.badge {background-color:#D31141;color:#FFF}