/*  (C) GlobalVision Solutions  */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	direction: ltr;
	cursor: default;
}
body,input,select,textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	_font-size: .7em;
}
body {
	text-align: left;
}
::-moz-selection {
	background-color: #99aacc;
}

a img {
	border: 0px;
}

address {
	margin-bottom: 1em;
	padding-left: 2em;
	font-style: italic;
}

acronym, abbr {
	border-bottom: 1px dotted #708090;
	cursor: help;
}

p {
	margin: 0 0 .6em 0;
}

a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #c45605 !important;
	cursor: pointer;
}
a:active {
	color: #0000ff;
}
a.logout:hover {
	color: #880000 !important;
}
.pointer {
	cursor: pointer;
}

a.submenu {
	color: #003399;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	text-decoration: none;
}
a.submenu:visited {
	color: #003399;
}
a.submenu:hover {
	color: #c45605 !important;
}

.submenu_selected {
	color: #c45605;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	text-decoration: none;
}

#search a {
	color: #003399;
	text-decoration: none;
}
#search a:visited {
	color: #660066;
}
#search a:hover {
	color: #c45605 !important;
	text-decoration: none;
	cursor: pointer;
}
#search a:active {
	color: #0000ff;
}

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

.noprint {
}
.printonly {
	display: none;
}

.debug {
	background-color: #ffff88;
	font-style: italic;
}

.error {
	color: #ff0000;
	font-style: italic;
}

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

#footer {
	margin: 30px 0;
	font-size: .8em;
	text-align: right;
}
#footer a {
	color: #003399;
	text-decoration: underline;
}
#footer a:visited {
	color: #003399;
}
#footer a:hover {
	color: #c45605 !important;
	cursor: pointer;
}
#footer a:active {
	color: #0000ff;
}

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

#menu2 {
	font-size: .6em;
}

#menu2 li {
	display: inline;
}

#menu2 li:after {
	content: "\0020\003A\0020";
}

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

form {
	float: left;
	width: 100%;
}
fieldset {
	/*display: inline;*/
	padding: .6em;
	-moz-border-radius: 16px;
	background-color: #f8f8ff;
	border-top: solid 1px #888888;
}
legend {
	color: #444488;
	margin-left: 8px;
	font-size: .85em;
	font-weight: bold;
}
/*
label span {
	margin-right: .4em;
	color: #ff0000;
}
form br {
	clear: left;
}
form p {
	width: 410px;
	margin: .5em 0 0 5px;
	font-size: .9em;
	font-style: italic;
}
*/
div.required_fields {
	margin-bottom: 1em;
	color: #000000;
	font-size: .9em;
}
span.required_field {
/*	margin-left: .4em;*/
	color: #000000;
	font-size: .9em;
}
/*
form div.buttons {
	margin-top: 1.2em;
	margin-left: 140px;
}
*/
input, select, textarea {
	font-size: 1em;
	/*border: 1px solid black;*/
	background-color: #fafaff;
}
form .input_error {
	outline: solid 2px #ff0000;
}
/* IE */
/*
label, input, textarea, div.input_set {
	float: left;
	display: block;
	margin-bottom: .2em;
}
*/

