
#dateDay
{
	width: 45px;
}

#dateMonth
{
	width: 170px;
}

#dateCalender
{
	float:right;
	padding: 4px 1px 0px 0px;
	width:   20px;
}

#showCalenderInput
{
	width: 1px;
	height 1px;
}

#backButton
{
	margin-left: 10px;	
}

.color-help
{
	color:				#015790
}	

.color-error
{
	color:				#RR0000
}	

.font-weight-bold
{
    font-weight: bold;
}

.font-weight-normal
{
    font-weight: normal;
}

html
{
}

body
{
	background-color:	#046D9A;	
    font-family: 		Verdana, Arial, Helvetica, sans-serif; 
    font-size:			10px;	
	color:              blue;
}

input
{
    padding-left: 3px;
}

select
{
    color: #505050;
}

th
{
	font-size:			11px;
}

td
{
	font-size:			11px;
}

a
{
	/*color:				#015790;*/
	color:				#015790;
	text-decoration:	underline;
	font-size:			11px;
	font-weight:		bold;
}

div
{
    font-size:			11px;	
}

div.left
{
	float: left;
}

div.right
{
	float: right;
}

.link-blue
{
	color:				#015790;
	text-decoration:	underline;
	cursor:             pointer;
}

div.dialog
{
	display: none;
}    	


.font-bold
{
	font-weight:		bold;
}

.font-normal
{
	font-weight:		normal;
}

button
{
	height:				23px;
	color:				white;
 	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-weight:		bold;
	font-size:			12px;
	padding-bottom:		1px;
	padding-right:	    15px;
	border-width:		0px;	
    background-repeat:  no-repeat;	
}

#root-block
{
    clear:              both; 
    padding:            0px;
    margin:             0px auto; 
    width:              760px; 
    overflow:           visible; 
    color:              #646464; 
    text-align:         left;
}

table.information td
{
	font-weight: bold;
}

table.information th
{
	font-weight:	normal;
	text-transform: uppercase;    
}

a.link-no-underline
{
	text-decoration: none;
}

a.link-no-underline:hover
{
	text-decoration: underline;
}

.font-weight-normal
{
	font-weight: normal;
}





