/* Reset -------------------------------------------------------------------- */
body,legend{color:#333;}
html,body{background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,hr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,hr{border:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a,address{font-style:normal;text-decoration:none;}
input,textarea,select{font-family:inherit;font-size:100%;font-weight:inherit;}

/* Tools -------------------------------------------------------------------- */
.hide           { display:none; }
.replace        { text-indent:-999em; background-repeat:no-repeat; }
.accessibility  { position:absolute; top:-999em; left:-999em; }

.noindent       { margin:0; }
.nomargin       { margin-top:0; margin-bottom:0; }

/* Typography --------------------------------------------------------------- */
body    { font:.75em/1.25 Helvetica,Arial,sans-serif; }

/* Headings */
h1	{ font-size:2.5em; font-weight:bold; color:#2d3a38; margin-bottom:.25em; }
h2	{ font-size:1.5em; font-weight:bold; }
h3	{ font-size:1.25em; font-weight:bold; color:#7e2c43; }
h4	{ text-transform:uppercase; font-weight:bold; }
h5,
h6	{ font-weight:bold; }

/* Text */
p, hr,
dl, ul, ol,
li.spaced, .spaced li,
address, table			{ margin-bottom:1.25em; }
.important          	{ font-size:1.175em; line-height:1; }

/* Lists */
dt          			{ font-weight:bold; }
ul     					{ padding-left:1.25em; }
ol						{ list-style-position:inside; }
li.plain, .plain		{ list-style:none; }

/* Tables */
table       {  }

/* Links */
a,
a.inline	{ text-decoration:none; color:#009de2; border-bottom:1px solid #009de2; }
a.anchor    { display:none; }

/* Other */
hr          { color:#444; background:#444; height:1px; clear:both; }

/* Content ------------------------------------------------------------------ */
.colholder {
	display:block;
	clear:both;
}
/* Column */
.col				{ float:left; overflow:hidden; margin:0; }
.colFirst          { margin-left:0; }
.colLast           { margin-right:0; }

.colTwo            { width:50%; }
.colThree          { width:33%; }
.colFour           { width:25%; }

.colTwo.colFirst { width:487px; padding:0 18px 0 0;}
.colTwo.colLast { width:191px; padding:0 0 0 17px;clear:right;}

/* Images */
.left,
.right			{ display:inline; }
.left 			{ margin-right:12px; float:left; }
.right 			{ margin-left:12px; float:right; }

/* Icons */
.icon						{ display:inline-block; background:no-repeat 0 50%; vertical-align:text-top; outline:none; overflow:hidden; text-indent:-999em; width:16px; min-height:16px; }
.iconText					{ text-indent:18px; width:auto; }
.iconAdd					{ background-image:url('/images/icons/add.png'); }
.iconCss					{ background-image:url('/images/icons/css.png'); }
.iconDbImport				{ background-image:url('/images/icons/dbImport.gif'); }
.iconDelete					{ background-image:url('/images/icons/delete.png'); }
.iconEdit					{ background-image:url('/images/icons/edit.png'); }
.iconExit					{ background-image:url('/images/icons/exit.png'); }
.iconLock					{ background-image:url('/images/icons/lock.png'); }
.iconStar					{ background-image:url('/images/icons/star.png'); }
.iconTable					{ background-image:url('/images/icons/table.png'); }
.iconTableLink				{ background-image:url('/images/icons/tableLink.png'); }

.searchForm					{ margin-bottom:20px; }
.searchForm .field			{ float:left; margin-right:10px; }
.searchForm .field label	{ display:inline; }
.searchForm .buttons		{ width:auto; clear:none; margin-top:2px; }

/* Tree list */
.treeList,
.treeList ul 				{ margin:0; }

/* Data table */
.dataTable					{ width:100%; }
.dataTable th				{ text-align:left; }
.dataTable th a				{ color:#004276; }
.dataTable tr:hover			{ background-color:#97cbff; }
.dataTable td				{ padding-right:5px; }

/* Form in table */
.inTable .field				{ position:relative; }
.inTable .field label		{ position:absolute; top:-1.5em; left:0; width:100%; text-indent:-999em; }
.inTable .field input,
.inTable .field select		{ width:95%; }

/* Pagination */
ul.paginationList			{ border:0; margin:10px 0; padding:0; display:block; }

ul.paginationList li		{ border:0; margin:0; padding:0; font-size:11px; list-style:none; float:left; }
ul.paginationList a			{ border:solid 1px #6a6a6a; margin-right:2px; }
ul.paginationList .previous-off,
ul.paginationList .next-off { color:#666666; display:block; float:left;	font-weight:bold; padding:3px 4px; }
ul.paginationList .next a,
ul.paginationList .previous a		{ font-weight:bold; }
ul.paginationList li.active a		{ color:#0080ff; font-weight:bold;	display:block; float:left; padding:3px 6px; }
ul.paginationList a:link,
ul.paginationList a:visited 		{ color:#0063e3; display:block; float:left; padding:3px 6px; text-decoration:none; }
ul.paginationList a:hover			{ border:solid 1px #ffffff; color:#0080ff; }
.entriesTotal						{ clear:both; color:#808080; }

dl.marginal					{ overflow:hidden; }
dl.marginal dt				{ width:10em; float:left; clear:left; }

#aside				{
	width:250px;
	float:left;
}
#main {
	width:666px;
	float:left;
}

.viewObjectList ul {
	padding:0;
	list-style:none outside;
}
.viewObjectList li {
	margin-bottom:.25em;
}

.viewObjectListDetailed ul {
	width:100%;
	overflow:hidden;
	padding:0;
	list-style:none outside;
}
.viewObjectListDetailed a {
	border-bottom:0;
}
.viewObjectListDetailed li .image {
	display:inline;
	height:60px;
	line-height:60px;
	margin:0;
}
.viewObjectListDetailed li {
	display:inline;
	float:left;
	margin-right:30px;
	margin-bottom:1em;
	height:60px;
	white-space:nowrap;
}

.viewObjectShow .objectPicList {
	width:100%;
	overflow:hidden;
	list-style:none outside;
	padding:0;
}
.viewObjectShow .objectPicList li {
	float:left;
	display:inline;
	margin-right:2em;
}
.viewObjectShow .objectDescription {
	margin-right:90px;
}

#formContact {
	clear:both;
}

/* Form styles -------------------------------------------------------------- */
/* Inline form */
form.inline fieldset,
fieldset.inline .field              { display:inline; float:left; }

/* Vertical form */
.vertical .field                { margin-bottom:.25em; }
.vertical label                 { display:block; }

.vertical .multiple             { margin-bottom:.25em; }
.vertical .multiple .field      { margin-bottom:0; }
.vertical .multiple label,
.vertical .result label         { display:inline; }

/* Marginal form */
.marginal .field                { margin-bottom:.25em; height:100%; overflow:hidden; }
.marginal label                 { width:11.5em; float:left; }

.marginal .multiple             { margin-bottom:-2em; }
.marginal .multiple .field      { margin-bottom:0; position:relative; top:-2em; left:11.5em; }
.marginal .multiple label,
.marginal .result label			{ width:auto; float:none; }

/* Form --------------------------------------------------------------------- */
form            { width:100%; overflow:hidden; }
form .field     { line-height:2; }
fieldset        { border:0; margin-bottom:1.25em; padding:0; padding-top:.5em; }
legend          { font-size:18px; font-weight:bold; line-height:1; color:#174760; }
label           { font-weight:bold; cursor:pointer; }
.result label	{ font-weight:normal; }

/* Input */
input.text,
input.secret,
select,
textarea        { border:1px solid #e1e1e1; }
input.text,
input.secret	{ text-indent:5px; padding:.25em 0; width:150px; }
select          { width:200px; }
textarea        { padding:5px; width:290px; }

/* Multiple */
fieldset.multiple           { border:0; margin:0; padding:0; }
fieldset.multiple legend    { text-transform:none; font-size:1em; line-height:2; color:#000; }
fieldset.multiple .field    { float:left; clear:left; position:relative; }
fieldset.multiple label		{ padding-left:1.25em; font-weight:normal; }
fieldset.multiple input     { position:absolute; top:.5em; left:0; }

/* Control & Output */
button              { padding:0; overflow:visible; cursor:pointer; }
form .buttons       { overflow:hidden; margin-bottom:0; }

form .error         { color:#ed1c24; }
form .error input   { border-color:#ed1c24; }
form .notice        {  }
form .success       {  }

body {background:url(/images/templates/default/bg_body.gif) repeat-x; }
img {border:none; margin:0; padding:0; text-decoration:none; line-height:0; font-size:0;}
.clear {clear:both; font-size:0; line-height:0; height:0;}

/* ---------------------------- CONTAINER ---------------------------- */
#container_outer {width:100%; height:100%; background:url(/images/templates/default/bg_container_outer.png) left top no-repeat;}

/* ---------------------------- TOP ---------------------------- */
	#contentMain { width:942px; padding:19px 57px 0 25px; margin:-5px 0 23px 13px; background:url(/images/templates/default/contentMain.png) no-repeat; }
	#contentMain .mainContainer { border:1px solid #e1e1e1; border-bottom:0; padding:12px; min-height:252px; overflow:hidden; }
	* html #contentMain .mainContainer { height:252px; overflow:visible; }
	#contentMain .mainFooter { display:block; height:45px; margin:-12px 0 0 -25px; background:url(/images/templates/default/contentMainFooter.gif) no-repeat; clear:both; }

	#logo {width:940px; padding:30px 0 20px 40px; font-size:0; line-height:0;}
	/* Top menu */
	#topmenu {width:985px;overflow:hidden;line-height:1;}
		#borderright_topmenu {width:11px; height:49px; float:left; font-size:0; line-height:0; background:url(/images/templates/default/borderright_topmenu.png) left top no-repeat;}
		#topmenu_content {font-size:14px; width:974px; height:49px; float:left; background:url(/images/templates/default/bg_topmenu.png) left top repeat-x;}
			#topmenu_content ul {float:right; clear:both; margin:0; padding:4px 10px 10px 0; list-style:none;}
			#topmenu_content li {float:left; margin:0; padding:0 0 0 9px;}
			#topmenu_content a {float:left; color:#414141; padding:10px 15px 8px 6px; margin:0 45px 0 0; text-decoration:none; display:block; border-bottom:0;}

			#topmenu_content > ul a {width:auto;}
			/* Commented Backslash Hack hides rule from IE5-Mac \*/
			#topmenu_content a {float:none;}
			/* End IE5-Mac hack */
			#topmenu_content a:hover {color:#e36b8d;}

			#topmenu_content li:hover,
			#topmenu_content li:hover a {background-position:0% -150px; color:#e36b8d;}
			#topmenu_content li:hover a {background-position:100% -150px;}

			#topmenu_content li.selected {background:url(/images/templates/default/left_both.gif) no-repeat left top;}
			#topmenu_content li.selected a {color:#e36b8d; background:url(/images/templates/default/right_both.gif) no-repeat right top;}

			#topmenu_content li:hover {background:url(/images/templates/default/left_both.gif) no-repeat left top;}
			#topmenu_content li:hover a {color:#e36b8d; background:url(/images/templates/default/right_both.gif) no-repeat right top;}
/* ---------------------------- END OF TOP ---------------------------- */

	#footer { margin-left:39px; width:941px; overflow:hidden; background:url(/images/templates/default/footer-bg.gif) repeat-x; }
	#footer h2 { color:#7e2c43; margin-bottom:.75em; }
	#footer .col { margin:15px; width:283px; }
	#footer .credits { clear:both; text-align:right; }
	#footer .credits a { color:#333; border:0; }

	#footer .arrow1 {padding:2px 0 2px 40px; background:url(/images/templates/default/arrow1.gif) left center no-repeat;}
	#footer .sign1 {padding:2px 0 2px 40px; background:url(/images/templates/default/sign1.gif) left center no-repeat;}
	#footer .sign2 {padding:2px 0 2px 40px; background:url(/images/templates/default/sign2.gif) left center no-repeat;}

