/***********************************************************
 * digifi gazette default stylesheet
 *
 * copyright (c) 2008 digifi inc. http://www.digifi.ca
 * duplication of this file in whole or part is prohibited
 **********************************************************/  

body
{
  font-family: Verdana, Ariel, Helv;
  font-size: 10pt;
  margin: 0;
  padding: 0;
  background-image: url(/images/background.gif);
} 

form
{
  margin: 0;
  padding: 0;
}

code
{
  width: 90%;
  background-color: #dfdfdf;  
  text-align: left;  
  display: block;
  padding: 8px;
}

a
{
  text-decoration: none;
  color: #0000ff;
}

a:hover
{
  text-decoration: underline;
}

a:visited
{
  color: #0000ff;
}

ul
{
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
}

label
{
  cursor: pointer;
}

table
{
  font-size: 0.9em;
}

th
{
  text-align: left;
}

/**********************
 * Identifiers
 *********************/
#gazette_header
{
  height: 42px;
  background-image: url(/images/header.gif);
  background-repeat: no-repeat;
  border-bottom: solid 1px black;
  position: relative;
  background-color: #ffffff; 
}

#digifi_link
{
  float: left;
  margin-left: 200px;
}

#digifi_link img
{
  border: 0;  
}

#login
{
  height: 80px;
  float: right;
  position: relative;
  border-left: solid 2px #b43b30;
}

#login td
{
  font-size: 9pt;
  text-align: right;
}

#login_header
{
  float: left;
  width: 20px;
  height: 80px;
  background-image: url(/images/loginheader.gif);
  background-repeat: no-repeat;  
}

#login input
{
  font-size: 9pt;
}

#header_menu
{
  float: right;  
  text-align: right;
  margin-right: 20px;
  font-family: Trebuchet MS;
  text-transform: lowercase;
  font-size: 12pt;
  line-height: 42px;
}

#login_box
{
  margin: 0 auto 0 auto;
  width: 331px;
  height: 240px;
  background-image: url(/images/loginbackground.png);
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
}

#login_controls
{
  padding-top: 142px;
  font-family: Trebuchet MS, Verdana, Arial;
  font-size: 13pt;
}

#login_controls td
{
  text-align: right;
}

#login_controls input
{
  width: 120px;  
}

#gazette_ad, #gazette_ad img
{
  width: 331px;
  height: 158px;
  border: 0;
  margin: 0 auto;
}

#edit_panel_container
{
  text-align: center;
}

#edit_panel
{
  width: 900px;
  margin: 0 auto;
  text-align: left;
  background-color: #ffffff;
}

#errors
{
  width: 600px;
  margin: 20px auto 20px auto;  
  background-color: #ffffff;
  border: solid 2px #990000;
  color: #990000;
}

#errors h3
{
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
  font-size: 12pt;
  height: 22px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

#errors div
{
  margin: 8px;
}

#errors li
{
  list-style: none;
}

#plan_list
{
  width: 90%;
}

#plan_list td
{
  vertical-align: middle;
}

#plan_list .price
{
  text-align: right;
}
/**********************
 * Classes
 *********************/
.center_align
{
  text-align: center;
}

.button
{
  background-color: #b43b30;
  color: #ffffff;
  border: 0;
  height: 20px;
  font-size: 9pt;
  text-transform: lowercase;
  width: 100px;
}

.newsletter_row
{
  background-image: url(/images/gazette_icon.gif);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 18px;
}
 
.clear
{
  clear: both;
}

.error
{
  font-weight: bold;
  color: #990000;
}

.no_rows
{
  text-align: center;
  color: #aaaaaa;
  font-style: italic;
}

.ad_text
{
  font-size: 0.8em;
  color: #b43b30;
}

.panel
{
  position: relative;
  border: solid 2px #b43b30;
  font-size: 9pt;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 8px;
}

.panel h3
{
  height: 20px;
  line-height: 20px;
  font-family: Trebuchet MS, Verdana, Arial, Helv;
  font-size: 13pt;
  font-weight: bold;
  background-image: url(/images/panelheader.gif);
  background-repeat: repeat-x;
  margin: 0;
  color: #ffff00;  
  text-indent: 25px;  
}

.panel div
{
  padding: 8px;
  font-size: 9pt;
}

.panel input
{
  font-size: 9pt;
}

.total_line th
{
  border-top: solid 1px #000000;
}

.title
{
  width: 300px;
}

.updated
{
  color: #20aa20;
  font-weight: bold;
}

.issue_preview
{
  width: 880px;
  margin: 0 auto;
}

.help_contents li
{
  padding: 3px;
}

.help_contents li ol
{
  text-indent: 8px;
  margin-top: 3px;
  margin-left: 0;
}

.help h2
{
  margin: 0 0 4px 0;
  font-size: 1.3em;
  font-weight: bold;
  color: #c42b20;
}

.help h4
{
  font-size: 1.1em;
  font-style: italic;
  text-indent: 20px;
}

.TB_Button_Image
{
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin: 3px;
	background-repeat: no-repeat;
}

.TB_Button_Image img
{
	position: relative;
}

