﻿/*----------------------------------------------------------
non-shared css
----------------------------------------------------------*/

/* SUBMENU
----------------------------------------------------------*/
#submenu
{
	padding: 0;
}

#submenu ul
{
	list-style-type: none;
	margin: 0;
	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	padding: 0;
}

#submenu ul li
{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	color: #999;
	top: 4px;
	position: relative;
}

#submenu ul li a:link, 
#submenu ul li a:visited, 
#submenu ul li a:active
{
	font-size: 75%;
	color: #619229;
	text-decoration: none;
}

#submenu ul li a:hover
{
	color: #000;
}

/* GENERICLIST CONTROL  
----------------------------------------------------------*/
#genericList
{
	width: 100%;
	font-size: 80%;
	border-collapse: collapse;
	margin: 10px 0 0 0;
	padding: 0;
}

#genericList .alt
{
	background: #f3f3f3;
}

#genericList td
{
	vertical-align: top;
	padding: 7px 4px 7px 4px;
	line-height: 20px;
}

/* USERLIST CONTROL  
----------------------------------------------------------*/
#userList
{
	width: 100%;
	font-size: 80%;
	border-collapse: collapse;
	margin: 10px 0 0 0;
	padding: 0;
}

#userList .alt
{
	background: #f3f3f3;
}

#userList td
{
	vertical-align: top;
	padding: 7px 4px 7px 4px;
	line-height: 20px;
}

/* SETUPLIST  
----------------------------------------------------------*/
.setuplist
{
	margin: 0;
	list-style: none;
}

.setuplist .selected, .setuplist .selected a
{
	margin: 0;
	padding-left: 2px;
	background-image: none;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #518219;
}

.setuplist .notselected, .setuplist .notselected a
{
	margin: 0;
	padding-left: 2px;
	line-height: 22px;
	background: #fff;
	text-decoration: underline;
	color: #000;
}

.setuplist .cantselect, .setuplist .cantselect a
{
	margin: 0;
	padding-left: 2px;
	line-height: 22px;
	background: #fff;
	text-decoration: none;
	color: #777;
}

/* PAYMENTLIST CONTROL  
----------------------------------------------------------*/
#paymentList
{
	width: 100%;
	font-size: 80%;
	border-collapse: collapse;
	margin: 10px 0 0 0;
	padding: 0;
}

#paymentList .alt
{
	background: #f3f3f3;
}

#paymentList td
{
	vertical-align: top;
	padding: 7px 4px 7px 4px;
	line-height: 20px;
}

/* EVENTLIST  
----------------------------------------------------------*/
.eventList
{
	margin: 0;
	list-style: none;
}

.eventList .selected, .categorylist .selected a
{
	margin: 0;
	padding-left: 2px;
	background-image: none;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #D75E09;
}

.eventList .notselected, .categorylist .notselected a
{
	margin: 0;
	padding-left: 2px;
	line-height: 22px;
	background: #fff;
	text-decoration: underline;
	color: #000;
}

