/* Specific Elements (ids) */

#PageMenu
{
	position: absolute;
	padding-left: 10px;
	padding-top: 5px;
	width: 130px;
	/*border: 1px solid black;*/
}

#Content
{
	margin-left: 140px;
	margin-right: 10px;
	/*width: 80%;*/
	max-width: 100%;
	padding-top: 15px;
	padding-left: 10px;
}


/* General Elements */



/* Newer look, not ready for this yet
ul.Menu, .Menu li
{
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

ul.Menu li.Title
{
	font-size: larger;
	padding: 5px 0px 5px 0px;
}

ul.Menu a
{
	display: block;
	width: 140px;
	padding: 4px;
	border: 1px solid #DCDCDC;
	margin-bottom: 2px;
	text-decoration: none;
	background-image: url(tparent.png);
	background-repeat: no-repeat;
}

ul.Menu a:hover
{
	background-image: none;
	text-decoration: none;
   background-color: #E6E6FA;
}
*/
ul.Menu, .Menu li
{
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	/*width: 110px;*/
	list-style: none;
	padding: 4px;
	margin-left: 0px;
	font-size: 9pt;
	color: rgb(69, 127, 53);
}

ul.Menu li.Title
{
	padding-top: 10px;
}

ul.Menu a
{
}

ul.Menu a:hover
{
}

.Header
{
	font-weight: bold;
	text-align: center;
	font-size: small;
	padding: 4px;
	border: 1px solid Gray;
}



/* Special Link styles */

a.Paging
{
	padding: 2px;
	border: 1px solid #DCDCDC;
	text-decoration: none;
	font-weight: bold;
}

a.Paging:hover
{
   background-color: #E6E6FA;
	border: 1px solid #bbbbbb;
	text-decoration: none;
}




/* General classes */

.Large
{
	font-size: x-large;
	font-weight: bold;
}

.Error
{
	font-size: larger;
	color: red;
	font-weight: bold;
}














/* Form Table */

.FormTable
{
    border-collapse: collapse;
	 empty-cells: show;
}
.FormTable .Space td
{
	margin: 10px;
}
.FormTable td
{
    padding: 5px;
    text-align: left;
    border-left: 1px dotted Silver;
	 margin-bottom: 10px;
}
.FormTable tr.Header
{
    border: none;
}
.FormTable .Header td
{
    vertical-align: top;
    border: none;
    border-bottom: 2px solid Gray;
	 font-weight: normal;
}
.FormTable td.FieldName
{
    text-align: right;
}


/* Clean Table */


.CleanTable
{
    border-collapse: collapse;
    width: 100%;
}
.CleanTable tr
{
    border: 1px solid Silver;
}
.CleanTable td
{
    padding: 5px;
    text-align: left;
    border-left: 1px dotted Silver;
}
.CleanTable tr.Header
{
    border: none;
}
.CleanTable .Header td
{
    border: none;
    border-bottom: 2px solid Gray;
}
