/* DEFAULT STYLES*/

html, body, 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, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	background: #4898db url(../img/elems/bg_blue.png) 50% 0 no-repeat;
}
ol, ul {
	list-style: none;
}

a {
  cursor:pointer;
}

p, ul {margin-bottom: 10px;}
ul li p {margin-bottom: 0px;}

form label {font-size: 15px;}

fieldset{padding: 0px;margin-bottom: 20px;}

#content table, .debug table  {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#content table tr, .debug table tr {
	background-color: #DDE8EE;
}

#content table td, .debug table td {
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 5px;
}

#content div.bg {
	background-color: #FFF !important;
	-moz-background-clip:border;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

li {display: block;}

/* / DEFAULT STYLES*/
UL.stars {height: 22px;}
DIV.ajax_loading {margin-bottom: 20px;}
DIV.ajax_result {margin-bottom: 20px;}

.user-profile .profile DT {float: left; font-weight: bold; margin: 0 5px 0px 0;}

.form input { font-size : 1.1em; padding: 3px;}
.form input.inputbox { font-size : 1.1em; padding: 3px; border: 1px solid #aaaaaa; background-color: #f4f4f4; width: 250px; }
.form textarea.inputbox, DIV.form_center textarea.inputbox,  DD textarea.inputbox{ font-size : 1.1em; padding: 3px; border: 1px solid #aaaaaa; background-color: #f4f4f4; width: 95%; height: 150px;}
.form input.radiobox {}
.form label { display: block; font-size: 1.1em; margin-bottom: 3px;}
.form select { padding: 3px; border: 1px solid #aaaaaa; background-color: #f9f9f9; font-size : 1.1em;}
.form .formError input { border: 1px solid #ff4a4a; background-color: #f6dfdf; }
.form p.description { padding: 3px 0px; font-size: 0.8em; color: #999999;}


input.button1 { margin-bottom: 20px;border: 1px solid #aaa; background-color: #f4f4f4; padding: .3em .8em; font-size: 1.1em; /* -moz-border-radius: 4px; -webkit-border-radius: 4px; */}
input.button1 {
background: #CFE8F5 none repeat-x scroll left center;
font-family: Arial;
font-size: 14px;
/*background-image: url(../img/d4d607e76a37c0179bb67c316e4d9914.gif);*/
}
input.button1:hover {background-color: #effbff; cursor:pointer; }

#autocomplete_choices {
	background-color: #FFF;
}

div.autocomplete {
  position: absolute;
  width: 500px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
}
 
div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 20em;
  overflow: auto;
}
 
div.autocomplete ul li.selected {
    background-color: #ffb;
}
 
div.autocomplete ul li {
  list-style-type:none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}

#notification-text { background-color: #FFFF9C; text-align: center; }

.form-error {
 /* border: 1px solid red;*/
  margin-bottom: 15px; 
  /*padding: 10px 10px 5px 10px; */
  /*background-color: #FDD;*/
}

.form-error h3 {display: none;}

.form-error p, p.warning {/*border: 1px solid red;*/
	margin-bottom: 5px; 
	background: url(../../default/img/warning_block.png) scroll 0 0 no-repeat;
	padding-top: 12px;
	padding-left: 40px;
	height: 26px;
	border-right: 1px solid #e6e6e6;
}

.form-error p b {display: none;}

#miniLogin {
	text-align: right;
	padding-top: 10px; 
	padding-bottom: 5px;
	background-color: #4F8090;
	color: #FFF;
	background-color: #393939;
	font-size: 10px;
}

#miniLogin div.top {margin-bottom: 4px;}
#miniLogin input {font-size: 10px;}

#header H1, #subtitleblock H1 {display : none;}

#content .bottom2 {
	padding: 0px 0 20px 0; text-align: center; color: #FFF; background-color: #4898db;}
#content .bottom2 A {color: #FFF;}
#content .bottom2 A.image IMG {vertical-align: bottom;}

.bottom2 .sitemap {display: none;}

.even {background-color: #EEE;}
.odd {background-color: #FFF;}
