input, textarea {
    font-size: 13px;
    font-family: "Segoe UI" , Arial, sans-serif;
}

/* CSS Document */

form.styled fieldset {
    border: 1px solid #ddd;
    margin: 5px;
    padding: 0;
    background: #fff url(Images/Core/fieldsetBg.png) 0 0 repeat-x;
}

form.styled fieldset.noStyle {
    border: none;
    margin: 0px;
    margin-left: 8px;
    padding: 0;
    background: none;
}

form.styled fieldset.orderFieldset {
    background: #FDFBDC url(images/gBodyBgOrder.png) 0 0 repeat-x;
    border-color: #EBE27F;
}

form.styled fieldset.orderFieldset legend {
    color: #5D581E;
}

form.styled fieldset.right {
    float: right;
    margin-right: 10px;
}

div.sequence.order {
    margin: 10px 5px 5px 5px;
    float:right;
}

div.sequence.order a.submit {
    margin: 0px;
}

form.styled fieldset.w50 {
    width: 48%;
}

form.styled fieldset.noStyle ul, form.styled fieldset.noStyle ul li {
    margin: 0px;
    padding: 0px;
}

form.styled fieldset.center * {
    text-align: center;
}

form.styled legend {
    margin-left: 10px;
    padding: 0 5px;
    color: #434f75;
    font-weight: bold;
}
form.styled fieldset ul {
    margin-top: 10px;
    padding: 0 0 0 10px;
    list-style: none;
}
form.styled fieldset li {
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 3px;
}

form.styled fieldset li.button {
    padding: 5px 0px;
}

form.styled label {
    float: left;
    width: 115px;
    margin-right: 5px;
    line-height: 20px;
}

form input.checkbox {
    margin: 4px 3px 0px 0px;
}

form label.checkbox {
    padding: 0px 2px;
}

form.styled input.checkbox, form.styled input.radio {
    margin: 4px 6px 0 120px;
    float: left;
}

form.styled input.checkbox.noleft, form.styled input.radio.noleft {
    margin-left: 0px;
}

form.styled input.text, form.styled input.date, form.styled textarea.textarea /*, form.styled select --> Chrome - Fix */ {
    border: 1px solid #ccc;
    background: url("images/Core/InputArea.png") 0 -10px repeat-x;
}

form.styled input.text, form.styled input.date, form.styled textarea.textarea {
    padding: 2px;
}

form.styled select {
    position: relative;
    top: -2px;
}

form.styled option {
    padding: 2px 10px 1px 2px;
    background: white;
}

form.styled option:hover {
    background: #ccc;
}

form.styled select.select {
    margin: 4px 6px 0 0px;
}

form.styled label.checkbox, form.styled label.radio, form.styled label.select {
    width: auto;
    float: left;
}

form.styled .submit {
    margin: 10px 0 0 120px;
    clear: left;
}
form.styled textarea.textarea {
    width: 298px;
    height: 130px;
}

form.styled label.mandatory {
    background: url("images/Icons/req-asterisk.png") 100% 60% no-repeat;
}
form.styled label.input-validation-error {
    background: url("images/Icons/cancelbtn.png") 100% 80% no-repeat;
}

form.styled label.checkbox.input-validation-error {
    background-image: none;
}

form.styled input.input-validation-error, form.styled select.input-validation-error {
    border: 1px solid #BA9928;
}

p.mandatory {
    font-size: 0.8em;
    margin: 5px;
    color: #333;
    margin-left: 140px;
}
span.mandatory {
    padding-right: 12px;
    background: url("images/Icons/req-asterisk.png") 100% 60% no-repeat;
}

input.l04 {
    width: 40px;
}

input.l10 {
    width: 80px;
}

input.l20 {
    width: 120px;
}

input.l30 {
    width: 140px;
}

input.l40 {
    width: 150px;
}

input.l50 {
    width: 175px;
}

input.l60 {
    width: 200px;
}

form.styled input.l70 {
    width: 220px;
}

input.l80 {
    width: 240px;
}

input.l90 {
    width: 260px;
}

input.l100 {
    width: 280px;
}

input.right {
    text-align: right;
}

.input-validation-error {
    color: #BA9928 !important;
}

form.styled fieldset ul li div.sequence input, form.styled fieldset ul li div.sequence label {
    float: left;
}

form.styled fieldset ul li div.sequence input {
    margin-right: 10px;
}

form.styled fieldset ul li div.sequence input.radio {
    margin-right: 6px;
}

