/***********************************************/
/* altAdmin.css								   */
/***********************************************/

* { margin: 0; padding: 0; }
img { border: 0; }

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	background: white;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Lucida,Verdana,Arial,sans-serif;
	color: #333;
	line-height: 1.166;
	font-size: 76%;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

table, p, li, pre, h2, h3, input, select { font-size: 100%; }

a:link, a:visited {
	color: #039;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 4px 16px;
}

h1{
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 2em;
	color: #d83;
}

h2{
	font-size: 1.5em;
	color: #003C77;
	padding-left: 2em;
}

h3{
	font-size: 1.2em;
	color: #315880;
}

h4{
	font-size: 1em;
	color: #333;
	margin-left: 16px;
}

h5{
	font-size: 1em;
	font-weight: normal;
	color: #334d55;
	margin-left: 16px;
}

p {
	margin: 0 0 0 6px;
}

ul{
	list-style: disc inside;
	margin-left: 15px;
}

ul ul{
	list-style-type: square;
}

ul ul ul{
	list-style-type: none;
}

dt{
	font-weight: bold;
	font-size: 1.1em;
}

dd{
	margin-left: 1em;
	border-left: 2px solid #f0f0f0;
	padding: .5em 1em;
}

label{
	font-weight: bold;
/*	font-size: 1.1em; /* Firefox [tested 1.5] doesn't like this declaration in a label */
	color: #333;
}

div.edit div.mceEditor {height:100% !important;}
div.edit div.mceEditor td.mceIframeContainer {vertical-align:top;}
div.edit div.mceEditor td.mceIframeContainer iframe {height:100% !important;}

table.data {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
	border: 1px solid #e9e9e9;
}

table.data td {
	padding: 5px 7px;
	border-left: 1px solid #e9e9e9;
}

table.data td input, table.data td select, table.data td textarea {
	display: inline;
	float: left;
	vertical-align: middle;
}

table.data td .descr {
	line-height: normal;
	font-size: 7pt;
	color: #aaa;
	font-weight: normal;
}

table.data th {
	font-weight: bold;
	background: #e9e9e9;
	color: #333;
	text-align: left;
	padding: 5px 7px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.data th.required {
	background-color: #ecc;
}

table.data th.vert {
	text-align: right;
	padding-right: 1em;
	border: 0;
	border-right: 1px solid #ddd;
	background-image: none;
}

table.data th.footer, table.data td.footer {
	text-align: right;
	font-weight: normal;
	background-image: none;
	background: #f0f0f0;
	font-size: .8em;
	border-top: 1px solid #ddd;
}

table.data td.footer {
	font-size: 1em;
	text-align: center;
}

table.data td.footer input {
	float: none;
}


table.data th.footer a, table.data th.footer .noLink,
table.data td.footer a, table.data td.footer .noLink {
	padding: 2px 4px;
	margin: 0 2px;
	border: 1px solid #e0e0e0;
	background: #e9e9e9;
	font-size: 1.1em;
}

table.data th.footer .current, table.data td.footer .current {
	background-color: #dfdfdf;
	border: 1px solid #cfcfcf;
}
table.data th.footer a:hover, table.data th.footer a:active,
table.data td.footer a:hover, table.data td.footer a:active{
	background: #ddd;
	border: 1px solid #ccc;
	text-decoration: none;
}

table.data .odd td {
	background-color: #f4f4f4;
}

form {
	margin: 0;
}

input, select, option, textarea {
	margin: 1px;
	padding: 2px;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Lucida,Arial,sans-serif;
	font-size:1.15em;
}

option {
	font-size: 1.05em;
}
select {
	padding:0;
	font-size:1.05em;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.text{
	max-width: 500px;
	margin: 16px;
	font-size: 1.1em;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #111;
	background: #036 url(../images/hdrshadow.jpg) 0 100% repeat-x;
	width: 100%;
}

#content{
	float:right;
	width: 79%;
	margin: 0;
	padding: 0;
	background: transparent url(../images/shadow-bottom.gif) 0 0 repeat-x;
}

#content p {
	margin-left: 16px;
	font-size: 1.1em;
	padding: .5em 0;
}

#innercontent{
	margin: 10px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 16px 10px 16px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #eb6;
	margin-left: -5px;
	white-space: nowrap;
}

