/*
CSS for The Unseen Servant
www.unseenservant.com
Copyright 2009 Smash-Co Communications 
422100
*/
body {
	background: #422100 url('../../../images/style1/banner.jpg') no-repeat top left;
	margin-top: 10;
	font-family: Verdana;
	margin-left: 15px;
	margin-right: 5px;
	}
	
.title {
	border: 0px solid white;
	font-size: 24pt;
	font-weight: bold;
	color: white;
	margin-left: -10px;
	}
	
.userbar {
	float:right;
	border: 0px solid white;
	margin-right: 25px;	
	padding: 10px;
	color: white;
	text-align: right;
	}
	
.userbar_mob {
	border: 0px solid white;
	margin-right: 25px;	
	padding: 10px;
	color: white;
	text-align: right;
	}
	
.menubar {
	float:left;
	width:95%;
	background: #ccc;
	background: url('../../../images/style1/trans70.png');
	border: 2px solid #666;
	padding: 10px;
	font-weight: bold;
	}
	
.maincontent {
	float:left;
	width:95%;
	background: url('../../../images/style1/parch_sm_trans.png') repeat top left;
	
	border: 2px solid #666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom: 20px;	
	}
	
.bottom {
	float:left;
	width:95%;
	background: url('../../../images/style1/trans70.png');
	border: 2px solid #666;
	margin-bottom: 15px;
	padding: 10px
	}
	
.roll {
	width:85%;
	background: #CC9;
	border: 2px solid #666;
	margin-left: 30px;
	margin-right: 10px;
	padding: 7px
	}
	
.pages {
	width:95%;
	background: none;
	border: 0px solid #666;
	margin-left: 20px;
	margin-right: 20px;
	padding: 7px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	}
	
.character {
	width: 620px;
	background: #CC9;
	border: 2px ridge #666;
	padding: 2px;
	position:relative;
	top:4px;
	left:-5px;
	}


/* LINKS (all execpt for class=alt) */
A:link   {color: maroon; text-decoration: underline; padding: 0; border: thin none silver; background-color: none; }
A:visited{color: maroon; text-decoration: underline; padding: 0; border: thin none silver; background-color: none; }
A:active {color: maroon; text-decoration: none; padding: 0; border: thin none silver; background-color: none; }
A:hover  {color: maroon; text-decoration: none; padding: 0; border: thin none black; background-color: none; }

/* LINKS in class=alt of SUBMENU items ONLY */
A:link.white   {font-weight: normal; color: white; padding: 0; text-decoration: underline;}
A:visited.white{font-weight: normal; color: white; padding: 0; text-decoration: underline;}
A:active.white {font-weight: normal; color: white; padding: 0; text-decoration: none;}
A:hover.white  {font-weight: normal; color: white; padding: 0; text-decoration: none;}

/* Main content window classes */
td{font-size: 10pt; color: black;} /* all tableized info in main content window */
.rowcolor1{background: url('../../../images/style1/trans70.png'); color: black; }
.row_over {background: url('../../../images/style1/trans30.png');}
.headrow{background-color: maroon; font-size: 10pt; color: white; font-weight: bold;}
.required{color: maroon; font-weight: bold; background-color:none;}
.notrequired{font-weight: bold;}
.error{border: 5px solid maroon; background-color: #660; color: white; font-style: normal; font-weight: bold; font-size: 12pt; padding: 10px;}
hr {height: 5px; color: #664D33; background-color: #664D33;}
#blink {font-style: normal;	font-weight: normal; color: red; text-decoration: blink;}
#pcname {font-style: normal; background: url('../../../images/style1/trans30.png'); }
#campname {font-weight: bold; background: url('../../../images/style1/trans30.png'); }

/* text sizes */
span   {font-style: normal; font-weight: normal;}
.huge  {font-size: 24pt; color: black;}
.big   {font-size: 18pt; color: maroon;}
.med   {font-size: 14pt; color: black;}
.normal{font-size: 12pt; color: black;}
.small {font-size: 10pt; color: black;}


/* FORM ELEMENTS */
.textbox{font-size: 12pt; font-family:Verdana, Geneva, sans-serif; color: black; background: white; border: 1px solid black;}
.textboxreq{font-size: 12pt; font-family:Verdana, Geneva, sans-serif; color: black; background: url('../../../images/style1/form_required.png'); border: 1px solid black;}


.button {
	margin-top: 10px;
	padding: 0;
	font-weight: bold;
	font-size: 12pt;
	color: white;
	background-color: maroon;
	border-right: 2px inset black;
	border-bottom: 2px inset black;
	padding: 4px;
	}
	
.button_new {
	margin-top: 25px;
	width: 125px;
   height: 50px;
   border: 0px solid black;
	font-size: 0pt;
	color: #F5E5C3;
   }
#submit {
	background: url('../../../images/style1/submit.png') no-repeat top;
	}
#cancel {
	background: url('../../../images/style1/cancel.png') no-repeat top;
	}
#update {
	background: url('../../../images/style1/update.png') no-repeat top;
	}
#login {
	background: url('../../../images/style1/login.png') no-repeat top;
	}
#register {
	background: url('../../../images/style1/register_button.png') no-repeat top;
	}
#search {
	background: url('../../../images/style1/search_button.png') no-repeat top;
	}
#roll {
	background: url('../../../images/style1/roll_button.png') no-repeat top;
	}

