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

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666;
	background: #fff;
}

body.contentpane {
	background: #FEFEFE;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: 400;
	color: #999;
	outline: none;
}

a:hover {
	text-decoration: none;
	font-weight: 400;
}

input  {
	color: #ccc;
	padding: 2px;
	outline: none;
	margin: 0;
}

input:focus {
	outline: none;
}

button {
	color: #fff;
	font-size: 11px;
	border: none;
	background: #696969;
	cursor: pointer;
}

.inputbox {
	border: none;
	color: #fff;
	padding: 2px;
	background: #333;
}

.inputbox:hover {
	background: #444;
}

#modlgn_remember.inputbox  {
	background: none;
	border: none;
	width: auto;
}
/* Styles for component */

#artforms-box {
	width: 100%;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font-size: 11px;
	font-weight: bold;
	margin: 0px -4px 0px -4px;
	padding: 5px 2px 5px 2px;
}

#artforms-box input,
#artforms-box .inputboxtxt,
#artforms-box fieldset {
	padding:0;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	background: #f4f4f4 url(../images/input.png) -3px -3px repeat-x;
}

#artforms-box .inputboxhtml {
	padding:0;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	background: #f4f4f4 url(../images/input.png) -3px -3px repeat-x;
}

#artforms-text {
	padding: 5px 5px 5px 5px;
}

#artforms-danktext {
	padding-left: 10px;
	padding-bottom: 15px;
}

.affieldname {
	padding-top:0px;
}

.artformstextarea-html {
	padding:0;
	margin:0;
}

.artformstextarea-txt {
	padding:0;
	margin:0;
}

.artforms-date {
	display:inline-block;
}

#artforms-box .artforms-button {
	border: 1px solid #777;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	background: transparent url(../images/input.png) -3px -3px repeat-x;
	font-size: 12px;
	color: #888;
	padding:2px 4px 2px 7px;
}	

#artforms-box div.artforms-date input.button:hover,
#artforms-box .artforms-button:hover {
	border: 1px solid #d6d6d6;
	border-left-color: #777;
	border-top-color: #777;
	background: transparent url(../images/input.png) -3px -3px repeat-x;
	font-size: 12px;
	color: #333;
	padding:2px 4px 2px 6px;
	margin:1px 0px -1px 1px;
}	

#artforms-box #artforms-reqtext {
	margin:5px 0px 5px 0px;
	padding:2px 2px 2px 2px;
	height:99%;
}

#artforms-box #artforms-buttons {
	margin:5px 0px 5px 0px;
	padding:2px 2px 2px 2px;
	height:99%;
}

#artforms-box #artforms-forminfo {
	margin:2px 0px 15px 0px;
	padding:1px 2px 2px 2px;
	height:99%;
}

#artforms-box #attsysbox {
	margin:10px 0px 10px 0px;
	padding:0;
	height:99%;
}

#artforms-box #afnewsletter {
	margin:10px 0px 10px 0px;
	padding:0;
	height:99%;
	text-align: center;
}

#artforms-box .artforms-error {
	margin: 10px 0px;
	padding: 10px 15px 5px 75px;
	height: 55px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#artforms-box .artforms-errorwsize {
	margin: 10px 0px;
	padding: 10px 15px 5px 75px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#artforms-box .artforms-errorwtype {
	margin: 10px 0px;
	padding: 10px 15px 5px 75px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 10px 18px;
}