#globalNav ul {
	list-style: none;
}

#globalNav li {
	display: inline;
}

#globalNav a {
	color: #eb6;
}

#globalNav a:hover, #globalNav a:active {

	text-decoration: underline;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #ccc;
	border-width: 1px 0;
	font-size: 1em;
	color: #bbb;
	background: #fdfdfd;
	padding: 5px 10px;
	margin-top: 10px;
	text-align: right;
}

#siteInfo img{
	padding: 4px 4px 4px 0;
	vertical-align: middle;
}

#siteInfo a {
	color: #bbb;
}


/*********** #navBar styles *******************/

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0.8em;
}

#navBar ul a, #navBar ul a:visited {
	display: block;
}

/*********** #moduleLinks styles ***********/

#moduleLinks{
	position: relative;
	padding: 10px 0 0 5px;
	margin: 0 5px 0 0;
	font-size: 1.1em;
	color: #666;
}

#moduleLinks h3, #moduleLinks h4 {
	padding: 10px 0 2px 10px;
}

#moduleLinks a {
	padding: 2px 0 2px 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
  voice-family: "\"}\"";
  voice-family:inherit;
	width: auto;
}

#moduleLinks a:hover{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #ddd;
	text-decoration: none;
}

#moduleLinks ul {
	margin-left: .4em;
	font-weight: bold;

}

#moduleLinks ul li a:before {
	content: "\00BB \0020";
}

#moduleLinks ul ul {
	font-size: 95%;
	font-weight: normal;
}


/*********** .actionLinks styles ***********/

.actionLinks{
	margin: 0;
	padding: 0 0 10px 10px;
	font-size: 1em;
}

.actionLinks h3{
	padding: 10px 0 2px 0;
}

/********** .actionBar styles **************/

.actionBar{
	background: #eee;
	border: 1px solid #ddd;
	padding: 6px;
	margin: 0 16px 1em 16px;
	white-space: nowrap;
}

#content p.actionBar{
	font-size: 1em;
}

.actionBar a, .actionBar .noLink {
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #e0e0e0;
	background: #e9e9e9;
}

.actionBar a:hover, .actionBar a:active {
	background: #ddd;
	border: 1px solid #ccc;
	text-decoration: none;
}

/*********** feedback **********************/

.successBox, .errorBox, .warningBox {
	padding: 1em;
	text-align: center;
	margin: .5em 16px;
	font-size: 1.2em;
}

.successBox {
	background-color: #efe;
	border: 1px solid #090;
}

.errorBox {
	background-color: #faa;
	border: 1px solid #c00;
}

.warningBox {
	background-color: #fe9;
	border: 1px solid #FC0;

}

/** tree view **/

.treeBlank, .treeNorm, .treeSub, .treeSubEnd {
/*	width: 20px;
	height: 22px;
	display: block;
	float: left;*/
	display: inline;
	padding: 16px 6px;
}
.treeNorm {
	background: url(../images/tree_norm.gif) no-repeat center left;
}
.treeSub {
	background: url(../images/tree_sub.gif) no-repeat center left;
}
.treeSubEnd {
	background: url(../images/tree_sub_end.gif) no-repeat center left;
}

/** Hover box **/
#hoverInfo {
	position: absolute; visibility: hidden; left: 0; top: 0; z-index: 10000;
	background-color: white; border: 1px solid #033266;
	width: 300px;
	font-size: 100%;
}
#hoverInfo h1 {
	background: #033266;
	padding: 5px 10px;
	display: block;
	font-size: 100%;
	color: white;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Lucida,Verdana,Arial,sans-serif;
	font-weight: bold;
}
#hoverInfo p {
	padding: 5px 10px;
	color: black;
	font-size: 100%;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Lucida,Verdana,Arial,sans-serif;
}


/*********** random ************************/

.error, .red {
	color: #f00;
}

