/***************BEGIN GLOBAL CSS DEFS*******************/
/*******************************************************/
body
{
	font-family: Tahoma, Lucida, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	padding: 10px;
	margin: 0px;
	background: url('/img/engura/e300.png') no-repeat 0 0 fixed;
	border:0px;
}


DIV, TD, TABLE
{
	font-size: 12px;
	vertical-align:top;
}

fieldset, legend
{
	margin-top: 2px;
	font-style: italic;
	color: #546279;
	border: 1px solid #546279;
}

legend
{
	padding: 2px 4px 2px 4px;
}

fieldset
{
	font-style: normal;
}

blockquote
{
	border-left: 1px dotted #546279;
	padding-left: 5px;
	font-style: italic;
	color: #546279;
	background: url('/img/quote.png') top right no-repeat;
}

li
{
	list-style: none;
	padding-left: 13px;
	margin-bottom: 5px;
	background: url('/img/engura/e_li.png') left top no-repeat;
}

textarea, INPUT
{
	font-size: 13px;
	color:#546279;
	background-color: #ffffff;
	padding-left:4px; padding-right:4px;
	border: #546279 1px solid;
}
textarea:focus, input:focus
{
	border: #546279 1px dashed;
	background-color: #fff;
}

.button
{
	font-size: 9px;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	height:21px;
	background-color:#ecf3f7;
	cursor: pointer;
	padding: 0px 4px 0 4px;
	border: 1px solid #546279;
	background: url('/img/engura/button.gif') center repeat-x;

	/* CSS3 YAAATTAA!!! */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

OPTION, SELECT, OPTGROUP
{
	background-color: #ffffff;
	border-bottom:1px dashed;
}

.checkbox, .checkbox:focus
{
	width: 25px;
	border: none;
	background: none;
}

IMG
{
	border: 0px;
	padding: 0px;
}

HR
{
	border-left: 15px solid #546279;
	border-right: 15px solid #546279;
	border-style: solid;
	width: 80%;
	height: 2px;
	color: #FFCC00;
}

H1
{
	font-size: 13pt;
	text-shadow: 2px 2px 2px #9B9BAA;
	font-weight:500;
	color: #277aff;
}

H2
{
	color: #546279;
	font-size: 14px;
	font-weight:1000;
	font-style: italic;
	text-transform: uppercase;
	padding: 10px 0 0 0;
}

H2 A:hover {color: #546279;}

H3
{
	font-size: 12px;
	color: #e10000;
	font-weight:500;
	border-left: 10px solid #e10000;
	border-bottom: 1px solid #e10000;
	padding: 0px 5px 0px 5px;
}

H4
{
	font-size: 9pt;
	color: #00ff90;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 5px solid #00ff90;
	border-right: 5px solid #00ff90;
	border-bottom: 1px solid #00ff90;
	border-top: 1px solid #00ff90;
	padding: 0px 5px 0px 5px;
	width:50%;
	text-align:center;
}


A {font-size: 11px; font-weight: bold; text-decoration:none;}
A:link{		color:#546279;}
A:visited{color:#546279;}
A:hover{	color:#FF9000;}
A:active{	color:#c5d3dc;}
/***************** END GLOBAL CSS **********************/
/*******************************************************/


/**************BEGIN TEMPLATE-SETTINGS******************/
/*******************************************************/
#header
{
	background: url('/img/engura/engura.jpg') no-repeat top right #fff;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 60px;
	position: relative;
	z-index: 15;
}

#menu_top
{
	height: 24px;
	width: 179px;
	border-top: 1px solid #000;
	background: url('/img/engura/e_menu_top.gif') no-repeat top left;
	padding: 2px;
	margin: 0px;
	position: relative;
	z-index: 11;
}

.ie #menu_top
{
	padding: 0px;
}

#menu_wrapper
{
	border-left: 1px solid #000;
	padding:3px 0px 3px 3px;
	text-align: left;
}

.webkit #menu_wrapper
{
	overflow: hidden;
}

#menu_wrapper input
{
	width: 120px;
	height: 36px;
	border: none;
	padding: 0px 4px 0px 20px;
	background: url("/img/engura/search_cap.png") top left repeat-x;
}

.ie #menu_wrapper
{
	padding-top: 0px;
}

.ie #menu_wrapper input
{
	padding-top:7px;
}

#search_button
{
	padding: 0;
	position: relative;
	top: -1px;
}

.gecko #search_button
{
	top: 0px;
}

#menu_wrapper IMG
{
	padding: 0 0 3px 0;
}

#menu_wrapper A
{
	font-weight: 500;
}

#menu
{	/* must set it to relative, so that you can use absolute position for children elements */
	position:relative;
	padding: 0px 0px 1px 4px;
	width: 179px;
	z-index:10;
}

#menu ul, #menu li
{
	background: none;
	padding: 0;
	margin: 0;
}

#menu #box
{
	/* position absolute so that z-index can be defined and able to move this item using javascript */
	position: absolute;
	left:-35px;
	top:0px;

	z-index:2;

	background: url('/img/engura/e_tab_right.gif') top right no-repeat;
	height:24px;
	padding-right: 15px;
}

#menu #box .head
{
	/* image of the left rounded corner */
	height:24px;
	border-bottom: 1px solid black;
}

#menu_bottom
{
	background: url('/img/engura/e_menu_bottom.gif') no-repeat top left;
	width: 179px;
	height: 44px;
}

#menu A {display: block; font-size:14px; margin-left: -3px; padding: 5px 5px 5px 10px; font-weight: 500; position: relative; z-index:5;}
#menu A:link{		color:#546279;}
#menu A:visited{	color:#546279;}/*#8392AC*/
#menu A:hover{ }
#menu A:active{		color:#c5d3dc;}

#banners
{
	padding-top: 5px;
	width: 179px;
	border-right: 1px solid #000;
	background-color:#fff;
	text-align: right;
}

#banners a { padding: 5px;}

TABLE#highlight TR:hover{background-color:#c5d3dc;}


#tabs
{
	z-index: 21;
	float: right;
}

#tabs ul
{
	margin: 0px;
	padding: 0px 3px 0px 3px;
	list-style:none;
}

#tabs li
{
	float: left;
	background: url('/img/engura/e_tab1.png') no-repeat top left;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}

#tabs a
{
	background: url('/img/engura/e_tab2.gif') no-repeat bottom right;
	float: left;
	display: block;
	margin: -5px 0px 0px 10px;
	padding: 14px 38px 6px 45px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 1500;
}
#tabs A:hover{color:#546279;}
#tabs A:active{color:#FF9000;}

/* COMMENTED BACKSLASH HACK: hides rule from IE5. \*/
#tabs a {float: none;}
/* end hack */

#tabs a:hover
{
	background: url('/img/engura/e_tab3.gif') no-repeat bottom right;
}

#tabs li:hover
{
/*	background: url('/img/engura/e_tab_right_over.gif') no-repeat top right;*/
}

#tabs #current
{
	background: url('/img/engura/e_tab4.png') no-repeat top left;
}

#tabs #current a
{
}

#tabs #current li:hover
{
}

#tabs #current a:hover
{
	background: url('/img/engura/e_tab3.gif') no-repeat bottom right;
}


#main
{
/*	background: url('/img/engura/e_back.jpg') no-repeat top left #fff;*/
	background: url('/img/engura/e300g.jpg') no-repeat 0 0 fixed;
	background-color: #fff;
	padding: 5px 10px 15px 5px;
	border-top: 1px solid #000000;
	position: relative;
	text-align: left;
	z-index: 14;
}

#left_cell
{
	border-left: 1px solid #000;
	background: url('/img/engura/e300g.jpg') no-repeat 0 0 fixed;
	background-color: #fff;
	width: 41px;
	padding-top: 0px;
/*	background: url('/img/engura/e_back2a.png') no-repeat 0 0 fixed #fff;*/
}


#weather
{
	width: 330px;
	border: 0px solid teal;
}

.weatherIcon
{
	float: left;
	cursor: default;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}
/**************END TEMPLATE-SETTINGS *******************/
/*******************************************************/


/**************BEGIN ENGURA-SPECIFICS*******************/
/*******************************************************/
.external
{
	background: url('/img/interface/actions/external.png') no-repeat right;
	padding-right: 12px;
}

.notice
{
	color:#f43900;
	font-weight: bold;
	font-size: 8pt;
	font-style:italic;
}

.preview
{
	border: 1px dashed #f43900;
}

.preview legend
{
	color:#f43900;
	font-weight: bold;
	font-style:italic;
}

.icon
{
	padding: 3px;
	border: 0px;
	width: 48px;
	height: 48px;
	margin: 3px;
}

.mod_date
{
/*	border-bottom: 1px dashed #f43900;*/
	font-size: 8pt;
	text-align: right;
}

.news_date
{
	width: 8em;
	margin-top: 5px;
	padding: 10px 10px 5px 0px;
	text-align: right;
	font-style: italic;
	color: #546279;
}

.news_cell
{
	border-top: 2px solid #FF9000;
}

.id_pic img
{
	padding: 3px;
	margin: 0px 5px 5px 0px;
}

.gallery { border: 1px solid #c6c6c6; padding: 3px; margin: 5px; background: #FFF;}
.gallery:hover { border: 1px solid #FF9000; }

.field
{
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	height: 20px;
}

.error_field
{
	color: #F43900;
	font-weight: bold;
}

.error_field input, .error_field textarea
{
	border: 1px solid #F43900;
}


.error, .success
{
	height: 50px;
	width: 400px;
	padding: 5px 5px 5px 60px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
/* IE workaround: it doesn't recognize the [] specifiers & ignores the following block: */
.error[class], .success[class]
{
	height: auto;
	min-height: 50px;
}

.success
{
	border: 1px dashed #00F467;
	background: url('/img/interface/actions/button_ok.png') 5px 5px no-repeat #B5FFBC;
}

.error
{
	border: 1px dashed #F44500;
	background: url('/img/interface/actions/button_cancel.png') 5px 5px no-repeat #FFEAB5;
}


.highlight
{
	border-spacing: 0px;
	width: 100%;
	margin: 2px 5px;
	border-collapse: collapse;
	border: 1px solid #dde;
}

.highlight TR:hover{background-color:#E0EDFB;}

.highlight TR.heading, .heading
{
	text-transform: uppercase;
	text-align: center;
	background-color: #dde;
	font-weight: bold;
	font-size: smaller;
}

.heading
{
	text-align: center;
	background-color: #dde;
	font-weight: bold;
	font-size: smaller;
}
.heading:hover{background-color: #dde;}
.heading TD {
	padding: 2px 4px 2px 4px;
}

.search_quote {
	font-style: italic;
	font-weight: bold;
}

.error_field
{
	background-color: #ffeab5;
	border: #f43900 1px solid;
}

.req
{
	font-weight: bold;
}

.heading TD {font-weight: bold; font-style:italic;}

#query
{
	height: 36px;
	border: none;
	position: relative;
	top: 0px;
	padding: 8px 4px 2px 20px;
}


#popup /* this is the popup window that appears on the mouse-overs */
{
	width: 250px;
	padding: 5px;
	border: 1px solid #546279;
	background: #fff;
	-moz-box-shadow: 2px 2px 7px #bbb;
	-webkit-box-shadow: 2px 2px 7px #bbb;
}
/*************** END ENGURA-SPECIFICS*******************/
/*******************************************************/