/* CSS Document */

/*Page header*/





/*old counter
#counter{
    background-image:url(../images/counter_bckg.gif);
    background-color:#d7dee7;
    background-repeat:repeat-x;
    background-position:bottom;
    vertical-align:middle;
    border-right: solid 1px #C2C6D2;
    border-left: solid 1px #C2C6D2;
}

#counter span{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:normal;
    color:#96c23f;
}
#counter #title{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#ffffff;
    background-color:#b3baca;
    padding:2px;
}

#counter table.numbers{
    border: #666b81 solid 1px;
}

#counter TD.separator{
    background: transperant;
}*/
/*
#counter{
	width: 100%;
	
	
	background-image:url(../images/counter_bckg.gif);
	background-color:#d7dee7;
	background-repeat:repeat-x;
	background-position:bottom;
	vertical-align:middle;
	border-right: solid 1px #C2C6D2;
	border-left: solid 1px #C2C6D2;
}

#counter span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#cc3300;
}
#counter table.numbers{
	border: #666b81 solid 1px;
}
#counter TD.separator{
	background-color:#dedede;
}
*/
/* Form Window 
- APPEARANCE*/

.application_TL {
	background-image:url(../images/application_TL.gif);
	background-repeat:no-repeat;
	
	width:15px;
	height:50px;	
}
.application_TR {
	background-image:url(../images/application_TR.gif);
	background-repeat:no-repeat;
	
	width:15px;
	height:50px;	
}
.application_BL {
	background-image:url(../images/application_BL.gif);
	background-repeat:no-repeat;
	
	width:15px;
	height:40px;	
}
.application_BR {
	background-image:url(../images/application_BR.gif);
	background-repeat:no-repeat;
	
	width:15px;
	height:40px;	
}
.application_T {
	background-image:url(../images/application_T.gif);
	background-repeat: repeat-x;
	
	height:50px;
	padding: 3px	
}
.application_B {
	background-image:url(../images/application_B.gif);
	background-repeat: repeat-x;
	
	height:40px;	
}
.application_L {
	background-image:url(../images/application_L.gif);
	background-repeat: repeat-y;
	
	width:15px;	
}
.application_R {
	background-image:url(../images/application_R.gif);
	background-repeat: repeat-y;
	
	width:15px;	
}

/* Form Window 
- TEXT*/
.regForm_section {
	padding: 3px;
	background-color: #F1F1F1;
}
.regForm_delimiter_field {
	height: 3px;
	background-image: url(../images/form_delimiter.gif);
	background-repeat: repeat-x;
	background-position: center;
	vertical-align: middle;
}
.regForm_tip{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #cc3300;
	text-decoration: none;
	text-align: left;
}
.regForm_label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #474747;
	text-decoration: none;
	padding-right: 3px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.regForm_spacer {
	height: 10px;
}
.text_Mandatory {
	font-family: inherit;
	font-size: inherit;
	color: #cc3300;
	text-decoration: none;
	font-weight: inherit;
}

.regForm_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cc3300;
	text-decoration: none;
	vertical-align: middle;
}

.required {
    color:#cc3333;
    font-size: inherit;
}
.map_links td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #3254bf;
    text-decoration: none;
    padding-left: 5px;
    border-left:1px solid #3254bf;
}

.map_links a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #f36d1e;
    text-decoration: none;
   
}
.map_links a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #f36d1e;
    text-decoration: underline;
/*    */
}
.formHide {display:none;}
.formShow {display:table-row;}