.allow { color: #090; }
.deny { color: #900; }
.unset { color: #999; }

.right { text-align: right; }
.left { text-align: left; }

.insig { font-size: 80%; color: #555; }


.showblock { display: block; }
.hide { display: none; }

.boxed {
	border: 1px solid #999;
	padding: .5em;
	margin: 0 16px;
}

.header {
	font-weight: bold;
	background: #e9e9e9;
	color: #333;
	padding: 0 7px;
	border: 1px solid #ddd;
	margin: 5px 16px 0 16px;
}


div.header span.insig {
	float:right;
	text-align:right;
	display:block;
	margin-top: -17px;
}

.panel {
	background:  #f9f9f9;
	border: 1px solid #ccc;
	margin: 0 16px 5px 16px;
	padding: 0 1px;
}

/* Generic Table Shadows *******************/


td.shadow-top {
	height: 16px;
	background-image: url(../images/shadow-top.gif)
}

td.shadow-topright {
	width: 16px;
	height: 16px;
	background-image: url(../images/shadow-topright.gif)
}

td.shadow-right {
	width: 16px;
	background-image: url(../images/shadow-right.gif)
}

td.shadow-bottomright {
	width: 16px;
	height: 16px;
	background-image: url(../images/shadow-bottomright.gif)
}

td.shadow-bottom {
	height: 16px;
	background-image: url(../images/shadow-bottom.gif)
}

td.shadow-bottomleft {
	width: 16px;
	height: 16px;
	background-image: url(../images/shadow-bottomleft.gif)
}

td.shadow-left {
	width: 16px;
	background-image: url(../images/shadow-left.gif)
}

td.shadow-topleft {
	width: 16px;
	height: 16px;
	background-image: url(../images/shadow-topleft.gif)
}

td.shadow-content {
	background-color: white;
}

td.shadow-content table.data {
	margin: 0px;
}

/* POPUP CALENDAR *****************************************/
/* The main calendar widget.  DIV containing a table. */

.calendar {
	position: relative;
	display: none;
	border: 1px solid #333;
	font-size: 11px;
	color: #333;
	cursor: default;
	background: #fff;
	font-family: verdana,arial,sans-serif;
}

.calendar table {
  border: 0;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #fff;
  font-family: verdana,arial,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid #ddd;
}

.calendar .nav {
  background: transparent url(../images/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #334d55;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #ddd;
  padding: 2px;
  text-align: center;
  background: #eee;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #009;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid #ddd;
  padding: 0px;
  background-color: #f0f0f0;
  color: #069;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border: 1px solid #ddd;
  background-color: #e6e6e6;
  color: #069;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #bbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #ddd;
  background: #eee;
}

.calendar tbody .rowhilite td {
  background: #f0f0f0;
}

.calendar tbody .rowhilite td.wn {
  background: #e0e0e0;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid #ddd;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid #ddd;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #ddd;
  padding: 2px 2px 0px 2px;
  background: #eee;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #009;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #900;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 1px;
  border: 1px solid #ddd;
  background: #eee;
  color: #333;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border: 1px solid #ddd;
  padding: 1px;
  background: #eee;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border: 1px solid #ddd;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid #ddd;
  background: #f0f0f0;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #fff;
  padding: 0px;
  border: 1px solid #ddd;
}

.calendar .combo .hilite {
  background: #048;
  color: #fea;
}

.calendar td.time {
  border-top: 1px solid #ddd;
  padding: 1px 0px;
  text-align: center;
  background-color: #f0f0f0;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #ddd;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #ddd;
  background-color: #666;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #900;
  background-color: #fff;
  color: #090;
}

/* print media */

.printOnlyBlock {
	display: none;
}

@media print {

	a {
		color : #520;
		text-decoration : underline;
		background : transparent;
	}

	a:visited {
		color : #520;
		text-decoration : underline;
		background : transparent;
	}

	body {
		background-color : #fff;
		font-size : 11pt;
	}

	h1 { font-size : 1.5em; }

	h2 { font-size : 1.2em; }

	h3 { font-size : 1em; font-weight: bold; }

	h4 { font-size : 1em; }

	h5 { font-size : .8em; }

	h6 { font-size : .5em; }

	p { margin-left : 1em; }

	h1#siteName {
		text-align: center;
	}

	#content {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 auto;
		padding: .5em;
	}

	/* these are all hidden */
	#globalNav, .actionBar, #navBar, #siteInfo, td.footer a {
		visibility : hidden !important;
		display : none !important;
		height : 0 !important;
	}

	.printOnlyBlock {
		display: block;
	}

}
