/* Oznaczenia dla starych klas: used - korzystam, ? - nie wiem, do sprawdzenia */
/* Defaults */
TABLE {
	border : 0px;
	padding : 0px;
}

BODY, TD{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Navy;
	vertical-align: top;
}

HR {
	border : 1px solid #f0f0f0;
}

TD {
	padding : 0px;
}

TD.head {
	padding: 0px 0px 0px 0px;
	background: Silver url(../img/top_header.png) repeat-x;
	color: White;
}

A {
	color: #3C3C3C;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
	color: #3C3C3C;
}

form {
	font-size: 11px;
}

 INPUT,TEXTAREA,SELECT {
	font-size: 11px;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;

	background: #F1F1F1;
}

.white{
	color: White;
	vertical-align: bottom; 
}

.red{
	color : #e00000;
}

.green{
	color : #008000;
}

.blue{
	color : #0000e0;
}

.grey{
	color : #a0a0a0;
}

.yellow{
	color : #d0d000;
}

.brown {
	color : #a04000;
}

.violet {
	color : #e000e0;
}

.lblue {
	color : #a0a0ff;
}

.black {
	color: black;
}

.navy {
	color: navy;
}

/* Utility classes */
.micro{ /*?*/
	border: 1px solid Black;
	font-size : 10px;
}

.microbg { /*?*/
	font-size: 10px;
	background-color: #cacaca;
}

.center{ /*?*/
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width:97%; 
	display:block;
}

.table_center {
	text-align: center;
	margin: auto;
}

A.head { /*?*/
	color: #3C3C3C;
	text-decoration: none;
}

#ga_logftp_stat td, th{
	padding-left: 3px;
	padding-right: 3px;
}

/* HEADER
--------------------------------------------------------- */
#ga_header_w {
/*	background: #f6f6f6;
	opacity: 1;
	color: white;
	color: #CCCCCC;
	color: #333333;
*/
	position: fixed;
	top: 0px;
	z-index: 200;
	width: 100%;
	height: 100px;
	color: white;
	line-height: normal;
	background-color: white;
}

#ga_header {
	position: relative;
	height: 80px; 
}

#ga_header_logo {
	width: 15%;
	float: left;
}

a.logo {
	width: 108px;
	display: block;
        margin-top: 10px;
	background: url(../img/logoga.gif) no-repeat;
	height: 68px;
	position: relative;
	z-index: 180;
/*	float: left; */
}

#ga_header_right {
	position: absolute;
	left: 15%;
	bottom: 0;
	width: 85%;	
}

#ga_header_contacts {
	color: Navy;
}
/* MainMenu
--------------------------------------------------------- */
#ga_main_menu_bar_wrap {
	border-top: 1px solid #96c3ea;
/*	border-top: 1px solid #014f98; */
	height: 67px;
/*	background: url(../img/menu-top-bg.gif) repeat bottom center #fff;
	background: url(../img/menu-top-bg.gif) repeat-x bottom center #fff;
	background: #f6f6f6 url(../img/header-top-bg.gif) repeat-x bottom center #fff;
	background: url(../img/header-top-bg.gif) repeat-x bottom center #fff;
*/
	background: Silver url(../img/top_header.png) repeat-x;
}

ul.ga_menu_hor {
	list-style: none;
        padding: 5px 15px;
        margin: 0;
}

ul.ga_menu_hor li{
        padding-left: 5px;
        background: none;
        float: left;
        border-right: 1px solid #80a8c9;
        padding-right: 5px;
}
ul.ga_menu_hor li a{
        color: #fff; 
        text-decoration: none;
        background: none;
}

ul.ga_menu_hor li a:hover{
        text-decoration: underline;
}

#ga_main_menu {
	padding: 0;
	margin: 0;
	line-height: 20px;
	position: absolute;
	bottom: 0;
}

#ga_main_menu ul {
	padding: 0;
	margin: 0;
	line-height: 20px;
}

