
.c1 { background-color: #4766A6; color: #FFFFFF;}
.c2 { background-color: #A3B3D3; color: #1E3660; }
.c3 { background-color: #9DCC68; }
.c3b { background-color: #BEDD9C; }

.login
{
  color: #1E3660;
  font-size: 13px;
  font-family: arial;
  font-weight: bold;
}
table.loginbox
{
  background-color: #F1F1F1;
  border: 1px solid #336699;
}
td.loginimage
{
  padding: 2em;
}

body
{
}
a
{
  color: blue;
}
body, table, p
{
  font-family: arial, verdana;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}
#topstrip
{
  background-image: url(../images/menu-tab-active.gif);
  border-bottom: 1px solid black;
  font: bold 13px/18px arial;
  height: 22px;
  text-indent: 2px;
  margin-bottom: 4px;
}
#topstrip a
{
  color: blue;
}
#website_url
{
  position: absolute;
  top: 2px;
  left: 40%;
}
#todays_date
{
  position: absolute;
  right: 2px;
  top: 2px;
  text-align: left;
}
#logo
{
  background: url(../images/logo.gif) no-repeat;
  display: block;
  width: 180px;
  height: 90px;
}
#title
{
  position: absolute;
  top:  50px;
  left: 200px;
  font: 28px verdana;
}
#basic_title
{
  position: absolute;
  top:  20px;
  left: 200px;
  font: 18pt verdana;
}
#status
{
  position: absolute;
  top: 26px;
  right: 4px;
  width: 250px;
  height: 80px;
  border: 1px solid #CCCCCC;
  padding: 4px;
  font-size: 13px;
  text-align: right;
}
#status ul
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#status_left
{
  position: absolute;
  top: 20px;
  left: 10px;
  line-height: 2em;
}
#status_right
{
  position: absolute;
  top: 20px;
  right: 10px;
  line-height: 2em;
}
div#help, div.info
{
  color: #000000;
  border: 1px dashed #000000;
  margin: 1em;
  padding: 1em;
}
div.info p, div#help p 
{
  width: 100%;
  clear: both;
}
div.info p span, div#help p span
{
  display: block;
  float: left;
  width: 25em;
  line-height: 2.5em;
}
form
{
  margin: 0px;
}
div.section, form.section
{
  border: 3px solid #4766A6;
  border-top: 0px;
  margin: 1em;
}
div.head
{
  border-top: 3px solid #4766A6;
  background-color: #4766A6;
  font: 18px arial;
  color: #ffffff;
  line-height: 28px;
  padding-left: 4px;
}
div.subhead
{
  background-color: #A3B3D3;
  color: #1E3660;
  font: bold 13px arial;
  padding: 2px;
  padding-left: 1em;
}
div.controlbody
{
  width: 100%;
  padding: 1em;
  background-color: #EFEFDE;
  text-align: left;
}
/*temporary hack with IE*/
div.controlbody input, div.controlbody textarea 
{
  margin-left: -1em;
  margin-right: -1em;
}
div.controlbody textarea.textfile
{
  width: 100%;
  height: 500px;
  /*major hack for IE6 */
  margin-bottom: -1em;
  float: left;
  overflow-y: scroll;
}
div.controlbody iframe.richtext
{
  width: 100%;
  height: 500px;
}
div.controlbody textarea.small
{
  width: 100%;
  height: 200px;
  /*major hack for IE6 */
  margin-bottom: -1em;
  float: left;
}
div.controlbody textarea.event
{
  width: 100%;
  height: 200px;
  overflow-y: visible;
  /*major hack for IE6 */
  margin-bottom: -1em;
  float: left;
}

div.body
{
  padding: 1em;
}
div.body h3
{
}
div.body div
{
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
}
div.body div label
{
  vertical-align: top;
}
.section div label, .linktabsection div label
{ 
  width: 130px; 
  float: left;
}
/* .linktabsection */
.linktabsection
{
  padding: 1em;
}
.linktabsection div
{
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
}
.linktabsection div span
{
  vertical-align: top;
}
.linktabsection div span
{ 
  width: 10em; 
  float: left;
}

/* Functions */
p.row 
{
  font-size: 12px;
  padding: 1px;
}
p.rowon 
{
  background-color: #A3B3D3;
  font-size: 12px;
  padding: 1px;
}
span.item
{
}
span.item img
{
  margin-right: .3em;
}
span.item a
{
  color: #000000;
  text-decoration: none;
}
span.item a:hover
{
  color: #000000;
  text-decoration: underline;
}
span.function 
{
  font: 10px verdana;
  position: absolute;
  right: 1.4em;
  margin-right: 1.4em;
}
span.function a
{
  padding-left: .7em;
}
span.no_access
{
  color: #999999;
  padding-left: .7em;
}
b.required
{
  color: red;
  padding-left: .5em;
}
textarea
{
  width: 300px;
  overflow: hidden;
  height: 90px;
}
select
{
  width: 300px;
}
select.small
{
  width: 150px;
}
input.text, input.file
{
  width: 300px;
}
input.large, select.large
{
  width: 400px;
}
div.caption
{
  margin-left: 132px;
  font-size: 11px;
}
div.sectionlink, div.sectionlinkactive
{
  cursor:default;
  margin-bottom: 1em;
}
div.sectionlinkactive
{
  background-color: #A3B3D3;
}

/* page_admin */
#page_admin div.body
{
  padding-bottom: 0px;
}
#apply_changes
{
  position: absolute;
  right: 2em;
  text-align: right;
}
#apply_changes span
{
  padding-right: 1em;
  float: none;
}
#page_access
{
  height: 12em;
  clear: both;
}
#page_owner_access, #page_group_access, #page_guest_access
{
  float: left;
  width: 13em;
}
#page_owner_access div, #page_group_access div, #page_guest_access div
{
  display: inline;
}
#page_owner_access select, #page_group_access select, #page_guest_access select
{
  width: 12em;
  height: 10em;
}
.clear 
{
  clear: both;
}
#page_history thead tr td
{
  font-weight: bold;
}
#page_history tr td
{
  padding-right: 1em;
}
/* end page_admin.php */
/* page_search.php */
#page_search div.body div label
{
  width: 12em;
}
div.result
{
  margin-bottom: 1em;
}
div.result a
{
  color: blue;
}
div.result p 
{
  font-size: 12px; 
  padding-left: 20px;
}
div.result p span
{
  color: green;
  margin-right: 1em;
}
/* end page_search.php */
IFRAME#preview
{
  width: 100%;
  height: 500px; 
}
div#editor textarea.textfile
{
  width: 100%;
  height: 500px;
  border: none;
  overflow: visible;
}
textarea#css_text
{
  width:100%; 
  overflow: visible;
  border:0px;
}
img.button
{
  cursor: hand;
}

/* database browser - content_objects.class.php*/
#content select
{
  width: 100px;
}
/*search_replace.php*/
div#search_in
{
  padding-left: 2em;
}

/* popup windows stylesheet */
body#popup
{
  font: 12px verdana;
  margin: 0;
  padding: 0;
}
body#popup div#top
{
  font: bold 16px;
  background-color: #A3B3D3; 
  color: #1E3660;  
  line-height: 2em;
  padding-left: .5em;
  margin-bottom: 0px;
}

/* image control */
div#image_control input
{
  margin: 0px;
}
div#image_control hr
{
  width: 400px;
  margin-top: 1em;
  margin-bottom: 1em;
}
div#image_control input.text, div#image_control select#align, div#image_control input.file
{
  width: 180px;
}
div#image_control input.file, div#image_control input.button
{
	font-size: 10px;
	font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
div#image_control input.button
{
  width: 100px;
}
div#image_control div label
{
  width: 100px;
}
div#image_control div span
{
  margin-left: 15px;
  width: 60px;
}
div#image_control input.tiny
{
  width: 50px;
}

