/****************************************************************
 * @file: index.css
 * @author: Webway IT Labs, 2008
 *
 */


/* =Reset */
@import url("v11/reset.css");

/* =Layout */
@import url("v11/layout.css");

/* =Base */
@import url("v11/base.css");

/* =Grapher */
@import url("grapher.css");


html{
    font-size:101%;
}

body{
    background:#fff no-repeat 50% -50px;
    background-color:#eee;
    color:#696969;
    font:normal 62.5%/140% Tahoma, Helvetica, sans-serif;
}
body#index{
/*    background-image:url(/_pic/_bg-index.jpg);*/
	background:url(/_pic/_bg-index.jpg) no-repeat 50% -50px;
}

#outside,
#ft{
    font-size:1.1em;
}

table{
    font-family:Tahoma, Arial, Helvetica, sans-serif;
}

a{
    /*color:#575757;*/
    font-size:1em;
    text-decoration:none;
}

p{
    line-height:1.4em;
}

select,
input.text,
textarea{
    border:1px solid #d0d1c8;
    color:#69675e;
    font-size:1em;
}

/* ==classes */
.badge{
    display:-moz-inline-block;
    display:inline-block;
    text-align:center;
}
.badge ins{
    display:block;
    margin:0 auto 8px;
    opacity:.6;
}
    a.badge:hover ins{
        opacity:1;
    }
.badge span{
    color:#333;
    font-size:1.2em;
    font-weight:bold;
}


.t-orange{
    width:100%;
    -width:auto;
}
.t-orange .t *,
.t-orange .b *{
    background:url(/_pic/_cache/torb.png) no-repeat 0 0;
    width:498px;height:490px;
}
.t-orange .c{
    padding:16px 22px;
}
.t-orange .l *{ margin-left:-28px; }
.t-orange .t *{ margin-top:-28px; }

.t-white{
    clear:both;
    margin-bottom:32px;
	width:100%;
}
.t-white .t *,
.t-white .b *{
    background:url(/_pic/_cache/twrb.png) no-repeat 0 0;
    width:500px;height:500px;
}
.t-white .c{
    padding:18px 32px;
}

#outside{
    /*background-color:#fff;*/
}

/* =bd */
#bd{
}
    #index #bd .col-1 .col-1 .tube{
        margin:0 10px 0 0;
    }
        #reference-book{
            padding-bottom:22px;
        }
        #reference-book h1{
            margin-left:-4px;
            position:absolute;
        }
        #reference-book .line{
            padding:6px 0 6px;
        }
        #reference-book .line.first{
            padding-top:40px;
        }
            #reference-book .line .variable{
                color:#fff;
                margin-right:-74px;
                padding-top:10px;
            }
                #reference-book .line .variable a{
                    color:#fff;
                    font-size:1.3em;
                    font-weight:bold;

                }
            #reference-book .line .value{
                font-size:.9em;
                line-height:100%;
                margin-left:80px;
                margin-top:2px;
            }
                #reference-book .line .value .rb .rtop *,
                #reference-book .line .value .rb .rbottom *{
                    border:none;
                }
                #reference-book .line .value .c{
                    min-height:20px;
                    /*-height:auto !important;*/
                    display:block;

                    /*width:175px;*/
                    vertical-align:middle;
                }
                    #reference-book .line .value .c *{
                        color:#696969;
                    }
                    #reference-book .line .value .c a{
                        display:table-cell;
                        vertical-align:middle;
                        height:21px;
                    }

        #masterpollform{
            color:#fff;
        }
        #masterpollform .legend{
            padding-bottom:11px;
        }
        #masterpollform p{
            font-family:Tahoma, Helvetica, sans-serif;
            font-size:1.2em;
            line-height:1.2em;
            padding:2px 0 5px;
        }
        form#masterpollform .chooser{
            font-size:1.1em;
            padding:4px 0 8px 1ex;
        }
            form#masterpollform .chooser label{
                cursor:pointer;
                font-size:1em;
                text-decoration:underline;
            }
            form#masterpollform .chooser:before{
                content:'-';
                font-size:1.2em;
                text-decoration:none;
            }
        #masterpollform .line{
            font-size:1em;
            line-height:1.6em;
        }

    #index #bd .col-1 .col-2 .tube{
        /*margin:8px 18px 30px 10px;*/
        margin:8px 18px 0px 10px;
    }
        #index #bd .col-1 .col-2 .c33{
            padding-bottom:14px;
        }

    #bd .news{
        /*background:transparent url(/_pic/ico-circle-dark.png) no-repeat 0 0;
        padding-left:40px;
        margin-left:-40px;*/
    }
        #bd .news .nw-title{
            color:#069;
            font-size:1.1em;
        }
            .news .nw-title a{
                color:#069;
                font-size:1em;
                text-decoration:none;
            }
            .news .nw-title .date{
                font-size:1.3em;
                padding-right:.9ex;
            }
        #bd .news .entry{
            color:#666;
            padding:0.1em 0 1.7em;
        }
        #bd .news .entry.last{
            padding-bottom:0;
        }
            #bd .news .entry a{
                color:#666;
                font-size:1em;
            }
            #bd .news .entry a.more{
                color:#069;
                font-size:1.1em;
                line-height:2em;
            }

