@charset "utf-8";
/* CSS Document */


/*******************************************************************************************************************************************************/
/* START: generally
/*******************************************************************************************************************************************************/

	form {
		margin:0;
		padding:0;
	}

	fieldset
	{
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
	
	form br{
		clear: both;
	}
	
	div.row
	{
		clear: both;
		padding-bottom: 5px;

		min-height: 20px;
		height:auto !important;
		height: 20px;					
	}
	
	form div.break
	{
		padding-bottom: 20px;		
	}
	
	form div.caption
	{
		color: #000;
		font-weight: bold;
		height: 30px;
		line-height: 30px;
		margin-top: 15px;
		padding-left: 3px;
	}
	
	form div.caption_text
	{
		background: url(../img/style/bg_caption.png) no-repeat;
		float: left;
		margin-top: 1px;
		margin-left: 0px;
		padding-left: 5px;
		padding-top: 2px;
		width: 100%;
	}	
	
	form div.caption_info
	{
		float: left;
		height: 25px; 
		line-height: 26px;
		text-align: right;
		width: 240px;  
	}
	
	form select.caption_action
	{
		width: 200px;
		float: left;
	}

	form div.caption_action
	{
		float: left;
		padding-top: 5px;
	}		

	form div.caption_up_down
	{
		padding-top: 3px; 
		padding-right: 3px;
	}		
	
	form div.frame
	{
		border-top: 1px solid #fff;
		padding-left: 5px;
		padding-top: 5px;
		width: 583px;
	}
	
	select.select_project
	{
	 width: 150px;
	 float: left;
	}
	

	
/*******************************************************************************************************************************************************/
/* END: generally
/*******************************************************************************************************************************************************/





/*******************************************************************************************************************************************************/
/* START: input types
/*******************************************************************************************************************************************************/
	
	input[type='text'], input[type='password'], select
	{
		float: left;
		margin-right: 3px;
		height: 20px;
	}
	
	
	input.search, 
	select.search {
		background-color: #fff;
		border: #000000 1px solid;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	input[type='text'], input[type='password'], select
	{
		border: #666666 1px solid;
		height: 18px;
		line-height: 18px;
		padding-left: 2px;
	}
	
	textarea
	{
		border: #666666 1px solid;
	}
	
	select
	{
		height: 20px;
	}
	
	input[type='text'].missing, input[type='password'].missing, input[type='radio'].missing
	{
		background-color:#FFE0E0;	
		border: #FF0000 1px solid;
	}

	select.search
	{
		height: 18px;		
	}
	
	input[type='radio']
	{
		border: none;
		float: left;
		height: 20px;
		margin-right: 3px;
	}
	
	input[type='checkbox']
	{
		border: none;
		float: left;
		height: 20px;
		margin-right: 3px;
	}	
	
	input[type='submit']
	{
		overflow: visible;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	input.r,
	textarea.r {
		background-color: #FFE0E0;
	}
	
	td input[type='checkbox']
	{
	 float: none;
	}
	
/*******************************************************************************************************************************************************/
/* END: input types
/*******************************************************************************************************************************************************/





/*******************************************************************************************************************************************************/
/* START: labels
/*******************************************************************************************************************************************************/
	label 
	{
		float: left;

		line-height: 20px;
		margin: 1px 5px 0px 0px;
		text-align: left;
	}
	
	label.r {
		background: url(../img/icons/required.gif) no-repeat right center;
		color: #b32523;
	}
	
	label.r_green {
		background: url(../img/icons/required.gif) no-repeat right center;
	}	
	
	label.e {
		background: url(../img/icons/field_error_white.gif) no-repeat right center;
	}	
	
	label.e_green {
		background: url(../img/icons/field_error_green.gif) no-repeat right center;
	}		
	
	label.access_key
	{	
		border: 1px solid #999999;
		height: 18px;
		background-color: #DDDDDD; 
		color: #FFFF00;
		float: left; 
		font-weight: bold; 		
		line-height: 18px; 
		margin-right: 3px;
		margin-top: 0px;
		text-align: center; 
		width: 18px; 
	}
	
	label.clear
	{
		clear: both;
		float: none;
	}

/*******************************************************************************************************************************************************/
/* START: labels
/*******************************************************************************************************************************************************/





/*******************************************************************************************************************************************************/
/* START: button
/*******************************************************************************************************************************************************/
	form button
	{
		float: left;
		margin-right: 3px;
	}
	
	button.select_date
	{
		border: 1px solid #7D7D7D;
		height: 20px;
		width: 20px;	
	}
/*******************************************************************************************************************************************************/
/* END: button
/*******************************************************************************************************************************************************/





/*******************************************************************************************************************************************************/
/* START: group width
/*******************************************************************************************************************************************************/
	.date {width: 70px;}
	
	.time {width: 35px;}
	
	.s {width: 25px;}
	
	.m {width: 50px;}	
	
	._2m {width: 75px;}
	.w2m {width: 75px;}
	
	
	.l {width: 100px;}	

	._2l {width: 125px;}		
	.w2l {width: 125px;}
	
	.xl {width: 150px;}
	
	._2xl {width: 200px;}
	.w2xl {width: 200px;}
	
	._3xl {width: 250px;}
	.w3xl {width: 250px;}

	._4xl {width: 300px;}
	.w4xl {width: 300px;}	

	select.s {width: 29px;}
	
	select.m {width: 54px;}	
	
	select._2m {width: 79px;}
	select.w2m {width: 79px;}
	
	select.l {width: 104px;}	

	select._2l {width: 129px;}		
	select.w2l {width: 129px;}
	
	select.xl {width: 154px;}
	
	select._2xl {width: 204px;}
	select.w2xl {width: 204px;}
	
	select._3xl {width: 254px;}
	select.w3xl {width: 254px;}

	select._4xl {width: 304px;}
	select.w4xl {width: 304px;}	
	
/*******************************************************************************************************************************************************/
/* END: group width
/*******************************************************************************************************************************************************/

	



/*******************************************************************************************************************************************************/
/* START: button box
/*******************************************************************************************************************************************************/
	
	.padding_s {padding-left: 29px;}
	
	.padding_m {padding-left: 54px;}	

	.padding_2m {padding-left: 79px;}	
	.padding_w2m {padding-left: 79px;}		
	
	.padding_l {padding-left: 104px;}	
	
	.padding_xl {padding-left: 154px;}
	
	.padding_2xl {padding-left: 204px;}
	
	.padding_3xl {padding-left: 254px;}
		
	form div.buttonbox {
		padding-top: 15px;
		float: left;
		text-align: left;
		margin: 0px;
	}

/*******************************************************************************************************************************************************/
/* END: button box
/*******************************************************************************************************************************************************/

