<?

require("includes/config.inc.php");

$URL = $cfg['URL'];
$Path = $cfg['Path'];

echo <<< CSS

body {
  behavior:				url('$Path/csshover.htc');
}

body.bg {
  overflow: 			-moz-scrollbars-vertical;
  background-color:		#d2cfca;
  background-image:		url('$URL/images/bg.jpg');
  background-repeat:	repeat-x;
}

body.bg2 {
  background-color:		#81BDEB;
}

body, div, span, ul, li, p, td {
  font-family:			Tahoma,Arial;
  font-size:			11px;
  color:				#333333;
}

a:link {
  text-decoration:		underline;
  color:				#FF6600;
}

a:active {
  text-decoration:		underline;
  color:				#FF6600;
}

a:visited {
  text-decoration:		underline;
  color:				#548DD4;
}

a:hover {
  text-decoration:		underline;
  color:				#FF6600;
}

a.path:link {
  text-decoration:		none;
  color:				#BF0404;
  font-weight:			normal;
}

a.path:active {
  text-decoration:		none;
  font-weight:			normal;
  color:				#BF0404;
}

a.path:visited {
  text-decoration:		none;
  color:				#BF0404;
  font-weight:			normal;
}

a.path:hover {
  text-decoration:		underline;
  color:				#BF0404;
  font-weight:			normal;
}

a.lite:link {
  text-decoration:		none;
  color:				#FFFFFF;
  font-weight:			normal;
}

a.lite:active {
  text-decoration:		none;
  color:				#FFFFFF;
  font-weight:			normal;
}

a.lite:visited {
  text-decoration:		none;
  color:				#FFFFFF;
  font-weight:			normal;
}

a.lite:hover {
  text-decoration:		underline;
  color:				#FFFFFF;
  font-weight:			normal;
}

.menu-cat {
  font-size:			11px;
  font-family:			Tahoma,Arial;
  font-weight:			bold;
  color:				#FFFFFF;
  filter:				progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color='#333333',Positive='true');
  width:				100%;
}

.big-headline {
  font-family:		Trebuchet MS, Tahoma,Arial;
  font-size:		17px;
  color:			#FF6600;
  font-weight:		normal;
  padding:			0px;
  margin:			0px;
}

.med-headline {
  font-family:		Tahoma,Arial;
  font-size:		11px;
  color:			#000000;
  font-weight:		bold;
  padding:			0px;
  margin:			0px;
  padding-bottom:	4px;
}

.small-headline {
  font-family:		Tahoma,Arial;
  font-size:		11px;
  color:			#FF6600;
  font-weight:		bold;
}

.text {
  line-height:			12pt;
}

.box-border {
  background-color:		#5B5B5B;
}

.box-header {
  font-size:			11px;
  font-family:			Tahoma,Arial;
  font-weight:			bold;
  color:				#FFFFFF;
  filter:				progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color='#333333',Positive='true');
  width:				99%;
}

.box-bg {
  background-color:		#F8F9F9;
}

.table-border {
  background-color:		#333333;
}

.table-bg {
  background-image:		url('$URL/images/table-bg.gif');
  background-repeat:	repeat-y;
  background-color:		#F9FAFA;
}

.table-header {
  background-image:		url('$URL/images/table-header.gif');
  background-repeat:	no-repeat;
  background-color:		#F29494;
  font-size:			11px;
  font-family:			Tahoma,Arial;
  font-weight:			bold;
  color:				#000000;
}

.border {
  background-color: #333333;
}

form {
  margin:		0px;
  padding:		0px;
}

.bgcolor1 {
  background-color:	#ffffff;	//change to match template
}

.bgcolor2 {
  background-color:	#F6F7F7;	//change to match template
}

.top {
  width:				100%;
  height:				100%;
  filter:				progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#C30404, gradientType='1')
}

.footer {
  color:				#000000;
  width:				100%;
  height:				39px;
  filter:				progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#C30404, gradientType='1')
}

.solid {
  background-color: 	#FF6600;
}

.warning {
  color:				red;
}

.success {
  color:				green;
}

.select {
  font-family:	Tahoma, Arial;
  font-size:	11px;
  border-style: solid;
  border-width: 1px;
  border-color:	#666666;
  color: #666666;
}

.field {
  font-family:	Tahoma, Arial;
  font-size:	11px;
  border-style: solid;
  border-width: 1px;
  border-color:	#666666;
  height:		17px;
  padding-left: 2px;
  font-weight: bold;
  color: #666666;
}

.field-lit {
  font-family:	Tahoma, Arial;
  font-size:	11px;
  border-style: solid;
  border-width: 1px;
  border-color:	#666666;
  height:		17px;
  padding-left: 2px;
  font-weight: bold;
  color: #666666;
  border-color: #FF6600;
}

.button {
  font-size: 11px;
  font-family: Tahoma, Arial;
}

.field-cell {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #FF6600;
}

.field-cell-unbold {
  color: #FFFFFF;
  background-color: #FF6600;
}

.field-cell-unbold a {
  color: #fff;
}

.field-cell-unbold a:visited {
  color: #fff;
}

.field-cell-unbold a:active {
  color: #fff;
}

.field-cell-unbold a:hover {
  color: #fff;
}

.small {
  font-size: 11px;
}

.smaller {
  font-size: 10px;
}

.smaller-lite {
  font-size:10px;
  color: #666666;
}

.cell-frame {
  border-style: solid;
  border-color: #d2d2d2;
  border-width: 1px;
  background-color: #fafafa;
  padding: 12px;
}

CSS;

?>