#ga_main_menu a {
        border-top: 1px solid #80a8c9;
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 10px 20px;
}

#ga_main_menu li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
}


#ga_menu_hor ul, #ga_menu_hor li {
	background-image: none;
	list-style: none;
}

#ga_main_menu span.separator {
	display:none;
}

#ga_main_menu > ul > li.active_main_menu_it {
	background: url(../img/menu-top-bg-on.gif) repeat-x bottom center #fff;
	color: #FFFFFF;
}

#ga_main_menu > ul > li:hover,
#ga_main_menu > ul > li:active,
#ga_main_menu > ul > li:focus {
	background: url(../img/menu-top-bg-on.gif) repeat-x bottom center #fff;
	color: #FFFFFF;
}


#ga_basket a {
	display: block;
/*	background: url(../img/basket_show_hide.gif) no-repeat;
	width: 26px;
*/	background: url(../img/koszyk1.gif) no-repeat;
	width: 22px;
	height: 18px;
        border: 2px solid white;
	float: left;
	margin-right: 30px;
	margin-left: 5px;
	margin-top: 2px;
/*	position: relative;
	left: 100px;
	z-index: 100;
*/}

#ga_basket a:hover {
	background: url(../img/koszyk2.gif) no-repeat;
}

#ga_user_login, #ga_uprof_edit {
	float: right;
	margin-right: 5%;
	margin-top: 3px;
}

#ga_uprof_edit td {
	font-size: 10px;
	vertical-align:middle;
}

.ga_uprof_input_cl {
	width: 43px;
	font-size: 10px;
}

.ga_uprof_input_cl1 {
	width: 41px;
	font-size: 10px;
}

/* Main frames under header
-----------------------------------------*/
#ga_left_frame {
	z-index: 150;
	position: fixed;
	margin-top: 100px;
	background-color: white;
	width: 13%;
	height: 700px;
	overflow: auto;
/*	position: relativ;
	width: 200px;
	margin: 0;
	border: 0;
*/
	float: left;
/*	float: none;
	height: 70px;
*/}

#ga_left_frame.notopmargin, #ga_right_frame.notopmargin {
	margin-top: 0;
	top: 0;
}

#ga_right_frame {
	z-index: 100;
	top: 100px;
	left: 15%;
	position: absolute;
/*
	position: relative;
	margin-left: 20%;
	margin-top: 100px;
	float: left;
	left: +20px;
*/
	min-width:900px;
}

#ga_messages {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: brown;
	padding: 10px;
	text-align: center;
}


/* Footer
-----------------------------------------*/
#ga_footer { 
	clear: left;
}

/* Browser zdjęć lub kolekcji
------------------------------------------*/
.browser_title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: Red;
	background: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

/* Pager */
#ga_pagebar_w {
	font-size: 13px;
/*
	width: 80%;
	margin-left:auto;
*/
	margin-right: 10px;
}

#ga_pagebar_w .ga_pagebar_item {
	padding: 0px 3px 0px 0px;
	display: block;
	float: right;
/*
	height: 18px;
	border-spacing: 0px 0px;
	vertical-align: bottom;
	-webkit-border-vertical-spacing: 0px;
*/
}

#ga_pagebar_currpage {
	font-weight: bold;
}

/* Item show */

.item_show {
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	vertical-align: middle;
	background: White url(../img/background.gif) repeat-x bottom;
	color: #305B80;
	padding: 0px 0px 0px 0px;
}

.item_show_img {
	text-align: center;
	padding: 10px 0px 0px 0px;
	border: 0px none;
}

.item_show_title {
	padding: 0px 0px 0px 10px;
	text-align: center;
}

.item_show_dot {
	vertical-align: top;
}

.ga_phitadm_menu {
	float: left;
	vertical-align: middle;
}

.ga_phitadm_img {
	float: left;
	text-align: center;
	margin: auto;
	vertical-align: middle;
}

