/* CSS Document */

td.category { background-color:#CCCCCC;font-family:Arial,Helvetica;font-weight:normal;font-size:7pt;text-align:center; }
td.item     { background-color:#EEEEEE;font-family:Arial,Helvetica;font-weight:normal;font-size:8pt;text-align:center; }
td.itemb    { background-color:#F5F5F5;font-family:Arial,Helvetica;font-weight:normal;font-size:8pt;text-align:center; }  
td.brand    { background-color:#FFFF00;font-family:Arial,Helvetica;font-weight:bold;font-size:12pt;text-align:center; }
td.name     { background-color:#FFFFAA;font-family:Arial,Helvetica;font-weight:bold;font-size:8pt;text-align:center; }
td.nameb    { background-color:#FFFFDD;font-family:Arial,Helvetica;font-weight:bold;font-size:8pt;text-align:center; }

.red		{ background-color:#FF9999;}
.gre		{ background-color:#99FF99;}
.blu		{ background-color:#9999FF;}

.cya		{ background-color:#99FFFF;}
.yel		{ background-color:#CCCC88;}
.pur		{ background-color:#FF99FF;}

.red2		{ background-color:#FFCCCC;}
.gre2		{ background-color:#CCFFCC;}
.blu2		{ background-color:#CCCCFF;}

.cya2		{ background-color:#99CCCC;}
.yel2		{ background-color:#999988;}
.pur2		{ background-color:#CC99CC;}

#regex	{ 
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	border-bottom-style:ridge;
	border-left:none;
	border-top:none;
	border-right:none;
}

body{
	background-color:#EEEEEE;
}
th {
	font-family:Arial, helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
td {
	font-family:Arial, helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
tt {
	font-family: 'Andale Mono', 'Lucida Console', monospace;
}
tt.regex {
	white-space: nowrap;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-color: #FF6600;
	background-color: #FFF4E8;
}
tt.match {
	white-space: nowrap;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-color: #0066FF;
	background-color: #E8F4FF;
}
tt.string {
	white-space: nowrap;
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-color: #00A000;
	background-color: #E0FFE0;
}
tt.code {
	white-space: nowrap;
}

#RegexDocumentation{
	position:absolute;
	background-color:white;
	top:100px;
	left:30%;
	border:3px solid #C04C00;
	display:none;
}

#DocHeader{
	width:600px;
	height:30px;
	background-color:#181818;
	color:white;
	font-size:16pt;
}

#DocBody{
	overflow:auto;
	width:600px;
	height:500px;
}

#RegexDocumentation h1 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #C04C00;
	margin-left: 10px;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: solid #C04C00 3px;
	padding-bottom: 3px;
}