#artforms-box .artforms-errorfield {
	margin: 2px 0px 2px;
	padding: 5px 15px 5px 35px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
	background-image: url(../images/minierror.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#artforms-box .artforms-errorftxt {
	margin: 0px 0px 0px;
	padding: 2px 0px 2px 35px;
	text-align: left;
	color: red;
	font-weight: bold;
	background-image: url(../images/minierror.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#artforms-box .artforms-errorfield {
	margin: 2px 0px 2px;
	padding: 5px 15px 5px 35px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
	background-image: url(../images/minierror.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

.attfile {
	display: block;
}


.aferrorm {
   width:100%;
   height:44px;
   color:#C64934;
   font-family:Arial;
   font-size:14px;
   font-weight:bold;
   float:left;
   margin:7px 2px 7px 2px;
   padding:2px 2px 0px 2px;
   text-align:center;
   overflow:hidden;
}

.aferrorm img {





   margin-bottom:-4px; 
   padding:0px 3px 0px 3px;
}

.afattastfix {
   margin-left:320px;
}

.clear {
   clear:both;
} 


/* Styles for FrontEnd Recived Forms */

table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 20px;
	background: url(../../../administrator/templates/joomla_admin/images/background.jpg);
	background-repeat: repeat;
	font-size: 9px;
	color: #000;
	text-align: center;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist th a{
	text-align: center;
}

table.adminlist th a:link, table.adminlist th a:visited {
	color: #c64934;
	text-decoration: none;
}

table.adminlist th a:hover {
	text-decoration: underline;
}

table.adminlist tr.row0 {
	background-color: #F9F9F9;
	text-align: left;
}
table.adminlist tr.row1 {
	background-color: #FFF;
	text-align: left;
}
table.adminlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
	font-size: 9px;
	text-align: center;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 5px;	
}
select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}

/* Styles for Highslide */

.highslide-html {
   background-color: white;
}

.highslide-html-content {
   position: absolute;
   display: none;
}

.highslide-loading {
   display: block;
   text-decoration: none;
   padding: 2px;
   border: 1px solid black;
   background-color: white;
}

.control {
   float: right;
   /*display: block;*/
   /*position: relative;*/
   margin: 0 5px;
}

.control:hover {
   color: black !important;
}

.highslide-move {
   cursor: move;
}

.highslide-display-block {
   display: block;
}

.highslide-display-none {
   display: none;
}


/* AttFile Styles */

		#afattfile .afattfilebox
		{
			width:					100%;
			float:					left;
		}
		#afattfile .afattfilebtnbox
		{
			width:					28%;
			height:					20px;
			padding-top:		3%;
			float:					left;
		}
		#afattfile .afattfilequeuebox
		{
			width:					70%;
			float:					left;
		}
		#afattfile fieldset
		{
			border: 1px solid #d6d6d6;
			border-left-color: #e4e4e4;
			border-top-color: #e4e4e4;
			background-image: none;
		}

		#afattfile legend
		{
			font-weight:			bold;
			font-size:				1.2em;
			color:					#888;
			margin:					auto;
		}
		#afattfile label
		{
			float:					left;
			text-align:				right;
			font-size:				1.1em;
		}
		#afattfile label.error
		{
			color:					#ff0000;
		}
		#afattfile div.label
		{
			clear:					both;
			margin:					0 0 0 0;
			padding:				0.1em 0.3em;
		}
		#afattfile input,
		#afattfile select
		{
			width:					10em;
		}
.ajax-loading
{
	padding:                50px;
	background:             url(../images/spinner.gif) no-repeat center;
}


input.button, .validate  {
	color: #888;
	font-size: 11px;
	cursor: pointer;
	font-weight: 400;
	border: none;
	background: #333;
}

input.button:hover, .validate:hover  {
	cursor: pointer;
	background: #444;
}

#search {
	float: right;
	width: 228px;
	height: 24px;
	margin: 12px 0 0;
}

#search .search .inputbox {
	float: left;
	background: url(../images/search.png) repeat-x top left;
	border: 1px solid #e23a91;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	width: 150px;
	height: 16px;
	padding: 4px 4px 2px 4px;
	margin: 0 5px 0 0;
}

#search .search input.button {
	float: left;
	border: 1px solid #e23a91;
	color: #fff;
	cursor: pointer;
	background: #ff81c2 url(../images/search.png) repeat-x center left;
	font-size: 11px;
	font-family:Tahoma,Arial,sans-serif;
	width: 60px;
	height: 24px;
	padding: 1px 2px 3px 2px;
}


#search input.button:hover {
	color: #ffab08;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg {
	background: #000 url(../images/bg.png) repeat-x center top;
}

#top {
	background: transparent url(../images/top_bg.png) no-repeat top left;
	height: 50px;
	width: 920px;
	margin: 0 auto;
}

#top h1 {
	float: left;
	margin: 0;
	padding: 10px 0 0;
	width: 400px;
}

#top h1 a, #top h1 a:link, #top h1 a:hover {
	font-size: 26px;
	line-height: normal;
	color: #fff;
	text-decoration: none;
	outline: none;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: url(../images/content_middle.png) repeat-y top center;
}

#holder1 {
	background: url(../images/content_top.png) no-repeat top center;
	width: 918px;
	margin: 0 auto;
}

