/* Style sheet for Jenkins PA Law project */

/*
 * -----------------------------------------------------------------------
 *  Copyright (c) 2002-2003,  Jenkins Law Library  All rights reserved
 *  RCSID $Id: palaw.css,v 1.7 2004/07/21 17:28:15 nengard Exp $
 * -----------------------------------------------------------------------
 */

/*****************************************************************************/
/* Styles for the internal page layout
/*****************************************************************************/

body, .body
{
   font-family:       arial, helvetica, sans-serif;
   font-size:         12px;
   color:             #000000;
   background-color:  #ffffff;
   margin:            0px;
}

.maincontent
{
   font-family:       arial, helvetica, sans-serif;
   font-size:         12px;
   color:             #000000;
   background-color:  #ffffff;
   margin:            10px;
}

.bodysmall
{
   font-family: arial, helvetica, sans-serif;
   font-size:   11px;
   color:       #000000;
}

.bodybig
{
   font-family: arial, helvetica, sans-serif;
   font-size:   14px;
   color:       #000000;
}

.italic
{
   font-family:       Times New Roman, serif;
   font-size:         16px;
   font-style:        italic;
   color:             #000000;
   background-color:  #ffffff;
   margin:            0px;
}

body.blue {
   font-family:       arial, helvetica, sans-serif;
   background-color:  #CAD7DF;
   }

/*****************************************************************************/
/* Styles for the external page layout
/*****************************************************************************/

body.static, .static
{
   font-family:       arial, helvetica, sans-serif;
   font-size:         12px;
   color:             #000000;
   background-color:  #cccccc;
   margin:            0px;
}

/*****************************************************************************/
/* Link Styles
/*****************************************************************************/

/* original color scheme
 * a:link    {color: #0D1C51}
 * a:visited {color: #284620}
 * a:active  {color: #660000}
 */

