body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.t_grey_11 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.t_grey_11_bold  {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.t_grey_14_bold  {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}


.t_green_11 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #006838;
}
.t_green_11_bold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006838;
}
.t_white_11 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.t_white_11_bold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.t_white_14 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.t_white_14_bold {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.t_red_11 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #AF2A30;
}
.t_red_11_bold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #AF2A30;
}

.t_red_14_bold {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #AF2A30;
}
.t_blue_14_bold {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #3300CC;
}

.textarea_gray { 
background: url(/images/share/bg_search_box.jpg) no-repeat; 
color: #666666; 
font-family:tahoma; 
font-size: 11px;
line-height:15px; 
border: 0; 
margin: 6px 0 0 6px;
font-weight:normal; 
width: 300px; 
height:120px;
} 

.input_gray { 
background: url(/images/share/bg_input.jpg) no-repeat; 
color: #666666; 
font-family:tahoma; 
font-size: 11px;
line-height:15px;
border: 0; 
margin: 3px 0 0 6px;
font-weight:normal; 
width: 150px; 
height:20px;
padding-left: 8px;
} 

.input_gray_s { 
background: url(/images/share/bg_input_s.jpg) no-repeat; 
color: #666666; 
font-family:tahoma; 
font-size: 11px;
line-height:15px; 
border: 0; 
margin: 3px 0 0 6px;
font-weight:normal; 
height:20px;
padding-left: 8px;
} 


input,select {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	COLOR: #333333;
	background-color:#FCFCFC;
	BORDER-RIGHT: #CFCFCF 1px solid;
	BORDER-TOP: #CFCFCF 1px solid;
	BORDER-LEFT: #CFCFCF 1px solid;
	BORDER-BOTTOM: #CFCFCF 1px solid;
}
textarea {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	COLOR: #333333;
	background-color:#FCFCFC;
	BORDER-RIGHT: #CFCFCF 1px solid;
	BORDER-TOP: #CFCFCF 1px solid;
	BORDER-LEFT: #CFCFCF 1px solid;
	BORDER-BOTTOM: #CFCFCF 1px solid;
}

.error-require{
background-repeat:no-repeat;
font-family: Tahoma;
font-size: 11px;
color:#FF8080;
font-weight:bold;
padding-left:0px;
margin-left:0px;
}
.complete-require{
background-repeat:no-repeat;
font-family: Tahoma;
font-size: 11px;
color:#666666;
font-weight:bold;
padding-left:0px;
margin-left:0px;
}

a.LinkOk:link { color: #FFFFFF; text-decoration: none }
a.LinkOk:visited { color: #FFFFFF; text-decoration: none }
a.LinkOk:active { color: #FFFFFF; text-decoration: none }
a.LinkOk:hover { color: #FFCC00; text-decoration: none }

a.LinkGreen:link { color: #336600; text-decoration: none }
a.LinkGreen:visited { color: #336600; text-decoration: none }
a.LinkGreen:active { color: #336600; text-decoration: none }
a.LinkGreen:hover { color: #66CC00; text-decoration: none }

a.LinkRed:link { color: #CC0000; text-decoration: none }
a.LinkRed:visited { color: #CC0000; text-decoration: none }
a.LinkRed:active { color: #CC0000; text-decoration: none }
a.LinkRed:hover { color: #FF6600; text-decoration: none }

a:link { color: #336600; text-decoration: none }
a:visited { color: #336600; text-decoration: none }
a:active { color: #336600; text-decoration: none }
a:hover { color: #66CC00; text-decoration: none }


.TextComplete{
	color: #336600;
}
.TextWarning {
	color: #FF0000;
}

/* Drag & Drop sortable */
ul.sortable li {
	position: relative;
}

ul.boxy {
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}
ul.boxy li {
	cursor:move;
	padding: 2px 2px;
}
