@media screen {
* {
	background-color: transparent;
	border: 0px solid #999;
	color: black;
	font-size: small; 
	padding: 0px;
	margin: 0px;
}

body {
	background: black;
	color: silver;
	text-align: center;
}

/* ########## Blocks, id and class ########## */

#Canvas {margin: 10px 20px 0px 20px;}
#Stretcher {margin: 0px 0px 0px 190px; text-align: left;}
#Paint {
	vertical-align: top;
	text-align: center;
	padding: 10px;
	
}
#Header {
	vertical-align: bottom;
	background: #000000;
	border: 0px;
	font-size: 10px;
	text-align: left;
	height: 150px;
/*	overflow: hidden;*/
}
#Logo { float: left;}
#Logo a { }

#Intro { 
	font-variant: small-caps; 
	font-family: serif; 
	font-size: 15px; 
/*	margin-top: 30px;*/
	padding-top: 50px;
	margin-right: 0px;
/*	text-align: center; */
/*	vertical-align: middle; */
	color: #2994d6; 
/*	height: 135px; */
}

#ParchTL { background: url(img/parch_tl.jpg); height: 50px; width: 50px;}
#ParchTR { background: url(img/parch_tr.jpg); height: 50px; width: 50px;}
#ParchTop { background: url(img/parch_top.jpg); background-repeat: repeat-x; }

#ParchLeft  { background: url(img/parch_ls.jpg); background-repeat: repeat-y; }
#ParchRight { background: url(img/parch_rs.jpg); background-repeat: repeat-y; }

#ParchBL { background: url(img/parch_bl.jpg); height: 50px; width: 50px;}
#ParchBR { background: url(img/parch_br.jpg); height: 50px; width: 50px;}
#ParchBot { background: url(img/parch_bot.jpg); background-repeat: repeat-x; }

#Menus {
	float: left;
	width: 180px; /* width: 25%; nogo w/ ie yet */
	border: 0px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}
#Footer {
	background: #107bb5;
	border: 3px solid #73b5e7;
	border-style: double;
	clear: both;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}


.LoginBlock {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: silver;
}


.MenuBlock {
	background: #107bb5;
	padding: 10px;
	border: 3px solid #73b5e7;
	border-style: double;
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
}
.MenuBlock h1 {text-indent: 0px; font-size: 16px; padding-bottom:10px;}
.MenuBlock strong {text-indent: 0px; font-size: 16px; padding-bottom:10px;}

.Button {
	vertical-align: middle;
}

.LinksButtons {
	padding-top: 0px;
	color: silver;
	font-size: 10px;
/*	font-style: italic;*/
	text-align: center;
}

.ContentBlock {
/*	margin: -3px 0px 0px 0px; */
	background: #e6e3de;
	border: 0px;
	padding: 10px;
	text-align: left;
	font-family: serif;
	font-style: italic;
	font-size: 18px;
}

.ContentBlock h1 { font-size: 24px; font-weight: bold; }
.ContentBlock h2 { font-size: 24px; font-weight: bold; }

.ContentBlock p {
	padding: 10px;
	font-weight: normal;
}
.ContentBlock > * {
	padding: 0px;
	border-bottom: 0px;
	text-align: left;
	font-family: serif;
	font-style: italic;
    font-size: 18px;
}
.ContentBlock b {
    font-size: 18px;
}
.ContentBlock * a {
/*	border-bottom: 1px dotted #FF0000; 
	text-align: left;
*/
	color: #107bb5;
    font-size: 18px;
}
/* .ContentBlock * a:hover {color: #73b5e7; text-decoration: underline; }*/
.ContentBlock * a img {border: 0px;}

.CursiveScript {
	/* Try to get a cursive font for the parchment, if we can */
	font-family: "Apple Chancery", "Zapf Chancery", "BlackChancery", "Black Chancery", "URW Chancery L", "Brush Script MT", "Lucida Handwriting", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}
.CursiveScript * {
	/* Try to get a cursive font for the parchment, if we can */
	font-family: "Apple Chancery", "Zapf Chancery", "BlackChancery", "Black Chancery", "URW Chancery L", "Brush Script MT", "Lucida Handwriting", serif;
/*	font-family: "Apple Chancery", "URW Chancery L", "BlackChancery", "Black Chancery", "Brush Script MT", "Lucida Handwriting", serif; */
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}

.CursiveSignature {
	/* Try to get a cursive font for the parchment, if we can */
	font-family: "Apple Chancery", "Zapf Chancery", "BlackChancery", "Black Chancery", "URW Chancery L", "Brush Script MT", "Lucida Handwriting", serif;
	font-style: italic;
/*	font-variant: small-caps; */
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	padding-right: 20%;
}

.SystemText {
	font-family: "Courier", "Courier New", monospace;
	font-style: normal;
/*	white-space: pre; */
	color: #282;
}


.OutageText {
	font-style: normal;
	font-size: 18px;
	}

.smalltext {font-size: 10px; color: silver;}
.smalltext a {font-size: 10px; color: white;}
.smallblacktext {color: #666; font-size: 12px;}
.mediumtext {font-size: 12px;}
.largetext {font-size: 16px;}

/* ########## Elements ########## */

img {}

.LoginBlock a { color: white; text-decoration: none; font-size: 12px; }

.MenuBlock a {padding: 0px 10px 0px 0px; font-size: 12px; text-decoration: none;}
.MenuBlock a:hover {border: 1px solid #000; background: #096ba5; color: #73b5e7; text-decoration: none;} 
.MenuBlock a:active {border: 1px solid #73b5e7; background: #000; color: #73b5e7; text-decoration: none;}
.MenuBlock strong a {font-size: 16px; padding: 0px 10px 0px 10px}
.MenuBlock ul a {padding: 0px 10px 0px 20px;} 

/*
a.menuLinksCurrentPage {border: 1px solid #73b5e7; background: #000; padding: 0px 10px 0px 20px; text-decoration: none;}
a.menuLinksCurrentPage:hover  {border: 1px solid #73b5e7; background: #000; padding: 0px 10px 0px 20px; text-decoration: none;}

ul a.menuLinksCurrentPage {padding: 0px 10px 0px 40px; font-weight: bold;}
ul a.menuLinksCurrentPage:hover {padding: 0px 10px 0px 40px; font-weight: bold; text-decoration: none;}

strong a.menuLinksCurrentPage {font-size: 16px; border: 1px solid #000; background: #73b5e7;}
strong a.menuLinksCurrentPage:hover  {font-size: 16px; border: 1px solid #000; background: #73b5e7; text-decoration: none;} 
*/



a img {border: 0px;}
a {text-decoration: none;}
a:link {}
a:visited {}
a:hover {text-decoration:underline;}

abbr, acronym, .info {
	border-bottom: 1px dotted #FF0000;
	cursor: help;
}

ul {list-style-type: none;}

textarea.textbox {background: #ccc; border: 1px solid #333; padding: 3px; cursor: text;}
textarea.textbox:hover {background: #ccc; cursor: text;}
input.textbox {background: #ccc; border: 1px solid #333; padding: 3px; cursor: text;}
input.textbox:hover {background: #ccc; cursor: text;}
input.button { background:transparent !important; border: 1px solid; cursor: pointer; padding: 0px  2px  0px 2px; margin:2px; border-top-color: #ccc; border-right-color: #999;border-bottom-color: #999; border-left-color: #ccc;}
input.button:hover {background: transparent; border-top-color: #999; border-right-color: #ccc; border-bottom-color: #ccc; border-left-color: #999;}

} /* EOF */
