/* PhotoWallpapers Default Layout  */

html { min-width: 800px; }

a { text-decoration: none }
A:hover { text-decoration:underline; color:red;}
A:link { color:black; }
A:visited { color:black; }

body 
{ 
 width:100%;
 margin: 0px;
 padding: 0;
 border: 0;
 text-align:left;
 background: #fff url('/gfx/mainBack4.jpg') repeat-x;
 background-attachment: fixed;
 color: #444;
 font: 12px "Trebuchet MS", sans-serif;
}

#wrapper
{
 margin:0 auto 0 auto;
 width:795px;
 text-align: left;
}

.imgShadow
{
 background-color:#fff;
 border: 1px solid #a9a9a9;
 padding:4px;
 margin: 4px; 
 float:left;
}

/****************************************
 **                                    **
 **         HEADER FIELDS              **
 **                                    **
 ****************************************/

#header
{ 
 text-align: center;
 height:96px;
 width:100%;
 margin: 0;
 padding: 0;
 background: url('/gfx/header_bg2.png') repeat-x;
 align:center;
}

#mainHeader h1
{
 color:#ffe;
 margin:0px;
}

#mainHeader a
{
 color:#fafafa;
}

#mainHeader
{
 position:absolute;
 top:0px;
 width:800px;
 top:0px;
 color:#eee;
 text-align:left;
}


/****************************************
 **                                    **
 **           MAIN FIELDS              **
 **                                    **
 ****************************************/

#login
{
 clear:both;
 width:770px;
 padding:5px;
 float:center;
 text-align: center;
 margin:0 0 0 3px;
 color:#336;
 font:95%/1.2em Georgia,Serif;
}

#login input,select
{
 border: dotted 1px gray !important;
 border: solid 1px gray;
 padding: 1px;
 margin: 0 0  2px;
 width: 120px;
}


/****************************************
 **                                    **
 **           SEARCH FIELDS            **
 **                                    **
 ****************************************/
#search
{
 position:absolute;
 right:10px;
 top:5px;
}

#search input
{
 border: dotted 1px gray;
}


/* FOOTER FORM */
#footer
{
 clear:both;
 text-align: center;
 margin-top:10px;
 width:800px;
 color:#777;
 font-size:9px;
}

/****************************************/
/**                                    **/
/****************************************/
#mainTable table
{
 border-collapse: collapse;
 width: 100%;
}

#mainTable thead
{
 background: #9ec5e4;
 border-top: 1px solid #aed5f4;
 border-bottom: 1px solid #8eb5d4;
}

#mainTable th
{
 font-weight:normal;
 text-align: center;
 background: url('/gfx/header_bg2.png') repeat-x;
 color:#999;
}


#mainTable tr:hover
{
 background:url(/gfx/fadek-y.png) repeat-x;
}

#mainTable thead tr:hover
{
 background-color: transparent;
 color: inherit;
}

#mainTable .odd
{
 background:url(/gfx/fadek5.png) repeat-x;
 /*opacity:.7;*/
}

fieldset
{
 margin: 0px;
 padding: 1em;
 border: 1px dotted #999;
 background: url(/gfx/fadek5.png);
}

.fieldYellow
{
 background: url(/gfx/fadek-y2.png);
}

.fieldPink
{
 background: url(/gfx/fadek-p.png);
}

.fieldGreen
{
 background: url(/gfx/fadek-g3.png);
}


legend
{
 font-weight:bold;
}

.potrdi
{
 color:#fbb1b8;
 background:#900;
 font-size:15px;
}

#mainTable .newEntry
{
 color:#a00;
 font-weight:bold;
 background:url(/gfx/fadek-g.png);
}
/****************************************
 **                                    **
 **        NAVIGATION FIELDS           **
 **                                    **
 ****************************************/
#nav
{
 width:125px;
 float: left;
 padding-right:5px;
 text-align: left;
 margin:0 0 0 3px;
 color:#336;
 font-size:12px;
}

#nav h1
{
 width:123px;
 height:21px;
 background:url('/gfx/left_menu_box/s01c.gif') no-repeat;
 padding-left:5px;
 padding-top:3px;
 font-weight:bold;
 margin:0px;
 font-size:12px;
 color:#fff;
}

#nav h2 
{
 width:123px;
 height:5px;
 margin:0px;
 background:#fff url('/gfx/left_menu_box/s02.gif') no-repeat;
}

#nav h3 
{
 margin:0px;
 width:116px;
 padding-bottom:2px;
 padding-top:5px;
 padding-left:3px;
 margin-bottom:.35em; 
 font-size:12px;
 font-weight:bold;
 color:#c33;
 border-bottom:solid 2px #000;
 border-left:solid 2px #000;
 border-right:solid 2px #000;
 background:url(/gfx/fadek3.png);
}


#nav h3>a
{
 padding-bottom:2px;
 margin-bottom:.25em;
 font-size:100%/1.2em;
 color:#343;
 margin: 0 0 0 2px;
 padding: 0 0 0 16px;
 background: url(/gfx/icon-perm.gif) no-repeat 0 50%;
}

#nav a:hover
{
 text-decoration:none;
 color:#c00;
}

#nav input,select
{
 border: dotted 1px gray;
 padding: 1px;
 margin: 0 0  2px;
 width: 120px;
}

