/*
	Stylesheet for Ad Libitum by Proventum Solutions
	Copyright Proventum Solutions, 2001
	Author		: FD/JRM
	CVS Version : 2.0
	Theme		: Shine Editor

 --Index----------------
	1. Standard Tags
	2. Special Additions to Standard Tags
	3. Tabs and Submenu
	4. Modual Preview
	5. Lists
*/



/* 1. Standard Tags -------------------------------------------------- */

BODY {
	margin: 0px;
//	background-image: url(/images/bg.gif); 
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #555555;
	}

P, TABLE, TD {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #555555;
	}

A:link {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #555555;
	font-weight: bold; text-decoration: underline;
	}
A:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #555555;
	font-weight: bold; text-decoration: underline;
	}
A:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #d32e4d;
	font-weight: bold; text-decoration: underline;
	}
A:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #d32e4d;
	font-weight: bold; text-decoration: underline;
	}

SMALL {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #555555;
	}

H1, BIG {
	font-family: Verdana, Arial, Helvetica;
	font-size: 21px;
	font-weight: bold;
	color: #888888;
	}

H2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
	color: #555555;
	}

H3, EM {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	}

HR {
	style: noshade;
	color: #d32e4d;
	height: 2px;
	}

IMG {
	border-color: #808D94;
	}

INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #dddddd;
	}

/* end 1. Standard Tags ------------------------------------------------ */



/* 2. Special Additions to Standard Tags ------------------------------- */

/* Use on TD containing the top items:
	logo, right image, tab/submenu table */
.top-bg {
	background-color: #;
	}

/* Use on logo.gif IMG to create space around it */
.logospace {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}

/* Use on TD for error messages to the user */
.msg {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0000;
	}

/* Use on TD for notice messages to the user */
.notice {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0000FF;
	}

/* Use on TD to create a box on special message pages
	such as the login page */
.boxborder {
	background-color: #000000;
	}

/* Use on TD creating columns in the content area */
.small-col {}
.col-split {}
.wide-col {
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	}

/* end 2. Special Additions to Standard Tags ------------------------- */



/* 3. Tabs and Submenu ----------------------------------------------- */

/* Use on unselected tab A HREF */
A.tab:link {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	vertical-align: bottom;
	}
A.tab:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	vertical-align: bottom;
	}
A.tab:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
	}
A.tab:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;	
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;
	}

/* Use on selected tab and submenu A HREF */
A.tabhigh:link {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
	}
A.tabhigh:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
	}
A.tabhigh:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
	}
A.tabhigh:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	vertical-align: bottom;
	}

/* end 3. Tabs and Submenu ------------------------------------------- */



/* 4. Modual Preview ------------------------------------------------- */

/* Use on TD containing the preview and list title/name */
.listhead {
	background-color: #d32e4d;
/*	background-color: #696999;*/
	font-family: Verdana, Arial, Helvetica;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	}

/* Use on A HREF if the title/name is a link */
A.listhead:link {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
A.listhead:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
A.listhead:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
A.listhead:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

/* Use on TD containing the preview content */
.preview-bg {
   border: 1px solid #ccc;
   padding:5px;
   font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	background: url('/images/preview-bg.gif');
	}

/* Use on A HREF in preview content */
A.preview-link:link {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: normal; text-decoration: none;
	}
A.preview-link:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
        font-weight: normal; text-decoration: none;
	}
A.preview-link:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: normal;  text-decoration: underline;
	}
A.preview-link:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: normal;  text-decoration: underline;
	}

/* end 4. Modual Preview ---------------------------------------------- */



/* 5. Lists ----------------------------------------------------------- */

/* First line = line 0, hence even line numbers */
.list0 {
   padding-left:5px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #222222; 
	background-color: #ffffff;
	}

/* Use on A HREF in even line numbers */
A.list0:link {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #222222; 
	font-weight: normal; text-decoration: none;
	}
A.list0:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #222222; 
	font-weight: normal; text-decoration: none;
	}
A.list0:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000; 
	font-weight: normal; text-decoration: none;
	}
A.list0:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	font-weight: normal; text-decoration: none;
	}

/* Second line = line 1, hence odd line numbers */
.list1 {
   padding-left:5px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #222222; 
	text-decoration: none;
	background-color: #dddddd;
	}

/* Use on A HREF in odd line numbers */
A.list1:link {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #222222;
	font-weight: normal; text-decoration: none;
	}
A.list1:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #222222;
	font-weight: normal; text-decoration: none;
	}
A.list1:active {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	font-weight: normal; text-decoration: none;
	}
A.list1:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	font-weight: normal; text-decoration: none;
	}

/* end 5. Lists -------------------------------------------------------- */

/* dynCalendar classes */
.dynCalendar_header{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	
}	
.dynCalendar_dayname {
	background-color: #d2d2c6;
	border: 1px solid #eeeeee;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
	color: #000000;
}


.dynCalendar_dayname_weekend {
	background-color: #A0A094;
	border: 1px solid #eeeeee;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;	font-size: 8pt;
	text-align: center;
	color: #fefefe;
}

.dynCalendar_day {	background-color: transparent;
	color: #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.dynCalendar_today {
	background-color: transparent;	border: 1px solid #ff0000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	
}

.dynCalendar {
	background-color: #c0c0c0;	border: 2px outset white;
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 1px;
}


.dynCalendarInput {
	border: none; 
	border-width: 1px 1px 1px 1px; 
	border-color:transparent;
  	background-color:transparent;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #082171;
	width: 27;
	height: 15;
	halign: left;
}

