/*==[ Weblaw CSS File ========================================================================
Font sizes
xx-small == 7pr
x-small == 9pt
medium == 11pt
large == 13pt

*/
body {
       background-color: white;
       margin: 0px;
       font-family: arial, sans-serif;
}
ul, .smalltext {
       font-size: 75%; 
}
.bodytext {
	font-size: 85%; 
}
ul.aboutus {
       list-style-image: url(images/orangebull.gif);
}
ul.onthissite {
       list-style-image: url(images/lightpurplebull.gif);
}
ul.subjects {
       list-style-image: url(images/yellowshade.gif);
       margin-left: <?php echo $margin; ?>;
}
a.subjectlink {
       text-decoration: none;
       color: black;
}



/*
BODY {
   	/*background: #F8F8E8;*/
	font-family: Arial, Helvetica, sans-serif;
}

.font-family {
	font-family: Arial, Helvetica, sans-serif;	
}

body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0
}
*/
/*--Text-Mark-Up-----------------------------------------------------------------*/
.error-notify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000
}

/*--Various-sized-WHITE------------------*/
.txt-vsml-bld-wh  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #FFFFFF
}
.txt-sml-bld-wh  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF
}
.txt-med-bld-wh  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF
}
.txt-lge-bld-wh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF
}
.txt-sml-wh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF
}
/*-- eric added -----------------------------------------------------------------*/

.txt-sml-bld-it-wh  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #FFFFFF
}
.q {
	text-decoration: none; 
	color: #000000;
}

.txt-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt; 
	color: #f8f8e8; 
	font-weight: Bold; 
	text-align: center;
}

.txt-title-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt; 
	color: #4e810a; 
	font-weight: Bold; 
}
.txt-title-sub-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #6A0B67 ; 
	font-weight: Bold; 
	text-decoration: none
}

.data_exists {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:teal 
}

.data_new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000 
}

.system_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #ff0000
}

.system_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #6A0B67;
	text-decoration: none
}

.bare_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #086060;
	text-decoration: none
}

.url_link {
	font-family: Arial, Helvetica, sans-serif;
	color: #6A0B67;
	text-decoration: none
}
.url_link_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6A0B67;
	text-decoration: none
}
/*-- end of eric added -----------------------------------------------------------------*/

/*--Various-sized-BLACK------------------*/
.txt-vsml-bk  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;

	color: #000000
}
.txt-sml-bld-bk  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000
}
.txt-med-bld-bk  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000
}
.txt-med-bk  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000
}
.txt-lge-bld-bk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000
}
.txt-sml-bk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000
}
.txt-tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2pt;
	color: #000000
}

/*==[TABLE CELLS]====================================================================================*/
.global-cell {
	background-color : #FFFF99;
}
.local-cell {
	background-color : #FF9933;
}

.title-lge-wh-cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660066;
}

.title-med-wh-cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: Olive;
}

.title-sml-wh-cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #f8f8e8;
	background-color: #660066;
}
