/*
====================================
Global ClassCampus Styles	V1.1
10/02/2005
====================================
*/

BODY {	background-color: #CDEBC7;
	font-size: 0.80em;
	font-family: Verdana, Arial, Helvetica, San Serif }

P, TABLE, TD, TH, DIV, SELECT { font-size: 100% }

HR { color: #467913 }

a:link, a:visited, a:active, a:hover { color: #000000 }


.ErrorTitle {	color: #aa1100;
		font-size: 120%;
		font-weight: bold }

.Error { color: #aa1100 }

.Notes	{ font-size: 90%; font-style: italic; }

.Comment { font-size: 80% }

.Information { }

.OptionsBox  {	border-style: solid;
                border-top-width: 1;
                border-left-width: 1;
                border-right-width: 1;
                border-bottom-width: 1;
		border-color: #366903;
		background-color: #FFFFF0;
		margin-top: 1;
		margin-bottom: 0 }

.PopupPgTitle {	text-align: center;
		font-size: 120%;
		font-weight: bold;
		color: #226;
		margin-bottom: 5 }

.PopupPgSubTitle {  	font-size: 105%;
			font-weight: bold;
			color: #226 }

.DataTable { 	border-style: solid;
		border-width: 1px;
		border-color: #777755;
		background-color: #CDCDCD }


.DataTable TABLE {	border-style: solid;
			border-width: 1px;
			border-color: #F1F1F1;
			background-color: #F1F1F1;
			color: #000000 }

.DataTable TABLE TD { background-color: #FFFFFF }

.DataTableLabel, .DataTable TABLE .DataTableLabel,
	.DataTable .DataTableLabel TD,
	.DataTable .DataTableLabel .DataTableEdit .DataTableLabel { 	
					border-style: solid;
					border-width: 1px;
					border-color: #F1F1F1;
					background-color: #F1F1F1 } 

.DataTableTitle, .DataTable TABLE .DataTableTitle { background-color: #CDCDCD }


.DataTableEdit, .DataTable TABLE .DataTableEdit { background-color: #FDFDFD }

.DataTable .DataTableLabel .DataTableEdit TD,
	.DataTable .DataTableLabel .DataTableEdit TABLE,
	.DataTable .DataTableLabel .DataTableEdit { 	border-style: none;
							border-width: 0px;
							background-color: #FDFDFD }

.SitePanel {	background-color: #34774F;
		border-style: solid;
	      	border-width: 1px; 
		border-bottom-color: #295920;
		border-Top-color: #CDEBC7;
		margin-left: 0; 
		margin-right: 0	}

.SiteTitle {	font-size: 140%;
		color: white;
		word-spacing: 0; 
		text-indent: 0;
		margin: 0 }

.SiteHelp:link, .SiteHelp:visited, 
	.SiteHelp:active, .SiteHelp:hover {	word-spacing: 0; 
						text-indent: 0;
						margin: 0;
						color: white;
						font-size: 105% }

.SiteHelp:hover { text-decoration: none }