form.styled fieldset ul li div.sequence label.radio {
    width: auto;
    margin-right: 10px;
}

form.styled fieldset ul li div.sequence a.button, form.styled fieldset ul li div.sequence a.sbutton {
    margin-right: 5px;
    margin-left: 0px;
    margin-top: 1px;
    float:left;
    clear:none;
}

a.button.right {
    float:right;
}

a.button.left {
    float:left;
}

.upperCase {
    text-transform: uppercase;
}

form.styled fieldset.longLabel label {
    width: 160px;
}

form.styled fieldset.longLabel label.checkbox, form.styled fieldset.longLabel label.radio, form.styled fieldset.longLabel label.select {
    width: auto;
}

form.styled fieldset.sendOptions input.checkbox {
    margin-left: 5px;
}

form.styled fieldset.sendOptions div {
    margin: 10px 20px;
}

form.styled fieldset p.infoText {
    background: #ffffe8;
    border: 1px dotted #ddd;
    padding: 4px 10px;
    width:95%;
    text-align: center;
}

/* SearchBox at top of tables */

form.searchBox {
	border:1px solid #ddd;
	border-bottom:none;
	margin: 0px;
	padding: 0px;
}

form.searchBox fieldset {
	background: white;
	border: none;
	margin: 0px;
	margin-bottom:1px;
	padding: 0px;
}

form.searchBox fieldset h4 {
	padding: 2px 0px 2px 12px;
	margin: 0px;
	background: #434f75 url(Images/Core/h2.png) repeat-x center left;
	color: #ffe;
	font-size:0.9em;
	font-weight: normal;
}

form.searchBox fieldset div.sequence a.button {
	float: right;
	clear: none;
	margin: 0px;
	margin-right: 10px;
	padding: 0px 10px;
}

form.searchBox fieldset input.checkbox
{
    clear:both;
    margin-left:0px;
    float:left;
}

form.searchBox fieldset label.checkbox
{
    font-size:0.9em;
    white-space:nowrap;
}

form.searchBox fieldset select {
	width: 80%;
}

form.searchBox fieldset.timerange input.date {
	width: 80px;
}

form.searchBox fieldset.timerange select, form.searchBox fieldset.timerange input.date {
	margin-right: 10px;
	float: right;
}

form.searchBox fieldset.timerange label {
	width: 50px;
}

form.searchBox fieldset p {
	font-size: 0.8em;
}

form.searchBox fieldset.keyword {
	width: 40%;
}

form.searchBox fieldset.depot, form.searchBox fieldset.roles, form.searchBox fieldset.timerange {
	width: 30%;
}

form.searchBox fieldset.daterange
{
    width:60%;
}

form.searchBox fieldset.full {
	width: 100%;
}

form.searchBox fieldset.full div.sequence a.button {
	float:left;
}

form.searchBox fieldset.mailtype {
	width: 28%;
}

form.searchBox fieldset.mailtype #MailTypeID {
	width: 170px;
}

form.searchBox fieldset.mailtype #cmdFilter {
	float: right;
	position: relative;
}

form.searchBox fieldset.maildepot {
	width: 26%;
}

form.searchBox fieldset.maildepot #DepotID {
	width: 160px;
}

form.searchBox fieldset.mailspan {
	width: 46%;
}

form.searchBox fieldset.mailspan label {
	width: 80px;
}

form div.changes {
	padding: 5px 2px 40px 2px;
	display: block;
}

form div.changes ul.list {
	list-style-type: disc;
}

/* Blue Box */

form.blueBox fieldset {
    margin: 0px;
    border: none;
    background: #F2F3F7 url("Images/Core/fieldsetBlueBg.png") top left repeat-x;
}

form.styled.blueBox fieldset span.head {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    margin:0px 0px 4px 0px;
}

form.styled.blueBox label {
    color: #000;
}

form.styled.blueBox fieldset ul {
    margin-top:2px;
}

form.styled.blueBox fieldset input.text, form.styled.blueBox fieldset textarea {
    border: 1px solid #434F75;
}

form.styled.blueBox fieldset div.sequence a.button, form.styled.blueBox fieldset a.sbutton {
     border: 1px solid #434F75;
}

form.styled.blueBox div.sequence input.radio {
    margin-left:3px;
    border:none;
}

form.styled.blueBox fieldset span.footer
{
    float: right;
    text-align: right;
    font-size: 0.8em;
    margin-right: 5px;
    display: block;
}

form.styled.blueBox label.input-validation-error {
    color:#FEF5CE !important;
}