F/* 
    Document   : main_style
    Created on : 27.02.2013, 12:24:51
    Author     : drew
    Description:
        Purpose of the stylesheet follows.
*/

 * 
{
    padding: 0;
    margin: 0;
    
}

html{

}

body
{
    background-image: url("/web/20160402040807im_/http://cometbase.net/images/fon.jpg");
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
}    

#content{
   width: 700px;   
  /**/ padding: 20px;
   margin-right: 0px;
}

/*
#content2{
   width: 900px;   
  padding: 20px;
   margin-right: 0px;
}
 */

#page
{
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 1px black;
    background: linear-gradient(top, #fefcea, #f1da36); /* CSS3 */ 
    background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#fff), color-stop(100%,#ccc));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #fff, #ccc);
    background: -o-linear-gradient(top, #fff, #ccc); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff, #ccc); /* IE10 */
}

#sidebar
{
    padding: 30px 0px 0px 0;
      
}

#header
{
    //position: relative;
    margin: 0 auto;
    height: 110px;
    width: 1100px;
}

#logo{
    position: relative;
    float: left; 
    margin: 40px 20px 0px 0px; 
}


#mainmenu
{
   padding: 0px 0px 50px 0px;
    position: relative;
    margin: 40px 20px 0 0;
     float: right;
  text-align: right;
   margin-left: 0px;
	
width:840px;
    /*background-image: url("/web/20160402040807im_/http://cometbase.net/images/fon_comet.png");
    background-size: 150% 100%;*/
}

#mainmenu ul{
    position: relative;	
    width: 100%;
    list-style: none;
    padding-right: 0px; 
}

#mainmenu li
{

    position: relative;
    display: block;
    float: left;
    margin: 0px 0px 0px 15px;
}

#mainmenu li a
{
    position: relative;	

right: 0px;

    display: block;
    font-weight: bold;
    font-size: 10pt;
    color: white;
    text-decoration: none;
    padding: 5px 1px 5px;
}

#mainmenu li a:hover
{
    text-decoration: underline;
}


.login
{
    background: url('/web/20160402040807im_/http://cometbase.net/images/key.png') center left no-repeat;
    padding-left: 15px;
}

.reg
{
    background: url('/web/20160402040807im_/http://cometbase.net/images/star.png') center left no-repeat;
    padding-left: 11px;
}

/* sub menu*/

#mainmenu ul li ul
{
    list-style: none;
    position: absolute;
    left: -9999px;
    opacity: 0;
    -webkit-transition: 0, 25s linear opacity;
    z-index: 100;
    border-radius: 15px;
    width: 200px;    
    margin: 0px 0 0 0;
}

#mainmenu ul li ul li
{
    width: 162px;
    background-color: black;
    border-radius: 10px;
}

#mainmenu ul li ul a
{
    text-decoration: none;   
}

#mainmenu li:hover ul
{
    left: -50px;
    opacity: 1;
}


/* sub menu in cabinet and admin*/

#submenu
{
	display: block;
    position: relative;
    float: left;
    margin: 12px 0px 10px 0px;
	width:700px;
}

#submenu ul{

    position: relative;
    width: 100%;
    list-style: none;
}

#submenu li
{
    position: relative;
  /*  display: block;*/
    float: left;
    margin: 0px 0px 0px 3px;
}

#submenu li a
{
 /*   display: block;*/
    font-size: 8pt;
    color: blue;
    text-decoration: none;
}

#submenu li a:hover
{
    color: black;
    text-decoration: underline;
}

#mainmain
{
    position: relative;
    margin: 0 auto;
    width: 900px;
    height: 300px;
}    

#media{
   position: relative;
    width: 490px;
    height: 250px;
   /*  box-shadow: 70px 15px 10px black;*/
    float: left;
	color: #FFF;
}
 #lastobs td{
    border-bottom: 1px solid #FFF;
text-align: center;

}



#developer a {
color: #FFF;
}


 #lastobs a{

color: #FFF;

}
 #lastobs h2{

color: #FFF;

}




 #br_comets td{
    border-bottom: 1px solid #FFF;
text-align: center;

}

 #br_comets a{

color: #FFF;

}
 #br_comets h2{

color: #FFF;

}




#wrapper_media{
    
}
#video{
    
}

#text{
    position: relative;
    width: 400px;
    height: 300px;
    float: right;
		color: #FFF;
}

