/*-----------------------------------------------------------------------------
version:   1.0.1-Beta
author:    daniel vecchiato
email:     info@4webby.com
website:   http://www.4webby.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin 
* {
  margin: 0;
	padding: 0;
}*/

/* Put it back on certain elements */

h1, h2, h3, h4, h5, h6, p, pre, blockquote,  ul {margin: 1em 0;}

/* Class for clearing floats */

.clear {clear:both;}

/* Remove border around linked images */

img {border: 0;}

/* =Typography
-----------------------------------------------------------------------------*/

body {font: 90%/1.6  Verdana, sans-serif;
margin: 0;
padding: 0;
/*background-image: url(../template_bg.gif);
background-repeat: repeat;
*/
font-family: Arial, Helvetica, sans-serif;}

#print
{
position: absolute;
left: 0%;
width: 600px;
margin-left: 8px;
}
@media print{
.noprint{display:none;}
}
/* =Wrapper
-----------------------------------------------------------------------------*/

#wrapper {background-color: #fff;
/*padding: 10px;
*/}

/* Centering Technique
================================== */

#wrapper {position: relative;
left: 10%;
width: 800px;
/*margin-left: -400px;*/}

/* =Headings
-----------------------------------------------------------------------------*/

/*#header {width: 100%;
border-bottom: 1px solid #0000FF;
margin-top: 0px;
height: 20px;
background-image: url(images/header.jpg);
background-repeat:no-repeat;
border: 1px #0000FF solid;
border-top: 1px solid #0000FF;}*/

#header h1 {padding-top: 0px;
padding-left: 50%;}

.login {color: #666;
position:absolute;
left:0;
top :5px;
font-size:11px;
padding: 5px;
}

.login a:link, .login a:visited {text-decoration: none;
font-weight: bold;
color: #666;}

.login a:hover {text-decoration:none;
color: #FF0000;}
#browse_crag {width: 800px;
/*background-image: url(images/browse_crag_bg.jpg);
background-repeat: repeat-x;
border-top: 1px solid #99FF00;*/
/*border-bottom: 1px solid #0000FF;*/}
#contact{
position:absolute;
right:0px;
bottom :50px;
width:40%;
padding: 0px;
}
#avrcontact{
position:absolute;
right:0px;
bottom :300px;
width:40%;
padding: 0px;
}
#mmimage{
position:absolute;
right:5px;
top :5px;
padding: 0px;
}
#rmahead{
position:absolute;
left:275px;
top :40px;
padding: 0px;
font-size:20px;
font-weight: bold;
}
#notes{
position:relative;
left:8px;
}
#avrhead{
position:absolute;
left:150px;
top :40px;
padding: 0px;
font-size:20px;
font-weight: bold;
}
#rmaheadp{
position:absolute;
left:120px;
top :40px;
padding: 0px;
font-size:20px;
font-weight: bold;
}
#avrheadp{
position:absolute;
left:50px;
top :40px;
padding: 0px;
font-size:20px;
font-weight: bold;
}

/* =Links
-----------------------------------------------------------------------------*/

a:link, a:visited {text-decoration: none;
font-weight: bold;
color: #666;}

a:hover, a:active {text-decoration:none;
color: #FF0000;}

/* =Branding
-----------------------------------------------------------------------------*/

/* =Main Nav
-----------------------------------------------------------------------------*/

#navlist {width: 600px;
margin: 0;}

/* circle */

#navlist {}

ul#navlist {font: bold 11px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 5px;
margin: 0;
margin-left: 280px;
}

ul#navlist li {float: left;
height: 20px;
background-color: #8077EE;
margin: 6px 2px 0px 2px;
border: 1px solid #8077EE;
border-bottom:1px solid #8077EE;}

li#active a {background-color: #fff;}

li#active a {color: #000;}

#navlist a {float: left;
display: block;
color: #666;
text-decoration: none;
padding: 4px;}

#navlist a:hover {background: #fff;}

/* =Sub Nav
-----------------------------------------------------------------------------*/

/* =sears Nav
-----------------------------------------------------------------------------*/

#snavlist {width: 500px;
margin: 0;}

/* circle */

#snavlist {}

ul#snavlist {font: bold 11px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 5px;
margin: 0;
margin-left: 150px;
}

ul#snavlist li {float: left;
height: 20px;
background-color: #8077EE;
margin: 6px 2px 0px 2px;
border: 1px solid #8077EE;
border-bottom:1px solid #8077EE;}