#ga_items_browser_w p {
	margin: 0;
	color: brown;
}

#ga_items_browser_w p.microbg {
	font-size: 10px;
	background-color: #cacaca;
/*	background-color: transparent; */
	color: navy;
}

/* Photo item show */
.photo_norights {
	border: 1px solid red;
}

.get_ziplink_cl, #ga_ziplink td, #ga_ziplink th, #ga_ziplink {
	font-size: 15px;
}

/* Collection list, admin */
.NItCAW_desc {
	padding: 15px 0px 15px 15px;
}

.Radio_GL_news_gl_to_send {
	border : 1px solid Red;
}

.Radio_GL_news_gl_sent {
	border : 1px solid Black;
}

/* Finder */
#ga_finder_submit {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}

.ga_search_str {
	width: 98%;
/*	margin: 2px;*/
}

#ga_phfnab_m td.menu_cell {
	text-align: center;
	padding: 10px 0px 0px 0px;
}

/* User register */
#ga_register,  #ga_register td, #ga_userpwdreset, #ga_userpwdreset td, #ga_userchangepwd, #ga_userchangepwd td {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: black;
	vertical-align: top;
}

#ga_register h1{
	color: Navy;
	font-size: 22px;
}

#ga_admin_userreglist td, #ga_admin_userreglist th {
	font-size: 16px;
}

#ga_admin_userreglist caption {
	font-size: 18px;
}

#ga_userreglist_swm {
	margin-bottom: 15px;
}

.reg_cyc1{
	background: #F0F0F0;
	vertical-align: middle;
}

.reg_cyc2{
	background: #E0E0E0;
	vertical-align: middle;
}

tr.photogetreport_cells td {
	padding: 2px;
	vertical-align: middle;
}

#layer0 td {
	border: 1px solid Black;
	empty-cells: show;
}

#layer0 td.S_AUT {
	font-size: 12px;
}

#layer0 td.S_RED {
	font-size: 12px;
	font-weight: bold;
}

#layer0 th {
	font-size: 13px;
	border: 1px solid Black;
}

/* Dalej */
TD.headbott{ /*?*/
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	vertical-align: bottom;
}

.bg {/*?*/
	background-repeat : no-repeat;
	background-position : bottom;
}


.asel{/*?*/
	color : #00004F;
}

.header{/*?*/
	font-size : 16px;
	font-weight : bold;
	color : #202020;
}

.wintitle{/*?*/
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: Red;
	background: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

.wintitle_menu{/*?*/
	font-size: 12px;
	font-weight: bold;
	color: #2d3d4a;
	background: #e9eef2;
	font-family: Arial;
}

.wintitle_submenu{/*?*/
	font-size: 12px;
	font-weight: normal;
	color: #2d3d4a;
	background: White;
	font-family: Arial;
}

.search{/*?*/
	font-size: 12px;
	font-weight: normal;
	color: #2d3d4a;
	background: White;
	font-family: Arial;
	vertical-align: middle;
}

.tdhead {/*?*/
	background : #fafafa;
}

.win{/*?*/
	background: White;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.frame{/*?*/
	border: 1px solid #DDDDDD;
	color: Navy;
}

.nlitem{/*?*/
	border : 0px solid #DDDDDD;
	padding : 10px;
	background: #F8F8F8;
	text-align: center;
}

.cyc1{
	background: #F0F0F0;
	vertical-align: middle;
}

.cyc2{
	background: #E0E0E0;
	vertical-align: middle;
}

.cnt {/*?*/
	font-size : 14px;
}


INPUT.s1 { /* checkbox i radiobutton */
	font-size: 11px;
	border-top: 0px solid #808080;
	border-right: 0px solid #808080;
	border-left: 0px solid #808080;
	border-bottom: 0px solid #808080;
	background: White;
}

.menu{
	font-size : 13px;
	font-weight : bold;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}