/*--------------------------
GLOBAL Style
---------------------------*/
body
{
	color: black;
	font-family: Arial, helvetica, sans-serif;
}

p
{
	font-size: 10pt;
	font-family: Arial, helvetica, sans-serif;
}

hr
{
	color: #6699FF;
}

li
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
}



table
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
}

th
{
	font-family: Arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 10pt;
	font-style: normal;
}

/*--------------------------
NAVIGATION Style
---------------------------*/

a:link, a:visited {

	font-size: 12px; 

	color: #2563ae; 

	text-decoration: underline;

	font-family:  Arial, helvetica, sans-serif;

}

a:hover {

	color: #2563ae;

}

/*--------------------------
HEADINGS Style
---------------------------*/
h1
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2563ae;

}

h2
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2563ae;

}

h3
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2563ae;

}

h4
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2563ae;

}

h5
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2563ae;

}

h6
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2563ae;

}

/*--------------------------
REGULAR Style
---------------------------*/
.regularTitle
{
	font-family: Arial, helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #2563ae;
}

.regularText
{
	font-weight: normal;
	font-size: 10pt;
	color: Black;
	font-style: normal;
	font-family: Arial, helvetica, sans-serif;
	text-decoration: none;
}

/*--------------------------
CONTROL Style
---------------------------*/
a.linkButton, a.linkButton:visited
{
	height: 10px;
	border-right: #a6a6a6 1px solid;
	padding-right: 3px;
	border-top: #a6a6a6 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #a6a6a6 1px solid;
	color: black;
	padding-top: 3px;
	border-bottom: #a6a6a6 1px solid;
	font-family: Arial, helvetica, sans-serif;
	background-color: #e6e6e6;
	text-decoration: none;
}
a.linkButton:hover
{
	border-right: #a6a6a6 1px solid;
	padding-right: 3px;
	border-top: #a6a6a6 1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #a6a6a6 1px solid;
	color: #2563ae;
	padding-top: 3px;
	border-bottom: #a6a6a6 1px solid;
	font-family: Arial, helvetica, sans-serif;
	background-color: #dadada;
}

.dropDown
{
	font-family: Arial, helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	font-style: normal;
	background-color:#FFFFFF;
	border: 1px solid #666666;
}

.checkBox
{
	font-family: Arial, helvetica, sans-serif;
	color: Black;
	font-size: 8pt;
	font-style: normal;
	border-style: solid;
	border-width: 0pt;
}

.textBox
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	border: 1px solid #666666;
}


.editcontrol
{
	border-top: #a6a6a6 1px solid;
	border-left: #a6a6a6 1px solid;
	border-bottom: #eaeaea 1px solid;
	border-right: #eaeaea 1px solid;
}

/*--------------------------
TABLE Style
---------------------------*/
.tableHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-style: normal;
	font-family: Arial, helvetica, sans-serif;
	background-color: #2563ae;
	text-decoration: none;
}

.tableFooter
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-style: normal;
	font-family: Arial, helvetica, sans-serif;
	background-color: #2563ae;
	text-decoration: none;
}

.tableFooter a:Link {

	font-size: 12px; 

	color: #ffffff; 

	font-family:  Arial, helvetica, sans-serif;

	text-decoration: none;

}

.tableItem
{
	background-color: #ffffff;
}

.tableItemAlternate
{
	background-color: #f4f4f4;
}

.tbltable
{
	background-color: #d6d3ce;
}

.tdclass
{
	background-color: #d6d3ce;
}


/*--------------------------
EVENT Style
---------------------------*/
.eventTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #8000ff;
	font-style: normal;
	font-family: Arial, helvetica, sans-serif;
	text-decoration: none;
}

.eventText
{
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, helvetica, sans-serif;
	text-decoration: none;
}

/*--------------------------
SYSTEM Style
---------------------------*/
.exceptionTitle
{
	border-right: red thin solid;
	padding-right: 5px;
	border-top: red thin solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
	margin: 0px;
	border-left: red thin solid;
	color: red;
	padding-top: 5px;
	border-bottom: red thin solid;
	font-style: normal;
	font-family: Arial, helvetica, sans-serif;
	background-color: black;
	font-variant: small-caps;
	text-decoration: none;
}

.exceptionText
{
	border-right: black thin;
	padding-right: 5px;
	border-top: black thin;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
	margin: 0px;
	border-left: black thin;
	color: darkorange;
	padding-top: 5px;
	border-bottom: black thin;
	font-style: normal;
	font-family: Arial, helvetica, sans-serif;
	background-color: white;
	text-decoration: none;
}

.messageTitle
{
	font-weight: normal;
	font-size: 10pt;
	color: Coral;
	font-style: normal;
	font-family: Arial, helvetica, sans-serif;
	text-decoration: none;
}

.messageText
{
	font-weight: normal;
	font-size: 10pt;
	color: Black;
	font-style: normal;
	font-family: Arial, helvetica, sans-serif;
	text-decoration: none;
}
