@CHARSET "UTF-8";
/*CSS Stylesheet*/
/*Used for section/edit.php */

BODY{
	font-family: arial;
	font-size: 12pt;
}

TD{
    vertical-align: top;	
}

FORM TABLE{
	width: 100%;
}

FORM TABLE TD:FIRST-CHILD{
	width: 1%;
	white-space: nowrap;
}

TABLE.SectionFiles{
	border-collapse: collapse;
}

TABLE.SectionFiles TD{
	border-top: 1px solid #CCCCCC;
}

TEXTAREA{
	width: 99%;
	height: 500px;
	border-style: inset;
	border-width: 2px;
	margin-left:2px;
	
}

INPUT[type='text']{
	border-style: inset;
	border-width: 2px;	
}

.Centered{
	text-align: center;
}
