/* GENERIC */
body, td, tr, div, p, span
{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
}

h1 { font-size:  14px; color: #333333;  font-weight: bold;   margin:0px; }
h2 { font-size:  14px; color: #000000;  font-weight: normal; margin:0px; }
h3 { font-size:  14px; color: #aa0000;  font-weight: bold;   margin:0px; }
h4 { font-size:  12px; color: #aa0000;  font-weight: normal; margin:0px; }
h5, h6 { font-size:  11px; color:#aa0000; font-weight: bold; margin:0px; }

th, thead  
{
    vertical-align: baseline;
    font-size:  12px;
    font-weight:    bold;
    color: #aa0000;
}

/* standard link style */
a:link    { text-decoration: none; color: #aa0000; }
a:visited { text-decoration: none; color: #aa0000; }
a:active  { text-decoration: none; color: #aa0000; }
a:hover   { text-decoration: underline; color: #aa0000; }

blockquote, pre { font-family: Lucida Console, monospace; }

/* unordered list */
ul li       { list-style-type: square; }
ul li li    { list-style-type: disc;   }
ul li li li { list-style-type: circle; }
/* ordered list */
ol li       { list-style-type: decimal;     }
ol ol li    { list-style-type: lower-alpha; }
ol ol ol li { list-style-type: lower-roman; }

hr { color: #cccccc; height:1pt; }

/* background color for the content part of the pages */
body {
	scrollbar-face-color: #999999;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #AA0000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	margin: 0px; 
	padding: 0px; 
}


/* header **************************************************/
#header #logo   { padding: 5px;        }
#header #search { padding-right: 5px;  }

#header #headerLinks  { padding-bottom: 3px; }
a.headerLink:link    { color: #000000; text-decoration: none; }
a.headerLink:visited { color: #555555; text-decoration: none; }
a.headerLink:active  { color: #555555; text-decoration: none; }
a.headerLink:hover   { color: #000000; text-decoration: underline; }

.headerMenu td.menuContainer
{
  background-color: #000000; 
  padding: 0px 10px 0px 10px;
  height: 20px;
}

.breadCrumb { padding:5px 10px 5px 10px; border-bottom: 1px dotted #333333; background-color: #efefef }
.breadCrumb span.curCrumb { font-size: 12px; font-weight: bold; }
.breadCrumb span.crumb { font-size: 12px; font-weight: bold; }
.breadCrumb a { font-size: 12px; font-weight: bold; }
.breadCrumb a:hover { text-decoration: underline; }

/* content area */
#CenterPane { padding: 5px; }
#LeftPane   { padding: 5px; }
#RightPane  { padding: 5px; }

/* footer section */
#footer { width: 100%; }

#footer #links
{
	padding: 5px 0px 5px 10px;
    font-size: 10px;
    background-color: #000000;
    color: #ffffff;
}

#footer a:link    { color:#ffffff; text-decoration: none; }
#footer a:visited { color:#ffffff; text-decoration: none; }
#footer a:active  { color:#ffffff; text-decoration: none; }
#footer a:hover   { color:#ffffff; text-decoration: underline; }

#footer #copyright
{
	padding: 5px 0px 5px 10px;
	font-size: 10px;
}

/* Module Styles */
/* Standard Style - Underlined Header */
.modHeadStandard
{
  padding-bottom: 2px;
  margin-bottom: 5px;
  border-bottom: 1px solid #333333;
}
.modHeadStandard .modTitle h1
{
  font-size: 16px;
  font-weight: bold;
  margin:0px; 
  padding:0px;
}
.modHeadStandard .moduleEdit
{
  font-size: 10px;
  float: right;
  position: relative;
  top: -16px;
}
.modBodyStandard
{
  color: #000000; 
  padding: 0px 5px 0px 5px;
  position:relative;
}

/* Standard Style - Underlined Header */
.modHeadStandard
{
  padding-bottom: 2px;
  margin-bottom: 5px;
  border-bottom: 1px solid #333333;
}
.modHeadStandard .modTitle h1
{
  font-size: 16px;
  font-weight: bold;
  margin:0px; 
  padding:0px;
}
.modHeadStandard .moduleEdit
{
  font-size: 10px;
  float: right;
  position: relative;
  top: -16px;
}
.modBodyStandard
{
  color: #000000; 
  padding: 0px 5px 0px 5px;
  position:relative;
}

/* Shadow Header Background */
.modHeadShadow
{
  background: #ffffff url('/images/mod_title_bg.gif') repeat-x;
  padding: 3px;
}
.modHeadShadow .modTitle h1
{
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin:0px; 
  padding:0px;
}
.modHeadShadow .moduleEdit
{
  font-size: 10px;
  float: right;
  position: relative;
  top: -16px;
}

/* Boxed Module Style */
.modHeadBoxed
{
  background-color: #cccccc; 
  border: 1px solid #999999;
  border-bottom: none;
  padding: 3px;
}
.modHeadBoxed .modTitle h1
{
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin:0px; 
  padding:0px;
}
.modHeadBoxed .moduleEdit
{
  font-size: 10px;
  float: right;
  position: relative;
  top: -16px;
}
.modBodyBoxed 
{
  color: #333333; 
  background-color: #F5F5F5; 
  border: 1px solid #999999;
  padding: 5px;
}


/* Form Elements */

.select { 
	font-family: Arial; 
	font-size: 10px; 
	color: #000000;
	border: 1px outset;
	border-color: #999999;
}

.button {
	background-color: #E8E8E8;
	border: 1px solid #000000;
	font: normal 11px Arial;
	height: 17px;
	width: 50px;
	cursor: hand;
}

.textBox
{
	font: normal 10px Arial;
	border: 1px solid #666666;
	padding: 1px 3px 1px 3px;
	font-size: 10px;
}

.textBoxCenter{
	font: normal 10px Arial;
	border: 1px solid #666666;
	padding: 1px 3px 1px 3px;
	font-size: 10px;
	text-align : center;
}

.textBoxDisabled{
	font: normal 10px Arial;
	border: 1px inset #666666;
	padding: 1px 3px 1px 3px;
	font-size: 10px;
	background-color: #cccccc;
}

.textArea  
{
	font: normal 10px Arial;
	border: 1px inset #666666;
	padding: 1px 3px 1px 3px;
	font-size: 11px;
}

.errorText 
{
    font-size: 8pt;
    color: #ff0000;
}

/* GENERAL */
/* text style used for most text rendered by modules */
.normal {}
.normalRed { font-weight: bold; color: #ff0000; }
.normalBold {font-weight: bold; }

/* text style for buttons and link buttons used in the site admin pages */
.CommandButton     { font-size: 11px; }
a.CommandButton:link { text-decoration: underline; color: #aa0000; }
a.CommandButton:visited { text-decoration: underline; color: #aa0000; }
a.CommandButton:active { text-decoration: underline; color: #aa0000; }
a.CommandButton:hover { text-decoration: underline; color: #ff0000; }