#holder2 {
	width: 916px;
	margin: 0 auto;
	padding: 10px 0;
}

#pillmenu {
	height: 42px;
	background: url(../images/topmenu.png) no-repeat top left;
	width: 920px;
	margin: 0 auto;
}

#pillmenu ul {
	margin: 0;
	padding: 1px;
	list-style: none;
	height: 40px;
	width: 918px;
	overflow: hidden;
}

#pillmenu li {
	float: left;
	display: inline;
	height: 39px;
	background: url(../images/topmenu_li.png) no-repeat bottom right;
	padding: 0 2px 0 0;
}

#pillmenu li a {
	float: left;
	font-size: 12px;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	height: 39px;
	line-height: 39px;
	padding: 0 14px;
}

#pillmenu li a:hover {
	background: url(../images/topmenu_a_hover.png) repeat-x bottom left;
}

#pillmenu li a#active_menu-nav {
	background: url(../images/topmenu_a_hover.png) repeat-x bottom left;
}

#header {
	height: 246px;
	border: 1px solid #a56d00;
	width: 916px;
	margin: 0 auto 10px auto;
	background: #000;
	padding: 1px;
}

.insimmenu {
height: 42px;
background: url(../images/topmenu.png) no-repeat top left;
width: 700px;
margin: 0 auto;
border-spacing: 0px 0px;
}

.insimmenu table
{
}

.insimmenu th
{
height: 39px;
background: url(../images/topmenu_li.png) no-repeat bottom right;
}

.insimmenu th a
{
font-size: 12px;
color: #fff;
text-decoration: none;
font-weight: 700;
height: 39px;
line-height: 36px;
padding: 12px 10px;
}

.insimmenu th a:hover
{
background: url(../images/topmenu_a_hover.png) repeat-x bottom left;
}

.insimmenu th a#active_menu-nav
{
background: url(../images/topmenu_a_hover.png) repeat-x bottom left;
}

#inner_header {
	background: #333;
	padding: 1px;
	height: 244px;
	width: 914px;
}

#inner_header2 {
	background: #000 url(../images/headerimg.jpg) no-repeat center left;
	height: 244px;
	width: 914px;
	position: relative;
}

.insimresults
{
}
.insimresults tr
{
}
.insimresults th
{
	border-bottom: 1px solid #999;
	color: orange;
	font-weight: bold;
	text-shadow: #aaaaaa 1px 1px;
}
.insimresults td
{
}
insimresults td div { display: inline; }



.blick {
	position: absolute;
	top: 122px;
	left: -38px;
	background: url(../images/blick.png) no-repeat top left;
	width: 274px;
	height: 218px;
}

#rightpart {
	float: right;
	width: 500px;
	padding: 10px;
	height: 220px;
	overflow: hidden;
}

#latest {
	float: right;
	width: 500px;
}

#latest div div div {
	width: auto;
}

#latest ul {
	text-align: left;
	margin: 0;
	padding: 4px 10px;
	list-style: none;
}

#latest ul li a {
	text-decoration: none;
	color: #666;
	background: url(../images/menu_row.gif) no-repeat center left;
	padding: 0 0 0 10px;
	height: 16px;
	line-height: 16px;
}

#latest ul li a:hover {
	color: #999;
	text-decoration: underline;
}

#latest h3, #newsflash h3 {
	background: url(../images/header_h3.png) repeat-x top left;
	height: 23px;
	line-height: 21px;
	font-weight: 400;
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	padding: 0 10px;
}

#newsflash {
	float: right;
	width: 500px;
}

#newsflash div div div {
	width: auto;
}

#newsflash div div div div table.contentpaneopen {
	margin: 4px 8px;
	text-align: left;
	line-height: normal;
}

#newsflash div div div div table.contentpaneopen a {
	color: #666;
}

#leftcolumn ,#rightcolumn {
	float: left;
	width: 188px;
	padding: 0 0 10px 0;
}

div#maincolumn {
	float: left;
	width: 520px;
	padding: 0 10px;
}

div#maincolumn_full {
	float: left;
	width: 708px;
	padding: 0 10px;
}

div.nopad {
	overflow: hidden;
	padding: 0;
}

div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

