/* CSS for TJHSST PTSA web site                                */
/* additional CSS needed for Directory Login                   */
/* License: http://creativecommons.org/licenses/by-nc-sa/2.5/  */



#forminfo {
	clear: right; 
	float: left; 
	margin: 0;
	padding: 0 30px 0 30px;
	width: 680 px;
}
#forminfo h1 {
	margin: 2em 0 0 0;
	padding: 0;
	font-size: 1.4em; 
}
#forminfo h2 {
	margin: 2em 0 0 0;
	padding: 0;
	font-size: 1.2em; 
}
#forminfo h3 {
	margin: 2em 0 0 0;
	padding: 0;
	font-size: 1.1em; 
}
#forminfo p, #forminfo .p {
	margin: 1em 0 0 0;
	padding: 0;
	line-height: 1.5em; 
}
#forminfo img {
	border: none;
}

/* emphasis */
#forminfo .emphasis {
    font-style:italic;
}


/* highlight error messages */
#forminfo .highlight {
    color: #ff0000;                /* red */
}


/* center stuff */
#forminfo .center {
   text-align:center;
}


/* ******************************* */
/*        tables                   */
/* ******************************* */
/* font info doesn't get inherited */
/* from body, so specify here      */


/* default table has no border */


#forminfo table.bare {
    margin: 1em 0 0 0;
    padding: 0;
    border: none;
}


/* borderless table rows - default  */


#forminfo td {
    border: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* This gives an attractive default table header cells <th> */

#forminfo th {
    color: #000080;                /* dark blue text       */
    background: #DCEBFC;           /* pale blue background */
    text-align: center;            /* center the header    */
    padding: 3px;                  /* a little padding     */
    border: 1px solid #000080;     /* dark blue border     */
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* This gives an attractive row "header"    */
/* cell if you code <td class="rowhead">    */
/* The text will be aligned left            */

#forminfo td.rowhead {
    color: #000080;                /* dark blue text       */
    background: #DCEBFC;           /* pale blue background */
    text-align: left;              /* left justify header  */
    padding: 3px;                  /* a little padding     */
    border: 1px solid #000080;     /* dark blue border     */
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* This gives a little extra space for      */
/* for data tables  <td class="padded">     */
/* The text will be aligned left            */

#forminfo td.padded {
    padding-left: 7px;             /* a little padding     */
    padding-right: 7px;            /* a little padding     */
    text-align: left;              /* left justify data    */
}

/* This gives a border around the outside   */
/* of the table                             */

#forminfo table.boxed {
    border: 1px solid #000080;     /* dark blue border     */
}
#forminfo caption {
padding: 1em;
font-weight:bolder;
}

/* Use this class to center table, not stuff IN the table */
#forminfo table.centertable {
    margin-left:auto; margin-right:auto;
}

/* * * * * * * * * * * * * * * * * * *  */
/* if you want borders around the table */
/* and piece parts, add class=bordline  */
/* * * * * * * * * * * * * * * * * * *  */

#forminfo table.bordline  {
    border-width: 1px;
    border-style: solid;
    border-color: #000080;             /* conservative blue */
    border-collapse: collapse;
}

#forminfo th.bordline {
    color: #000080;                /* dark blue */
    background: #DCEBFC;           /* pale blue */
    text-align: center;
    padding: 3px;
    border: 1px solid #000080;     /* dark blue */
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


#forminfo td.bordline {
    color: #000080;                    /* dark blue */
    background: #fff;                  /* white     */
    padding: 3px 5px 3px 5px;
    border: 1px solid #000080;         /* dark blue */
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* lists */
#forminfo ul, ol {
	margin-top: 0.4em;
	line-height: 1.5em; 
}
#forminfo ul.plain-indent {
	list-style-type: none;
}
#forminfo ul.plain-unindent {
	margin: 0.4em 0 0 0;
	padding: 0;
	list-style-type: none;
}
#forminfo li {
	margin: 0;
}

/* sub-bullets */
#forminfo ul ul {
    margin-bottom: 0.4em;
    margin-top: 0.4em;
    line-height: 1.5em;
}

/* thumbnails on building init page */
#forminfo .thumbnail {
	margin: 10px;
	padding: 0;
	width: 200px;
}


/* footer for copyright link */
#footer {
	clear: both;
	margin: 20px 0 0 30px;
	padding: 0;
	width: 660px;
	height: 36px;
	line-height: 26px; 
	font-size: .9em;
	text-align: center;     /* Was: text-align: right; */
}