html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border:none;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	background: #333 url(../images/bg.jpg) scroll top center no-repeat;
	width: 100%;
	display: table;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button {
 cursor: pointer;
 color:#FFFFFF;
 background:#333333;
}

p {
  margin-top: 0;
  margin-bottom: 5px;

}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0;
	margin: 0;
}

div.center {
  text-align: center;
}


div.center_salons {
  padding: 0 0 0 50px;
  text-align: center;
  width: 100%;
}

div#ad_space {
	width: 744px;
	margin: 5px 0 0 123px;
    *margin: 0px 0 0 0px;
    _margin: 0px 0 0 13px;
}

div#ad {
	margin:0 8px;
    _margin:0 0px;
	padding:0px 25px;
	height: 90px;
	background: #333333;
}

div#shadow_tl {
	background: url(../images/shadow_tl.png) no-repeat;
    _background:#333333;
	height: 8px;
	margin-right: 8px;
    *margin-right: 4px;
}

div#shadow_tr {
	float: right;
	height: 8px;
	width: 8px;
	margin-right: -8px;
    *margin-right: -4px;
	background: url(../images/shadow_tr_s.png) no-repeat;
    _background:#333333;    
}

div#shadow_l{
	background: url(../images/shadow_left.png) 0 0 repeat-y;
    _background:#333333;	
}

div#shadow_r{
	background:  url(../images/shadow_right.png) 100% 0 repeat-y;
    _background:#333333;	
}

div#shadow_bl {
	background: url(../images/shadow_bl.png) 0 0 no-repeat;
    _background:#333333;
	margin-right: 8px;
    *margin-right: 4px;
}

div#shadow_br {
	height: 8px;
	overflow: hidden;
	margin-right: -8px;
    *margin-right:-4px;
	background: url(../images/shadow_br_s.png) 100% 0 no-repeat;
    _background:#333333;
}

div#container {
	margin: 0 auto 6px auto;
	width: 990px;
}

div#whitebox {
	margin: 0;
	width: auto;
}

div#whitebox div {
	text-align: left;
}

div#whitebox_m {
	width: auto;
	padding: 10px 10px;
	margin:0 8px;
    *margin: 0 0px;
	background: url(../images/diagonal_lines.jpg) 100% 100% repeat;
}

div#tabarea {
	background: #222222;
	margin: 0 6px;
    *margin: 0 0px;
}


div#header_space {
	width: 936px;
	margin: 0 0 8px 27px;
    *margin: 0 0 8 0px;
}

div#header {
	/*margin:0 8px;*/
	/*padding:0px 25px;*/
	/*height: 285px;*/
	/*background: url(../images/header_image.jpg) bottom right no-repeat;*/
}

div#footer {
	height: 52px;
	margin: 0 8px 0 8px;
	background: url(../images/diagonal_lines.jpg) 0 100%;
	text-align: center;
	color: #aaa;
}

div#footer a:link, a:visited  {
	color: #333;
}

div#footer a:hover  {
	color: #e3027a;
}

#area {
	padding: 0;
	width:100%;
}

/* salons */

.state {
	font-family: Helvetica, Arial;
	font-size: 18px;
	line-height: 1.2em;
	color: #333333;
	font-weight:bold;
	text-align: left;

}

.group {
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	font-weight:bold;
	list-style-type:none;
	text-align: left;	
}
.content {
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	font-weight:normal;
	list-style-type:none;
	text-align: left;
}



/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_m {
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_l {
  width:  2px;
  height: 28px;
  background: #222222 top right no-repeat;
}

#pillmenu {
  white-space: nowrap;
  height: 28px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu ul ul {
	width:149px;
}

#pillmenu li {
	float:left;
	width:108px;
	position:relative;
}

#pillmenu  ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}

#pillmenu ul ul a.drop:hover{
	background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}

#pillmenu ul ul :hover > a.drop {
	background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}

#pillmenu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}

#pillmenu ul ul ul a:hover {
	background:#b2ab9b;
}

#pillmenu ul ul {
	visibility:hidden;position:absolute;height:0;top:28px;left:0; width:149px;
}

#pillmenu  ul ul ul{
	left:149px; top:-1px; width:149px;
}

#pillmenu  ul ul ul.left {
	left:-149px;
}


#pillmenu ul li:hover ul, #pillmenu ul a:hover ul{
	visibility:visible; 
}

#pillmenu ul :hover ul ul{
	visibility:hidden;
}

#pillmenu ul :hover ul :hover ul{ 
	visibility:visible;
}


#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
	background: #222222 none repeat scroll 0 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
	float:left;
  display:block;
  height: 22px;
  line-height: 24px;
  padding: 3px 20px;
  color: #fefefe;
  text-decoration: none;
}


#pillmenu a:hover {
  color: #f449c6;
}

#pillmenu a#active_menu-nav {
	height: 28px;
	line-height: 21px;
}

/*** Columns ***/