#footer {
	background: url(../images/footer.png) no-repeat top center;
	width: 980px;
	height: 106px;
	text-align: center;
	font-size: 11px;
	padding: 80px 0 0 0;
}

#footer a {
	color: #ffab08;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

a.footer123:link, a.footer123:visited {
	color: #fefefe;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
a.footer123:hover {
	color: #fefefe;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
#f123 {
	text-align: right;
	width: 100%;
	margin: 0 auto;
	font-family: Tahoma, Arial, sans-serif;
}
.f123 {
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
}
.f123_bg {
	background:url(../images/123_bg.png);
	width:134px;
	height:30px;
	text-align:center;
	padding: 0 3px;
}
.f123_1 {
	display: block;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	color: #666;
	text-align: left;
	padding: 0 0 2px 4px;
}

a.link_123:link, a.link_123:visited {
	font-size: 15px;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
	color: #797979;
	text-decoration:none;
	font-weight: 700;
}
a.link_123:hover {
	font-size: 15px;
	font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;
	color: #797979;
	text-decoration:none;
	font-weight: 700;
}

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

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

/* headers */
div.componentheading {
	height: 22px;
	padding: 10px 0 0 4px;
	color: #999;
}

table.blog {
	
}

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

h2, .contentheading {
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	color: #ffab08;
	text-align: left;
	font-weight: 700;
}

h2, a.contentheading {
	background: none;
	border: none;
}

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

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

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #738349;
	padding: 0;
}
/* small text */
.small {
	font-size: 10px;
	color: #999;
	font-weight: 700;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #444;
	text-align: right;
}

.createdate {
	vertical-align: top;
	font-size: 11px;
	color: #999;
	padding-bottom: 8px;
}

a.readon {
	float: right;
	background: url(../images/readon.png) no-repeat center left;
	line-height: normal;
	font-size: 11px;
	padding: 0 0 0 14px;
	color: #7c7c7c;
	text-transform: lowercase;
	text-decoration: none;
}

a.readon:hover {
	text-decoration: underline;
}

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


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #333;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

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

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: 700;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

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

a.mainlevel:hover {

}

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

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
}

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



/* table of contents */
table.contenttoc {
  margin: 5px;
  padding: 5px;
  background: none;
}

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


/* content tables */
td.sectiontableheader {
  color: #999;
  font-weight: 700;
  padding: 4px;
}

tr.sectiontableentry1 td {
	padding: 4px;
	background: #111;
}

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

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #8e8e8e;
  font-size: 11px;
}


/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
	text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #FF8800;
}

table.contentpane ul li {
	color: #666;
}

table.contentpaneopen {
	margin: 0 4px;
	border-collapse: collapse;
}

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

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

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

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

.highlight {
	background-color: #fffebb;
}

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

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

div.module_menu, div.module {
	margin: 0;
	padding: 0;
}

div.module_menu div, div.module, div.module_text div {

}

div.module_menu div div, div.module div div, div.module_text div div {
	margin: 0 0 10px 0;
}

div.module_menu div div div, div.module div div div, div.module_text div div div {
	width: 188px;
	margin: 0;
	text-align: center;
}

div.module div div div div {
	width: 160px;
}

div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
	background: none;
}

div.module_text div div div div {
	text-align: left;
}

div.module_text div div div div.bannergroup_text {
	padding: 10px;
	width: 160px;
}

div.module_text div div div div.bannergroup_text div {
	width: auto;
	padding: 0 0 4px;
}

div.module div div div form {
	width: 160px;
	margin: 0 auto;
	text-align: center;
}

div.module_menu ul {
	list-style: none;
	padding: 0;
}

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: 700;
	background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;
	padding: 2px 0;
	line-height: 24px;
}

#leftcolumn div.module table ,#rightcolumn div.module table {
}

#leftcolumn div.module table td ,#rightcolumn div.module table td {
	padding: 0 0 6px;
	vertical-align: middle;
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
	text-align: left;
}

/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3 { 	
	background: url(../images/h3_l.png) top left no-repeat;
	width: 164px;
	height: 36px;
	line-height: 35px;
	padding: 0 14px 0 10px;
	color: #fff;
	font-size: 11px;
	text-align: right;
	font-weight: 400;
}

#rightcolumn h3 {
	background: url(../images/h3_r.png) top left no-repeat;
	text-align: left;
	padding: 0 10px 0 14px;
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu {
	width: 170px;
	margin: 0 auto;
	list-style: none;
	text-align: left;
}

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

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {

}

