/* Form Style */

legend {
	font-weight: bold;
}

label {
	cursor: pointer;
	cursor: hand; /* IE: suck; */
}

/* Form Alignment Style: these forms have the right edges of the labels flush with the left edges of the fields. */
/* The form has a fixed width. labels go in a "column" on the left with a width. form elements go in a "column" on the right with a defined width. formwidth - (labelwidth + elementwidth) = the space between labels and elements. */

.formalign p {
	clear: both;
	padding: 0px;
	width: 340pt;
	margin: 0px 2px 0px 2px;
}

.formalign label {
	float: left;
	text-align: right;
	width: 100pt;
}

.formel {
	float: right;
	text-align: left;
	width: 230pt;
}

.descfield {
	clear: both;
	float: right;
	text-align: left;
	width: 230pt;
	font-size: small;
	color: #555555;
	text-transform: lowercase;
}

/* Some text styling */

.fieldstatus {
	font-family: Verdana Arial sans-serif;
	font-size: small;
	margin-left: 10px;
}

.userinput {
	color: green;
}
body {
	background: url("greenfade") repeat-x #9af5ab;
	font-family: arial, verdana, sans-serif;
	padding: 20px;
	text-align: center;
}

ul {
	text-align: left;
}

li {
	list-style: url("chopmark");
}

a {
	color: #555a05;
	text-decoration: none;
}

img {
	border: none;
	margin: 0px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

table #splash {
	table-layout: fixed;
	empty-cells: show;
	border-collapse: collapse;
}

tr {
	padding: 0px;
	margin: 0px;
	border: none;
}

#splash td {
	padding: 0px;
	margin: 0px;
	width: 120px;
	border: 1px dotted gray;
	padding-bottom: -20px;
	height: 75px;
}

td p {
	text-align: center;
	font-weight: bold;
	font-size: small;
}

#asog {
	background: url("/.imgs/asog.jpg") no-repeat;
}

#photo1 {
	background: url("/.imgs/photo1.jpg") no-repeat;
}
#item1 {
	background: url("/.imgs/item1.jpg") no-repeat;
}
#photo2 {
	background: url("/.imgs/photo2.jpg") no-repeat;
}
#item2 {
	background: url("/.imgs/item2.jpg") no-repeat;
}
#photo3 {
	background: url("/.imgs/photo3.jpg") no-repeat;
}
#item3 {
	background: url("/.imgs/item3.jpg") no-repeat;
}
#photo4 {
	background: url("/.imgs/photo4.jpg") no-repeat;
}
#item4 {
	background: url("/.imgs/item4.jpg") no-repeat;
}


#head, #content {
	margin: 0px 5px 0px 5px;
	background: white;
}

#head {
	border-bottom: 1px solid #9af5ab;
	background: white url("banners/.jpg") no-repeat top right;
	font-size: small;
}

#userinfo {
	border-bottom: 1px solid #9af5ab;
	border-left: 1px solid #9af5ab;
	border-right: 1px solid #9af5ab;
	font-size: smaller;
	margin-top: 100px;
	float: right;
	text-align: right;
}

.cleary {
	clear: both;
}

/* Front page categories */

#myfrontcats {
	background: #eee4f0;
	border: 4px solid #f4eaf5;
	float: left;
	width: 25%;
	margin-top: 15px;
}

.frontcats li {
	margin-left: -25px;
}

.frontsubcats li {
	clear: both;
	font-size: smaller;
	margin-top: 0px;
	border-bottom: 1px dotted #555a05;
}

.introtext {
	width: 60%;
	float: left;
	padding: 0px;
	padding-left: 20px;
}

.introtext p {
	margin-top: 0px;
}

/* rounded corners */
#greater {
	width: 550px;
        position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	padding: 0px;
}

#roundedcontent {
        position: relative;
        background: #ffffff;
        height: 100%;
	margin-left: 4px;
	margin-right: -46px;
	margin-bottom: -42px;
}
#left {
        position: relative;
	margin-right: 50px;
	background: url("invgreenfade.jpg") no-repeat top left #035303;
}
#right {
        position: relative;
        margin-top: 25px;
        margin-bottom: 25px;
	background: url("invgreenfade.jpg") no-repeat top right #035303;
}
#top {
        position: absolute;
	width: 100%;
	top: -25px;
	margin-left: 25px;
	margin-right: 25px;
	height: 25px;
        background: url("maintop.png") repeat-x top #ffffff;
}

#bottom {
        position: absolute;
        height: 25px;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 25px;
        width: 100%;
        background: url("mainbottom.png") repeat-x bottom #ffffff;
}
/* not for you, ie 5 \ mac
*/ #bottom { position: relative; top: 25px; }

#top .right {
        position: absolute;
        right: -25px;
        width: 25px;
        height: 25px;
        background: url("maintopright.png");
}
#top .left {
        position: absolute;
	left: -25px;
	width: 25px;
        height: 25px;
        background: url("maintopleft.png");
}
#bottom .right {
        position: absolute;
        right: -25px;
        width: 25px;
        height: 25px;
        background: url("mainbottomright");
}
#bottom .left {
        position: absolute;
	left: -25px;
        width: 25px;
        height: 25px;
        background: url("mainbottomleft");
}
/* Footer */
#footer {
	clear: both;
	font-size: smaller;
	margin-top: 25px;
	color: #035303;
	padding-top: 15px;
}