li#active a {background-color: #fff;}

li#active a {color: #000;}

#snavlist a {float: left;
display: block;
color: #666;
text-decoration: none;
padding: 4px;}

#snavlist a:hover {background: #fff;}

/* =Sub Nav
-----------------------------------------------------------------------------*/

/* =Main Content
-----------------------------------------------------------------------------*/

#mainContent {width: 100%;
padding: 1em 0 1em 0;}

#mainContent a {color: #003399;
background-color: transparent;
text-decoration: none;
font-weight: normal;}

#mainContent a:visited {color: #003399;
background-color: transparent;
text-decoration: none;}

#mainContent a:hover {color: #000;
text-decoration: none;
background-color: transparent;}

#mainContent ul {list-style-image: url(images_adminconsole/arrow.gif);
padding: 0 0 0 18px;
margin: 8px 0 12px 0;}

#mainContent li {padding: 0;
margin: 0 0 6px 0;}

#mainContent li p {margin-left: 0;
margin-right: 0;}

#mainContent .rss {float: right;
width: 200px;
margin: 0 0 10px 10px;
border: 1px #D0D0D0 solid;
padding: 10px;
font-size: 10px;}

#mainContent .rss h2 {border: none;
margin: 0;
font-size: 16px;}

.important {background-color: #FBE6F2;
border: 1px solid #D893A1;
color: #333;
margin: 10px 0 5px 0;
padding: 10px;
font-weight: bold;
width: 400px;}

.important p {margin: 6px 0 8px 0;
padding: 0;}

/* =Footer
-----------------------------------------------------------------------------*/

#footer {width: 100%;
height: 42px;
text-align:center;
color: #333;
font-size:10px;
/*background-image: url(images/footer_bg.jpg);
background-repeat: repeat-x;*/}

#footer a {
text-decoration: none;
}

