html
{
  font-size: 100%;
}

body
{
    font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, Sans-Serif;
    /*font-size: 13px;*/
    font-size: 0.8125em;
    padding: 0px;
    margin: 0px;
}

p,li
{
	text-align: justify;
}

big
{
	display: block;
	text-align: center;
}

form
{
	padding: 0px;
	margin: 0px;
}

a
{
    color: #d8027f;
    text-decoration: underline;
}

a:visited
{
    color: #d8027f;
    text-decoration: inherit;
}

a:hover
{
    text-decoration: none;
}

.mainPageLinks
{
	/*font-size: 16px;*/
	font-size: 1.1em;
}

h1, h2, h3, h4
{
    text-align:left
}

h1
{
    font-size:1.5em;
    font-weight: bold;
    color: #d8027f;
    margin: 5px 0px 5px 0px;
}

h2
{
    font-size:1.25em;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}

h3
{
    font-size:1em;
    font-weight: bold;
    font-style:italic;
    margin: 5px 0px 5px 0px;
}

h4
{
    font-size:1em;
    font-weight:normal;
    font-style:italic;
    margin: 5px 0px 5px 0px;
}

.purple_bar
{
    text-align: right;
    background-color: #D8027F;
    padding-right: 5px;
    padding-left: 5px;
    height: 20px;
}

.purple_bar a
{
	color: #FFFFFF;
}

.border_side
{
    border-right: solid 20px #D9D9D9 !important;
    border-left: solid 20px #D9D9D9 !important;
}

.info
{
  /*font-size: 11px;*/
  font-size: 0.82em;
	margin-top: 10px;
	margin-bottom: 0px;
	background: white;
}

#logo_table
{	
	width: 100%;
	padding: 5px;
	text-align: center;
	
}

.menu
{
    background-color: #B3B3B3;
    text-align: left;
    font-weight: bold !important;
    /*font-size: 16px !important;*/
    font-size: 1.25em !important;
    text-align: left !important;
}

.menu_item
{
    background-color: #B3B3B3;
}

.main
{    
    vertical-align: top !important;
    text-align: left;
    padding: 2px 5px 5px 5px;
    width: 100%;
}

.path_box
{
    /*font-size: 12px;*/
    font-size: 0.9em;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    background-color: #D9D9D9;
    border: 1px solid #808080;
    padding: 1px 10px 1px 10px;
    display: block;
}

.path_box a
{
    color: #D8027F;
    text-decoration: underline;
}

.news
{	
	padding: 0px;
  /*font-size: 12px;*/
  font-size: 0.9em;
  vertical-align: middle;
  text-align: left;	
	color: #000000;
	background: #F8F8F8;
	border: 1px solid #AAAAAA;
	margin-top: 10px;
	height: 150px;
	overflow: auto;
}

.news div.title
{
	color: #000000;
	background: #d9d9d9;
	padding-left: 10px;
	font-weight: bold;
}
.news div.row
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #d9d9d9;
}
.news div a
{
	color: #d8027f;
	width: 660px;
	text-decoration: underline;
}
.news div a:hover
{
	background: #d9d9d9;
}

