
BODY {
	background: white;
	border: none;
	margin: 0;
	padding: 10px;
	vertical-align: top;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* The background frame */
TABLE.Backdrop {
	background-color: RGB(27,80,72);
	width: 101%;
	position: absolute;
	left:0;
	top:0;
	border: none;
	border: none;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;	
}

/* The working frame */
TABLE.Tablet {
	color: #003D32;
	background-color: white;
	border: none;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	vertical-align: top;	
}

TD.PageLeft {
	background-image: url("http://snail/images/pageleft.jpg");
	background-repeat: repeat-y;
	background-position: right;
}

TD.PageRight {
	background: url("http://snail/images/pageright.jpg");
	background-repeat: repeat-y;
	background-position: left;
}

TD.PageBody {
	background: white;
	width:720px;
	overflow: scroll;
	border: none;
	margin: 0;
	padding: 10px;
	vertical-align: top;	
}

TD {
	border: none;
	padding: 0;
	margin: 0;
}
	

Table.Main {
	background-color: #003D32;
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 0;
}

TD.Main {
	cursor : pointer;
	border-collapse: collapse;
	text-align: center;
	font: inherit;
	font-size: 11px;
	font-weight: bolder;
	color: white;
	border: none;
	margin: 0;
	padding: 2px;
}



/* Page Content */
/* The Title frame uses tablet */

TD.Title {
        border: none;
        border-bottom: 1px solid #7D908A;
        padding: 8px;
        padding-left: 2px;
        width: 420px;
        float: left;
        overflow: visible;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: bolder;
        color: #003D32;
        text-align: left;
        vertical-align: middle;
}

SPAN.Subtitle {
        overflow: visible;
        left: auto;
	font-size: 18px;
        font-weight: normal;
        color: #7D908A;
}

TD.UserText {
	border: none;
	padding: 3px;
	margin: 0;
	width: 40%;
	vertical-align: top;
	text-align: left;
}

TEXTAREA.ViewText {
	width: 100%;
	margin: 0;
	padding: 3px;
	border: 1px solid white;
}

TEXTAREA.EditText {
	width: 100%;
	margin: 0;
	padding: 3px;
	border: 1px dotted blue;
}


.Control {
        font-size: 10px;
        font-weight: normal;
        color: #003D32;
        text-align: left;
	
}

DIV.Content {
        width: 100%;
        height: auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #003D32;
        text-align: left;
        padding: 0px;
        border: none;
}



TD.Pagelayout {
	text-align: center;
	vertical-align: middle;
}


A.Menu {
        text-decoration: none;
        color: #003D32;
}

A.Menu:hover {
        color:red;
        border:none;
}

A.Menu:focus {
        color:red;
        border:none;
}

A.Banner {
        text-decoration: none;
        color: red;
	font-weight: bold;
}

A.Banner:hover {
        color:blue;
        border:none;
}

A.Banner:focus {
        color:red;
        border:none;
}


DIV.Banner {
	border-top: 1px solid #003d32;
	border-bottom: 3px double #003d32;
}


TABLE.Quartet {
	background-color: #72785C;
	margin:0;
	padding:0;
	border:5px solid #72785C;
	border-top: 20px solid  #72785C;
}

TD.Quartet {
	background-color: #7D908A;
	margin:0;
	padding:0;
	border:8px solid  #72785C;
	Color:white;
	text-align:center;
}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}

.Edit {
	border: 1px dotted silver;
	color:	blue;
}
	
INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.Button {
	width: 60px;
}

IMG.Click {
	border: none;
}


