﻿/* GLOBAL */
html {
	font-size: 1em; /*100%;*/
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: .8em;
	color: #333333;
	line-height:1.3em;
}
img {
	border: none;
	vertical-align: middle;
}
a:link,
a:visited {
	color: #333333;
	text-decoration: underline;
	/*_color: expression(this.target == '_blank' ? '#284145' : '#333333');
	_background: expression(this.target == '_blank' ? 'url(' + appPath + 'App_Themes/DTED/Images/Global/external_link.gif) no-repeat top right' : '');
	_padding-right: expression(this.target == '_blank' ? '11px' : '');
	_margin-right: expression(this.target == '_blank' ? '3px' : '');*/
}
a:hover {
	color: #000000;
	text-decoration: none;
	/*_color: expression(this.target == '_blank' ? '#000000' : '#000000');*/
}
/*
a:link[target="_blank"],
a:visited[target="_blank"] {
	background: url('../Images/Global/external_link.gif') no-repeat right top;
	padding-right: 11px;
	margin-right: 3px;
}
a:hover[target="_blank"] {
}*/
ol, li {
	padding-left: 0;
	margin-left: 1.5em;
	_margin-left: 1.9em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.3em 0;
	padding: 0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
}
h1 { font-size: 2.4em; }
h2 { font-size: 2.1em; }
h3 { font-size: 1.75em; }
h4 { font-size: 1.35em; }
h5 { font-size: 1.1em; }
h6 { font-size: 0.85em; }
table {
	font-size: 1em;
}
input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1em;
}
input.field_file {
	border: solid 1px;
	border-color: #d0cfd0;
	background: #ffffff;
	padding: 2px 3px;
}
input[type="checkbox"] {
	margin: 4px 4px 0 0;
	*margin: 0 2px 0 -3px;
}
* html input.checkbox,
* html span.checkbox input,
* html .checkbox_wrapper,
* html .checkbox_wrapper input {
	margin: 0 2px 0 -3px;
}
table.checkbox {
	padding: 0px;
	margin: 0px;
}
table.checkbox td {
	background: transparent;
	padding: 0px;
	border-width: 0px;
}
span.radio label {
	margin-right: 10px;
}
input.textbox, .textbox {
	border: solid 1px;
	border-color: #d0cfd0;
	background: #ffffff;
	padding: 2px 3px;
}
input.textbox_hint, .textbox_hint {
	color: #bbbbbb;
}
select, textarea {
	background: #ffffff;
}
select {
	border-width: 1px;
	border-color: #d0cfd0;
	padding: 1px;
}

p { margin: 0 0 1em 0; clear: both; }
p:last-child { margin-bottom: 0; }
p { margin-bottom: expression(this.nextSibling==null ? '0' : ''); }

/*
table tr td,
table tr th {
	border: none;
	padding: 0;
}*/
table caption {
	padding: 4px 6px;
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	border: solid 1px #bfbfbf;
	border-width: 1px 0;
}

/* GENERIC */
.divider-1,
.divider-2 {
	clear: both;
	display: block;
	height: 2px;
	margin-bottom: 2px;
	border-bottom: dashed 1px #d6d6d6;
	font-size: 0px;
	line-height: 1px;
	letter-spacing: 0px;
}
.divider-2 { border-bottom: dashed 1px #aaaaaa; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
.float-l { float: left; }
.float-r { float: right; }
.block { display: block; }
.inline { display: inline; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

.pad { padding: 10px; }
.pad-l { padding-left: 10px; }
.pad-r { padding-right: 10px; }
.pad-t { padding-top: 10px; }
.pad-b { padding-bottom: 10px; }
.spad-l { padding-left: 5px; }
.spad-r { padding-right: 5px; }
.spad-t { padding-top: 5px; }
.spad-b { padding-bottom: 5px; }
.pad-none { padding: 0; }

.mar { margin: 10px; }
.mar-l { margin-left: 10px; }
.mar-r { margin-right: 10px; }
.mar-t { margin-top: 10px; }
.mar-b { margin-bottom: 10px; }
.smar-l { margin-left: 5px; }
.smar-r { margin-right: 5px; }
.smar-t { margin-top: 5px; }
.smar-b { margin-bottom: 5px; }
.mar-none { margin: 0; }

.text_sm-1 { font-size: 0.9em; }
.text_sm-2 { font-size: 0.8em; }
.text_sm-3 { font-size: 0.7em; }

.normal { font-weight: normal; }
.bold { font-weight: bold; }
.italic { font-style: italic; }

.hide { display: none; }

.highlight-1 { color: #65bc26; }
.highlight-2 { color: #cc0000; }

.pointer { cursor: pointer; }

/* Icons */
.icon_suit {
	background: url(../Images/Icons/16x16/suit.png) no-repeat;
	padding-left: 18px;
}
.icon_paper {
	background: url(../Images/Icons/16x16/paper.png) no-repeat;
	padding-left: 18px;
}
.icon_envelope {
	background: url(../Images/Icons/16x16/envelope.png) no-repeat;
	padding-left: 18px;
}
