        /*
 	* Dynamic Table Generator
 	* dynTabGen.css 
 	* Last Modifed: David Cramblett 2008.12.21
 	*/

/*  ----LIST DATA TABLES----
 * The following styles are for the class "tableGenList" which control the styles
 * for all of the List Data Table elements. There are two exceptions to this class:
 *   tr.tableGenListOdd   - Colors the alternate rows differently
 *   td.tableGenListTools - Colors the Tools column differently
 */

.tableGenList {
        font-size: 13px;
        text-align: center;
        color: #000033;
        text-decoration: none;
        font-weight: normal;
}
a.tableGenLlist {
        font-size: 13px;
        text-align: center;
        color: #6699CC;
        text-decoration: none;
        font-weight: bold;
}
a.tableGenList:link {
        font-size: 13px;
        text-align: center;
        color: #6699CC;
        text-decoration: none;
        font-weight: bold;
}
a.tableGenList:visited {
        font-size: 13px;
        text-align: center;
        color: #6699CC;
        text-decoration: none;
        font-weight: bold;
}
a.tableGenList:hover {
        font-size: 13px;
        text-align: center;
        color: #000033;
        text-decoration: none;
        font-weight: bold;
}
table.tableGenList {
	border: 1px solid black;
	border-collapse:collapse;
}
thead th.tableGenList {
	background-color: #cccccc;
	font: Arial, Helvetica, sans-serif;
        border: 1px solid black;
        font-size: 22px;
        text-align: right;
	padding-right: 20px;
        color: #000066;
        text-decoration: none;
        font-weight: normal;
	height: 30px;
}
tbody th.tableGenList {
        background: url(../images/blue_gradient.png) repeat-x;
        font: Arial, Helvetica, sans-serif;
        border: 1px solid black;
        font-size: 13px;
        text-align: center;
	padding: 0px;
	margin: 0px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        height: 30px;
}
tbody tr.tableGenList {
        background-color: #99ccff;
	}
tbody tr.tableGenListOdd {
        background:  url(../images/black_white_gradient.jpg) repeat-x top;
        }
tbody td.tableGenList {
        border-top: 1px solid black;
        border-right: 1px solid black;
        font-size: 13px;
        text-align: left;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
	padding: 4px 4px;
	margin: 0px 0px;
}
tbody td.tableGenListTools {
        border-top: 1px solid black;
        border-right: 1px solid black;
        font-size: 13px;
        text-align: center;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
	padding: 0px 0px;
	margin: 0px 0px;
	background-color: white;
}


/*  ----EDIT DATA TABLES----
 * The following styles are for the class "tableGenEdit" which control the styles
 * for all of the Edit Data Table elements. There are two exceptions to this class:
 *   tr.tableGenListOdd   - Colors the alternate rows differently
 *   td.tableGenListTools - Colors the Tools column differently
 */

.tableGenEdit {
        font-size: 13px;
        text-align: center;
        color: #000033;
        text-decoration: none;
        font-weight: normal;
}
a.tableGenLEdit {
        font-size: 13px;
        text-align: center;
        color: #6699CC;
        text-decoration: none;
        font-weight: bold;
}
a.tableGenEdit:link {
        font-size: 13px;
        text-align: center;
        color: #6699CC;
        text-decoration: none;
        font-weight: bold;
}
a.tableGenEdit:visited {
        font-size: 13px;
        text-align: center;
        color: #6699CC;
        text-decoration: none;
        font-weight: bold;
}
a.tableGenEdit:hover {
        font-size: 13px;
        text-align: center;
        color: #000033;
        text-decoration: none;
        font-weight: bold;
}
table.tableGenEdit {
	border: 1px solid black;
	border-collapse:collapse;
}
thead th.tableGenEdit {
	background-color: #cccccc;
	font: Arial, Helvetica, sans-serif;
        border: 1px solid black;
        font-size: 22px;
        text-align: right;
	padding-right: 20px;
        color: #000066;
        text-decoration: none;
        font-weight: normal;
	height: 30px;
}
tbody th.tableGenEdit {
        background: url(../images/blue_gradient.png) repeat-x;
        font: Arial, Helvetica, sans-serif;
        border: 1px solid black;
        font-size: 13px;
        text-align: center;
	padding: 0px;
	margin: 0px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        height: 30px;
}
tbody tr.tableGenEdit {
        background-color: #99ccff;
	}
tbody tr.tableGenEditOdd {
        background-color: #ffffff;
        }
tbody td.tableGenEdit {
        border-top: 1px solid black;
        border-right: 1px solid black;
        font-size: 13px;
        text-align: left;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
	padding: 4px 4px;
	margin: 0px 0px;
}
tbody td.tableGenEditTools {
        border-top: 1px solid black;
        border-right: 1px solid black;
        font-size: 13px;
        text-align: center;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
	padding: 0px 0px;
	margin: 0px 0px;
	background-color: white;
}



/*  ----DELETE DATA----
 * The following styles are for the class "tableGenDelete" which control the styles
 * for all of the Delete Item elements.
 */

.tableGenDelete {
        font-size: 18px;
        text-align: left;
        color: #000066;
        text-decoration: none;
        font-weight: bold;
}

div.tableGenDelete {
        border: 1px solid black;
        padding: 5px;
        width: 500px;
}

form.tableGenDelete {
        border: 1px solid black;
	padding: 5px;
	width: 500px;
}

input.tableGenDelete {
        font-size: 13px;
        color: black;
        text-decoration: none;
        font-weight: normal;
}


