body {

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 7.2pt;

}

a {

	color: #000040;

	font-weight: bold;

	text-decoration: none;

}

a:link{

	color: #000040;

	font-weight: bold;

	text-decoration: none;

}



a:visited{

	color: #63639C;

	font-weight: bold;

	text-decoration: none;

}



a:active{

	color: #CE3100;

	font-weight: bold;

	text-decoration: none;

}



a:hover{

	text-decoration: underline;

	font-weight: bold;

}



td{

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 7.2pt;

}



h1 {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 10.2pt;

	font-weight: bold;

	color: #003163;

}



h2{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 9.2pt;

	font-weight: bold;

	color: #31639C;

}

h3{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 8.2pt;

	font-weight: bold;

	color: #CE3100;

}

input{

	font-size: 7.2pt;


}

.path{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 7.2 pt;
	
	color: white;

}

.font2{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11.2pt;

}

.navsecond{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	font-size: 8.2 pt;
	
	color: black;
	
	font-weight : bold;
	
}

.nav{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	font-size: 8.2 pt;
	
	color: White;
	
	font-weight : bold;
	
}

.topnav{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	font-size: 8.2 pt;

}

.title_medea{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	font-weight : bold;
	
	font-size: 20.2 pt;
	
	color: #001351;

}

.text_form
{
	border-width: 1;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana,Helvetica,Arial;
	font-size: 10.2 px;
	font-weight: bold;
}

.text_form2
{
	border-width: 0;
	border-style: solid;
	border-color: #000000;
	background-color: #CCCCFF;
	font-family: Verdana,Helvetica,Arial;
	font-size: 10.2 px;
	font-weight: none;
}
.button_form
{
	border-width: 1;
	border-color: #000000;
	background-color: #C1C1C1
	font-family: Verdana,Helvetica,Arial;
	font-size: 10.2 px;	
}

.border{
	border : 1px solid Black;
}
.error{
	font-size: 10.2pt;
	color: darkred;
	font-weight: bold;
}

.ListView
{
	width: 100%;

	background-color: ".$this->lst_coreBackColor.";

	cursor : default;

}

.tdBorder {
	/*border : 1px solid #666161;*/
	border-left: Silver solid 1px;
	border-bottom: Silver solid 1px;
	cursor : default;
}

.tdBorderBottom {
	/*border : 1px solid #666161;*/
	border-bottom: Silver solid 1px;
	cursor : default;
}

.tdBorderAll {
	/*border : 1px solid Black;*/
	background-color: #E1E1E1;
	border-top: Silver solid 0px;
	border-left: Silver solid 0px;
	border-right: Silver solid 0px;
	border-bottom: Silver solid 1px;
	cursor : default;
}

.tdBorderTop {
	/*border : 1px solid Black;*/
	border-top: Silver solid 1px;
	border-left: Silver solid 1px;
	border-bottom: Silver solid 1px;
	cursor : default;
}
.tdBorderTopRight {
	/*border : 1px solid Black;*/
	border-top: Silver solid 1px;
	border-left: Silver solid 1px;
	border-right: Silver solid 1px;
	border-bottom: Silver solid 1px;
	cursor : default;
}
.tdBorderRight {
	/*border : 1px solid Black;*/
	border-left: Silver solid 1px;
	border-right: Silver solid 1px;
	border-bottom: Silver solid 1px;
	cursor : default;
}

.tdBorderTopTitle {
	/*border : 1px solid Black;*/
	border-top: Silver solid 1px;
	border-left: Silver solid 1px;
	border-bottom: Silver solid 1px;
	cursor : default;
	background-color : Silver; /*#A5A5B2;#F6D4B0; */
}
.tdBorderTopRightTitle {
	/*border : 1px solid Black;*/
	border-top: Silver solid 1px;
	border-left: Silver solid 1px;
	border-right: Silver solid 1px;
	border-bottom: Silver solid 1px;
	cursor : default;
	background-color : Silver; /*#A5A5B2;*/
}

.ListViewSelectedItem
{
	background-color: lightblue;
	color: black;
	cursor : default;
}

