/*
	RUSA Allocations 2007 Allocations CSS Stylesheet
	Created by Rogue Media Productions, designer Rohit Sodhia
*/

body {
	margin: 10px 0px;
	border-collapse: collapse;
	text-align: left;
}

td {
	padding: 3px 0px;
}

input {
	padding: 1px 3px;
}

textarea {
	padding: 2px;
}


/* Links */
a:link, a:active, a:visited {
	color: #0099FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* Button */
span.button {
	background: url(buttons/button.jpg) left center no-repeat;
	padding: 4px 0px;
}

span.button input {
	background: none;
	border: none;
	margin: 0px 7px;
	color: #FFFFFF;
	font-weight: bold;
}

span.button span {
	background: url(buttons/buttonR.jpg) right center no-repeat;
	border: none;
	padding: 4px 0px;
}

span.button:hover {
	background: url(buttons/buttonD.jpg) left center no-repeat;
}

span.button:hover span {
	background: url(buttons/buttonDR.jpg) right center no-repeat;
}


/* Rounded Fieldset */
div.fieldset div.top {
	height: 10px;
	padding-bottom: 8px;
	background: url(fieldset/top.jpg) bottom left no-repeat;
	text-align: right;
}

div.fieldset div.top div.topR {
	height: 10px;
	padding-bottom: 8px;
	background: url(fieldset/topR.jpg) bottom right no-repeat;
}

div.fieldset div.top div.topR div.title {
	float: left;
	background: #FFFFFF;
	margin-left: 25px;
	padding: 0px 7px;
	font-size: 1.3em;
	font-weight: bold;
}

div.fieldset div.middleM {
	background: url(fieldset/left.jpg) left repeat-y;
}

div.fieldset div.middleS {
	padding: 5px 10px;
	background: url(fieldset/right.jpg) right repeat-y;
}

div.fieldset div.bottom {
	height: 10px;
	background: url(fieldset/bottom.jpg);
}

div.fieldset div.bottom div {
	height: 10px;
	background: url(fieldset/bottomR.jpg) right no-repeat;
}


/* IDs */
div#allocMenu {
	width: 150px;
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
	margin: 5px 10px;
	float: left;
	
	font-size: 11px;
}

div#allocMenu table, tr {
	padding: 0px;
	margin: 0px;
}

div#allocMenu table tr td {
	font-size: 11px;
	padding: 1px 0px;
	margin: 0px;
}

div#allocBody {
	border: 1px solid #000000;
	margin-left: 200px;
	border: none;
	border-collapse: collapse;
	text-align: justify;
	vertical-align: top;
	padding-right: 10px;
}


/* Classes */
div.tr {
	margin: 5px 0px;
	float: none;
}

div.tr div.td {
	float: left;
}

div.tr div.th {
	float: left;
	font-weight: bold;
}

div.tr div.labelBalance {
	padding-top: 3px;
}
