﻿body {
	background-image:url(http://www.belcharo.co.uk/belcharo/images/ghost-in-the-shell-wallpape.jpg); 
	background-position:Top Center; 
	background-attachment:fixed; 
	background-repeat:repeat-y;
}
body, table, select, input, button, textarea {
	font-family:Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:Transparent;
}
select, input, textarea, table input {
	background-color:#ffffff;	
	border:solid 1px #999999;
}
img {
	border:none;
	margin:0px;
}
a {
	cursor:hand;
	text-decoration:none;
	color:#000000;
}
a.link, .link 
{
	text-decoration:underline;
	color:#2416B2;
}
div {
	border:none;
	overflow:hidden;
}

/* RADIOBUTTONS */
span.radio input, input.radio, span.checkBox input, input.checkBox {
	background-color:transparent;
	border:none;
}

/* HIDE CTRLS */
.hidden {
	display:none;
	visibility:hidden;
}

/* GENERAL BUTTONS */
input.button, button.button {
	cursor:hand;
	background-color:#efefef;
	border-style:outset;
}

.error 
{
	color:Red;
	font-weight:bold;
}

/* Normal Forms */
table.form
{
	border:solid 2px #333333;
	background-color:#dddddd;
}
table.form td
{
	padding:5px;
}


/* Pressie */
table.Pressie
{
	border:solid 2px #333333;
	background-color:#dddddd;
	width:500px;
	margin-bottom:5px;
}
table.Reserved
{
	background-color:#FFFF99;
}
table.Deleted
{
	background-color:#FFCC99;
}
table.Given
{
	background-color:#FFCC99;
}
table.Pressie td.Pressie_Desc
{
	vertical-align:text-top;
	text-align:left;
}
/* size of description text area */
table.Pressie td.Pressie_Desc .Pressie_Desc
{
	padding:5px;
	vertical-align:text-top;
	text-align:justify;
	background-color:#FFFFFF;
	width:370px;
	height:100px;
}
/* To allow for border on textarea */
table.Pressie td.Pressie_Desc textarea.Pressie_Desc
{
	width:368px;
}
table.Pressie td.Pressie_Buttons
{
	padding:5px;
	width:130px;
}
table.Pressie td.Pressie_Buttons input
{
	width:120px;
}
table.Pressie td.Pressie_Footer
{
	padding:0px 5px 0px 5px;
	font-size:10px;
	/*background-color:#CC99CC;*/
}
table.Pressie td.Pressie_ShowHistory
{
	padding:0px 5px 0px 5px;
	width:130px;
	text-align:center;
	font-size:10px;
}
table.Pressie td.Pressie_History
{
	padding:5px;
}
        
        
        
        
