/*
#
#  GreatWebScripts    http://www.GreatWebScripts.com
#
#  Copyright (c)2006-2008, 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: gws_ums_builtin.css,v $ $Revision: 1.3 $   $Date: 2008-12-04 20:52:23-05 $
#
*/


/* Builtin User-admin Controls */
.topmenu
{
  width:96%;
  background-color:#dddddd;
  border: 2px solid #FB7D00;

  margin-top:0px;
  margin-bottom:0px;
  margin-left:1%;
  margin-right:1%;
  padding-left:1%;
  padding-right:1%;
  height: 18px;
  
}

.topmenuDiv
{
  float:left;
  text-align:left;
  background-color:transparent;
}

/* Top Menu Display of Username */
.topmenuUsername
{
  float:right;
  text-align:right;
  padding-right:5px;

  font-weight:bold;
  color:black;
}

.topmenuUsernameRoot
{
  float:right;
  text-align:right;
  padding-right:5px;

  font-weight:bold;
  color:red;
}

.topmenuUsernameAdmin
{
  float:right;
  text-align:right;
  padding-right:5px;

  font-weight:bold;
  color:green;
}


.pageHeading
{
  font-size:0.8em;
  font-weight:bold;
  text-align:center;

  width:80%;
  margin-left:10%;
  margin-right:auto;

  margin-top:1.2em;
  margin-bottom:1.2em;

  color:green;
  background-color:white;

  border: 1px solid #FB7D00;
}

.logintable
{
  background:#eeeef7;
  text-align: center;
  border: 1px solid #FB7D00;

  padding-left: 25px;
  padding-right: 25px;
}

.logintable_tr
{
}

.logintable_tr_notice
{
  border: 1px solid red;
  padding-top: 10px;
  padding-bottom: 10px;

  font-weight:bold;
  font-size:1.0em;

  color:#000000;
  background:#f0f0f0;
}

.logintable_tr_spam
{
  background:#ffff99;
}

.logintable_td
{
  text-align:center;
  font-size:1.2em;;
  font-weight:bold;
  color: blue;
  padding-bottom:10px;
}


.logintable_td_separator
{
  text-align:center;
  font-weight:bold;
  color: black;
  padding-top:15px;
  padding-bottom:10px;
}

.logintable_prompt
{
  padding-top:12px;

  font-weight:bold;
  font-size:0.9em;
  color:blue;
}

.formbuttons
{
  width: 100%;
  padding-top:12px;

  border-top:1px solid #cccccc;
}


/* Text Link as a Submit Button */
.submitLink
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: Bold;
 color: #0000FF;
 background-color: transparent;
 text-decoration: none;
 cursor: pointer;
 border:none;
}

.submitLink-mouseover
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: Bold;
 color: #000000;
 background-color: #ffff00;
 text-decoration: none;
 cursor: pointer;
 border:none;
}

/* Label to use with submitLink */
.submitLabel
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: Bold;
 color: #000000;
 background-color: transparent;
 text-decoration: none;
 border:1px solid black;
}


.fieldname
{
  font-size:1.0em;
  font-weight:bold;

  color:#000000;
  text-align:right;
}

.fieldvalue
{
   font-size:10pt;
   font-weight:bold;
   text-align:left;
}

.fieldvalue_ro
{
   font-size:1.0em;
   text-align:left;
   color:#aaaaaa;
}

.doItButton { font-family: Arial, Helvetica; font-size: 10pt; font-weight: 800; color: #000000; background-color:#ccffcc; }
.cancelButton { font-family: Arial, Helvetica; font-size: 10pt; font-weight: 800; color: #000000; background-color:#ffff33; }
.continueButton { font-family: Arial, Helvetica; font-size: 10pt; font-weight: 800; color: #000000; background-color:#f0f0ff; }

.ums_panel_error
{
  width:100%;
  text-align: center;
  font-weight:bold;
  font-size:1.1em;

  background-color:transparent;
  color: red;
}

.ums_panel_message
{
  width:100%;
  text-align: center;
  font-weight:bold;
  font-size:1.1em;

  background-color:transparent;
  color: blue;
}


/* Submit button as image */
.ums_submitimage
{
  width: 40px;
  margin:0px;
  display:inline;
}




/* Top of each page (ratings_header) */
.errormsg
{
  padding: 10px 10px 10px 10px;
  margin: 10px 10px 10px 10px;
  background:white;
  color: red;

  width: 80%;
  margin-left:10%;
  border: 2px solid red;

  font-size:1.1em;
  font-weight:bold;
  text-align:center;
}

.messages
{
  padding: 10px 10px 10px 10px;
  margin: 10px 10px 10px 10px;
  background:white;
  color: blue;

  width:80%;
  margin-left:10%;
  border:2px solid blue;

  font-size:0.9em;
  font-weight:bold;
  text-align:center;
}


.pagemessages
{
  padding: 10px 10px 10px 10px;
  margin: 10px 10px 10px 10px;
  background:white;
  color: black;

  width:80%;
  margin-left:10%;
  border:2px solid green;

  font-size:0.9em;
  font-weight:bold;
  text-align:center;
}





/************
.errormsg
{
  margin-left: 5%;
  margin-right: auto;
  width:95%;

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

  border: 2px solid red;
  color: black;
  background: white;

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

}

.message
{
  margin-left: 5%;
  margin-right: auto;
  width:95%;
  border: 2px solid green;

  font-size:1.1em;
  font-weight:bold;
  text-align:center;
  color: green;
  background: white;

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


/* 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;
}



/*CSS for pop up hint box */
#hintbox{
   position:absolute;
   top: 0;
   background-color: #ffff99;
   width: 150px; /*Default width of hint.*/
   padding: 3px;
   border:1px solid black;
   font:normal 11px Verdana;
   line-height:18px;
   z-index:100;
   border-right: 3px solid black;
   border-bottom: 3px solid black;
   visibility: hidden;
}

/*CSS for link that shows hint onmouseover*/
.hintanchor
{
   font-size:9pt;
   font-weight: bold;
   color: navy;
   margin: 3px 8px;
}