#nav li
{
 list-style:none;
}

#nav .odd
{
 background:url(/gfx/fadek5.png) repeat-x;
}


/****************************************
 **                                    **
 **           MAIN FIELDS              **
 **                                    **
 ****************************************/

#mainList
{
 float: left;
 width:660px;
 text-align: left;
 color:#444;
 font-size:100%/1.2em;
}

#mainList table
{
 padding-bottom:2px;
 margin-bottom:.25em;
 font-size:90%/1.2em;
 color:#555;
}

#mainList a
{
 padding-bottom:2px;
 margin-bottom:.25em;
 font-size:100%/1.2em;
 color:#555;
}

#mainList textarea
{
 width:100%;
 height:200px;
 border: dotted 1px gray;
 font-size:90%/1.2em;
 color:#666;
 background:#fff;
 padding: 3px;
}

#mainList hr
{
 width:100%;
 height:1px;
 border: dotted 0.1pt gray;
 color:#666;
}

#mainList input
{
 border: dotted 1px gray;
 font-size:95%/1.2em;
 color:#666;
 background:#fff;
 padding: 3px;
}

.myFile
{
 border: dotted 1px gray;
 font-size:95%/1.2em;
 color:#666;
 background:#fff;
 padding: 3px;
}


#mainList input.news2, textarea.news2
{
 border: dotted 1px gray;
 font-size:95%/1.2em;
 color:#666;
 background:#fee;
 padding: 3px;
}

#mainList input.news3, textarea.news3
{
 border: dotted 1px gray;
 font-size:95%/1.2em;
 color:#666;
 background:#efe;
 padding: 3px;
}


#mainList select
{
 border: dotted 1px gray;
 font-size:95%/1.2em;
 color:#666;
 height:22px;
 background:#fff;
}

#mainList option
{
 background:#fff;
}

#mainList a:hover
{
 text-decoration:none;
 color:#c00000;
 border: 0px;
}

#mainList h1 
{
 border-bottom:1px dotted #999999;
 font-size:15px;
 color:#953;
 margin:0px;
}

#mainList h2 
{
 border-bottom:1px dotted #999999;
 padding-bottom:2px;
 margin-bottom:.25em;
 font-size:170%/1.2em;
 color:#444;
}

#mainList h3
{
 margin:0px;
 font-size:12px;
 color:#676;
 text-decoration: none;
}

#mainList p 
{
 margin:4px 0px 1em;
 color:#555;
}

#boxText
{
}

#boxText h1 
{
 display:block;
 width:123px;
 height:26p;
 background:url('/gfx/left_menu_box/s01.gif') no-repeat;;
 padding-left:5pt;
}


#boxText h3 
{
 padding-left:5pt;
 background: url(/gfx/icon-perm2.gif) no-repeat 0 50%;
}


#dropDown 
{
 list-style:none;
 margin:0px;
 padding:0px;
}

#dropDown ul
{
 list-style:none;
 padding:2px;
 background:#9bc0dc;
 width:143px;
 z-index:2;
}

#dropDown a
{
 display: block;

}

#dropDown a:hover
{
 background:#fc0;
 width:137px;
}

#dropDown li.firstLine
{
 text-align:center;
 width:123px;
 height:20px;
 color:#fff;
 font-weight:bold;
 border-bottom:solid 2px #000;
 background:url(/admin/gfx/left_menu_box/s01.gif) no-repeat;
}

#dropDown li 
{
 background:#bde0fb;
 float:left;
 position:relative;
 width:137px;
 border-bottom:dotted 1px #9bc0dc;
 text-align:left;
 padding-left:3px;
}

#dropDown li ul 
{
 position: absolute;
 width:140px;
 left: -999em;
}

#dropDown li:hover ul 
{
	left: auto;
}

#dropDown li:hover ul, #dropDown li.sfhover ul 
{
	left: auto;
}

#skritaForma input
{
 border:0px;
 background:transparent;
}

#myPage
{
 color:#333;
 margin:3px;
}

#myPage .pagSelect
{
 border:solid 1px #ccc;
 padding:3px;
 color:#888;
 background:#ddd;
 font-weight:normal;
}

#myPage .pagSelect:hover
{
 border:solid 1px #aa9;
 padding:3px;
 color:#aa9;
 background:#ffe;
 font-weight:normal;
}

#myPage .pagCurrent
{
 border:solid 1px #ccc;
 padding:5px;
 background:#900;
 color:#eee;
}

#myPage .pagCurrent:hover
{
 border:solid 1px #ccc;
 padding:5px;
 background:#900;
 color:#eee;
}

.igralec
{
 color:#fee;
}

#topPix
{
 width:650px;
 border:1px dotted #999;
 padding:3px;
 text-align:center;
}

#subList ul
{
 list-style-type: none;
 width:580px;
 margin:0px;
 padding:0px;
}

#subList li 
{
 float: left;
 width: 139px;
 display: block;
 margin:1px; 
 padding:1px;
 border:1px dotted #999;
 text-align:center;
 background:url(/gfx/fadek-y.png) repeat-x;
}

#subList a
{
 font-family:"Trebuchet MS";
 font-size:11px;
 color:#333; 
}

#subList li:hover
{
 background:url(/gfx/fadek-p.png) repeat-x;
}
