/*
	This file's styles will be available in the user wrapper and
	the IE WYSIWYG editor. The client has full control over this 
	file. Convio does not maintain a copy of this file.

   [PBJ] Which is to say, I do but it will most likely be out
	of date should this file need to be replaced. Make backups
	and always work from the version of this file that is on 
	your server.
*/

/* new styles for client */

/* override Convio styles */

body, p, li, td, .Explicit {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1, h2, h3, h4, h5 {
color: black;
}

a:link, a:hover, a:active, a:visited {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* new login area */
.loginField input {
	font-size: 9px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
.logoutText,
.logoutText p,
.logoutText a,
.logoutText a:link,
.logoutText a:active,
.logoutText a:visited {
	color: white;
	font-size: 9px;
	text-decoration: none
}
.logoutText a:hover {
	color: white;
	font-size: 9px;
	text-decoration: underline
}
