/* This is the base stylesheet for shillatime.*/

/* Tag stylesheets starts here. */
body{
	background-color: black;
	color: white;
	text-align: center;
	background-image: url(http://www.shillatime.org/images/pattern2.gif);
        font-family:arial;
        padding: 10px 0 10px 0;
        margin: 10px auto 10px auto;
}

.ShillatimeCalc{
       	background-color: rgb(65, 105, 225);
	margin: 20px auto auto auto;
	width: 450px;
	border: 3px double black;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}



.basicBox{
	font-family:arial;
	font-size: 11px;
	text-align: left;
        border: 2px ridge silver;
        width: 99%;
        padding: 0;
        margin: 0 0 5px 0;
}

.basicBox h1{
	margin: 0px 0px 4px 0px;
	font-size: 12px;
	font-weight: bold;
	background-color: rgb(65, 105, 225);
	border-bottom: 2px ridge silver;
}






.lowCost, .strongArmor{
	color:lime;
}
.neutralCost, .neutralArmor{
	color:black;
}
.highCost, .weakArmor{
	color:red;
}

.formLabel{
	text-align: left;
	float: left;
	width: 73px;
}
.formElement{
	text-align: left;
	float: right;
}
.formRow{
	padding-top: 1px;
	padding-bottom: 1px;
	height: 22px;
	clear: both;
}

