/* Style Sheet for Link List Script - User Pages */

/* Fonts */

body, table, td {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	}

input, select {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	}

a:link {
	color:#009999;
	}

a:visited {
	color:#006666;
	}

a:hover {
	color:#00CCCC;
	}

.heading { /* Page headings and welcome messages */
	font-size:14px;
	font-weight:bold;
	}

.subhead { /* Page subheads */
	font-size:11px;
	font-weight:bold;
	}

.userstats { /* User statistics, if displayed */
	margin-left:10px;
	}

.useroptions { /* User statistics, if displayed */
	margin-left:10px;
	}

.usermessage {
	font-size:11px;
	font-weight:bold;
	}

.errormessage {
	margin-left:10px;
	font-size:11px;
	font-weight:bold;
	color:red;
	}

.note {
	font-size:10px;
	}

.important {
	font-weight:bold;
	color:red;
	}

.importantnote {
	font-size:10px;
	color:red;
}

.llthead { /* table headings */
	font-size:11px;
	font-weight:bold;
	}

.lltbody { /* table body text */
	font-size:11px;
	}

.form1 { /* Used for most forms to make them play nice without abusing tables */
	padding:0px;
	margin:0px;
	}

.pagehead { /* Heading of pages  */
	font-weight:bold;
	}

.pagefoot { /* Footer of pages */
	font-size:10px;
	}

/* These classes are NEW in version 2.2 */

.lightrow { /* Light row in the user site list */
	background-color:#E8E8E8;
	border-bottom:1px solid #B5B5B5;
	}

.darkrow { /* Dark row in the user site list */
	background-color:#CFCFCF;
	border-bottom:1px solid #B5B5B5;
	}

.fineline { /* Should be the same color as the border for .darkrow */
	background-color:#B5B5B5;
	}		
	
/* These classes are NEW in version 3.0 */

/* Graphical input buttons */
.editbutton {
	font-size:11px;
	cursor:pointer;
	vertical-align:bottom;
	height:16px;
	text-indent:6px;
	padding:0px 0px 0px 12px;
	color:black;
	background:transparent;
	background-repeat:no-repeat;
	border:0px solid gray;
	background-image:url(../admin/images/ico-edit.gif);
	}
