/* STYLES CSS */
/* Outlines default theme/style behaviour; to be used in conjunction with DNAe CSS styles and framework */


/* BORDERS */
fieldset, .hr, .vr {
	border-width: 1px;
}
fieldset, .hr, .vr,
.borderBase, .borderBase-l, .borderBase-d,
.borderPrimary, .borderPrimary-l, .borderPrimary-d,
.borderSecondary, .borderSecondary-l, .borderSecondary-d,
.borderTertiary, .borderTertiary-l, .borderTertiary-d {
	border-style: solid;
}

/* LINKS */
a, .submit {
    /* link colours */
    text-decoration: none;
}
a:hover, .submit:hover {
    /* link hover colours */
    text-decoration: underline;
}

/* BREAKS/RULES */
.hr {
	margin: 1em;
	height: 1px;
	overflow: hidden;
	clear: both;
	border: none;
	border-top: solid 1px;
}
.vr {
	float: left;
	margin: 0em 1em;
	height: 90%;
	width: 1px;
	overflow: hidden;
	border: none;
	border-left: solid 1px;
}

/* GENERAL */
.icon, .icon12, .icon16, .icon18, .icon24, .extension {
	display: inline-block;
	margin: 0em 0.5em -0.25em 0.5em;
	overflow: hidden;
}
.icon12, .icon12- {
    width: 12px;
    height: 12px;
}
.extension, .icon16, .icon16- {
	width: 16px;
	height: 16px;
}
.icon, .icon18, .icon18- {
    width: 18px;
    height: 18px;
}
.icon24, .icon24- {
    width: 24px;
    height: 24px;
}
.loading {
    display: inline-block; /* block in ie */
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin: 0px 6px;
    background: url(../../images/system/loading/loading-general_16x.gif) center center;
}
.button {
	display: inline;
	text-decoration: none;
	margin: 0px 6px;
	padding: 0.5em;
}
.item_preview img {
	white-space: nowrap;
}

/* LISTS & FORMS */
.list, .form {
    /* Common list/form style atributes */
}
.row {
    clear: left;
}
.label {
    float: left;
    width: 120px;
}
.input {
    float: left;
	margin: 0px 0px 2px 0px;
    padding: 1px; /* ie, minimum padding */
    line-height: 1.3em; /* ie, smaller inputs */
	font-size: 0.9em;
}
.input- { /* use for checkbox and radiobutton inputs */
    float: left;
    padding: 0px;
}
textarea.input {
	padding: 2px;
	line-height: normal;
}
.rmargin {
    float: left;
    width: 20px;
    margin-top: 1px;
    text-align: center;
    font-size: 0.9em;
}
.labelWidthFull {
    width: 140px; /* rmargin width + label width */
}
.inputInfo { /* ajax updates */
    float: left;
    margin-left: 20px;
    font-size: 0.9em;
}
.submit, .submit_base, .submit_delete { /* remember to apply the 'colour' class to .submit, but not .submit_base */
    border: none;
    cursor: pointer;
    margin:  0px;
    padding: 0px;
    font-size: 1em;
    text-decoration: none;
    /*text-align: left;*/
    background-color: transparent;
}
.submit:hover {
    text-decoration: underline;
}
.submitMargin { /*.submit.margin*/ /* push right */
    margin: 5px 0px 3px 160px;
}
.submit_delete {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.legendLeft {
    margin-left: -14px;
    padding-right: 14px;
}
.legendRight {
    margin-right: -14px; /* Does not work in Chrome / Safari */
    padding-left: 14px;
}

/* NOTIFICATIONS */
.notificationIcon, .notificationIcon18x {
    width: 18px;
    height: 18px;
    margin: 0em 0.5em -0.3em 0.5em;
}
.notificationIcon16x {
    width: 16px;
    height: 16px;
    margin: 0em 0.5em -0.3em 0.5em;
}

.error, .warning, .info, .update {
    padding: 0.5em;
    border: solid 1px;
}
.textError a, .textWarning a, .textInfo a, .textUpdate a, /* legacy */
.error a, .error_text a, .warning a, .warning_text a, .info a, .info_text a, .update a, .update_text a {
    text-decoration: underline;
}

.textError, .textError a, .textError a:hover, /* legacy */
.error, .error.button, .error a, .error a:hover, .error_text, .error_text a, .error_text a:hover {
    color: #d42424;
}
.borderError, .border.borderError , /* legacy */
.error, .error_border, .border.error_border {
    border-color: #de8282;
}
.bgError, /* legacy */
.error, .error_bg {
    background-color: #fce4e4;
}

.textWarning, .textWarning a, .textWarning a:hover, /* legacy */
.warning, .warning.button, .warning a, .warning a:hover, .warning_text, .warning_text a, .warning_text a:hover,
.submit_delete {
    color: #bb6424;
}
.borderWarning, .border.borderWarning, /* legacy */
.warning, .warning_border, .border.warning_border {
    border-color: #ffc426;
}
.bgWarning, /* legacy */
.warning, .warning_bg {
    background-color: #fff8b8;
}

.textInfo, .textInfo a, .textInfo a:hover, /* legacy */
.info, .info.button, .info a, .info a:hover, .info_text, .info_text a, .info_text a:hover {
    color: #2e9a2e;
}
.info, .borderInfo, .border.borderInfo, /* legacy */
.info, .info_border, .border.info_border {
    border-color: #28b228;
}
.bgInfo, /* legacy */
.info, .info_bg {
    background-color: #d6f6c6;
}

.textUpdate, .textUpdate a, .textUpdate a:hover, /* legacy */
.update, .update.button, .update a, .update a:hover, .update_text, .update_text a, .update_text a:hover {
    color: #2a3aea;
}
.borderUpdate, .border.borderUpdate, /* legacy */
.update, .update_border, .border.update_border {
    border-color: #424aea;
}
.bgUpdate, /* legacy */
.update, .update_bg {
    background-color: #d2cfe2;
}

/* CLEARFIX */
/* Thanks to http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