.box
{
	/*font-size: 12px;*/	    
	font-size: 0.9em;
  vertical-align: middle;
  text-align: left;
  background-color: #F8F8F8;
  border: 1px solid #808080;
  display: block;
}
.box div.title
{
	color: #000000;
	background: #d9d9d9;
	padding-left: 10px;
	font-weight: bold;
}
.box div.error
{
	margin: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.box div.found
{
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
  font-size : 0.8em;
  text-align : justify;
}

.box div.foundTitle
{
	font-size : 1em;
	font-weight : bold;
	padding: 5px;
}

.box div.foundTitle a
{
  font-size:1.0em;
  font-weight: bold;
  color: #d8027f;
}

.box li
{
    padding: 2px 0px 2px 0px;
}

.box a
{
    color: #000000;
    text-decoration: underline;
}

.box a:hover
{
    color: #D8027F;
    text-decoration: none;
}

.vertical_menu
{
    border-bottom: solid 2px #D8027F !important;
}

.horizontal_menu
{
    border-left: solid 2px #D8027F;
}

.menu_item a
{
    color: #000000 !important;
    text-decoration: none !important;
    padding: 2px 5px 2px 5px !important; 
    display: block !important;
}

.menu_item a:hover
{
    background-color: #D8027F !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.menu_item a:visited
{
    color: inherit;
    text-decoration: none !important;
}
.menu_item a.selected
{
	background-color: #D8027F;
}

.submenu_item a
{
    color: #000000 !important;
    text-decoration: none !important;
    border-bottom: solid 1px #B3B3B3 !important;
    padding: 2px 5px 2px 5px !important;
    display: block !important;
    font-size: 0.8em !important;
    font-weight: normal !important;
    margin-left: 20px !important;
}

.submenu_item a:hover
{
    background-color: #D8027F !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.submenu_item a:visited
{
    color: inherit;
    text-decoration: none !important;
}
.submenu_item a.selected
{
    font-weight: bold !important;
}

.submenu
{
	background-color: #D9D9D9 !important;
}

.input
{
  border: 1px solid black;
	width: 138px;
	/*font-size:11px;*/
	font-size:0.9em;
  float: left;
	height: 15px;
	padding: 0px;
	margin-top: 2px;
}

.submit
{
    cursor: pointer;
	margin-left: 3px;
	width: 55px;
	/*font-size:11px;*/
	font-size:0.82em;
	font-weight: bold;
	color: #ffffff;
	background: #d8027f;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
}

.floating a
{
    float: left;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.langButton
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
  /*font-size: 11px;*/
  font-size: 1em;
	cursor: pointer !important;
	color: #d8027f;
	font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular, Sans-Serif;
	background-color: transparent;
	text-decoration: underline;
}

img
{
	vertical-align: middle;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

img.menu
{	
	vertical-align: baseline !important;
	text-align: center;
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

img.news
{	
	vertical-align: baseline;
	text-align: center;
	width: 7px;
	height: 7px;
	margin-right: 5px;
	border-width: 0px;
}

img.bullet
{	
	vertical-align: middle;
	text-align: center;
	width: 5px;
	height: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

div.mapa_webu
{
	background: #F2F2F2;
	border: 1px solid #aaaaaa;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.mapa_webu ul
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 5px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
}

div.mapa_webu li
{
	margin-top: 1px;
}

.clear
{
	border-spacing: 0px;
}

.form
{
    border-spacing: 5px;
}

.form .title
{
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

.form .pinkBg
{
	background-color: #ffeef7;
}

.form .grayBg
{
	background-color: #DDDDDD;
}

.form .border1
{
	border: black 1px solid;
}

.fButton
{
	font-family: System;
	margin: 2px 0px 2px 0px;
	padding: 2px 5px 2px 5px;
	color: #000000;
	font-weight: bold;
	border-style: outset;
	border-width: 2px;
	background: #ffeef7;
	cursor: pointer;
}

.wMax
{
    margin: 0px;
    padding: 0px;
	width: 100%;
}

.wFix
{
	width: 200px;
}

.errormessages
{
	font-weight: bold;
	text-align: center;
	/*color: #D8027F;*/
	font-size: 1.2em;
	color: #FF0033;
}

.errormessages a
{
	font-weight: bold;
	/*color: gray;*/
	color: black;
	text-decoration: underline;
}

.errormessages br
{
  margin-bottom: 3pt;
}

.errormessages a:hover
{
	text-decoration: none;
}

.form .item
{
    margin: 1px 5px 1px 5px;
}

.form .infoMsg
{
    margin: 0px 5px 5px 5px;
    font-style: italic;
}

.brMin
{
    font-size: 1px;
    padding: 0px;
    margin: 0px;
    line-height: 1px;
    border-style: solid;
}

.form .posNewCode
{
    position: relative;
    bottom: 125px;
    right: 0px;
}

.form .left
{
    vertical-align: middle;
    text-align: center;
    background-color: #e0e0e0;
    width: 200px;
}

.form .right
{
    vertical-align: middle;
}
.form .half
{
    width: 50%;
}

.form ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.addon
{
	background-color: #EFEFEF;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
}

.register .searchbar
{
    padding: 5px;
	background-color: #EFEFEF;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
    border-collapse: collapse;
    border-spacing: 0px;
    font: 12px Arial, Helvetica, Verdana, sans-serif;
}

.register .searchbar .item
{
    width: 150px;
}

.register .searchbar .item .title
{
    font-weight: bold;
}

.register .searchbar td
{
    padding: 5px;
}

.register .searchbar .submitButton
{
    margin-left: 3px;
	width: 55px;
	height: 35px;
	/*font-size:11px;*/
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	background: #d8027f;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.register .searchbar .text
{
    border: 1px solid #000000;
    /*font-size: 12px;*/
    font-size: 0.9em;
    background-color: #ffeef7;
    width: 100%;
}

.register_searched_table
{
    border-color: #000000 #FFFFFF #000000 #FFFFFF;
    border-width: 2px;
    border-style: solid;
    width: 100%;
    border-collapse: collapse;
}

.register_searched_table td
{
    padding: 2px 5px 2px 5px;
    border: solid 1px black;
    vertical-align: middle;
    /*font-size: 11px;*/
    font-size: 0.85em;
}

.register_searched_table th
{
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #000000;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #D8027F;
    vertical-align: middle;
    text-align: center;
    height: 25px;
}

.register_searched_table .column1
{
    text-align: center;
    width: 70px;
}
.register_searched_table .column3
{
    text-align: center;
    width: 75px;
}
.register_searched_table .column4
{
    width: 75px;
}
.register_searched_table .column5
{
    text-align: center;
    width: 75px;
}
.register_searched_table .column6
{
    text-align: center;
    width: 75px;
}

.register_searched_table .record:hover
{
    background-color: #ffeef7 ! Important;
}

.register_searched_table .collored_tr
{
    background-color: #F6F6F6;
}

.registr_control_panel
{
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    /*font-size: 12px;*/
    font-size: 1.1em;
    font-family: monospace;
    background-color: #F6F6F6;
    height: 20px;
}

.registr_control_panel td
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.registr_control_panel .columnNavigationDisabled
{
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    width: 20px;
}

.registr_control_panel .columnNavigation
{
    vertical-align: middle;
    text-align: center;
    background-color: #DDDDDD;
    border: 1px solid #000000;
    width: 20px;
    cursor: pointer;
}

.registr_control_panel .columnNavigation:hover
{
    vertical-align: middle;
    text-align: center;
    background-color: #AAAAAA;
    border: 1px solid #000000;
    width: 20px;
    cursor: pointer;
}

.registr_control_panel .controlColumn1
{
    width: 150px;
}

.registr_control_panel .controlColumn2
{
    width: 200px;
}

.registr_control_panel .controlColumn3
{
    text-align: center;
}

.registr_control_panel .controlColumn3 .showCount
{
    padding: 0px;
    margin: 0px;
    font-family: monospace;
    /*font-size: 12px;*/
    font-size: 1em;
    background-color: #ffeef7;
    border: 1px solid #000000;
}

.address
{
    border: 2px solid #D8027F;
    padding: 0px;
    width: 400px;
    text-align: left;
    margin: 0 auto;
}

.address .title
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #D8027F;
    padding: 1px 5px 1px 5px;
    text-align: center;
    letter-spacing: 3px;
}

.address .info
{
    padding: 0px;
    margin: 0px;
    background-color: #ffeef7;
    width: 100%;
}

.address .info th
{
    font-style: normal;
    text-align: left;
}

.address .info td
{
    text-align: left !important;
}

.spanButton
{
    font-family: System;
	margin: 2px 0px 2px 0px;
	padding: 2px 20px 2px 20px;
	color: #FFFFFF;
	font-weight: bold;
	border-style: outset;
	border-width: 2px;
	background: #D8027F;
	cursor: pointer;
}

a .link_img
{
    cursor: pointer !important;
}

.registration_table
{
    border-color: #000000 #FFFFFF #000000 #FFFFFF;
    border-width: 2px;
    border-style: solid;
    width: 95%;
    border-collapse: collapse;
}

.registration_table td
{
    text-align: center ;
    padding: 2px;
    border: solid 1px black;
    vertical-align: middle;
    /*font-size: 11px;*/
    font-size: 0.9em;
}

.registration_table th
{
    padding: 2px 5px;
    border: 1px solid #000000;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #D8027F;
    vertical-align: middle;
    text-align: center;
    height: 20px;
}

.registration_table .headColumn01
{
    white-space: nowrap;
}

.registration_table .headColumn02
{
    white-space: nowrap;
}

.registration_table .headColumn03
{
    white-space: nowrap;
}

.registration_table .headColumn04
{
    white-space: nowrap;
}

.center
{
    text-align: left;
    margin: 0 auto;
}

.regReportItem
{
    padding: 10px;
    text-align: left;
}

.regReportItem ul
{
    margin: 0px;
    padding: 0px;
}

.regReportItem li
{
    margin-left: 15px;
    margin-top: 5px;
    font-weight: bold;
}

.regReportItem .found
{
    width: 95%;
    padding-bottom: 5px;
    font-family: monospace;
    font-weight: bold;
}

.fullReport
{
    text-align: left;
    margin-right: 10px;
    margin-left: 10px;
}

.fullReport .info
{
    text-align: left;
    width: 480px;
}

.fullReport hr
{
    background-color: #000000;
    color: #000000;
}

.fullReport ul
{
    margin: 0px;
    padding: 0px;
}

.fullReport li
{
    margin-left: 15px;
    margin-top: 5px;
    font-weight: bold;
}

.infoBox
{
    margin: auto;
    font-weight: bolder;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    width: 20px;
    height: 20px;
    display: block;
    /*font-size: 17px;*/
    font-size: 1.2em;
    font-family: 'Courier New' , Courier, monospace;
    cursor: pointer;
}

.infoBox1
{    
    background-color: #FF3300;
}

.infoBox2
{
    background-color: #006600;
}

.infoBox3
{
    background-color: #669900;
}

.infoBox4
{
    background-color: #003366;
}

.infoBox5
{
    background-color: #6699FF;
}

.infoBox6
{
    background-color: #993333;
}

.infoBox7
{
    background-color: #660066;
}

.infoBox8
{
    background-color: #666666;
}

.yellow
{
	background-color: #ffff66;
}

.highlightedText
{
	font-size: 1.1em;
	font-weight: bold;
	color: #D8027F;
}

.highlightedTitleText
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

.parCenter
{
	text-align : center;
}

.parLeft
{
	text-align : left;
}

.parRight
{
	text-align : right;
}

.mframe 
{
	margin-bottom: 0.5em; 
	border: 1px solid; 
	padding: 0.5em 0.5em 0.5em 0.5em
}

.mheader 
{
	margin-top: -0.2em
}

.mtext 
{
	margin-left: 2.0em; 
	font-style: italic
}

.mlink 
{
	text-align: right; 
	margin-bottom: -0.2em
}

.xmlNode
{
	display:inline;
}

.filelist_ul
{
  list-style-type: none;
  padding-left: 2em;  
}

.filelist_li
{
  padding-top: 0.3em;
}

.filelist_dir
{
  padding-top: 0.7em;
  text-align: left;
  font-size:1em;
  font-weight:bold;
  /*margin: 5px 0px 5px 0px;*/  
}

.span_bckgimage
{
  display: inline-block;
  background-repeat:no-repeat;
  background-position:center center;
}

.emptygif
{
  width:100%;
  height:100%;
}