#newsall{
    position:absolute;
    top:17px;
    left:-11px;
    *left:-42px;
}
    #newsall a.ico-newsall{
        background:transparent url(/_pic/ico-circle-dark.png) no-repeat 0 0;
        width:23px;
        height:23px;
    }

/* EYE-CANDIES */
#outside{
    position:relative;
}
    #galleryControl{
        position:absolute;
        top:22px;
        right:10px;
        z-index:1;
    }
        #galleryControl ins{
            background:transparent url(/_pic/bg-galleryctrl.png) no-repeat 0 0;
            display:block;
            margin-bottom:-30px;
            width:130px;height:30px;
        }
        #galleryControl div{
            position:relative;
            z-index:2;
        }
            #galleryControl a{
                color:#069;
                display:inline;
                float:left;
                font-size:1.2em;
                font-weight:Tahoma, Helvetica, sans-serif;
                margin:8px 0 0 11px;
                position:relative;
                z-index:100;
            }

/*pasaha*/
#index object#aquafonlogo{margin-left:-10px;}

/*bg*/
body#index{
	background:#29abe1 url(/_pic/out_bg_3.png) repeat-x scroll 50% 985px;
}
#preout{
	background:transparent url(/_pic/out_bg_01.png) no-repeat scroll 50% -100px;
	min-height:100%;
	_height:100%;
	position:relative;
}
#master #outside{
	background:none;
}
#outside{
	position:relative;
	z-index:2;	
}
.bg1,
.bg2{
	width:100%;
	left:0;
	display:block;
	position:absolute;
	z-index:1;
	background:url(/_pic/out_bg_02.jpg) no-repeat scroll 50% 0;
	height:286px;
	top:699px;
}
.bg2{
	background:#0B448B;
	height:100%;
	top:2028px;
}
#sub_pre{
	overflow:hidden;
	zoom:1;
	position:relative;
}
.t-white .t *, .t-white .b * {
height:800px;
width:800px;
}

#newsall.ind{
	position:relative;
	width:23px;
	margin-bottom:-23px;
	z-index:3;
	left:-11px!important;
}

.mhd1{}
.mhd1 a{
	display:inline-block;
	*display:inline;
	padding:11px 0 11px 30px;
	font-size:12px;
	padding-bottom:6px;
	padding-top:6px;
	background:url(/_pic/ico-circle-dark.png) no-repeat;
	zoom:1;
}
.mhd1 span{
display:block;
font-size:1px;
line-height:1;
overflow:hidden;
text-indent:-999em;
font-size:12px;
background:url(/_pic/h-cmd-hand-book.png) no-repeat;
height:12px;
width:193px;
}

/*RUFF - 16.12.2011*/
/*
#preout {background: url(/_pic/out_bg_ny2012.jpg) no-repeat 50% -100px;}
.bg1, .bg2 {background-image: url(/_pic/out_bg_ny2012_bottom.png);}
*/
