@CHARSET "UTF-8";

/****************************************layout*******************************************************/
html,body {
	margin: 0px;
	padding: 0px;
	font: 10pt Arial, sans-serif;
}

img {
	border: none;
}

#page-container .top {
	background: url(../images/header_bg.png) top repeat-x;
	height: 128px;
}

#page-container .header {
	height: 100px;
	background: url(../images/massage_header.jpg) top left no-repeat;
}

a#header_link {
	display: block;
	width: 100%;
	height: 100%;
}

.topbar {
	height: 28px;
	width: 860px;
	background: url(../images/topbar.png) top repeat-x;
}

.searchbar {
	background: #C2C2C2 url(../images/topbar.png) top repeat-x;
}

#page-container .shadow {
	height: 12px;
	background: url(../images/searchbar.png) top no-repeat;
}

.middle {
	border-top: 5px solid #E8E8E8;
}

.sidebar {
	float: left;
	clear: left;
	width: 210px;
}

.sidebar-menu {
	margin-bottom: 10px;
	background: url(../images/sidenav_bg.png) right repeat-y;
}

#sidebar-top {
	width: 210px;
	height: 15px;
	float: left;
	background: url(../images/corner.png) top right no-repeat;
}

#sidebar-bottom {
	width: 210px;
	height: 15px;
	background: url(../images/corner_bottom.png) right no-repeat;
}

#content-topleft {
	width: 8px;
	height: 9px;
	float: left;
	background: url(../images/top_left.png) no-repeat;
}

#content-top {
	padding-top: 9px;
	margin-left: 218px;
	background: url(../images/top.png) top repeat-x;
}

.content {
	position: relative;
	min-height: 440px;
	padding: 5px 10px 10px 0;
}

.content div.element-list-header {
}

.content div.element-list-footer p {
	margin: 0 0 0.5em 0;
}

.content h1 {
	margin: 0 0 0.5em 0;
	font-size: 14pt;
}

.content h2 {
	margin-top: 0;
	font-size: 12pt;
}

.static_content {
	width: 780px;
}

.static_content h1 {
	color: #326565;
	font-size: 18pt;
	border-bottom: 1px solid #C00000;
	padding-bottom: 10px;
}

.footer {
	clear: both;
	border-top: 1px solid #DDDDDD;
}

.hidden {
	display: none;
}

div.footer {
	text-align: center;
	padding: 20px 0px;
}

div.copyright {
	font-size: 10px;
	margin-top: 10px;
}

/******************************************** General ************************************************/
a {
	text-decoration: none;
	color: blue;
}

a:visited {
	color: blue;
}

.error, .errors {
	color: red;
}

div.errors {
	width: 760px;
	margin-top: 1em;
}

input.error {
	background-color: #FBCBC4;
}

table.prettyError {
	color: red;
	background-color: #FFF0F0;
	border: 1px solid #FBCBC4;
	margin-bottom: 10px;
}

table.prettyError td {
	vertical-align: middle;
	padding: 8px 10px 8px 0;
}

table.prettyError td.error_icon {
	background: url(../framework/images/warning32.png) no-repeat center;
	width: 32px;
	height: 32px;
	padding: 8px;
}

.error_text {
	margin: 10px 0 10px 40px;
}

div.photo {
	border: 1px solid #DDDDDD;
	padding: 8px;
}

img.photo {
	border: 1px solid #DDDDDD;
}

form {
	margin: 0;
	padding: 0;
}

.good {
	color: #00A000;
}

.bad {
	color: #C00000;
}

.half {
	width: 50%;
}

.banner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 130px;
	height: 130px;
	background: url('../images/banner_frame.jpg') no-repeat center; 
}