#wrapper_g
{
    position: relative;
    opacity: 0.9;
    width: 350px;
    height: 45px;
    background-color: transparent;
    margin: 20px 20px;
    padding: 7px;
    border-radius: 7px;
}
#google
{
    position: relative;
    width: 350px;
    float: right;
    margin: 20px 20px;
    padding: 10px;
    top: -100px;
    left: 10px;
}
#google_text
{
    position: relative;
    width: 180px;
        float: left;
}

#google_text a
{
    font-size: 9pt;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
#app{
    position: relative;
    float: right;
    width: 170px;
    height: 35px;
    
}
.title
{
    font-size: 20pt;
    font-weight: bold;
    color: White;
}

.description
{
    font-size: 12pt;
    font-weight: bold;
    color: White;
}    




#wrapper{
 /*   min-height: 250px;
    opacity: 0.6;
    width: 900px;
    background-color: black;*/
}

#latest_images{
width:900px;
float: center;
   position: relative;
left: 0px;
bottom: 10px;
text-align: center;
}

a img.img_gallery {
    border: 1px solid #fff;
    padding: 2px;
    margin: 3px;
}

#latest_images h1  {
color: #FFF;
}



#news{
    position: relative;
    top: 0px;
    min-height: 250px;
    width: 900px;
	background-color: rgba(0,0,0,0.6);
}
#map_con{
  /*  top: -250px;*/
	text-align: center;
	height:auto;
	width: 900px;
}
#map_con h1  {
color: #FFF;
}
#other_comets{
padding-top:20px;
padding-bottom:20px;

}
.tableNews
{
    padding: 5px 5px;
    text-align: center;
    color: white;
}

.titleNews td
{
    font-size: 13pt;
    text-align: center;
    width: 300px;
    vertical-align: top;
}

.titleNews td a
{
    color:white;
}

.descriptionNews td
{
    font-size: 10pt;
    text-align:justify;
    vertical-align: top;
    width: 300px;
}

.authorNews td
{
    font-size: 10pt;
    width: 300px;
    text-align: center;
}

#footer{
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

#copyright{
    position: relative;
    float: left;
    margin: 30px 0 0;
    color: White;
}

#langmenu
{
    position: relative;
    float: left;
    margin: 30px 0px 0px 200px; 
}
#langmenu a{
    color: white;
    text-decoration: none;
}

#sape{

}

#sape a{
	/*color: black;*/
	    color: white;

}

#langmenu a:hover
{
    
    text-decoration: underline;
}

#developer{
    position:relative;
    float: right;
    color: White;
    margin: 30px 0 0;
}

/*comets observaiotn catalog*/
.listObserv td
{
    border-bottom: 1px solid black;

}

.head td{
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}

.listObserv td{
        text-align: center;
}

.titleComet {

}

.titleComet a{
        color: black;
}

.author{
    position: relative;
    float: right;
    margin: 20px 40px 0 0;
    font-weight: bold;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:10px;
	//margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
    color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 1px 17px;
}

.portlet-title
{
	font-size: 13pt;
        font-weight: bold;
        border-bottom: 1px dotted black;
}

.portlet-content
{
	margin: 0 0 15px 0;
	padding: 1px 10px;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 11px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.fb{

    width: 250px;
    height: 50px;
    background: url('/web/20160402040807im_/http://cometbase.net/css/fb.png');
	background-size: auto 50px;
    display: inline-block;
	margin: 0px;
padding: 0px;
}


.neg{
background-color: rgba(255,0,0,0.3);
}

.uns{
background-color: rgba(255,0,100,0.2);
}



#submenu2
{
    position: relative;
    float: left;
    margin: 0px 0px 0px 0px; 
}

#submenu2 ul{
    position: relative;
    width: 100%;
    list-style: none;
}

#submenu2 li
{
    position: relative;
    display: block;
    float: left;
    margin: 0px 0px 0px 3px;
}

#submenu2 li a
{
    display: block;
    font-size: 12pt;
    color: blue;
    text-decoration: none;
}

#submenu2 li a:hover
{
    color: black;
    text-decoration: underline;
}













/*
     FILE ARCHIVED ON 04:08:07 Apr 02, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:53:50 May 19, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 226.945
  exclusion.robots: 0.328
  exclusion.robots.policy: 0.314
  RedisCDXSource: 22.106
  esindex: 0.014
  LoadShardBlock: 178.009 (3)
  PetaboxLoader3.datanode: 236.761 (5)
  CDXLines.iter: 22.187 (3)
  load_resource: 433.598 (2)
  PetaboxLoader3.resolve: 259.526 (2)
*/