body div.body div.columns > div.right .ui-tabs .ui-tabs-nav li {
	margin: 1px .2em -1px 0;
}

body div.body div.columns > div.right .ui-state-active a,
body div.body div.columns > div.right .ui-state-active a:link,
body div.body div.columns > div.right .ui-state-active a:visited {
	color: #000;
}

body div.body div.columns > div.right .ui-state-default a,
body div.body div.columns > div.right .ui-state-default a:link,
body div.body div.columns > div.right .ui-state-default a {
	color: #000;
}
/* tabs */
body div.body div.columns > div.right .ui-tabs {
	border: none;
}
body div.body div.columns > div.right .ui-tabs .ui-tabs-nav {
	padding: 0;
}
body div.body div.columns > div.right .ui-tabs .ui-state-active a,
body div.body div.columns > div.right .ui-tabs .ui-state-hover a,
body div.body div.columns > div.right .ui-tabs .ui-state-focus a  {
	color: #fff;
}
body div.body div.columns > div.right .ui-tabs .ui-widget-header {
	border: none;
	background: none;
	margin-bottom: 0;
}
body div.body div.columns > div.right .ui-tabs .ui-widget-content a {
	color: #288bbe;
}
body div.body div.columns > div.right .ui-tabs .ui-tabs-panel {
	border: 1px solid #ddd;
	margin-top: -1px;
}

body div.body div.columns > div.right .ui-state-hover,
body div.body div.columns > div.right .ui-widget-content .ui-state-hover,
body div.body div.columns > div.right .ui-widget-header .ui-state-hover,
body div.body div.columns > div.right .ui-state-focus,
body div.body div.columns > div.right .ui-state-active,
body div.body div.columns > div.right .ui-widget-content .ui-state-focus,
body div.body div.columns > div.right .ui-widget-header .ui-state-focus {
	background: #52247f;
	color: #fff;
	border-color: #52247f;
}
h3.ui-accordion-header {
	color: #52247f;
}

body div.body div.columns > div.right .ui-widget-header .ui-state-hover .ui-icon,
body div.body div.columns > div.right .ui-state-focus .ui-icon,
body div.body div.columns > div.right .ui-state-active .ui-icon {
background-image: url(/jquery/css/flick/images/ui-icons_ffffff_256x240.png);
}

body div.body div.columns > div.right .ui-state-default,
body div.body div.columns > div.right .ui-widget-content .ui-state-default,
body div.body div.columns > div.right .ui-widget-header .ui-state-default {
	font-weight: normal;
}

:focus {
outline: none;
}

div.ui-dialog p {
	margin-bottom: 1em;
}

.placeholder {
	outline: 1px dashed #4183C4;
}