/* This stylesheet contains only style for administrator views */

/* BEGIN Buttons */
.menu ul.menu_level_1 li a.button, .button {
	color: #999;
    background-color: #fff;
	border: 1px solid #999;
	font-size: 9px;
	padding: 2px 8px; /* hor ver */
	text-decoration: none;
	letter-spacing: 1px;
    cursor:pointer;
	height: 18px;
	line-height: 18px;
	display: inline;
}

a.button, a.button:link, a.button:active, a.button:visited {
	color: #999;
	text-decoration: none;
	padding: 3px 11px 1px 11px; /* top right bottom left */
}

a.button:hover, a.button_active {
    color: #fff;
    background-color: #999;
	text-decoration: none;
}

input.button {
   width:auto;
   overflow:visible;
	padding: 0px 11px 0px 11px; /* top right bottom left */
}

input.button:hover {
    color: #fff;
    background-color: #999;
	text-decoration: none;
}
/* END Buttons */

.gototop { /* container for go-to-top line */
    padding: 8px 0;
    text-align:center;
}

/* BEGIN Hyperlink and Download area */
table.area {
	width: 100%;
	border: 1px solid #bbb;
    color:#000;
    background-color:#fafafa;
}

td.area-header {
	color: #fff;
	letter-spacing: 1px;
	background-color: #bbb;
	height: 16px;
	padding: 0 0 0 5px;
}

/* END Hyperlink and Download area */

/* BEGIN GroupManagement */
td.groupmanagement-header {
	background-color: #bbb;
	color: white;
	border: 1px solid #949494;
}

input.inputField {
	border: 1px solid #949494;
}
/* END GroupManagement */

/* BEGIN login */
td.error_message {
	color: red;
}
/* END login */



/* BEGIN moduleManager */
#textContentWrapper
{

}

#moduleLinkContent
{

}

.download_area_table
{
	width: 100%;
}

.download_area_header_cell
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.download_area_item_cell
{
	text-align: left;
	vertical-align: top;
}
/* END moduleManager */


/* BEGIN Translation Manager */

.normalRow
{
	background-color: #fff;
}

.highlightedRow
{
	background-color: red;
}

.moveElement ul {
	margin: 0;
	padding: 0;
	margin-left: 18px;
	list-style: none;
}

.moveElement .currentNode > span {
	color: green;
}
.moveElement .currentNode > input {
	display: none;
}
.moveElement .inActive > span {
	color: blue;
	text-decoration: italic;
}

/* END Translation Manager */

#parseTimes { /* Popup with parsetimes for developers */
    padding: 5px;
    font-size:10px;
	background-color: #ccc;
}

/* Translation bars */
.translation_bar {
	font-size:10px;
    padding: 5px;
    background-color: #ccc;
}

.is_hoppinger_ip {
	font-size:10px;
    padding: 5px;
    background-color: #ccc;
}

.translation_bar_cell {
    font-weight: bold;
}

input.translation_submit {
	text-align: left;
	padding-left: 2px;
	width: 100px;
	border: 1px solid #000;
	height: 20px;
	background-color: #fff;
	cursor: pointer;
}
/* End Translation bars */


/* Admin style (only visible for admin) */
td.mod_man_admin { /* show border around module for admin */
	padding: 3px;
	border: 1px solid #666;
}
/*
  *  h2
  *  header used on various pages
  */
h2 {
	font-style: Georgia;
	font-size: 18px;
}

/*
  * .basicTable
  *  clean Table
  *  paddings and margins cleared with CSS, no need for cellpadding and cellspacing in HTML code
  *  dotted border under headers
  */

.basicTable {
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	width: 980px;
	text-align: left;
}
.basicTable td {
	padding: 0px;
}
.basicTable th {
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	border-bottom: 1px dotted black;
}
.basicTable .subheaders th{
	font-size: 10px;
	font-weight: bold;
	padding-right: 10px;
	border-bottom: 1px dotted black;
	background-color: #D8D8D8;
}
.evenRow {
	background-color: #FFFFFF;
}
.oddRow {
	background-color: #E6EED5;
}
.unUsedRow {
	background-color: #D8D8D8;
}
.errorHeader {
	background-color: #FFD5D5;
}
.hrefbutton {
	border: 1px solid #9BBB59;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ECE9D8;
	color: #000;
	height: 18px;
	text-align: center;
}
.edit_table {
	width: 555px;
	border: 1px dotted black;
	margin-bottom: 15px;
}

.edit_table th {
	font-size: 14px;
	background-color: #EFEFEF;
	border-bottom: 1px solid black;
	padding: 2px;
	padding-left: 17px;
}

.edit_table td {
	padding: 2px;
}
.edit_table td .text {
	border: 1px solid black;
	width: 300px;
}
.edit_table td .text.short {
	width: 80px;
}
.edit_table td .textarea {
	border: 1px solid black;
	width: 300px;
	height: 50px;
}

.plusmin {
	width: 15px;
	height: 13px;
	float: left;
	margin-top: 2px;
}
.plusmin.min {
	background-image: url('/images/minus.jpg');
}
.plusmin.plus {
	background-image: url('/images/plus.jpg');
}

.button.submit {
	border: 1px solid #0ABF00;
}

.button.cancel {
	border: 1px solid #CF4D52;
}

.hidden_row {
	display: none;
}