/* general style elements */
A {text-decoration:none;}
A:hover {text-decoration:underline;}
A:link { color: blue }       /* unvisited link */
A:visited { color: blue }   /* visited links */
A:active { color: blue }    /* active links */

/* different link styles */
A.plain {text-decoration:none;}
A.plain:hover {text-decoration:none;}
A.plain:link { color: black }       /* unvisited link */
A.plain:visited { color: black }   /* visited links */
A.plain:active { color: black }    /* active links */
	
/* set different input types */
.login 		{ font:10px arial,helvetica,sans-serif; }
.newuser	{ font:14px arial,helvetica,sans-serif; }

/* text */
.bodyText 		{ font-family: arial; font-size: 16px; }
.error			{ font-family: arial; font-size: 15px; font-weight:bold; color:red;}

.horribleTitle	{ font-family: arial; font-size: 24px; font-style: italic; font-weight: bold; }
.blatherHeader 	{ font-family: verdana; font-size: 28px; }
.blatherHeader2	{ font-family: arial; font-size: 28px; }
.blatherTitle 	{ font-family: verdana; font-size: 16px; color: #000000;}
.blatherTitle2 	{ font-family: verdana; font-size: 20px; color: #000000;}
.blatherText 	{ font-family: arial; font-size: 13px; }
.blatherText2 	{ font-family: arial; font-size: 12px; }
.footnote 		{ font-family: arial; font-size: 10px; }
.timeDate		{ font-family: courier; font-size: 14px; }
.maiText 		{ font-family: arial; font-size: 13px; }

.resumeHeaders { font-family: verdana; font-size: 16px; color: #000000; white-space: nowrap;}

/* film styles */
.filmfont 			{ font-family: arial; font-size: 15px;}
.filmfontTitle		{ font-family: verdana; font-size: 28px; }
.filmfontHeaders	{ font-family: verdana; font-size: 18px; }
.filmfontPrevYears	{ font-family: verdana; font-size: 14px; }
.title 				{ font-family: arial; font-size: 20px; }
.ratings 			{ font-family: arial; font-size: 14px; font-weight: bold; color: #770077; }

/* ffxi stuff */
.missionHeaders 	{ font-family: verdana; font-size: 12px; font-weight: bold;}
.missionContent 	{ font-family: verdana; font-size: 12px;}
.missionFootnote	{ font-family: verdana; font-size: 9px;}

/* tables */
.tb00 {background-color: #ffffff; font-size: 12px;}	/* white - content */
.tb04 { font-size: 13px; font-weight:bold; color:#FFFFFF; background-color:#000066; }	
.tb06 {background-color: #D4FAE5; }	/* light green - foods */
.tb07 {background-color: #ECC5F8; } /* light purple - films */
.tb08 {background-color: #c3d6d1; font-size: 14px;} /* light blue - pic of moment */ 
.tb09 {background-color: #d3d3d3; } /* light grey - blathers */

/* new css style stuff */

.notLoggedIn	{ font-family: arial; font-size: 13px; color: #FF0000; }
.box			{ border: thin dashed rgb(255,0,0); }

/* site objects */

#header 		{}
#footer			{}

/* site design */
.widget			{ 	border: thin solid #c3d6d1;
					width: 200px; }
.widgetLabel	{ 	background-color: #c3d6d1;
					font-size: 14px;
					font-weight: bold; }
.widgetText		{	font-size: 11px; }

