﻿/* Simple Baseline
----------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td  {
	margin: 0; 
	padding: 0; 
}
table	 {
	border-collapse: collapse; 
	border-spacing: 0; 
}
fieldset, img	{
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
	font-weight: normal;
}
ol, ul	{
	margin: 1em 0;
	margin-left: 40px;
	padding-left: 0;
}
ul	{
	list-style-type: disc;
}
ol	{
	list-style-type: decimal;
}
caption, th	{
	text-align: left;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
p	{
	margin: 1em 0;
}
/*----------------------------------------------------------*/


/* 
----------------------------------------------------*/

body	{
	background-color: White;
	color: Black;
    font-family: Verdana,Arial;
    font-size: 12px;
}

a	{
	color: #005099;
}
a:hover	{
	text-decoration: none;
}
a:active	{
	color: #0066CC;
}
a img	{
    border-width: 0;
}

abbr	{
	border-bottom: 1px dotted black;
}

a.button	{
	background: #005099;
	color: white;
	font: 1em Verdana;
	border-width: 0;
	padding: 2px 7px 4px;
	text-decoration: none;
}
a.button:hover	{
	background: #0066CC;
}
a.button:active	{
	background: #ff6600;
}
.center	{
	text-align: center;
}
.right	{
	text-align: right;
}
.big-link	{
	font-size: 17px;
	font-weight: bold;
}
/*----------------------------------------------------------*/
/* sprites */

a.sprite, a.hover-sprite	{
	background-position: 0 0;
	outline: 0;	
}
a.sprite:hover	{
	background-position: 0 50%;
}
a.sprite:active, a.hover-sprite:hover {
	background-position: 0 100%;
}
a.right-sprite	{
	background-position: 100% 0;
	outline: 0;	
}
a.right-sprite:hover	{
	background-position: 100% 50%;
}
a.right-sprite:active {
	background-position: 100% 100%;
}

/* floating window */

.fl-window	{
	position: absolute;
	z-index: 1010;	
}
.fl-window .fl-container	{
	background-color: White;
}
.fl-window h2	{	
	font-size: 16px;
	padding: 12px 0 10px 12px;
	cursor: move;	
}
.fl-window .fl-content	{
	padding: 0 20px 20px;	
}

/* !floating window */

input.placeholder, textarea.placeholder	{
	color: #999;
	font-size: 100%;
}
input.placeholder::-webkit-input-placeholder, textarea.placeholder::-webkit-input-placeholder{
	color: #999;
	font-size: 12px;
}

#page	{
	min-width: 970px;
}

#header	
{
	color: #000;
	height: 30px;
	padding: 5px 25px;
	background-color: #f0f0f0;		
}
#header .big	{
	display: inline;
}
#header .small	{
	display: none;
}
#header a.logo	{
	padding: 0;
	margin-right: 20px;
	text-decoration: none;
}
#header .logo img	{
	vertical-align: middle;
}

#main   {
    padding: 22px 25px;
}
.menuitems	{
	float: left;
	line-height: 25px;
	color: #ccc;
}
.menuitems span	{
	color: black;
}
.menuitems span, .menuitems a	{
	margin: 0 2px;
}
.rightf	{
	float: right;
}

#menuitems .selecteditem	{
	color: black;	
}
#login {
	float: right;
	margin-right: 30px;
	margin-left: 15px;
}
#login #facebooklogin {
	width: 18px;
	height: 18px;
	margin-top: 4px;
	display: block;
	background: transparent url("../images/fb.jpg") no-repeat scroll 0 0;
	float: right;
}
#login #username {
	font-weight: bold;
}
#login #bgmapslogin {
	width: 50px;
	height: 16px;
	margin-top: 4px;
	display: block;
	background-color: #5573A9;
	border: 1px solid Blue;
	padding: 0 4px 0 4px;
	float: right;
	color: White;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
/*
#login a , #login .selecteditem	{
	padding: 0 3px;
}
*/
#footer	{
	float: left;
	clear: both;
	width: 100%;
	height: 1.2em;
	padding-bottom: 32px;
}
#copyright	{
	float: left;
	margin-left: 40px;
}
#site-creator	{
	float: right;
	margin-right: 40px;
}

span.black {
	color: Black;
}
/*
.text-link	{
	font-size: 13px;
}
*/

/* context menu */
#contextMenu	{
	position: absolute;
	z-index: 10000;
	border: 1px solid #005099;
	background: white;
	margin: 0;
	padding: 0;
	list-style: none none inside;
}
#contextMenu li a	{
	display: block;
	padding: 3px 6px;
}
#contextMenu li a:hover	{
	background: #DCE6FF;
}
/* !context menu */

/* error request form */
.usererror-form	{
	margin-bottom: 1em;
}
.usererror-form label	{
	display: block;
	margin: 1em 0 0.5em;
}
.usererror-form #usererror-message	{
	width: 344px;
	height: 80px;
	font: inherit;
}
.usererror-form #usererror-mail	{
	width: 250px;
	position: relative;
}
.usererror-form .captcha-input {
	width: 140px;
	text-transform: uppercase;
}
.usererror-form #usererror-mail, .usererror-form .captcha-input {
	font: inherit;
	height: 16px;
	line-height: 16px;
	padding:3px;
	margin-top: 1px;
	border: 1px solid #aaa;	
}
.usererror-form .captcha-image {
	vertical-align: middle;
	margin-right: 1em;
}
.usererror-form .button	{
	width: 80px;
	margin: 0;
	line-height: 16px;
	padding: 1px 1px 2px;
	float: right;
}
.usererror_feedback-message 
{
	height:60px;
	margin: 50px 0 50px 0;
}
/* !error request form */

@media all and (max-width: 1250px)	{
	#header .small	{
		display: inline;
	}
	#header .big	{
		display: none;
	}
}