a:link    {color: #006699}
a:visited {color: #666666}
a:active  {color: #333333}

a.admin:link {color: blue}
a.admin:visited {color: red}
a.admin:active  {color: red}

a.menu:link
{
    font-family: arial;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: #000000;
}

a.menu:visited
{
    font-family: arial;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: #000000;
}

a.menu:hover
{
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    text-decoration: underline
    color: #000000;
}

/*****************************************************************************/
/* Menu Content Styles
/*****************************************************************************/

td.menu {
    background-color:  #FFFFCC;
    padding-bottom:    7px;
}
td.menu a {
    padding-left:      10px;
    font-size:         20px;
    font-family:       Arial, helvetica, sans-serif;
    font-weight:       bold;
    color:             #000077;
    text-decoration:   none;
    display:           block;
}
td.menu a:hover {
    padding-left:      10px;
    font-size:         20px;
    font-family:       Arial, helvetica, sans-serif;
    color:             #0000CC;
    background-color:  #CCCC99;
}

td.menu1  {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    background-color: #BAC9DB;
}

td.menu2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    background-color: #CAD7DF;
}
td.menuspacer {
    background-color: #555555;
    height:1px;
}

td.blue {
   background-color:#CAD7DF;
}

table.botbar {
    background-color: white;
}

td.botbar {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.botbar:link, .botbar:visited {
    font-family: Arial,helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
}

/*****************************************************************************/
/*  Main Content Styles
/*****************************************************************************/

td.content {
    background-color:  #FFFFFF;
    color:             #000000;
    padding-bottom:    20px;
}

/*****************************************************************************/
/*  Footer Content Styles
/*****************************************************************************/

td.footer {
    text-align:        center;
    background-color:  #000077;
    color:             #FFFFFF;
    padding-top:       20px;
    padding-bottom:    20px;
    font-family:       Arial, Helvetica, sans-serif;
    font-size:         75%;
}

td.footer a {
    color:             #FFFFFF;
}

.homeheader
{
   font-family: Arial, helvetica, sans-serif;
   font-size: 16px;
   color: #990000;
   font-weight: bold;
}

.homeheader1
{
    font-family:  arial, helvetica, sans-serif;
    color:        #000000;
    font-size:    16px;
    font-weight:  bold
}

.path
{
    font-family:  arial, helvetica, sans-serif;
    color:        #000000;
    font-size:    11px;
    line-height:  1.2
}

.blue { background-color:#CAD7DF;}

td.errmsg
{
   color:  red;
}

/*****************************************************************************/
/* Styles for the edit form                                                  */
/*****************************************************************************/
.edit-label {
    font-family:       Arial, Helvetica, sans-serif;
    font-weight:       bold;
    font-size:         10pt;
}

.edit-help {
    font-family:       "Times New Roman", Times, serif;
    font-style:        italic;
    font-size:         10pt;
    padding-left:      20px;
    vertical-align:    middle;
}

.edit-error {
    font-family:       Arial, Helvetica, sans-serif;
    font-size:         10pt;
    color:             #FF0000;
}

.edit-data {
    font-size:         10pt;
    white-space:       nowrap;
}


/*****************************************************************************/
/* Styles for edit-search screen                                             */
/*****************************************************************************/
.search-error {
    font-family:       Arial, Helvetica, sans-serif;
    font-size:         large;
    color:             #CC0000;
}

.search-prompt {
    font-family:       "Times New Roman", Times, serif;
}

.search-title {
    font-family:       Arial, Helvetica, sans-serif;
    font-size:         large;
    margin-top:        20px;
    margin-bottom:     40px;
}

/* Links in topbar template */
a.topbar:link, a.topbar:visited  {
    font-family: Arial,Helvetica,sans-serif;
    font-size:14px;
    color: white;
    background-color: #336699;
    text-decoration: none;
}

td.topbar {
    color: white;
    background-color:   #336699;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

.mainmenu:link {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #214672
}

.mainmenu:visited {
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    font-size: 14px;
    color: #214672
}

.mainmenu:hover {
    font-family: Arial, helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    color: #990000
}

.mainmenubold:link {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #990000
}

.mainmenubold:visited {
     font-family: Arial,Helvetica,sans-serif;
     text-decoration: none;
     font-size: 14px;
     color: #990000
}

.mainmenubold:hover {
    font-family: Arial, helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    color: #990000
}

.mainmenuboldb:link {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 14px;
   text-decoration: none;
   color: #000000
}

.mainmenuboldb:visited {
     font-family: Arial,Helvetica,sans-serif;
     text-decoration: none;
     font-size: 14px;
     color: #000000
}

.mainmenuboldb:hover {
   font-family: Arial, helvetica, sans-serif;
   text-decoration: none;
   font-size: 14px;
   color: #990000
}


/*****************************************************************************/
/* Styles for navpanel on results pages                                              *
/*****************************************************************************/

.navpanel {
   font-size:         80%;
}


input.submitbtn
{
	color:#3333;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#333;
	border-bottom-color:#333;
	background-color:#fff;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffCCCCCC');
	margin: 2 3 0 3;
}
input.btnhov
{
	color:#3333;
	border:1px solid;
	border-top-color:#ccc;
	border-left-color:#ccc;
	border-right-color:#999;
	border-bottom-color:#999;
	background-color:#fff;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffCCCCCC');
	margin: 2 3 0 3;
}

/*
 * $Log: palaw.css,v $
 * Revision 1.7  2004/07/21 17:28:15  nengard
 * put back missing ;
 *
 * Revision 1.6  2004/07/21 15:49:52  nengard
 * fixed times new roman
 *
 * Revision 1.5  2004/07/04 13:13:30  gary
 * Added link colors for the admin site
 *
 * Revision 1.6  2003/10/29 19:21:55  ndirato
 * Changed the link and visited link colors.
 *
 * Revision 1.5  2003/10/29 01:17:38  gary
 * Changed header and added version logging to the end of the file
 *
 * Revision 1.4  2004/03/10 18:37:25  ndirato
 * updated body definitions
 *
 * Revision 1.3  2004/02/27 19:42:32  ndirato
 * Removed dup styles
 *
 * Revision 1.2  2004/02/27 16:05:21  ndirato
 * Put in styles used in stylesheetstatic_rm under heading Styles for Static pages
 *
 * Revision 1.1  2004/02/27 13:53:17  gary
 * Initial checkin
 *
 */