#joomdpanel, body, td, th {
	font-family: Verdana, Arial, sans-serif !important;
}
table.uploadtableclass td {
	max-width:200px;
}
#element-box table {
	font-size:11px !important;
}
#joomdpanel table {
	font-size:11px !important;
}
#joomdpanel {
	text-align:left;
}

body {
	font-size: 62.5%;
}

em.required	{
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
}

table {
	font-size: 1em;
}
.ui-widget{padding:5px;}
/* Site
   -------------------------------- */

body {
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}

/* Layout
   -------------------------------- */
.fileupload-buttonbar .ui-button {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    vertical-align: middle;}
	
	.fileupload-buttonbar .ui-state-hover{ background:#CCC !important ;}

.layout-grid {
	width: 960px;
}

.layout-grid td {
	vertical-align: top;
}

.layout-grid td.left-nav {
	width: 140px;
}

.layout-grid td.normal {
	border-left: 1px solid #eee;
	padding: 20px 24px;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}

.layout-grid td.demos {
	background: url('../images/demos_bg.jpg') no-repeat;
	height: 337px;
	overflow: hidden;
}

/* Normal
   -------------------------------- */

.normal h3,
.normal h4 {
	margin: 0;
	font-weight: normal;
}

.normal h3 {
	padding: 0 0 9px;
	font-size: 1.8em;
}

.normal h4 {
	padding-bottom: 21px;
	border-bottom: 1px dashed #999;
	font-size: 1.2em;
	font-weight: bold;
}

.normal p {
	font-size: 1.2em;
}

/* Demos */

.demos-nav, .demos-nav dt, .demos-nav dd, .demos-nav ul, .demos-nav li {
	margin: 0;
	padding: 0
}

.demos-nav {
	float: left;
	width: 170px;
	font-size: 1.3em;
}

.demos-nav dt,
.demos-nav h4 {
	margin: 0;
	padding: 0;
	font: normal 1.1em "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	color: #e87b10;
}

.demos-nav dt,
.demos-nav h4 {
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-left: 8px;
	padding-bottom:5px;
	line-height: 1.2em;
	border-bottom: 1px solid #F4F4F4;
}

.demos-nav dd a,
.demos-nav li a {
	border-bottom: 1px solid #F4F4F4;
	display:block;
	padding: 4px 3px 4px 8px;
	font-size: 90%;
	text-decoration: none;
	color: #555 ;
	margin:2px 0;
	height:13px;
}

.demos-nav dd a:hover,
.demos-nav dd a:focus,
.demos-nav dd a:hover,
.demos-nav dd a:focus {
	background: #f3f3f3;
	color:#000;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
 .demos-nav dd a.selected {
	background: #555;
	color:#ffffff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}


/* new styles for demo pages, added by Filament 12.29.08
eventually we should convert the font sizes to ems -- using px for now to minimize style conflicts
*/

.normal h3.demo-header { font-size:32px; padding:0 0 5px; border-bottom:1px solid #eee; text-transform: capitalize; }
.normal h4.demo-subheader { font-size:10px; text-transform: uppercase; color:#999; padding:8px 0 3px; border:0; margin:0; }
.normal a:link,
.normal a:visited { color:#1b75bb; text-decoration:none; }
.normal a:hover,
.normal a:active { color:#0b559b; }

#demo-config { padding:20px 0 0; }

#demo-frame { float:left; width:540px; height:380px; border:1px solid #ddd; overflow: auto; position: relative; }
#demo-frame h3, #demo-frame h4 { padding: 0; font-weight: bold; font-size: 1em; }

#demo-config-menu { float:right; width:180px;  }
#demo-config-menu h4 { font-size:13px; color:#666; font-weight:normal; border:0; padding-left:18px; }

#demo-config-menu ul { list-style: none; padding: 0; margin: 0; }

#demo-config-menu li { font-size:12px; padding:0 0 0 10px; margin:3px 0; zoom: 1; }

#demo-config-menu li a:link,
#demo-config-menu li a:visited { display:block; padding:1px 8px 4px; border-bottom:1px dotted #b3b3b3; }
* html #demo-config-menu li a:link,
* html #demo-config-menu li a:visited { padding:1px 8px 2px; }
#demo-config-menu li a:hover,
#demo-config-menu li a:active { background-color:#f6f6f6; }

#demo-config-menu li.demo-config-on { background: url(../images/demo-config-on-tile.gif) repeat-x left center; }

#demo-config-menu li.demo-config-on a:link,
#demo-config-menu li.demo-config-on a:visited,
#demo-config-menu li.demo-config-on a:hover,
#demo-config-menu li.demo-config-on a:active { background: url(../images/demo-config-on.gif) no-repeat left; padding-left:18px; color:#fff; border:0; margin-left:-10px; margin-top: 0px; margin-bottom: 0px; }

#demo-source, #demo-notes {
	clear: both;
	padding: 20px 0 0;
	font-size: 1.3em;
}

#demo-notes { width:520px; color:#333; font-size: 1em; }
#demo-notes p code, .demo-description p code { padding: 0; font-weight: bold; }
#demo-source pre, #demo-source code { padding: 0; }
code, pre { padding:8px 0 8px 20px ; font-size: 1.2em; line-height:130%;  }

#demo-source a:link,
#demo-source a:visited,
#demo-source a:hover,
#demo-source a:active { font-size:12px; padding-left:13px; background-position: left center; background-repeat: no-repeat; }

#demo-source a.source-open:link,
#demo-source a.source-open:visited,
#demo-source a.source-open:hover,
#demo-source a.source-open:active { background-image: url(../images/demo-spindown-open.gif); }

#demo-source a.source-closed:link,
#demo-source a.source-closed:visited,
#demo-source a.source-closed:hover,
#demo-source a.source-closed:active { background-image: url(../images/demo-spindown-closed.gif); }

div.demo {
	padding:12px;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
}

div.demo h3.docs { clear:left; font-size:12px; font-weight:normal; padding:0 0 1em; margin:0; }

div.demo-description {
	clear:both;
	padding:12px;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 1.3em;
	line-height: 1.4em;
}

.ui-draggable, .ui-droppable {
	background-position: top left;
}

.left-nav .demos-nav {
	padding-right: 10px;
}

#demo-link { font-size:11px;  padding-top: 6px; clear: both; overflow: hidden; }
#demo-link a span.ui-icon { float:left; margin-right:3px; }

/* Component containers
----------------------------------*/
#widget-docs .ui-widget { font-family: Trebuchet MS,Verdana,Arial,sans-serif; font-size: 1em; }
#widget-docs .ui-widget input, #widget-docs .ui-widget select, #widget-docs .ui-widget textarea, #widget-docs .ui-widget button { font-family: Trebuchet MS,Verdana,Arial,sans-serif; font-size: 1em; }
#widget-docs .ui-widget-header { border: 1px solid #ffffff; background: #464646 url(../images/464646_40x100_textures_01_flat_100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
#widget-docs .ui-widget-header a { color: #ffffff; }
#widget-docs .ui-widget-content { border: 1px solid #ffffff; background: #ffffff url(../images/ffffff_40x100_textures_01_flat_75.png) 50% 50% repeat-x; color: #222222; }
#widget-docs .ui-widget-content a { color: #222222; }

/* Interaction states
----------------------------------*/
#widget-docs .ui-state-default, #widget-docs .ui-widget-content #widget-docs .ui-state-default { border: 1px solid #666666; background: #555555 url(../images/555555_40x100_textures_03_highlight_soft_75.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
#widget-docs .ui-state-default a { color: #ffffff; text-decoration: none; outline: none; }
#widget-docs .ui-state-hover, #widget-docs .ui-widget-content #widget-docs .ui-state-hover, #widget-docs .ui-state-focus, #widget-docs .ui-widget-content #widget-docs .ui-state-focus { border: 1px solid #666666; background: #444444 url(../images/444444_40x100_textures_03_highlight_soft_60.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
#widget-docs .ui-state-hover a { color: #ffffff; text-decoration: none; outline: none; }
#widget-docs .ui-state-active, #widget-docs .ui-widget-content #widget-docs .ui-state-active { border: 1px solid #666666; background: #ffffff url(../images/ffffff_40x100_textures_01_flat_65.png) 50% 50% repeat-x; font-weight: normal; color: #F6921E; outline: none; }
#widget-docs .ui-state-active a { color: #F6921E; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
#widget-docs .ui-state-highlight, #widget-docs .ui-widget-content #widget-docs .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(../images/fbf9ee_40x100_textures_02_glass_55.png) 50% 50% repeat-x; color: #363636; }
#widget-docs .ui-state-error, #widget-docs .ui-widget-content #widget-docs .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../images/fef1ec_40x100_textures_05_inset_soft_95.png) 50% bottom repeat-x; color: #cd0a0a; }
#widget-docs .ui-state-error-text, #widget-docs .ui-widget-content #widget-docs .ui-state-error-text { color: #cd0a0a; }
#widget-docs .ui-state-disabled, #widget-docs .ui-widget-content #widget-docs .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
#widget-docs .ui-priority-primary, #widget-docs .ui-widget-content #widget-docs .ui-priority-primary { font-weight: bold; }
#widget-docs .ui-priority-secondary, #widget-docs .ui-widget-content #widget-docs .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
#demo-frame-wrapper .ui-icon, #widget-docs .ui-icon { width: 16px; height: 16px; background-image: url(../images/222222_256x240_icons_icons.png); }
#widget-docs .ui-widget-content .ui-icon {background-image: url(../images/222222_256x240_icons_icons.png); }
#widget-docs .ui-widget-header .ui-icon {background-image: url(../images/222222_256x240_icons_icons.png); }
#widget-docs .ui-state-default .ui-icon { background-image: url(../images/888888_256x240_icons_icons.png); }
#widget-docs .ui-state-hover .ui-icon, #widget-docs .ui-state-focus .ui-icon {background-image: url(../images/454545_256x240_icons_icons.png); }
#widget-docs .ui-state-active .ui-icon {background-image: url(../images/454545_256x240_icons_icons.png); }
#widget-docs .ui-state-highlight .ui-icon {background-image: url(../images/2e83ff_256x240_icons_icons.png); }
#widget-docs .ui-state-error .ui-icon, #widget-docs .ui-state-error-text .ui-icon {background-image: url(../images/cd0a0a_256x240_icons_icons.png); }


/* Misc visuals
----------------------------------*/

/* Corner radius */
#widget-docs .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
#widget-docs .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
#widget-docs .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
#widget-docs .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
#widget-docs .ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
#widget-docs .ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
#widget-docs .ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
#widget-docs .ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
#widget-docs .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
#widget-docs .ui-widget-overlay { background: #aaaaaa url(../images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
#widget-docs .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }

/*
----------------------------------*/

#widget-docs { margin:20px 0 0; border: none; }

#widget-docs h2, #widget-docs h3, #widget-docs h4, #widget-docs p, #widget-docs ul, #widget-docs code { margin:0; padding:0; }
#widget-docs code { display:block; color:#444; font-size:.9em; margin:0 0 1em; }
#widget-docs code strong { color:#000; }
#widget-docs p { margin:0 3em 1.2em 0; }
#widget-docs p.intro { font-size:13px; color:#666; line-height:1.3; }
#widget-docs ul { list-style-type: none; }

#widget-docs h2 { font-size:16px; margin:1.2em 0 .5em; }
#widget-docs h3 { font-size:14px; color:#e6820E; margin:1.5em 0 .5em; }
.normal #widget-docs h4 { font-size:12px; color:#000; border:0; margin:0 0 .5em; }

#docs-overview-main { width:400px; }
#docs-overview-sidebar { float:right; width:200px; }
#docs-overview-sidebar a span { color:#666; }
#widget-docs #docs-overview-main p { margin-right:0; }
#widget-docs #docs-overview-sidebar h4 { padding-left:0; }

.docs-list-header { float:left; width:100%; margin:10px 0 0; border-bottom:1px solid #eee; }
#widget-docs .docs-list-header h2 { float:left; margin:0; }
#widget-docs .docs-list-header p { float:right; margin:5px 0; font-size:11px; }

.docs-list { float:left; width:100%; padding:0 0 10px; }
.docs-list .param-header { float:left; clear:left; width:100%; padding:8px 0; border-top:1px solid #eee; }
#widget-docs .param-header h3, #widget-docs .param-header p { margin:0; float:left; }
#widget-docs .param-header h3 { width:50%; }
#widget-docs .param-header h3 span { background: url(../images/demo-spindown-closed.gif) no-repeat left; padding-left:13px; }
#widget-docs .param-open .param-header h3 span { background: url(../images/demo-spindown-open.gif) no-repeat left; }
#widget-docs .param-header p { width:24%; }
#widget-docs .param-header p.param-type span { background: url(../images/icon-docs-info.gif) no-repeat left; cursor:pointer; border-bottom:1px dashed #ccc; padding-left:15px; }

.param-details { padding-left:13px; }
.param-args { margin:0 0 1.5em; border-top:1px dotted #ccc;}
.param-args td { padding:3px 30px 3px 5px; border-bottom:1px dotted #ccc;  }


/* overrides for ui-tab styles */
#widget-docs ul.ui-tabs-nav { padding:0 0 0 8px; }
#widget-docs .ui-tabs-nav li { margin:5px 5px 0 0; }

#widget-docs .ui-tabs-nav li a:link,
#widget-docs .ui-tabs-nav li a:visited,
#widget-docs .ui-tabs-nav li a:hover,
#widget-docs .ui-tabs-nav li a:active { font-size:14px; padding:4px 1.2em 3px; color:#fff; }

#widget-docs .ui-tabs-nav li.ui-tabs-selected a:link,
#widget-docs .ui-tabs-nav li.ui-tabs-selected a:visited,
#widget-docs .ui-tabs-nav li.ui-tabs-selected a:hover,
#widget-docs .ui-tabs-nav li.ui-tabs-selected a:active { color:#e6820E; }

#widget-docs .ui-tabs-panel { padding:20px 9px; font-size:12px; line-height:1.4; color:#000; }

#widget-docs .ui-widget-content a:link,
#widget-docs .ui-widget-content a:visited { color:#1b75bb; text-decoration:none; }
#widget-docs .ui-widget-content a:hover,
#widget-docs .ui-widget-content a:active { color:#0b559b; }


/* for custom system styles*/

.ui-sortable .sort_handle_s	{
	cursor:move;
	background:url(../images/sort_icon.png) top left repeat-y!important;
	padding-left:8px;
}

.ui-sortable .sort_handle_l	{
	cursor:move;
	background:url(../images/sort_icon.png) top right repeat-y!important;
	padding-right:8px;
}

.ui-sortable-disabled .sort_handle_s, .ui-sortable-disabled .sort_handle_l	{
	background:none!important;
	cursor:auto;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999 !important;
	background-color: #000 !important;
	padding: 5px;
	border-radius:6px;
	color:#FFFFFF !important;
	font-size:11px;
	width:200px;
 	opacity: 0.95;
}
#tooltip h3 {
	font-size:11px;color:#FFFFFF !important;
	font-weight:normal;
	padding:5px;
	margin:0px;
}

.loadingblock, .poploadingbox	{
	position:absolute;
	display:none;
	width:120px;
	height:18px;
	background:url(../images/loading-wide.gif) top left no-repeat;
	z-index:9;
}

.loadingdisplay	{
	background: url("../images/loading-wide.gif") no-repeat scroll center center transparent;
    display: block;
    height: 95%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 95%;
    z-index: 9;
}

span.loading_min	{
	display:block;
	height:16px;
	width:16px;
	background:url(../images/loading-small.gif) top left no-repeat;
}

table.uploadtableclass td	{
	max-width:210px;
	overflow:hidden;
}
.col101 .ui-button-icon-only{border:#ccc 1PX solid; background:#F3F3F3;}
.col101 .ui-button-icon-only:hover{  background:#999;}
.delete .ui-widget, .cancel .ui-widget{padding:0;}

.ui-multiselect-checkboxes label, .ui-multiselect-single .ui-multiselect-checkboxes label {
    line-height: 17px;
    padding: 3px 5px !important;
}
#toolbar-box table.toolbar a{border:1px solid transparent; font-size:11px;}
#toolbar-box table.toolbar a:hover{border-color:#eee #ccc #ccc #eee !important }


/* standard form style table */
div.col { float: left; }
div.width-45 { width: 45%; }
div.width-55 { width: 55%; }
div.width-50 { width: 50%; }
div.width-70 { width: 70%; }
div.width-30 { width: 30%; }
div.width-60 { width: 60%; }
div.width-40 { width: 40%; }

table.edittable td 					 { padding: 3px; }
table.edittable td.key,
table.edittable td.paramlist_key {
	background-color: #f6f6f6;
	text-align: right;
	width: 140px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

table.paramlist td.paramlist_description {
	background-color: #f6f6f6;
	text-align: left;
	width: 170px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

table.edittable td.key.vtop { vertical-align: top; }

table.edittable {
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	width: 100%;
	border-collapse: collapse;
	margin: 8px 0 10px 0;
	margin-bottom: 15px;
	width: 100%;
}
table.edittable.nospace { margin-bottom: 0; }
table.edittable tr.row0 { background-color: #f9f9f9; }
table.edittable tr.row1 { background-color: #eeeeee; }

table.edittable th {
	font-size: 11px;
	padding: 6px 2px 4px 4px;
	text-align: left;
	height: 25px;
	color: #000;
	background-repeat: repeat;
}
table.edittable td { padding: 3px; text-align: left; }

table.edittable td.filter{
	text-align: left;
}

table.edittable td.helpMenu{
	text-align: right;
}


fieldset.adminform { border: 1px solid #ccc; margin: 0 10px 10px 10px; }

/** Table styles **/

table.entrylist {
	width: 100%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #666;
}

table.entrylist td,
table.entrylist th { padding: 4px; }

table.entrylist thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.entrylist thead a:hover { text-decoration: none; }

table.entrylist thead th img { vertical-align: middle; }

table.entrylist tbody th { font-weight: bold; }

table.entrylist tbody tr			{ background-color: #fff;  text-align: left; }
table.entrylist tbody tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }

table.entrylist tbody tr.row0:hover td,
table.entrylist tbody tr.row1:hover td  { background-color: #ffd ; }

table.entrylist tbody tr td 	   { height: 25px; background: #fff; border: 1px solid #fff; }
table.entrylist tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }

table.entrylist tfoot tr { text-align: center;  color: #333; }
table.entrylist tfoot td,
table.entrylist tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

table.entrylist td.order 		{ text-align: center; white-space: nowrap; }
table.entrylist td.order span { float: left; display: block; width: 20px; text-align: center; }

table.entrylist .pagination { display:table; padding:0;  margin:0 auto;	 }

.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}

/* toolbar */

div.header {
	font-size: 22px; font-weight: bold; color: #0B55C4; line-height: 48px;
	padding-left: 55px;
	background-repeat: no-repeat;
	margin-left: 10px;
}

div.header span { color: #666; }

div.configuration {
	font-size: 14px; font-weight: bold; color: #0B55C4; line-height: 16px;
	padding-left: 30px;
	margin-left: 10px;
	background-image: url(../images/menu/icon-16-config.png);
	background-repeat: no-repeat;
}

div.toolbar { float: right; text-align: right; padding: 0; }

table.toolbar    			 { border-collapse: collapse; padding: 0; margin: 0;	 }
table.toolbar td 			 { padding: 1px 1px 1px 4px; text-align: center; color: #666; height: 48px; }
table.toolbar td.spacer  { width: 10px; }
table.toolbar td.divider { border-right: 1px solid #eee; width: 5px; }

table.toolbar span { float: none; width: 32px; height: 32px; margin: 0 auto; display: block; }

table.toolbar a {
   display: block; float: left;
	white-space: nowrap;
	border: 1px solid #fbfbfb;
	padding: 1px 5px;
	cursor: pointer;
}

table.toolbar a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #0B55C4;
}


/*>=j1.6*/

div#toolbar    			 { border-collapse: collapse; padding: 0; margin: 0;	 }

div#toolbar ul	{
	list-style:none;
}

div#toolbar ul li	{
	float:left;
}

div#toolbar span { float: none; width: 32px; height: 32px; margin: 0 auto; display: block; }

div#toolbar a {
   display: block; float: left;
	white-space: nowrap;
	border: 1px solid #F4F4F4;
	padding: 1px 5px;
	cursor: pointer;
}

div#toolbar a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #0B55C4;
}

/*>=j1.6*/


.icon-48-entry { background-image:url(../images/icon-48-entry.png)!important; }

.icon-32-apply	{
	background-image:url(../images/icon-32-apply.png)!important;
}

.icon-32-save	{
	background-image:url(../images/icon-32-save.png)!important;
}
 
.icon-32-add	{
	background-image:url(../images/icon-32-new.png)!important;
}

.icon-32-delete {
	background-image:url(../images/icon-32-delete.png)!important;
}

.icon-32-cancel	{
	background-image:url(../images/icon-32-cancel.png)!important;
}

.header_button	{
	float:right;
}

.header_button a	{
	float:left;
}

a.printicon	{
	float:right;
}

.header_button span, a.printicon span	{
	display:block;
	width:25px;
	text-indent:-1000em;
}

span.icon_email	{
	background:url(../images/icon_email.png) top left no-repeat;
}

span.icon_print, a.printicon span	{
	background:url(../images/icon_print.png) top left no-repeat;
}

span.icon_pdf	{
	background:url(../images/icon_pdf.png) top left no-repeat;
}

.popoup #system-message	{
	display:none;
}

.popoup dd.error	{
	padding:0px;
}

.comfooter	{
	margin:10px auto;
	font-weight:bold;
	text-align:center;
}

#accordian .ui-corner-top, .cpanel-right .ui-state-default, .cpanel-right .ui-widget-content .ui-state-default, .cpanel-right .ui-widget-header .ui-state-default, .ui-multiselect {
	background: -moz-linear-gradient(center top, #F5F5F5 0%, #DDDDDD 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(center top, #F5F5F5 0%, #DDDDDD 100%) repeat scroll 0 0 transparent;
 	border: 1px solid #CCCCCC;
	color: #333333 !important;
	cursor: pointer;
	margin: 0;
	font-size: 11px !important;
	padding: 0;
	text-shadow: 0 1px 1px #FAFAFA;
	margin-top:3px;
}
#joomdpanel .ui-multiselect {
	background: -moz-linear-gradient(center top, #F5F5F5 0%, #DDDDDD 100%) repeat scroll 0 0 transparent !important;
	background: -webkit-linear-gradient(center top, #F5F5F5 0%, #DDDDDD 100%) repeat scroll 0 0 transparent !important;
	border: 1px solid #CCCCCC !important;
	color: #333333 !important;
	cursor: pointer;
	font-size: 11px !important;
	line-height: 17px;
	margin: 3px 0 10px;
	padding: 5px;
	text-shadow: 0 1px 1px #FAFAFA;
	z-index: 999;
}
.ui-corner-all {
	border-radius: 4px 4px 4px 4px;
}
.ui-multiselect {
	margin:3px 0 10px;
}
.accordian a, .accordian a:link, .accordian a:visited {
	color:#000 !important;
} 
.cpanelicon div.icon a:hover {
	border-bottom:#666 1px solid !important;
	border-right:#666 1px solid !important;
	color:#000;
}
.cpanelicon div.icon a {
	background: -moz-linear-gradient(center top, #FAFAFA 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px #F5F5F5;
	display: block;
	height:100px;
	width:128px;
	font-size:14px;
	color:#666666;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align:center;
	padding: 10px;
	position: relative;
	text-shadow: 0 1px 1px #FFFFFF;
	z-index: 1;
}
#element-box .m {
	padding-top:12px !important;
}
#element-box .t {
	display:none;
}
#submenu-box .b {
	display:none;
}
#joomdpanel {
	padding:10px 0 0 0px;
}
.cpanel-left {
	padding-left:10px;
}
#content-box #submenu-box .m {
	padding-bottom:5px;
}
#content-box #submenu-box #submenu li a {
	background:#eee;
	border:#ccc 1px solid;
	border-radius: 3px;
	display: block;
	margin: 3px 5px;
	padding: 9px 12px;
	text-shadow:#FFF 0px 1px 0px;
	text-decoration: none !important;
}
#content-box #submenu-box #submenu li a:hover {
	background:#fff;
}
#content-box #submenu-box #submenu li a.active {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #CCCCCC;
	border-radius: 3px 3px 0 0;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	color: #222222;
	margin: 2px 5px -11px;
	padding: 11px 12px 18px;
	text-decoration: none;
}
div#element-box div.m {
	padding:5px 0px !important
}
fieldset.adminform {
	border:1px solid #CCCCCC;
	margin:0 10px 10px;
	background:#F9F9F9;
}
/*fieldset.adminform {
  
	margin: 10px !important;
	font-size:11px;
	padding:  10px !important;
}*/
#configtab {
	border:none !important;
}
#configtab .ui-tabs-nav {
	background: none repeat scroll 0 0 #F5F5F5;
	border-bottom:#CCCCCC 1px solid !important;
	margin: -16px -1px 0 -1px;
	border:#ccc 1px solid;
	border-radius:9px 9px 0 0;
	padding:10px 10px 0!important;
}
#configtab {
	padding:0px 0px 5px !important;
}
#configtab .ui-state-default {
	background:none;
	border:none;
}
#configtab .ui-state-default a {
	font-size:11px;
	border:1px #fff transparent;
	color:#333333;
	text-shadow:#FFF 0 1px 0px;
	border-bottom: none !important;
	margin-right:5px;
	border:#ccc 1px solid;
	border-radius:3px 3px 0 0;
}
#configtab .ui-state-active a {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #CCCCCC;
	padding-bottom:7px;
	border-radius: 3px 3px 0 0;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	color: #222222;
	margin: 0 5px -2px 0;
	text-decoration: none;
}
.joomdpanel input:focus {
	border:#999 1px solid;
}
.adminform legend {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
.dialogbox #toolbar-box {
	margin-bottom:0px !important;
}
.dialogbox #toolbar-box {
	background: -moz-linear-gradient(center top, #FAFAFA 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(center top, #FAFAFA 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
	border-bottom:#ccc 1px solid;
}
.dialogbox #toolbar-box .m {
	padding-bottom:10px;
}
.dialogbox #toolbar-box .b {
	display:none;
}
.ui-widget {
	font-size: 1em;
	padding: 5px;
}
table.admintable td.key, table.admintable td.paramlist_key {
	font-weight:normal !important;
	background:none !important;
	font-size:11px;
}
table.admintable td.key, table.admintable td {
	padding:2px 5px;
	font-weight:normal !important;
}
.cpanel-right #accordian .ui-accordion-content {
	padding:5px !important;
	font-size:11px !important;
}
.joomdpanel .cpanel-left {
	padding-left:10px;
}
.joomdpanel #filter_search {
	margin-bottom:10px;
}
.fileupload-buttonbar {
	background: -moz-linear-gradient(center top, #FAFAFA 0%, #EEEEEE 100%) repeat scroll 0 0 transparent !important;
	background: -webkit-linear-gradient(center top, #FAFAFA 0%, #EEEEEE 100%) repeat scroll 0 0 transparent !important;
	border:#ccc 1px solid;
	border-bottom:none;
	padding-bottom:5px;
}
table.adminlist tbody th {
	font-weight:bold !important;
}
.joomdpanel a {
	text-decoration:none !important;
}
#joomdpanel input, #joomdpanel select, .dialogbox input, #joomdpanel dialogbox select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size:11px;
	border-radius: 3px 3px 3px 3px;
	padding: 2px 5px;
}
#filter_search {
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	font-size: 11px;
	padding: 2px 5px;
}
#joomdpanel fieldset.adminform, .joomdpanel fieldset.adminform {
	border: none!important;
	border-top:1px solid #ccc !important;
}
#joomdpanel fieldset.adminform legend, .joomdpanel fieldset.adminform legend {
	padding:5px;
	border:#ccc 1px solid;
	background:#f6f6f6;
	margin-left:-5px;
	padding-right:20px;
	border-radius:0px 12px 12px 0px;
}
.dialogbox div.m {
	background:none;
}
.ibutton-container input, .ibutton-container label {
	float:none !important;
	clear: none!important;
	display: inline !important;
	margin:0px 0!important
}
.ui-multiselect-checkboxes label {
	float:none !important;
	clear: none!important;
	margin:0px 0!important
}
.m .m {
	border:none !important;
}
ul.ui-multiselect-checkboxes li {
	padding:0px;
}
.m #element-box .b {
	display:none !important;
}
#system-message .message ul {
	background-color: #C3D2E5;
}
#system-message dd ul {
	background-position: 4px top;
	background-repeat: no-repeat;
	border-bottom: 3px solid #84A7DB;
	border-top: 3px solid #84A7DB;
	color: #0055BB;
	list-style: none outside none;
	margin-bottom: 10px;
	padding: 10px;
}
#element-box .m {
	padding-top:12px !important;
	background:#fff!important;
}
#element-box .m button:hover {
	background:#CCCCCC !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, div#element-box div.m form table.adminlist tr td a {
	font-size:11px !important;
}
.dialogbox #toolbar-box {
	background:none !important;
	border:none !important;
}
.fileupload-buttonbar .ui-button {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding:5px;
	display:block !important;
	margin:5px !important;
	width: 135px;
}
fieldset input, fieldset textarea, fieldset select, fieldset img, fieldset button, .fileupload-buttonbar label {
	float:none !important
}
#joomdpanel table tr td {
	font-size:11px !important;
}

.toolbar-list{float:right;}

/*report item*/

#joomdpanel #report_item, #joomdpanel #contact_owner	{
	display:none;
}

#share_item	{
	display:none;
}

/*social plugin buttons*/

#jd_social	{
	margin:10px 0px;
}

#joomdpanel label	{
	min-width:0px;
}

/* joomd alphabet search*/

.joomd_alphabets	{
	margin:5px 10px;
}

.joomd_alphabets span	{
	cursor:pointer;
	padding:2px;
}

.joomd_alphabets span.active	{
	font-weight:bold;
}

.system_message	{
	display:none;
	padding:5px 10px;
	background:#C3D2E5;
	border-top:2px solid #84A7DB;
	border-bottom:2px solid #84A7DB;
}

/* custom field map marker*/

div.map	{
	position:relative;
}

div.crosshair {
    position: absolute;
    top: 130px;
    height: 40px;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    display: block;
    background: url(../images/map_marker.png);
    background-position: center center;
    background-repeat: no-repeat;
}