.footer_menu {font-size:8px;
color: #FFFFFF;}

.footer_menu a {padding-left: 10px;
padding-right: 10px;
color: white;
text-decoration: none;
border-right: 1px solid #99FF33;}

.footer_menu a:hover {background-color: #99FF33;
color: #000000;}

.webdesign {font-size:8px;
padding: 10px;
text-align:right;}

.webdesign a {text-decoration: none;
color: black;}

.webdesign a:hover {padding: 3px 10px 3px 10px;
color: #666;
background-color: #FFF;
font-weight:bold;
border: 1px solid #666;}

/* =Forms
-----------------------------------------------------------------------------*/

.error {font-weight: bold;
color:#760000;
padding-left: 18px;
background: url(images/error.png) no-repeat left top;}

/* :KLUDGE: Explicitly set the width for IE6- */

* html .error {width: 10em;}

fieldset {margin:3px 0;
padding-top: 0;
padding-bottom: 0;

border: 1px solid #ccc;}

legend {font-weight:bold;}

label {float: left;
width: 100px;}

#register {margin: 0;}

#register label {width: 150px;}

#register .error span{
margin-left: 150px;
padding-left: 150px;}

.note {display: block;
margin-left: 100px;}

#register.note  {display: block;
margin-left: 150px;}

.button {
text-align:center;
font-weight:bold;
cursor: pointer;}

.button a {text-align: center;
text-decoration: none;
background: url(images/fade-butt.png);
border: 3px double #999;
border-left-color: #ccc;
border-top-color: #ccc;
color: #333;
padding: 0.25em;}

.button a:active {background: #f4f4f4;
border: 3px double #ccc;
border-left-color: #999;
border-top-color: #999;}

/* =FLASH MESSAGE
-----------------------------------------------------------------------------*/

#flashMessage {width:400px;
color:#FF0000;
border-bottom: 2px solid #FF0000;
border-top: 1px solid #FF0000;
font-size: 16px;
margin: 8px 0px;
font-weight: bold;
margin-top: 60px;
padding: 10px;}

/*---------------------------------------------------------------------------*/
div.autocomplete {
      position:absolute;
      width:20em!important;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;

}
	
div.autocomplete ul {
	list-style:none!important;
	list-style-image:none!important;
	margin:0px;
	padding:0px;
	overflow:auto;
}

div.autocomplete ul li.selected {
	background-color: #B9DAF0;
}

div.autocomplete ul li {
	font-size: small;
	list-style-type:none;
	display:block;
	margin:0;
	padding:0px;
	cursor:pointer;

}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/*---------------------------------------------------------------------------*/
.firescope_grid .sort-asc {
	background: #D9DFD9 url('sort-asc.gif') no-repeat bottom right;
	cursor: pointer;
	padding: 0px 4px 2px 2px;	
}
.firescope_grid .sort-desc {
	background: #D9DFD9 url('sort-desc.gif') no-repeat bottom right;
	cursor: pointer;
	padding: 0px 4px 2px 2px;	
}
.firescope_grid .sort-none {
	background: #DDD url('sort-none.gif') no-repeat bottom right;
	cursor: pointer;
	padding: 0px 4px 2px 2px;	
}
.firescope_grid .sort-sorting {
	background: #DDD url('load.gif') no-repeat bottom right;
	cursor: pointer;
	padding: 0px 4px 2px 2px;		
}
.firescope_grid .nav-csv {
	background: url('excel.gif') no-repeat center center;
	cursor: pointer;
	border: 0px;	
	width: 30px;
}
.firescope_grid .nav-first {
	background: url('first.gif') no-repeat center center;
	cursor: pointer;
	border: 0px;	
	width: 30px;
}
.firescope_grid .nav-prev {
	background: url('prev.gif') no-repeat center center;
	cursor: pointer;
	border: 0px;	
	width: 30px;	
}
.firescope_grid .nav-next {
	background: url('next.gif') no-repeat center center;
	cursor: pointer;
	border: 0px;
	width: 30px;	
}
.firescope_grid .nav-last {
	background: url('last.gif') no-repeat center center;
	cursor: pointer;
	border: 0px;	
	width: 30px;	
}
.firescope_grid .nav-first[disabled] {
	opacity:.40;
	filter:alpha(opacity=40);
}
.firescope_grid .nav-prev[disabled] {
	opacity:.40;
	filter:alpha(opacity=40);
}
.firescope_grid .nav-next[disabled] {
	opacity:.40;
	filter:alpha(opacity=40);
}
.firescope_grid .nav-last[disabled] {
	opacity:.40;
	filter:alpha(opacity=40);
}
.firescope_grid .nav-reload {
	background: url('load.png') no-repeat center center;
	cursor: pointer;
	border: 0px;	
	width: 30px;	
}
.firescope_grid .loading {
	background: url('load.gif') no-repeat center center;
	cursor: pointer;
	border: 0px;
	width: 30px;	
}
.firescope_grid .grid-split {
	background: url('grid-split.gif') no-repeat center center;
	padding: 0px 6px 2px 6px;
	width: 10px;	
}			
.firescope_grid .nav-toolbar {
	font-size: 10px;
	font-family: Verdana,Helvetica,Geneva;
	margin-top: 10px;
}
.firescope_grid .nav-toolbar select:hover, .firescope_grid .nav-toolbar input:hover, .firescope_grid .nav-toolbar select:focus, .firescope_grid .nav-toolbar input:focus {
	background-color: #FFC;
}

.firescope_grid .nav-rows, .firescope_grid .nav-refresh {
	text-align: right;
	border: 1px solid #BCCCE1;
	margin: 0px 0px 0px 4px;
	font-size: 10px;
	font-family: Verdana,Helvetica,Geneva;	
}
.firescope_grid .nav-rows:hover, .firescope_grid .nav-rows:focus {
	background-color: #FFC;
}
.firescope_grid .nav-page {

}
.firescope_grid .nav-page > input {
	text-align: right;
	width: 22px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	font-size: 10px;
	font-family: Verdana,Helvetica,Geneva;		
}
.firescope_grid .nav-page > input:hover, .firescope_grid .nav-page > input:focus {
	background-color: #FFC;
}
.firescope_grid .nav-status {

}

.firescope_grid .filter-active {
	width: 96%;
	color: #686;
	font-size: 10px;
	font-family: Verdana,Helvetica,Geneva;			
}
.firescope_grid .filter-inactive {
	width: 96%;
	color: #AAA;
	font-size: 10px;
	font-family: Verdana,Helvetica,Geneva;			
}
.firescope_grid .filter-filtering {
	background: url('load.gif') no-repeat center right;
	color: #686;
	background-color: #FFF;
}

.firescope_grid .no_results {
	font-size: 8pt;
	text-align: center;
}

.firescope_grid table {
	width: 100%;
	border-spacing: 0;
}
.firescope_grid table td {
	border: 0px solid #ffffff;
}