﻿/*  GENERAL HTML ELEMENTS */

body 
{	
	margin: 0; padding: 0;
}

a {
	/* text-decoration: underline; */
	font-family: verdana, "helvetica";
}

a:hover {	
	text-decoration: underline;
	font-family: verdana, "helvetica";
}

img {
	border: 0px;
}

h1 {
	font-family: verdana, "helvetica";
	font-size: 17pt;
}

h2 {
	font-family: verdana, "helvetica";
	font-size: 13.5pt;
}

h3 {
	font-family: verdana, "helvetica";
	font-size: 11pt;
}

input 
{
    font-family: verdana, "helvetica";
    font-size: 10px;
}

select
{
    font-family: verdana, "helvetica";
    font-size: 10px;
}
/* FINE GENERAL HTML ELEMENTS */


/* SITE STRUCTURE */

.right
{
    width: 150px;
    border-left: solid 1px #C0C0C0;
    padding-top: 1em;
}

div.site_side_box 
{
	float: right;
	clear: right;
	width: 160px;
	font-size: 10pt;
	font-family: verdana, "helvetica";
	padding: 5px;
	margin-bottom: 15px;	
}

div.site_content 
{
	/* padding-left: 15px; */
	font-family: verdana, "helvetica";
	text-align: justify;
	line-height: 1.5em;
	/* margin-right: 5px; */
	padding: 0 1em 1ex 1em;
}


.center
{
    width: 100%;
    padding-top: 1em;
    padding-right: 15px;
}

.menuBar
{
    padding: 3px;
    /* border-top: solid 1px #C0C0C0;
    border-bottom: solid 1px #C0C0C0; */
}

.menuItem
{
    font-size: 120%;
}

.mainTable
{
    width: 100%;
}

div.site_sub_menu 
{
	width: 190px;
	border-bottom: 3px SOLID;
	margin-right: 5px;
	float: right;
	clear: right;
	margin-bottom: 15px;
	margin-left: 5px;
}

div.site_sub_menu div 
{
	border-top: 1px SOLID;
	border-left: 1px SOLID;
	border-right: 1px SOLID;
	padding: 2px;
	padding-left: 5px;	
}

div.site_sub_menu a 
{
	text-decoration: none;
	font-family: verdana, "helvetica";
}

div.site_sub_menu span 
{
	float: right;
	padding-right: 5px;
	vertical-align: middle;
}

/* ADMINISTRATION */

.admin_body
{
    font-size: 9pt;
	font-family: verdana, "helvetical";
	margin: 0 auto;
	text-align: center;
}

/* Main Container Styles ----------------------------------------*/
div.admin_container 
{
	/* width: 650px; */
	width: 90%;
	height: auto;
	margin: 20px auto 0px auto;
	text-align: left;
}

/* Header Styles ----------------------------------------*/
.admin_headerGridView
{
    font-weight: bold;
    text-decoration: underline;
	font-family: verdana, "helvetica";
}

div.admin_header 
{
	/* width: auto;
	height: 51px; */
	padding: 10px;
	border-top: 5px SOLID;
	/* vertical-align: middle; */
}

div.admin_header div 
{
	width: auto;
	float: right;
}

div.admin_header div a 
{
	font-size:10pt;
	text-decoration: none; 
	font-family: verdana, "helvetica";
}

/* Menu Styles ----------------------------------------*/
div.admin_menu 
{
	border: 0px;
	text-align: left;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.admin_menu a 
{
	text-decoration: none;
	font-size: 11pt;
	font-family: verdana, "helvetica";
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

div.admin_menu a:hover 
{
	color: #fff;
	font-family: verdana, "helvetica";
	text-decoration: none;
	font-size: 11pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

/* Content Styles ----------------------------------------*/
div.admin_content 
{
	/* padding-left: 15px; */
	font-family: verdana, "helvetica";
	text-align: justify;
	line-height: 1.5em;
	/* margin-right: 5px; */
	padding: 0 1em 1ex 1em;
}

/* Side Box Styles ----------------------------------------*/
div.admin_side_box 
{
	margin-right: 5px;
	float: right;
	clear: right;
	width: 180px;
	font-size: 10pt;
	font-family: verdana, "helvetica";
	padding: 5px;
	margin-bottom: 15px;
}

/* Sub Menu Styles ----------------------------------------*/
div.admin_sub_menu 
{
	width: 190px;
	border-bottom: 3px SOLID;
	margin-right: 5px;
	float: right;
	clear: right;
	margin-bottom: 15px;
}

div.admin_sub_menu div 
{
	border-top: 1px SOLID;
	border-left: 1px SOLID;
	border-right: 1px SOLID;
	padding: 2px;
	padding-left: 5px;
}

div.admin_sub_menu a 
{
	text-decoration: none;
	font-family: verdana, "helvetica";
}

div.admin_sub_menu span 
{
	float: right;
	padding-right: 5px;
	vertical-align: middle;
}

/* Sub Links Styles ----------------------------------------*/
div.admin_sub_links 
{
	width: auto;
	font-size: 9pt;
	font-family: verdana, "helvetica";
	text-align: center;
	padding: 10px;
}

div.admin_sub_links a 
{
	text-decoration: none;
	font-family: verdana, "helvetica";
}

div.admin_sub_links span
{
    text-decoration: none;
	font-family: verdana, "helvetica";
}

/* Footer Styles ----------------------------------------*/
div.admin_footer 
{
	width: auto;
	font-size: 8pt;
	font-family: verdana, "helvetica";
	padding: 5px;
}


/* FINE ADMINISTRATION */


/* POPUP ADMIN */

.popup_container
{
    color: Black;
    /* height: 436px;
    width: 490px; */
    height: 100%; 
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.popup_title
{
    /* border-bottom: solid 2px black; */
    margin-bottom: 8px;
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
}

.popup_content
{
    font-size: x-small;
    padding: 3px;
}

/* FINE POPUP ADMIN */

/* CONSOLE */
div.WebAuthorConsole, div.WebAuthorErrorConsole
{
	width: 145px;
	/* position: absolute; */
	position: fixed;
	/* left: expression(body.offsetWidth - this.offsetWidth + "px" ); */
	/* right: 10px; */
	top: 0;
	background-color: white;
	z-index: 1000;
	padding: 1px;
	font: normal 11px tahoma;
	/* text-align: left; */
	border: 0px;
}
div.WebAuthorErrorConsole
{
	background-color: #ffe;
}
div.WebAuthorConsole table
{
	/* border: solid 3px #006699; */
	border: solid 3px Black;
}
div.WebAuthorConsole img
{
	margin: 1px 1px 1px 0px;
}
div.WebAuthorConsole a, div.WebAuthorConsole a:visited, div.WebAuthorErrorConsole a, div.WebAuthorErrorConsole a:visited
{
	color: #069;
	color: Black;
	text-decoration: none;
}
div.WebAuthorConsole a:hover, div.WebAuthorErrorConsole a:hover
{
	color: #F96;
	text-decoration: none;
}
div.WebAuthorConsole hr, div.WebAuthorErrorConsole hr
{
	border: solid 1px Black;
	height: 1px;
}
tr.top
{
    /* background-color: #006699; */
    background-color: Black;
    color: White;
}
tr.top a:link, tr.top a:visited
{
    color: White;
}
td.draggableTR
{
    /* background-color: #006699; */
    background-color: Black;
    color: White;
    cursor: move;
}
.consoleFooter
{
    font-size: 10px;
}

.hrLink
{
    font-size: 8px;
    font-family: Verdana;
}

.ConsoleLogout
{
    color: White;
}
/* FINE CONSOLE */