/* Reset -------------------------------------------------------------------- */
body,legend{color:#000;}
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.5 Arial,Helvetica,sans-serif; }

/* Headings */
h1		{ font-size:1.625em; font-weight:bold; margin-bottom:.75em; }
h2		{ font:1.5em Georgia, "Times New Roman", Times, serif; color:#850404; }
h3		{ font-size:1.35em; font-weight:bold; }
h4		{ font-size:1.25em; font-weight:bold; }
h5, h6	{ font-weight:bold; }

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

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

/* Tables */
table       {  }

/* Links */
a,
a.inline	{ text-decoration:none; color:#9f0d00; }
a.anchor    { display:none; }

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

/* Content ------------------------------------------------------------------ */

/* Column */
.col				{ float:left; overflow:hidden; margin:0; }
.col-first          { margin-left:0; }
.col-last           { margin-right:0; }

.col-two            { width:50%; }
.col-three          { width:33%; }
.col-four           { width:25%; }

img.left,
img.right			{ margin-bottom:1em; display:inline; }
img.left 			{ margin-right:1em; float:left; }
img.right 			{ margin-left:1em; 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'); }

.button              		{ float:left; display:block; padding:0 .5em; cursor:pointer; line-height:23px; height:23px; color:#fceda8; background:#c00000 url(/images/templates/default/btn-bg.gif) repeat-x; font-weight:bold; }

.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; }

.infoContentShow			{ padding:0 30px 30px; overflow:hidden; height:100%; }

/* 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            {  }
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:normal; cursor:pointer; }
.result label	{ font-weight:normal; }

input,
select,
textarea,
button			{ font:1em Arial,Helvetica,sans-serif; }

/* Input */
input.text,
input.secret,
select,
textarea        { border:1px solid #e9eaec; border-top-color:#bababa; }
input.text,
input.secret	{ text-indent:5px; padding:.25em 0; width:160px; }
select          { width:217px; }
textarea        { /*padding:5px;*/ width:250px; }

/* 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 .5em; border:0; overflow:visible; cursor:pointer; height:23px; color:#fceda8; background:#c00000 url(/images/templates/default/btn-bg.gif) repeat-x; font-weight:bold; }
form .buttons       { overflow:hidden; margin-bottom:0; }

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

form, input {margin:0; padding:0;}
body {margin:0; padding:0; }
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;}

/* Readmore links */
a.readmore {color:#fde473; font-weight:bold; background:url(/images/templates/default/bullet_readmore.gif) 0 3px no-repeat; padding:0 0 0 10px; text-decoration:none;}
a.readmore:hover {text-decoration:underline;}

a.readmore_red {color:#850404; font-weight:bold; background:url(/images/templates/default/bullet_readmore_red.gif) 3px 3px no-repeat; padding:0 0 0 10px; text-decoration:none;}
a.readmore_red:hover {text-decoration:underline;}


/* Headings */
/*h1 {font-family:Georgia, "Times New Roman", Times, serif; color:#850404; font-size:18px; font-weight:normal; padding:5px 0;}
.emphasized {color:#850404; font-weight:bold;}
h2 {color:#fceda8; font-size:12px; font-weight:bold; padding:0 0 0 10px; background:url(/images/templates/default/bullet_h2.gif) left center no-repeat;}
h4 {color:#ffffff; font-size:12px; font-weight:bold; padding:5px 0;}*/

/* ---------------------------- CONTAINER ---------------------------- */
#container {width:938px; margin:0 auto; padding:0 25px 18px 25px; background: url(/images/templates/default/bg_container.gif) bottom center no-repeat #ffffff;}

	/* ---------------------------- TOP ---------------------------- */
	#top {width:938px; background:#f90000;line-height:1.25;}
		/* Top banner - Logo banner */
		#flash_topbanner{width:938px; margin:0; padding:0; font-size:0; line-height:0;}

	/* Top navigation */
	#topnav {width:900px; padding:0 19px; background: url(/images/templates/default/bg_topnav.gif) left bottom repeat-x #f90000;}
		#topnav ul,
		#topnav li {list-style:none; margin:0; padding:0;}
		#topnav ul li {display:block; float:left;}
			#topnav ul li a {color:#ffffff; padding:5px 17px 5px 25px; font-size:12px; font-weight:bold; text-decoration:none; display:block; background:url(/images/templates/default/bullet_topnav_item.gif) 15px 9px no-repeat;}
			#topnav ul li a:hover {color: #fceda8; background:url(/images/templates/default/bullet_topnav_item_hover.gif) 15px 10px no-repeat;}
			#topnav ul li.selected a {background:url(/images/templates/default/bullet_topnav_item_active.gif) 15px 10px no-repeat #b40000;}
	/* ---------------------------- END OF TOP ---------------------------- */

	/* ---------------------------- MIDDLE ---------------------------- */
	#middle {width:938px; padding:20px 0 0 0; background:url(/images/templates/default/bg_middle.gif) top left repeat-x;}

	/* ---------------------------- END OF MIDDLE ---------------------------- */

	/* ---------------------------- FOOTER ---------------------------- */
	#footer {width:938px; margin:0 auto; padding:10px 0; color:#000; text-align:center;}
		#footer ul,
		#footer li {list-style:none; margin:0; padding:0; text-align:center;}
		#footer li.last {border:none;}
		#footer ul li {padding:0 10px; border-right:1px solid #000; display:inline;}
			#footer ul li a {color:#000; text-decoration:none;}
			#footer ul li a.bold {color:#9a0606; font-weight:bold; text-decoration:none;}
			#footer ul li a:hover {text-decoration:underline;}

		#copyright {text-align:center; padding:10px 0; font-size:11px;}
			#copyright a {color:#000; text-decoration:none;}
			#copyright a:hover {text-decoration:underline;}
	/* ---------------------------- END OF FOOTER ---------------------------- */

/* ---------------------------- END OF CONTAINER ---------------------------- */