.banner a {
	display: block;
	color: red;
	padding: 20px 20px 0 20px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

.banner a span.click-here {
	color: blue;
	font-size: smaller;
	font-weight: normal;
}

.ad-column {
	position: absolute;
	top: 10px;
	right: 0;
	width: 190px;
	text-align: center;
}

.ad {
	max-width: 180px;
	max-height: 240px;
	text-align: center;
	margin: 0 10px 20px 0;
}

.ad img {
	max-width: 180px;
	max-height: 240px;
}

.help {
	display: inline-block;
	background: url("../framework/images/help16.png") no-repeat scroll 0 0 transparent;
	cursor: help;
	height: 16px;
	width: 16px;
}

.marketing {
	font-size: 13px;
	padding: 10px;
	border: 1px solid #678DB0;
	background-color: #F0F0FF;
	width: 345px;
}

.info_icon {
	background: url(../framework/images/info32.png) no-repeat center;
	width: 32px;
	height: 32px;
	margin: 0 8px 0 0;
	float: left;
}

.info_text {
	margin-left: 40px;
}

/**************************************************login-logout*************************************************/
#login-logout {
	position: relative;
	height: 28px;
	border-right: 1px solid #A8A8A8;
}

a.button {
	display: block;
	text-align: center;
	width: 100px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 10px;
}

#login-logout a.button {
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid #D8D8D8;
	float: right;
}

a.button, a.button:visited {
	color: #202020;
}

a.button:hover {
	background: url(../images/topbar_selected.png) repeat-x;
}

#login-logout div.user-id {
	color: #202020;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	border-left: 1px solid #A8A8A8;
	padding: 8px 10px;
	float: left;
}

#login-logout .rseparator {
	height: 28px;
	border-right: 1px solid #D8D8D8;
	float: right;
}

#login-logout #register-now {
	position: absolute;
	top: 0px;
	right: 120px;
	margin: 0;
	padding: 0;
	z-index: 20;
}

/**************************************************searchbar***********************************************/
.searchbar form {
	width: 940px;
	margin: 0 5px;
}

.searchbar table {
	height: 28px;
}

.searchbar td {
	vertical-align: middle;
}

.searchbar label {
	white-space: nowrap;
}

.searchbar input,
.searchbar select {
	width: 90px;
	margin: 0 4px;
}

.searchbar select#search_gender {
	width: 60px;
}

.searchbar #search_submit,
.searchbar #clear_search {
	width: auto;
}

form#searchform {
	margin-bottom: 10px;
}

/**************************************************sidenav*************************************************/
#sidenav {
	width: 210px;
}

#sidenav h3 {
	display: none;
}

#sidenav dl {
	margin: 0 8px 0 0;
}

#sidenav dl.level0 dt {
	font-weight: bold;
	padding-top: 0.5em;
	padding-left: 10px;
	border-bottom: 1px solid #D8D8D8;
}

#sidenav dl.level1 dt {
	margin: 0 0 0 6px;
	padding-top: 0;
	border-bottom: none;
}

#sidenav dl.level0 dd {
	margin-left: 0;
	border-top: 1px solid #F0F0F0;
}

#sidenav dl.level1 {
	margin: 0 0 0.5em 0;
}

#sidenav dl.level1 dd {
	border-top: none;
}

#sidenav dt a {
	color: #808080;
	display: block;
}

#sidenav dl.level1 dt a {
	font-weight: normal;
}

#sidenav dt a:hover {
	color: #404060;
}

#sidenav a#selected {
	font-weight: bold;
	color: #606060;
}

/************************************** Common gavgapi elements **************************************/

div.gavgapi, form.gavgapi {
	width: 760px;
}

form.gavgapi input[type=text],form.gavgapi input[type=password],form.gavgapi select {
	width: 200px;
}

form.gavgapi input,form.gavgapi select {
	margin-left: 5px;
	margin-right: 5px;
}

form.gavgapi dd {
	margin: 0;
}

span.requiredHint {
	color: red;
	font-size: 9pt;
}

form.gavgapi fieldset {
	border: none;
	border-top: 1px solid #D0D0D0;
	margin: -1em 0 0 0;
	padding: 0;
}

form.gavgapi fieldset dl dt {
	float: left;
	clear: left;
	width: 15em;
	padding: 0 1em 0 1em;
}

form.gavgapi fieldset dl dd {
	float: left;
	padding-bottom: 1em;
}

form.gavgapi fieldset dl dd.required {
	color: red;
	padding-left: .5em;
	float: left;
	margin: 0;
}

form.gavgapi fieldset legend {
	font-weight: bold;
	padding: 1em 1em 1em 0;
}

