﻿label
{
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.xd-value
{
	font-size: 14px;
	color: #333;
}

div.ake-date-control
{
	border: 1px solid #DDD;
	border-radius: 0px;
	margin: 5px 0px;
	font-size: 14px;
	width: 97%;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:#ffffff;
}

table.ake-date-control
{
	width: 100%;
	table-layout: fixed;
}

td.ake-date-control-day-cell
{
	width: 30px;
	padding-right: 0px;
	padding-left: 0px;
}

td.ake-date-control-year-cell
{
	padding-left: 0px;
	padding-right: 0px;
	width: 44px;
}

td.ake-date-control-label-cell
{
	width: 100%;
	white-space: nowrap;
	vertical-align: bottom;
	text-align: right;
	color: #666666;
}

td.ake-date-control-devider
{
	width: 5px;
	font-weight: bold;
	padding-right: 1px;
	padding-left: 1px;
	text-align:center;
}

.xd-text-area
{
	font-size:14px;
	color: #333;
	font-weight:normal;
	width: 100%; 
	border: 1px solid #808080;
	margin:0px;
	padding:2px;
}

.xd-text {
	border: 1px solid #DDD;
	margin: 5px 0px;
	width: 97%;
	border-radius: 0px;
	padding: 8px 10px;
	font-size: 14px;
	color: #333;
}

.xd-text:focus {
	box-shadow: 0px 0px 7px #a5d5be;
}

select.xd-select {
    border: 1px solid #DDD;
    margin: 5px 0px;
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    width: 100%;
    /*-webkit-appearance: none;*/
}

select:disabled {
    background-color: rgb(235, 235, 228);
}

.xd-checkbox {
	font-size: 14px;
	color: #333;
}

label.mandatory {
    font-size: 13px;
    color: #E5362A;
    font-weight: bold;
    padding-left: 0px;
}

input.ke-date-text
{
	border: none;
	padding-left: 4px;
	border: 1px solid #DDD;
}

.attachment_control_upload_btn, .attachment_control_upload_btn:link, .attachment_control_upload_btn:Visited, .attachment_control_upload_btn:Active
{
	background-image: url('../Images/uploadButtonB.png');
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #a5d5be;
	color: #333333;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	margin: 3px 0px;
	padding: 5px 5px 5px 28px;
}

.attachment_control_upload_btn:Hover
{
	border: 1px inset #666666;
	background: #666666;
	color: #ffffff;
	background-image: url('../Images/uploadButton.png');
	background-repeat: no-repeat;
	background-position: 2px center;
}

.attachment_control_remove_btn, .attachment_control_remove_btn:link, .attachment_control_remove_btn:Visited, .attachment_control_remove_btn:Active
{
	background-image: url('../Images/removeAttachmentB.png');
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #a5d5be;
	color: #333333;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	margin: 3px 0px;
	padding: 5px 5px 5px 28px;
}

.attachment_control_remove_btn:Hover
{
	border: 1px inset #666666;
	background: #666666;
	color: #ffffff;
	background-image: url('../Images/removeAttachment.png');
	background-repeat: no-repeat;
	background-position: 2px center;
}

.ke_append_btn, .ke_append_btn:link, .ke_append_btn:Visited, .ke_append_btn:Active
{
	display: block;
	background-image: url('../Images/appendButton.png');
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #a5d5be;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	margin: 3px 0px;
	padding: 5px 5px 5px 28px;
}

.ke_append_btn:Hover
{
	display: block;
	border: 1px inset #808000;
	background: #2e3192;
	background-image: url('../Images/appendButton.png');
	background-repeat: no-repeat;
	background-position: 2px center;
}