label, input[type="text"], input[type="password"], input[type="file"], input[type="checkbox"], input[type="radio"], textarea, select, div.input_set {
	/*float: left;*/
	/*display: block;*/
	margin-bottom: .3em;
}
/*
div.input_set label, div.input input[type="checkbox"], div.input input[type="radio"] {
	margin-bottom: 0;
}
form div.no_label {
	margin-left: 140px;
}

label {
	width: 120px;
	padding-top: 3px;
	padding-right: 20px;
	text-align: left;
}

div > label {
	width: 100%;
}
*/
input[type="text"], input[type="password"], input[type="file"], textarea, select {
	width: 300px;
	background-image: url('/images/admin/input_bg.png');
	background-repeat: repeat-x;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus {
	background-color: #f0f0ff;
}

input[type="image"] {
	border: none;
	background-color: transparent;
	cursor: pointer;
}
input[type="image"][disabled] {
	color: #404040;
/*	opacity: .4;
	filter: alpha(opacity=40);*/
	-moz-opacity: 0.4;
}
input[disabled] {
	color: #666666;
/*	opacity: .8 !important;
	filter: alpha(opacity=80) !important;*/
	-moz-opacity: .8 !important;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	cursor: pointer;
/*	opacity: 1;
	filter: alpha(opacity=100);*/
	-moz-opacity: 1;
/*	border-top: solid 1px #606060;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px #606060;*/
}
input[type="submit"], input[type="reset"] {
	padding: 0 2em;
}
input[type="reset"]:hover {
	color: #ff0000;
}

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

.autologin_warning {
	color: #ff0000;
	font-size: .8em;
}

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

#content #messages ul{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none !important;
}
#content #messages ul li {
	margin: 0;
	padding: 0;
	list-style-image: none !important;
}
#content #messages li.errorMessage {
	margin-bottom: 2px;
	padding: 1em;
	border: solid 1px #ff0000;
	color: #ff0000;
	background-color: #fff8f8;
	-moz-border-radius: 12px;
}
#content #messages li.warningMessage {
	margin-bottom: 2px;
	padding: 1em;
	/*
	border: solid 1px #888800;
	color: #888800;
	background-color: #fffff8;
	*/
	border: solid 1px #ff0000;
	color: #ff0000;
	background-color: #fff8f8;
	-moz-border-radius: 12px;
}
#content #messages li.infoMessage {
	margin-bottom: 2px;
	padding: 1em;
	border: solid 1px #000088;
	color: #000088;
	background-color: #f8f8ff;
	-moz-border-radius: 12px;
}
#content #messages li.successMessage {
	margin-bottom: 2px;
	padding: 1em;
	border: solid 1px #008800;
	color: #008800;
	background-color: #f8fff8;
	-moz-border-radius: 12px;
}
#content #messages img {
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 1em;
	vertical-align: middle;
}

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

#formContact {
	float: right;
	padding: 10px;
}

#formContact input, #formContact textarea {
	width: 160px;
}

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

input.search_field, input.phpdiginputtext {
	width: 100px;
	background-image: none;
}

input.search_button, input.phpdiginputsubmit {
	padding: 0;
	margin-left: 4px;
/*	border-top: solid 1px #606060;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px #606060;*/
}

input.search_button:hover, input.phpdiginputsubmit:hover {
	color: #c45605;
}

input.button:hover {
	color: #c45605;
}

select.phpdigselect {
	width: auto;
}

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

h1 {
	display: none;
}

h2 {
	display: none;
}
h3 {
	margin-top: 0px;
	margin-bottom: 14px;
	color: #003399;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}
h4 {
	margin-top: 0px;
	margin-bottom: 7px;
	color: #003399;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}
h5 {
	margin-top: 0px;
	margin-bottom: 7px;
	color: #cc3300;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}
h6 {
	margin-top: 0px;
	margin-bottom: 7px;
	color: #003399;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: 14px;
	text-align: left;
}
.indentA {
	margin-bottom: 0;
	padding-left: 22px;
}
.indentB {
	margin-bottom: 7px;
	padding-left: 22px;
}
.indentC {
	margin-bottom: 14px;

}

.double_indentA {
	margin-bottom: 0;
	padding-left: 44px;
}
.double_indentB {
	margin-bottom: 7px;
	padding-left: 44px;
}
.double_indentC {
	margin-bottom: 14px;
	padding-left: 44px;
}

.A {
	margin-bottom: 0;
}
.B {
	margin-bottom: 7px;
}
.C {
	margin-bottom: 14px;
}
.tA {
	margin-top: 0;
}
.tB {
	margin-top: 7px;
}
.tC {
	margin-top: 14px;
}

ul {
	margin-top: 0;
	margin-bottom: 14px;
}
li {
	margin-bottom: 6px;
	list-style-image: url('/images/bullet.gif');
	text-align: left;
}

.coloured {
	color: #003399;
}
.coloured2 {
	color: #cc3300;
}

.textblock {
	text-align: left;
	margin-bottom: .3em;
}
.textblock p {
	margin-bottom: 7px;

}
.textblock ul {
	margin-top: 0;
	margin-bottom: 7px;
}

.newsdate {
	clear: both;
	padding-top: 1.6em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #cc3300;
}
a.eventdate {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc3300;
}
a.eventdate:hover {
	color: #003399!important;
}

.artists_width {
	width: 450px;
}
tr.list_odd {
	background-color: #d6e1f3;
}

tr.list_even {
	background-color: #ffffff;
}
tr.list_even_ie {
	
}
td.artist_name {
	width: 450px;
	padding: 7px 0 7px 22px;
}
td.artist_country {
	padding: 7px 22px 7px 0;
	text-align: right;
}
td.list_gen {
	padding: 7px 22px;
}

img.external_link {
	width: 8px;
	height: 8px;
	margin-left: 4px;
	border-style: none;
}

.style4 {
	font-size: 14px;
}
