/*
#
#  GreatWebScripts    http://www.GreatWebScripts.com
#
#  Copyright (c)2006, GreatWebScripts . All rights reserved.
#
#  No portion of this content may be copied, distributed or reproduced for any
#  reason without the express written cfonsent of the owner. Federal copyright
#  law prohibits unauthorized reproduction by any means and imposes severe fines
#  for violation.
#

#
#  $RCSfile: ratings_admin.css,v $ $Revision: 1.12 $   $Date: 2008-12-04 20:53:04-05 $
#
*/

.adminannouncement
{
  font-size: 16pt;
  color: blue;
}

.adminwarn
{
  margin-left: 5%;
  margin-right: auto;
  width:90%;
  text-align:center;

  font-size:10pt;
  font-weight:bold;
  color:red;
  background-color:yellow;
}

/* Notifies the admin his site is shutdown */
.admin_shutdown_admin
{
  margin-left: 5%;
  margin-right: auto;
  width:95%;

  border: 4px solid red;
  background: #ffff44;
  color: black;

  font-size:1.2em;
  font-weight:bold;
  text-align:center;

  margin-top: 20px;
  margin-botton: 20px;
  padding-botton: 10px;
}

.admintable
{
  width: 100%;
  border: 1px solid #0000ff;

  background-color:#f0f0f0;
  color:#000000;
  font-size:1.0em;
}


.admintablecaption
{
  background-color:#ccccff;
  margin: 2px 2px 2px 2px;

  color:#000000;
  font-size:1.0em;
  font-weight:bold;
  text-align:center;
}

.admintablecaptionTD
{
  border: 1px solid black;
}

.adminsetupTITLE
{
  background-color:#f7f7f7;
  font-weight:bold;
  font-size:1.05em;
}

