html,body {
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#7e7e7e;
	font-size:12px;
}

div,td {
	font-family: Arial, Helvetica, sans-serif;
	color:#7e7e7e;
	font-size:12px;
}

a {
	color:#a1a0a0;
}

a:hover {
	color:#d78f59;
}

.navlink, .navlink:link, .navlink:visited, .navlink:active {
	font-size:12px;
	color:#7e7e7e;
	text-decoration:none;
	letter-spacing: 2px;
}

.navlink:hover {
	color:#d78f59;
}

.navlinkon {
	font-size:12px;
	color:#d78f59;
	text-decoration:none;
	letter-spacing: 2px;
}

.subnavlink, .subnavlink:link, .subnavlink:visited, .subnavlink:active {
	padding-bottom: 15px;
	font-size:14px;
	color:#7e7e7e;
	text-decoration:none;
	letter-spacing: 2px;
}

.subnavlink:hover {
	color:#d78f59;
}

.subnavlinkon {
	color:#d78f59;
	text-decoration:none;
}

.footer {
	font-size:10px;
}

.login input {
}

/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}
/* Misc */

/* Container Styles */
div.container_box {
	padding: 0px;
	margin: 0px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

/* Image Gallery */
.imagegallery_itemtitle {
	padding-bottom: 15px;
	font-size: 14px;
	letter-spacing: 2px;
}

.imagegallery_itemtitle_on {
	padding-bottom: 15px;
	font-size: 14px;
	letter-spacing: 2px;
}

.imagegallery_itemtitle_on a {
	color:#d78f59;
	text-decoration: none;
}

.imagegallery_itemtitle a {
	text-decoration: none;
}

.imagegallery_itemtitle a:hover {
	text-decoration: none;
}

div.imagegallery_picbox{
        padding: 1em;
        position: absolute;
}

div.imagegallery_picbox a:hover {
        /*border: 1px solid blue;*/
}

div.imagegallery_picbox span {
        display: none;
}

div.imagegallery_picbox a {
        display: block;
        text-align: center;
        font: bold 1em sans-serif;
        padding: 5px 10px;
        margin: 0 0 1px;
        border-width: 0;
        text-decoration: none;
}

div.imagegallery_picbox a:hover span {
        display: inline;
        float:left;
        position: absolute;
        top: -125px;
        left: -20px;
        width: 260px;
        padding: 5px 5px 5px 5px;
        margin: 0px;
        z-index: 100;
        background: #7786be;
        color: #ffffff;
        font: 10px verdana, sans-serif;
        text-align: center;
        border: 2px solid blue;
}
