/*FORMS **********************************************************************/
form{
	background-repeat: repeat-y;
	padding:5px;
	margin-bottom:5px;
	border:0px solid;
}
form table{
	width:auto;
	border-collapse:collapse;	
}
form.stretch table{
	width:100%;
}
form table td{
	padding:0 0 5px 5px;	
}
form input, form textarea, form select{
	border:1px solid;
	padding:1px;
}
form.stretch input, form.stretch textarea, form.stretch select{
	width:98%;
}
form.thin input, form.thin textarea, form.thin select{
	width:100px;
}
form input, form textarea, form select{
	width:200px;
}
form.wide input, form.wide textarea, form.wide select{
	width:350px;
}
.button, button, form.wide button, form.wide .button{
	width: auto;
	border:2px outset;
	padding:1px 5px 2px 5px;
	background-image:url(../img/hgradSmallFull.png);
	background-repeat:repeat-x;
	cursor:pointer;
	} * html input.button, * html button {
	border:1px outset;
	padding:0;
	height:1.8em;
}

/*GRADIENTS ******************************************************************/
.hgradSmallCE{
	background-image:url(../img/hgradSmallCE.png);
	background-repeat: repeat-x;
}
.hgradSmall{
	background-image:url(../img/hgradSmall.png);
	background-repeat: repeat-x;
}
.hgradSmallFlipped{
	background-image:url(../img/hgradSmallFlipped.png);
	background-repeat: repeat-x;
}
.hgradMedium{
	background-image:url(../img/hgradMedium.png);
	background-repeat:repeat-x;
}
.hgradLarge{
	background-image:url(../img/hgradLarge.png);
	background-repeat:repeat-x;
}
.vgradSmall{
	background-image:url(../img/vgradSmall.png);
	background-repeat: repeat-y;
}
.vgradMedium{
	background-image:url(../img/vgradMedium.png);
	background-repeat:repeat-y;
}
.vgradLarge{
	background-image:url(../img/vgradLarge.png);
	background-repeat:repeat-y;
}


/*TABLES *********************************************************************/
table{
	width:100%;
	margin-bottom:5px;
}
table.collapse, table.plain{
	border-collapse: collapse;
}
table tr.title{
	font-weight:bold;
}
table td{
	vertical-align:top;
	padding:1px 2px 1px 2px;
}
table td.left{
	padding-left:0;
	float:none;

}
table td.right{
	padding-right:0;
	float:none;
}
table.col2 td{width:50%;}
table.col3 td{width:33%;}
table.col4 td{width:25%;}
table.col5 td{width:20%;}
table.plain td{
	padding:0;
	padding-left:5px;
}
table.plain td.firstCol{
	padding:0;
}

/*GENERIC CLASSES ************************************************************/
.left{
	float:left;
	margin-left:0;
}
.right{
	float:right;
	margin-right:0;
}
.center{
	text-align:center;	
}
.clear{
	display:block;
	clear:both;	
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;	
}
.border, .borderDark{
	border:3px solid;
}
.noYMargin{
	margin-top:0;
	margin-bottom:0;	
}
.noXMargin{
	margin-left:0;
	margin-right:0;
}
.indent{
	margin-left:30px;
}
.inset{
	margin-left:40px;
	margin-right:40px;
}
.insetLarge{
	margin-left:120px;
	margin-right:120px;
}
.noScroll{
	overflow:hidden;	
}
.notice{
	border:1px solid;
	margin-left:40px;
	margin-right:40px;
	padding-left:3px;
	padding-right:3px;
}
form .notice{
}

/*TEXT COLORS ****************************************************************/
form{
	color:#fff;	
}
form input, form textarea, form select {
	color: #555;
}
button, form input.button{
	color:#012;
}
button:hover, input.button:hover {
	color:#000;
}
.notice .error{
	color: #F28700;	
}
.notice .alert{
	color: #0055F0;	
}


/*BACKGROUND COLORS **********************************************************/
form, tr.odd, pre, .pre, code{
	background-color: #090E14;	
}
form input, form textarea, form select{
	background-color: #f9f9f9;
}
button, .button{
	background-color: #456;
}
.notice{
	background-color: #151723;	
}


/*BORDER COLORS **************************************************************/
form, form input, form textarea, form select {
	border-color:#212530;
}
button, .button{
	border-color:#456;
	}* html .button, * html button{
	border-color:#abc;
}
.notice{
	border-color:#212530;
}