#fieldset-credentialsGroup,
#fieldset-submitGroup {
	padding-top: 1em;
}

form.gavgapi table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #D0D0D0;
	margin-top: 15px;
}

form.gavgapi th {
	padding: 5px;
	border: 1px solid #D0D0D0;
	background-color: #EEEEEE;
}

form.gavgapi td {
	vertical-align: top;
	padding: 1px 10px 1px 5px;
}

form.gavgapi td label {
	display: block;
	padding-left: 10px;
}

form.gavgapi td label.required {
	background: url(../images/req_star.gif) left 5px no-repeat;
}

form.gavgapi td input[type=text],form.gavgapi select {
	width: auto;
}

form.gavgapi .buttons {
	text-align: center;
	margin-top: 15px;
}

form.gavgapi table.container {
	border: none;
	margin: 0;
}

form.gavgapi td.container {
	padding: 0;
}

form.gavgapi .gender label {
	float: left;
}

form.gavgapi table.gps {
	border: none;
	margin: 0;
}

form.gavgapi table.gps td {
	padding: 0;
}

form.gavgapi td.info {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

form.gavgapi td.spacer {
	padding: 5px;
}

small.fieldNote {
	color: #606060;
	margin-left: 5px;
}

table.list_ops {
	width: 750px;
}

table.list_ops td {
	width: 3em;
	padding-right: 10px;
}

table.list_ops td.paginator {
	width: auto;
	text-align: right;
	padding-right: 0;
}

/* jQuery datepicker */
img.ui-datepicker-trigger {
	vertical-align: middle;
	cursor: pointer;
}

/************************************************** Tables ************************************************/
table.skinny,
table.skinny td,
form.gavgapi table.skinny,
form.gavgapi table.skinny td {
	border: none;
	margin: 0;
	padding: 0px;
}

table.list,table.column_filter {
	min-width: 750px;
	border-collapse: collapse;
	margin: .5em 0;
}

table.list {
	margin-bottom: 1em;
}

table.list th,table.column_filter th {
	border: 1px solid #C0C0C0;
	padding: 0.5em;
	background: #F4F3F3 url(../images/th.png) top repeat-x;
}

table.list td {
	border: 1px solid #C0C0C0;
	padding: 0.2em 0.3em;
}

table.list td.actions {
	text-align: center;
	padding: 0;
}

table.list td#actions select {
	width: 40px;
}

.columnOrder {
	width: 7px;
	height: 1em;
	float: right;
}

table.list th#selected {
	background: #E1E5ED url(../images/th_selected.png) top repeat-x;
}

table.list th:hover,table.list th#selected:hover {
	background: #E8EFF6 url(../images/th_hover.png) top repeat-x;
}

table.list th span {
	float: left;
	text-align: left;
}

th .columnOrder#asc {
	padding-left: 10px;
	background: url(../framework/images/down_arrow.gif) no-repeat center;
}

th .columnOrder#desc {
	padding-left: 10px;
	background: url(../framework/images/up_arrow.gif) no-repeat center;
}

table.column_filter {
	border: 1px solid #C0C0C0;
	margin-bottom: 1em;
}

table.column_filter td {
	padding: 0.2em 0.3em;
}

a.action {
	display: block;
}

a.action_text {
	display: block;
	padding: 0 4px;
	white-space: nowrap;
}

.table_comment {
	width: 760px;
	font-size: 11px;
	color: #B0B0B0;
}

td.r, th.r {
	text-align: right;
	padding-left: 1em;
	white-space: nowrap;
}

/************************************************** Overlib ********************************************/

#overDiv table {
	background-color: #E8F0FF;
	border: 1px solid #678DB0;
}

div.moreAction a {
	display: block;
	padding: 3px;
}

div.moreAction a:hover {
	background: url(../images/topbar.png) top repeat-x;
}

ul.moreAggregate {
	list-style: square;
}

/****** Dialog ******/

div.dialog {
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 0;
	overflow: auto;
	display: none;
}

div.dialog div.padding {
	padding: 0 10px;
}

.ui-dialog-title {
	font-size: 13px;
}

.ui-dialog-buttonpane {
	text-align: center;
}