#leftcolumn ,#rightcolumn {
	margin: 0;
	width: 17.5%;
	float:left;
}

div#maincolumn {
padding:0 10px;
float:left;
width: 61%;
}
div#maincolumn_full {
padding:0 10px;
width: 80%;
float:left;
}

div.nopad {
	padding: 0;
}

td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  *margin: 0 0px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	color: #9a0070;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  color:#06569d;
  font-size: 1.4em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.jpg) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 50px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

.clr {
	clear: both;
}


div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  *margin: 0px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
        text-align:left;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
    *margin: 0px 0;
	padding-left: 10px;
	list-style:none;
}

div.module_menu ul li {
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	background:transparent url(../images/blue/bullet2.jpg) top left no-repeat;
	padding:2px 0 2px 25px;
	line-height:24px;
	
}

#leftcolumn div.module table ,#rightcolumn div.module table {
	width: auto;
}

#leftcolumn h3, #rightcolumn h3 {
	margin: 0;
	color:#fefefe;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
	background:#eeeeee;
	padding:2px 0 2px 10px;
	line-height:20px;
	text-align: left;
	background:transparent url(../images/menu_t.jpg) top left repeat-x;
	
}


#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin:0 0 20px 0;
	padding: 3px;
	border:1px solid #ccc;
	background:#fefefe;	
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-top:none;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li {
	margin:0;
	padding:0;
	background: #f5f5f5;
}

#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	display:block;
	line-height:20px;
	background:#f5f5f5 url(../images/menu_link_bg.gif) left no-repeat;
	padding:2px 20px;
	border-top:1px solid #dddddd;
	text-decoration:none;
	color:#8b009c;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	background:#eeeeee url(../images/menu_link_bg.gif) left no-repeat;
	color:#570063;
}

/* ****** left col current menu ****** */
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	display:block;
	line-height:20px;
	background:#f5f5f5 url(../images/menu_curren_link_bg.gif) left no-repeat;
	padding:2px 20px;
	border-top:1px solid #dddddd;
	text-decoration:none;
	color:#6a0079;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	background:#eeeeee url(../images/menu_curren_link_bg.gif) left no-repeat;
	color:#e400ff;
}

/* ****** left col sub menu ****** */
#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	margin:0;
	padding:0 0 0 0px;
	list-style:none;
}

#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link,
#rightcolumn ul.menu li#current ul li a, #rightcolumn ul.menu li#current ul li a:link {
	background:#f5f5f5 url(../images/menu_sub_link_bg.gif) left no-repeat;
	text-decoration:none;
	color:#06569d;
	padding:2px 25px;
}

#leftcolumn ul.menu li#current ul li a:hover, #rightcolumn ul.menu li#current ul li a:hover {
	background:#f5f5f5 url(../images/menu_sub_link_bg.gif) left no-repeat;
	color:#666666;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin:6px 0;
    *margin:0px 0;
	padding:0;
	list-style:none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin:0;
	padding:0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; *margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;

}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.jpg) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { background: #C3D2E5 url(../../images/notice-info.jpg) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.jpg) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.jpg) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}



/* ****************************************************************************** */
/* blue */
input,button {
	border:1px solid #dcdcdc;
	background:transparent;
}

a:link, a:visited {
	color: #9a0070;
}

a:hover {
	color: #69005b;
}

#pillmenu a#active_menu-nav {
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
  color: #9a0070;
}

div.module_menu {
	background: url(../images/blue/module_mright_bg.jpg) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/blue/module_mleft_bg.jpg) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/blue/module_right_bg.jpg) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/blue/module_left_bg.jpg) 0 0 no-repeat;
}

/* ********************************************************************** */

input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

#sgf {
font-size: 11px;
text-align:center;
width:100%;
margin:15px auto;
*margin:0px auto;
color: #eee;
font-family: Arial,sans-serif;
}

.sgf {
text-align:right;
font-size: 11px;
font-family: Arial,sans-serif;
color: #eee;
text-decoration:none;
}

a.sgfooter:link, a.sgfooter:visited {
	color: #eee;
	font-family: Arial,sans-serif;
	text-decoration:none;
	font-weight: bold;
}

a.sgfooter:hover {
	color: #eee;
	font-family: Arial,sans-serif;
	text-decoration:underline;
	font-weight: bold;
}

a.sglink:link, a.sglink:visited {
	color: #eee;
	font-family: Arial,sans-serif;
	text-decoration:none;
	font-weight: bold;
}

a.sglink:hover {
	color: #eee;
	font-family: Arial,sans-serif;
	text-decoration:underline;
	font-weight: bold;
}

.ajax-loading {
background:transparent url(http://demos111.mootools.net/demos/Group/spinner.gif) no-repeat scroll center center;
padding:20px 0;
}

.modnsbutton {
 cursor: pointer;
 background:none;
 background-color:#333333;
 color:#FFFFFF;
}

a.mainlevelissue:link, a.mainlevelissue:visited {
       text-align:left;
       padding:0;
}