.adminsetscoring      { background-color:#ccccff; }
.adminsetupsafe       { background-color:#aaffaa; }
.adminsetupfolders    { background-color:#ddffdd; }
.adminsetupums        { background-color:#ddddff; }
.adminsetupcaution    { background-color:#ffffcc; }
.adminsetupdont       { background-color:#ffaaaa; }
.adminsetuplogging    { background-color:#eecc99; }
.adminsetuppopularity { background-color:#9999cc; }



tr.listsiteHead
{
  background-color:#e0e0e0;
}

td.listsiteHead
{
  color:#0000ff;
  text-align:center;
  font-size:1.02em;
  font-weight:bold;
}

tr.listsite
{
  background-color:#ffffff;
}

td.listsite
{
  color:#000000;
  text-align:left;
  font-size:1.0em;
}

/* Standard Configuration Labels */
.name
{
  font-size:10pt;
  font-weight:bold;
  color:#000000;
  text-align:right;
}

.nameL
{
  font-size:10pt;
  font-weight:bold;
  color:#000000;
  text-align:left;
}

.nameexplain
{
  font-weight:normal;
  font-size:8pt;
  color:#333333;
}

.value
{
   font-size:10pt;
   text-align:left;
}



/* Standard Field Label */
.label
{
  font-weight: bold;
}

/* Standard Field Label (right aligned) */
.labelR
{
  font-weight: bold;
  width:100%;
  text-align:right;
}

.labelexplain
{
  font-weight:normal;
  font-size:8pt;
  font-style:italic;
  padding-right:5px;
}

.labelimportant
{
  font-weight:bold;
  font-size:1.1em;
  color:red;
}



/* Builtin UMS */
.fieldtable
{
  width: 100%;
  border-width: 1px;
  border-style: outset;
  border-color: black;
  border-collapse: separate;
  background-color: white;

  font-weight:bold;
}

.fieldtitle_row
{
   text-align:center;
   background:#cccccc;
}

.fieldtitle
{
   text-align:center;
   color:black;
   font-weight:900;
}

/* Table Rows */
.oddrow    {background-color: #e7e7e7;}
.evenrow   {background-color: #f5f5f5;}
.hiliterow {background-color: #ffff66;}


/*                     */
/* Admin Buttons       */
/*                     */
.buttonSave
{
   background-color:#c0ffc0;
   cursor:pointer;
   font-weight:bold;
}

.buttonDelete
{
   background-color:#ff3030;
   cursor:pointer;
   font-weight:bold;
}

.buttonContinue
{
   background-color:#f0ffff;
   cursor:pointer;
   font-weight:bold;
}



/*                     */
/* Navigation Buttons  */
/*                     */
.NavRow
{
    background-color:#ccccff;
}


.NavLinkItem /* Individual Menu Items */
{
 font-family: Arial, Helvetica, sans-serif;
 font-size:0.8em;
 font-weight: Bold;
 color: #0000ff;
 background-color:transparent;
 text-decoration: none;
 border: 1px solid black;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}

.NavLinkItem-selected /* Individual Menu Items */
{
 font-family: Arial, Helvetica, sans-serif;
 font-size:0.8em;
 font-weight: Bold;
 color: #0000ff;
 background-color:#cccccc;
 text-decoration: none;
 border: 1px solid red;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}

.NavLinkItem-mouseover /* Individual Menu Items */
{
 font-family: Arial, Helvetica, sans-serif;
 font-size:0.8em;
 font-weight: Bold;
 background-color: #b0b0f0;
 text-decoration: none;
 border: none;
 cursor: pointer;
 border: 1px solid red;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
}



.submitButton { font-family: Arial, Helvetica; font-size: 10pt; font-weight: 800; color: #000000; background-color:#33ff33; }

tr.DATA { color: #000000; font-family: arial; background-color: #6699ee;}
tr.BUTTONS { color: #000000; font-family: arial; background-color: #eeeeee;}

tr.LOGFILE {width:100%; color: #000000; font-family: arial; background-color: #6699ee;}
td.LOGFILE {  font-weight:bold; }

/* tr.oddrow  {background-color: #e7e7e7;} */


/*                              */
/* Display: Transaction Log     */
/*                              */

.admintableentry
{
  background-color:#cccccc;
  color:#000000;
  font-size:10pt;
  font-weight:bold;
}

.admintablelabel
{
  color:#0000ff;
  font-weight:bold;
}

.admintablelabelnote
{
  font-size:0.85em;
  color:#000000;
}

.adminlogTable
{
  border: 1px solid black;
  background: #e0e0e0;
  width:100%;
}

.adminlogTRNotice
{
  background:#eeeeee;
}

.adminlogTRActivity
{
  background:#99ff99;
}

.adminlogTREvent
{
  background:#77cc77;
}

.adminlogTRWarning
{
  background:#ffff00;
}

.adminlogTRError
{
  background:#ff9999;
}

.adminlogTRFatal
{
  background:#ff3333;
}


.adminlogTD
{
  font-size:10pt;
  padding:2px;
  border-bottom: 1px solid #e0e0e0;
}

.adminfilter
{

}

/*                                        */
/* Display: Response to User Requests     */
/*                                        */

.requestLabelMember
{
  font-color:red;
}

.responseTable
{
  width: 100%;
  text-align:left;

  border: 1px solid #0000ff;

  background-color:#f0f0f0;
  color:#000000;
  font-size:1.0em;
}


/*                              */
/* Display: Category List       */
/*                              */

.categoryTable
{
  border-spacing: 2px 3px;  /* Horizontal, Vertical */

  width: 100%;

  text-align:center;
  border: 1px solid black;
}

.categoryTableTD
{
  padding: 5px 2px 5px 2px;
  font-weight:bold;
}

.categoryTableCategorySelect
{
  float:right;
}


/*                              */
/* Display: Visits List       */
/*                              */

.visitTable
{
  border-spacing: 0px 3px;  /* Horizontal, Vertical */
  width: 100%;
  text-align:center;
  border: 1px solid black;
}

.visitTableTD
{
  padding: 0px 2px 0px 2px;
  padding: 0px 2px 0px 2px;
  font-weight:bold;
}

.visitTableCategorySelect
{
  float:right;
}



/*                            */
/* Display: Review List       */
/*                            */

.reviewListTD
{
  padding: 5px 2px 5px 2px;
  font-weight:bold;
}
