
/*--------------------------------- RESET ALL ----------------------------------------*/

html, body, button, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, input, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup{
	font-size: smaller;
	vertical-align: super;
}

sub{
	font-size: smaller;
	vertical-align: sub;
}

/*------------------------------- HTML Elements --------------------------------------*/


input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #BEC4C7;
	background-color: white;
}

select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #BEC4C7;
}

textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #BEC4C7;
}

form {
	margin: 0;
	min-width: 100%;
}

button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	cursor: pointer;
	color: #146b97;
	width: auto;
	overflow: visible;
}

button::-moz-focus-inner{padding:0;border:none}

*+html button{
	line-height: 1;
}

button:hover{
	color: #f7c867;
	background-color: #146b97;
}

/*------------------------------- Classes --------------------------------------*/

.clear {
	clear: both;
}

.simpleContent{
	text-align: justify;
	margin: 4px;
}

.simpleContent p{
	margin: 0px;
	padding: 0px;
}

.componentSimpleContent{
	padding: 2px;
}

.component{
	margin: 4px;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #F3F3F8;
}

.componentTitle{
	background-color: #ddd;
	padding: 2px;
	border-bottom: 1px solid #aaa;
}

.componentRowOdd{
	background-color: #F3F3F8;
}

.componentRowEven{
	background-color: #E8E8EE;
}

.itemTitle{
	font-size: 110%;
	font-weight: bold;
	color: #146b97;
	margin: 4px 4px 8px 4px;
	text-align: center;
}

.component a:visited{
}

.label{
	margin: 4px;
}

/*------------------------------- Tab Control --------------------------------------*/

.tabControl{
	margin: 4px;
}

.tabControlHeader{
	position: relative;
	margin: 0px;
	z-index: 1;
}

.tabControlTabTitle{
	float: left;
	padding: 2px;
	margin-right: 2px;
	border: 1px solid #aaa;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	background-color: #ddd;
}

.tabControlTabTitle a{
}

.tabControlTabTitleSelected{
	border-bottom: 1px solid white;
	background-color: white;
	font-weight: bold;
}

.tabControlTabTitleSelected a{
	color:#146b97;
}
.tabControlTab{
	border: 1px solid #aaa;
	position: relative;
	top: -1px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	min-height: 16px;
}

.tabControlTab .component{
	border: none;
	margin: 0px;
	background: none;
}

/*------------------------------- Edit Box --------------------------------------*/

.editBoxCommand{
	position: relative;
	top: -1px;
	margin-left: 4px;
	padding: 1px 2px 1px 2px;
	font-size: 80%;
	background-color: #F3F3F8;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.editBoxCommand:hover{
	color: #f7c867;
	background-color: #146b97;
}

.editBoxContent{
	padding: 1px 0px 1px 0px;
}

.editBoxContent .editBoxFieldValue{
	padding: 1px 4px 1px 1px;
}

.editBoxContent .editBoxFieldValue input{
	margin-left: 1px;
}

.editBoxContent .editBoxFieldValue select{
	border: 1px solid #BEC4C7;
	margin-left: 1px;
}

.editBoxContent .editBoxFieldValue textarea{
	border: 1px solid #BEC4C7;
	margin-left: 1px;
}

.editBoxContent .editBoxFieldLabel{
	padding-left: 2px;
	padding-top: 3px;
	width: 120px;
}

.editBoxContent .editBoxFieldHint{
	width: 220px;
}

.editBoxContent .editBoxFieldSpacer{
	width: 6px;
}

.editBoxContent a{
    border-bottom: 1px solid #f7c867;	
}

/*------------------------------- Option Box --------------------------------------*/

.optionBoxContent a:hover{
	background-color: #146b97;
}

.optionBoxOption{
	border-top: 1px solid transparent;
	vertical-align: baseline;
}

.optionBoxCommand{
	height: 16px;
	float: left;
}

.optionBoxCommandText{
	position: relative;
	top: -1px;
}

/*------------------------------- Grid --------------------------------------*/

.gridTitleWithHeaders{
	border-bottom: none;
}

.gridHeader{
	background-color: #ddd;
}

.grid .component{
	width: 95%;
	margin: 0px;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.grid .editBoxFieldValue{
	float: none;
	margin: 0px;
	overflow: visible;
}
.grid .editBoxFieldValue input[type="checkbox"]{
	width: 14px;
}

.button{
	display: inline;
	float: left;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

.button:hover{
	background-color: #146b97;
}

.button a:hover{
	background-color: #146b97;
}

/*------------------------------- Popup / Messages --------------------------------------*/

#messages{
	display: none;
}

.popup{
	font-size: 120%;
}

.popupTitle{
	padding: 2px;
	margin: 0px;
	background-color: #ddd;
	border-bottom: 1px solid #aaa;
}

.popupContent{
	padding: 2px;
	margin: 0px;
}

.popupContent img{
	float: left;
}

.popupContent .panel-bd{
	float: left;
	margin-top: 12px;
	margin-left: 12px;
}

.popupButtons{
	text-align: center;
}

.popupButtons button{
	float: none;
}

.popupBottom{
	padding: 1px;
	margin: 0px;
	clear: both;
}

/*------------------------------- Crumbtrail --------------------------------------*/

#crumbtrail{
	padding: 6px 8px 0px 8px;
}

#crumbtrailHeader{
	float: left;
	margin-right: 4px;
}

#crumbs{
	float: left;
	width: 520px;
}

#crumbs a:link{
    border-bottom: 1px solid #f7c867;
}

#crumbs a:hover{
    border-bottom: 1px solid #f7c867;
}

#crumbs a:visited{
    border-bottom: 1px solid #f7c867;
}

#crumbtrailSearchDescription{
	float: right;
	width: 370px;
}


