/*CSS by GOBO */
/* style definitions for the admin area */
*
{
	border: 0;
	margin: 0;
	padding: 0;
}

html
{
	background-color: #e8eae8;
}

body
{
	color: #565f55;
	background-color: #e8eae8;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 85%;
	border-top: 15px solid #339999;
}

* html body
{
	font-size: 85% !important;
	font-size: 80%;
}

/* Gobo top body band */
/*
.gobo-band
{
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 100%;
	background-color: #339999;
	color: #ccc;
}
*/

/* Gobo top body graphic */
.gobo-graphic
{
	position: absolute;
	top: 20px;
	left: 5px;
	height: 100px;
	width: 100px;
	background-image: url(gobo-graphic.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/* Gobo navigation */
.sidebar
{
	position: absolute;
	top: 150px;
	left: 5px;
	width: 177px;
	background-color: #e8eae8;
	color: #565f55;
	text-align: right;
	font-size: .8em;
	line-height: 1.25em;
}

.sidebar li
{
	list-style: none;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ddddcc;
}

.sidebar a
{
	color: #339999;
	background-color: transparent;
	padding: 4px 1px 4px 1px;
	text-decoration: none;
	font-weight: bold;
}

.sidebar a:link
{
	color: #339999;
	background-color: transparent;
}

.sidebar  a:visited
{
	color: #339999;
	background-color: transparent;
}

.sidebar  a:hover
{
	color: #565f55;
	background-color: transparent;
}

.sidebar h2
{
	position: relative;
	letter-spacing: .2em;
	color: #bbb;
	background-color: transparent;
	font-size: 1.2em;
	padding: 1em 0;
}

/* Gobo main column */
.maincol
{
	font-size: .9m line-height: 3em;
	text-align: left;
	visibility: visible;
	margin-right: 50px;
	margin-left: 300px;
	margin-top: 90px;
	position: relative;
	width: auto;
	/*max-width: 500px;*/
	min-width: 350px;
	height: auto;
	display: block;
	line-height: 1.8em;
	text-transform: inherit;
}

* html .maincol
{
	margin-left: 300px !important;
	margin-left: 280px;
}

/* Gobo main column links */
.maincol a
{
	color: #333;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.maincol a:link
{
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

.maincol a:visited
{
	color: #99aa99;
	background-color: transparent;
	text-decoration: underline;
}

.maincol a:hover
{
	color: #565f55;
	background-color: transparent;
	text-decoration: none;
}

/* Gobo main column headings */
.maincol h1
{
	color: #565f55;
	background-color: transparent;
	font-size: 1.7em;
	padding-bottom: 1em;
}

.maincol h2
{
	position: relative;
	color: #339999;
	background-color: transparent;
	left: -3em;
	font-size: 1.2em;
	padding: 1em 0;
}

/* For anchors */
.maincol h2 a, .maincol h2 a:hover, .maincol h2 a:link, .maincol h2 a:visited
{
	color: #339999;
	background-color: transparent;
	text-decoration: none;
}

.maincol li
{
	list-style-type: circle;
	list-style-position: default;
}

p { padding-bottom: 1.2em; }

/* Gobo copyright under nav */
.copyright
{
	display: block;
	width: 170px;
	margin: 40px 0 0 0;
	text-align: right;
	color: #999;
	border-color: #ddddcc;
	border-width: 1px 0 1px 0;
	border-style: solid;
	background-color: #e8eae8;
	padding: 6px 7px 6px 2px;
	line-height: normal;
}

.copyright a
{
	color: #339999;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

.copyright a:link
{
	color: #339999;
	background-color: transparent;
}

.copyright  a:visited
{
	color: #339999;
	background-color: transparent;
}

.copyright  a:hover
{
	color: #565f55;
	background-color: transparent;
}

table
{
	color: #565f55;
	background-color: #e8eae8;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	font-size: 85%;
}

* html table
{
	font-size: 85% !important;
	font-size: 80%;
	
	width: 100% !important;
	width: auto;
}

.maincol table a
{
	color: #333;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.maincol table a:link
{
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

.maincol table a:visited
{
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

.maincol table a:hover
{
	color: #565f55;
	background-color: transparent;
	text-decoration: none;
}

td img { margin: 2px 8px -8px 0; }
th img { margin-bottom: 0; }
.inlineimg { margin-bottom: -12px; }

th, td
{
	text-align: left;
	vertical-align: top;
	padding: 2px 6px;
}

tr { border-bottom: 1px solid #ccc; }
th
{
	border-bottom: 2px solid #ccc;
	vertical-align: bottom;
}

* html td
{
	padding: 2px 6px !important;
	border-bottom: 0 !important;
	padding: 0 6px;
	border-bottom: 1px solid #ccc;
}

* html td img
{
	margin: 2px 8px -8px 0 !important;
	margin: 0 8px 0 0;
}

input, select, textarea, .templateedit, .textarea
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border-bottom: 2px solid #565f55;
	background-color: #e8eae8;
	padding: 2px;
	font-size: .9em;
}

textarea, .textarea
{
	border-color: #000 #565F55 #565F55 #000;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	width: 100%;
}

.button
{
	border-color: #000 #565F55 #565F55 #000;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	cursor: hand;
	padding: 0 5px;
}

/*
* html .button
{
	font-size: 100% !important;
	font-size: 80%;
}
*/


.imgbtn
{
	border-style: none;
	cursor: hand;
	margin: 0 0 -10px 0;
}

select { min-width: 100px; }

.batchoperations, .navigation, .listplug
{
	color: #565f55;
	background-color: #e8eae8;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	font-size: 85%;
	text-align: right;
}

* html .batchoperations, * html .navigation
{
	font-size: 85% !important;
	font-size: 80%;
}

.batchoperations img { margin: 2px 8px -8px 0; }

.batchoperations a, .navigation a
{
	color: #333;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.batchoperations a:link, .navigation a:link
{
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

.batchoperations a:visited, .navigation a:visited
{
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

.batchoperations a:hover, .navigation a:hover
{
	color: #565f55;
	background-color: transparent;
	text-decoration: none;
}

textarea { width: 95%; }

.spacer { display: inline; }

.taglist
{
	border-color: #000;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	width: 95%;
	height: 250px;
	overflow: auto;
	padding: 5px;
}

.nobr
{
	text-transform: inherit;
	white-space: nowrap;
}

.indent img
{
	margin-bottom: -6px;
}