/*******************************************************************************
* file :      admin.css   ***STYLESHEETS***                                    *
*                                                                              *
* project :   NC GBook                                                         *
* version :   1.0                                                              *
* created :   2007-06-22 (v1.0)                                                *
* modified :  2009-04-11 (v1.0)                                                *
* author :    Manuel Rennecke <info@netconcept24.de>                           *
* copyright : (c) 2007-2009 - Net Concept 24                                   *
*                                                                              *
* Cascading Style Sheets for AdminCenter                                       *
*******************************************************************************/

body {
	font-size: 13px;
	color: #000000;
	font-family: Arial;
	margin: 0;
	padding: 0;
}
form {
	display: inline;
}
.bodyLeft {
	background: url('../../images/layout/left_bg.gif') repeat-y #FFFFFF;
	height: 100%;
	padding: 0px 10px 0px 10px;
}
.bodyMain {
	background: url('../../images/layout/main_bg.gif') repeat-y #808080;
}
a.left:link, a.left:visited {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	background-color: transparent;
	padding: 3px;
	display: block;
}
a.left:active, a.left:hover {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	background-color: #FFEFC4;
	border: 1px solid #4B4B6F;
	padding: 2px;
	display: block;
}
a.leftActive:link, a.leftActive:visited, a.leftActive:active, a.leftActive:hover {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	background-color: #FFEFC4;
	border: 1px solid #4B4B6F;
	padding: 2px;
	display: block;
}
.leftCat {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	background: url('../../images/layout/cat_closed.gif') no-repeat right #FE9451;
	border: 1px solid #4B4B6F;
	overflow: hidden;
}
a:link, a:visited {
	color: #000066;
	text-decoration: underline;
}
a:active, a:hover {
	color: #000066;
	text-decoration: none;
}
a.leftCatLink:link, a.leftCatLink:visited, a.leftCatLink:hover, a.leftCatLink:active {
	text-decoration: none;
	display: block;
	color: #000000;
	font-weight: bold;
	padding: 4px;
}
.leftBox {
	border:1px solid #AAAAAA;
	background: url('../../images/layout/left_bg2.gif');
	overflow: hidden;
}
a.top1:link, a.top1:visited, a.top1:hover, a.top1:active {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	background-color: #FE9451;
	border: 1px solid #4B4B6F;
	margin: 2px;
	display: block;
	padding: 1px;
}
a.top0:link, a.top0:visited {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	background-color: transparent;
	margin: 2px;
	display: block;
	padding: 2px;
}
a.top0:hover, a.top0:active {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Verdana;
	text-decoration: none;
	background-color: #FFEFC4;
	border: 1px solid #4B4B6F;
	margin: 2px;
	display: block;
	padding: 1px;
}
a.autoCompleteLink:link, a.autoCompleteLink:visited {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	background-color: transparent;
	padding: 2px;
	display: block;
}
a.autoCompleteLink:active, a.autoCompleteLink:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	background-color: #4B4B6F;
	padding: 2px;
	display: block;
}
.autoCompleteRow {
	color: #000000;
	font-size: 12px;
	font-family: Arial;
}
table.mainTable {
	width: 95%;
	margin: 20px auto 20px auto;
	background: #EFEFEF;
	border: 1px outset #666666;
}
td.mainTable {
	font-size: 13px;
	color: #000000;
	font-family: Arial;
	padding: 10px;
}
table.tabBorder2 {
	background: #EAEAEA;
	border: 1px outset #666666;
	border-collapse: collapse;
}
.tabBorder {
	border: 2px groove #FCFCFC;
	border-collapse: collapse;
}
.tdBorder {
	border: 2px groove #FCFCFC;
}
.tdBorderBt {
	border-bottom: 2px groove #FCFCFC;
}
.normal1 {
	font-weight: normal;
	font-size: 13px;
	color: #444444;
	font-family: Verdana;
}
.hilite {
	font-weight: normal;
	font-size: 13px;
	color: #000099;
	font-family: Verdana;
}
.error {
	color: #990000;
}
.normal2 {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial;
}
.small {
	font-weight: normal;
	font-size: 10px;
	color: #222222;
	font-family: Verdana;
}
.headline {
	background: url('../../images/layout/top_toolbar.gif');
	height: 26px;
	font-family: Verdana;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 0;
}

.subHeader {
	padding:4px 2px; color:#000099;
	background:#FCFCFC;
	border-top:1px solid #999999 !important;
	border-bottom:1px solid #999999 !important;
	font-weight:bold;
}

input[type=radio], input[type=checkbox], label {
	cursor:pointer;
}
.textfield {
	font-size: 12px;
	color: #000000;
	font-family: Arial;

}
textarea.textfield {
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	padding: 2px;
	margin: 0;
}
.textfield_small {
	font-family: Verdana;
	color: #333333;
	text-align: right;
	font-size: 10px;
	width: 35px;
}
textarea.codefield {
	font-size: 12px;
	color: #000000;
	font-family: "Courier New", Monospace;
	padding: 2px;
	margin: 0;
}
.button {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	font-family: Verdana;
	height: 22px;
}

.submit {
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	font-family: Verdana;
	height: 22px;
}

.reset {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	font-family: Verdana;
	height: 22px;
}

fieldset {
	line-height:15px;
}

fieldset legend {
	color: #000099;
}

.actionbox {
	border: 1px solid #4B4B6F;
	background-color: #CFCFCF;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial;
	text-align: left;
}
.actionbox th {
	border-bottom: 1px solid #4B4B6F;
	background: #FE9451;
}

.altBackground {
	background-color: #EFEFEF;
}

td.optionList {
	line-height: 24px;
}

td.optionList input[type=text] {
	font-size: 12px;
	text-align: right;
	margin-left: 4px;
}

.phList {
	position: absolute;
	left: 100px;
	top: 300px;
	width:200px;
	height: 20px;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	visibility: hidden;
}

.lvList {
	position: absolute;
	left: 300px;
	top: 300px;
	width:200px;
	height: 20px;
	overflow: hidden;
	background: #FFFFFF;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	visibility: hidden;
}

.phList a:link, .phList a:visited, .phList a:active,
.lvList a:link, .lvList a:visited, .lvList a:active {
	display: block;
	width: 100%;
	border-top: 1px solid #000000;
	clear: both;
	text-decoration: none;
	padding: 2px;
	line-height: normal;
	background: #FFFFFF;
}

.phList a:hover,
.lvList a:hover {
	display: block;
	width: 100%;
	border-top: 1px solid #000000;
	clear: both;
	text-decoration: none;
	padding: 2px;
	line-height: normal;
	background: #FFC481;
}

a.phOpener:link, a.phOpener:visited, a.phOpener:active, a.phOpener:hover {
	display:inline;
	border: none;
	width: auto;
	background: #FFFFFF;
}

a.phOpener img {
	float: right;
	vertical-align: middle;
	padding: 2px;
	border-left: 1px solid #000000;
	background: #FE9451;
}

#placeholderMenu {
	height: 28px;
	background: #CCCCCC;
	border: 1px solid #999999;
	padding-left: 210px;
	vertical-align: top;
}

div.intendDashed {
	clear: none;
	float: left;
	border-left: 1px dashed #000000;
	padding: 7px 0;
	margin-right: 5px;
}

div.intendDashed hr {
	border: 0px;
	border-top: dashed 1px #000000;
	border-bottom: transparent;
	background-color: transparent;
	color: transparent;
	height: 1px;
}

.gbBox1, .gbBox2 {
	background: #DDDDDD;
	border: 1px solid #999999;
}