#leftcolumn ul.menu li ul li, #rightcolumn ul.menu li ul li{
	border-bottom: none;
}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #fff;
	background: url(../images/menu_row.gif) center left no-repeat;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #db2282;
	text-decoration: underline;
}

/*LEFT COL CURRENT LINK*/
#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 {
	padding: 0 0 0 10px;
	color: #db2282;
	text-decoration: underline;
	background: url(../images/menu_row.gif) center left no-repeat;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #fff;
	background: url(../images/submenu_row.gif) center left no-repeat;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
	padding: 0 0 0 20px;
	color: #db2282;
	text-decoration: underline;
	background: url(../images/submenu_row.gif) center left no-repeat;
}

#leftcolumn ul.menu li.parent ul li a {
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	height: 18px;
	padding: 0 0 0 20px;
	color: #d4504a;
	background: url(../images/submenu_row.gif) center left no-repeat;
	text-decoration: none;
}

#leftcolumn ul.menu li.parent ul li a:hover {
	color: #db2282;
	text-decoration: underline;
}

/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
	color: #db2282;
	text-decoration: underline;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 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;
}

form#form-login fieldset { 
	border: 0 none; 
	margin-top: 0; 
	padding: 0;
	text-align: left;
}

form#form-login ul {
	padding: 0;
	list-style-position: inside;
	text-align: left;
	width: 160px;
	margin: 10px auto 15px;
}

form#form-login ul li { 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
	color: #8e8e8e;
	text-decoration: none;
}

form#form-login ul li a:hover {
	text-decoration: underline;
}

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

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; 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: Tahoma, Arial, sans-serif;
	font-weight: 700;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;
}

/* 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: 4px;
}

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

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

/* 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: 700;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

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

/* System Standard Messages */
#system-message dd.message ul { 
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#system-message dd {
	text-indent: 0;
}

#system-message dd ul {
	list-style-type: none;
	color: #c00; 
	background: none;
	border: none;
}

#system-message {
	margin-top: 5px;
}
/* Styles for component------------------------------------------------------------------------------ */

#artforms-box {
	width: 100%;
	border: 1px solid #ffab08;
	border-left-color: #ffab08;
	border-top-color: #ffab08;
	font-size: 11px;
	font-weight: bold;
	margin: 0px -4px 0px -4px;
	padding: 5px 2px 5px 2px;
}

#artforms-box input,
#artforms-box .inputboxtxt,
#artforms-box fieldset {
	padding:0;
	border: 1px solid #a56c00;
	border-left-color: #a56c00;
	border-top-color: #a56c00;
	background: #a56c00;
}

#artforms-box .inputboxhtml {
	padding:0;
	border: 1px solid #80afc9;
	border-left-color: #80afc9;
	border-top-color: #80afc9;
	background: #f4f4f4 url(../images/input.png) -3px -3px repeat-x;
}

#artforms-text {
	padding: 5px 5px 5px 5px;
}

#artforms-danktext {
	padding-left: 10px;
	padding-bottom: 15px;
}

.affieldname {
	padding-top:0px;
}

.artformstextarea-html {
	padding:0;
	margin:0;
}

.artformstextarea-txt {
	padding:0;
	margin:0;
}

.artforms-date {
	display:inline-block;
}

#artforms-box .artforms-button {
	border: 1px solid #777;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	background: transparent url(../images/input.png) -3px -3px repeat-x;
	font-size: 12px;
	color: #888;
	padding:2px 4px 2px 7px;
}	

#artforms-box div.artforms-date input.button:hover,
#artforms-box .artforms-button:hover {
	border: 1px solid #d6d6d6;
	border-left-color: #777;
	border-top-color: #777;
	background: transparent url(../images/input.png) -3px -3px repeat-x;
	font-size: 12px;
	color: #333;
	padding:2px 4px 2px 6px;
	margin:1px 0px -1px 1px;
}	

#artforms-box #artforms-reqtext {
	margin:5px 0px 5px 0px;
	padding:2px 2px 2px 2px;
	height:99%;
}

#artforms-box #artforms-buttons {
	margin:5px 0px 5px 0px;
	padding:2px 2px 2px 2px;
	height:99%;
}

