/* APPLICATION STYLES 
   Styles defined here are used and expected to be defined by all applications that use this template.*/

body {background-color:white;}

div.ErrorMessageBoxOuter
{
	background-color : red;
	color : white;
	font-size : .75em;
	font-weight : bold;
	padding : 3px;
	width : 100%;
}

div.ErrorMessageBox {background-color:white;color:red;font-size:.9em;margin-top:5px;padding:4px;}

div.MessageBoxOuter
{
	background-color : navy;
	color : white;
	font-size : .75em;
	font-weight : bold;
	padding : 3px;
	width : 100%;
}

div.MessageBox {background-color:#c5b151;font-size:.9em;margin-top:5px;padding:4px;}

form {margin:0px;}

hr {color:#CCCCCC;width:100%;}

input, select {font-size:.7em;}

li {font-size:.7em;}

li li {font-size:1em;}

p {font-size:.7em;}

table.DataTable {border:1px solid #BBBBBB;padding:1px;}

table.DataTable td {font-size:.7em;}
table.DataTable td input {font-size:1em;}
table.DataTable td select {font-size:1em;}
table.DataTable td textarea {font-size:1em;}

textarea {font-family:Verdana,Arial,sans-serif; font-size:.7em;}

th
{
	background-color : #BBBBBB;
	color : white;
	font-size : .75em;
	text-align : left;
}

.TDHighlight {background-color:#c5b151;}

.AlignRight {text-align:right;}

.Content {font-size:.7em;}

.FormField {}

.FormLabel {font-size:.7em; font-weight:bold;}
.FormLabelHighlight {color:red; font-size:.7em; font-weight:bold;}
.FormLabelLight {font-size:.7em;}
.FormLabelNote {font-size:.7em; font-style:italic;}

/* END APPLICATION STYLES */