#artforms-box #artforms-forminfo {
	margin:2px 0px 15px 0px;
	padding:1px 2px 2px 2px;
	height:99%;
}

#artforms-box #attsysbox {
	margin:10px 0px 10px 0px;
	padding:0;
	height:99%;
}

#artforms-box #afnewsletter {
	margin:10px 0px 10px 0px;
	padding:0;
	height:99%;
	text-align: center;
}

#artforms-box .artforms-error {
	margin: 10px 0px;
	padding: 10px 15px 5px 75px;
	height: 55px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#artforms-box .artforms-errorwsize {
	margin: 10px 0px;
	padding: 10px 15px 5px 75px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#artforms-box .artforms-errorwtype {
	margin: 10px 0px;
	padding: 10px 15px 5px 75px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 10px 18px;
}

#artforms-box .artforms-errorfield {
	margin: 2px 0px 2px;
	padding: 5px 15px 5px 35px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
	background-image: url(../images/minierror.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#artforms-box .artforms-errorftxt {
	margin: 0px 0px 0px;
	padding: 2px 0px 2px 35px;
	text-align: left;
	color: red;
	font-weight: bold;
	background-image: url(../images/minierror.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#artforms-box .artforms-errorfield {
	margin: 2px 0px 2px;
	padding: 5px 15px 5px 35px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
	background-image: url(../images/minierror.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

.attfile {
	display: block;
}


.aferrorm {
   width:100%;
   height:44px;
   color:#C64934;
   font-family:Arial;
   font-size:14px;
   font-weight:bold;
   float:left;
   margin:7px 2px 7px 2px;
   padding:2px 2px 0px 2px;
   text-align:center;
   overflow:hidden;
}

.aferrorm img {





   margin-bottom:-4px; 
   padding:0px 3px 0px 3px;
}

.afattastfix {
   margin-left:320px;
}

.clear {
   clear:both;
} 


/* Styles for FrontEnd Recived Forms */

table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 20px;
	background: url(../../../administrator/templates/joomla_admin/images/background.jpg);
	background-repeat: repeat;
	font-size: 9px;
	color: #000;
	text-align: center;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist th a{
	text-align: center;
}

table.adminlist th a:link, table.adminlist th a:visited {
	color: #c64934;
	text-decoration: none;
}

table.adminlist th a:hover {
	text-decoration: underline;
}

table.adminlist tr.row0 {
	background-color: #F9F9F9;
	text-align: left;
}
table.adminlist tr.row1 {
	background-color: #FFF;
	text-align: left;
}
table.adminlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
	font-size: 9px;
	text-align: center;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 5px;	
}
select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}

/* Styles for Highslide */

.highslide-html {
   background-color: white;
}

.highslide-html-content {
   position: absolute;
   display: none;
}

.highslide-loading {
   display: block;
   text-decoration: none;
   padding: 2px;
   border: 1px solid black;
   background-color: white;
}

.control {
   float: right;
   /*display: block;*/
   /*position: relative;*/
   margin: 0 5px;
}

.control:hover {
   color: black !important;
}

.highslide-move {
   cursor: move;
}

.highslide-display-block {
   display: block;
}

.highslide-display-none {
   display: none;
}


/* AttFile Styles */

		#afattfile .afattfilebox
		{
			width:					100%;
			float:					left;
		}
		#afattfile .afattfilebtnbox
		{
			width:					28%;
			height:					20px;
			padding-top:		3%;
			float:					left;
		}
		#afattfile .afattfilequeuebox
		{
			width:					70%;
			float:					left;
		}
		#afattfile fieldset
		{
			border: 1px solid #d6d6d6;
			border-left-color: #e4e4e4;
			border-top-color: #e4e4e4;
			background-image: none;
		}

		#afattfile legend
		{
			font-weight:			bold;
			font-size:				1.2em;
			color:					#888;
			margin:					auto;
		}
		#afattfile label
		{
			float:					left;
			text-align:				right;
			font-size:				1.1em;
		}
		#afattfile label.error
		{
			color:					#ff0000;
		}
		#afattfile div.label
		{
			clear:					both;
			margin:					0 0 0 0;
			padding:				0.1em 0.3em;
		}
		#afattfile input,
		#afattfile select
		{
			width:					10em;
		}
.ajax-loading
{
	padding:                50px;
	background:             url(../images/spinner.gif) no-repeat center;
}
