Subversion Repositories oidinfo_new_design

Rev

Blame | Last modification | View Log | RSS feed

/***Page header***/

#global_container {
   width: 800px;
   height: auto;
   margin: 0px auto 0px;
   padding: 0px;
   position: relative;
}
#global_content {
   width: 760px;
   height: auto;
   background-color: #5f5f5f;
   padding: 20px;
   position: relative;
   margin: 0px auto 0px;
   margin-top:20px;
}
#header {
   width: 760px;
   height: 110px;
   background-color: #5f5f5f;
   margin-top: 22px;
   padding: 20px;
   position: relative;
   margin: 0px auto 0px;
}

#header h1 {
   position: relative;
   /*font-family: arial,sans-serif;*/
   font-weight: bold;
   color: #fff;
   font-size: 20px;
   display: inline;
   float: left;
   margin: -10px 0px 0px 10px;
}

#bg_menu {
   width: 779px;
   height: 41px;
   background-color: #5f5f5f;
   padding: 0px 21px 0px 0px;
   margin-bottom: 14px;
   position: relative;
   z-index: 1200;
}

#header_menu {
   font-weight: bold;
   font-family: Arial;
}

#header_menu, #header_menu ul {
   float: right;
   padding: 0;
   margin: 0;
   list-style: none;
   line-height: 35px;
   text-align: left;
}

html > body #header_menu li {
   border-right: 1px solid transparent;
}

#header_menu li {
   float: left;
   border-right: 1px solid #fff;
}

#header_menu a {
   display: block;
   background: #6e6e6e;
   color: #fff;
   text-decoration: none;
   width: auto;
   padding: 0px 15px 0px;
   text-transform: uppercase;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
}

#header_menu img {
   display: block;
   background: #6e6e6e;
   color: #fff;
   margin-left:0px;
}

#header_menu a:hover {
   background: #ff7e43;
}

#header_menu img:hover {
   background: #ff7e43;
}

#header img {
   display: inline;
   float: left;
}

#header_url_and_menu {
   width:100%;
}

#header_url {
   float:left;
}

#header_menu_right {
   float:inline;
   margin-left:32%;
   position:absolute;
}

#content_code_in_country_code {
   width: 930px;
   height: auto;
   background-color: #5f5f5f;
   padding: 20px;
   position: relative;
   margin: 0px auto 0px;
   margin-top:20px;
}
#country-code{
   width:920px;
   margin-left: auto;
   margin-right: auto;
   background: #eee;
   padding: 3px;
   display:block;
   height: auto;
}
#google_translate {
   display: inline;
   float: right;
}
body{
   font-family: arial,sans-serif;
}
a img {
   border: none;
}

#content h1 {
   font-weight: bold;
   font-size: 20px;
}

#search {
   position: absolute;
   left: 700px;
}
.page_title{
   font-weight:bold;
   font-size:18px;
   color:#FF5500;
}
.section_title , .action_title{ 
   font-size:16px;
   color:#FF5500;
}

div.clear{clear:both;}
#content_replace_in_search_replace {
   width: 760px;
   height: auto;
   background-color: #5f5f5f;
   padding: 20px;
   position: relative;
   margin: 0px auto 0px;
   margin-top:20px;
}
#replace{
   width:98%;
   margin-left: auto;
   margin-right: auto;
   background: #eee;
   padding: 1%;
   display:block;
   height: auto;
}
#advanced_search{
   width:98%;
   margin-left: auto;
   margin-right: auto;
   background: #eee;
   float:left;
   padding: 1.2%;
   display:block;
   height: auto;

}
.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}
.styled-select {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 105% 0;
   height: 29px;
   overflow: hidden;
   width: 100%;
   background-color: #6e6e6e;
   margin-top:10px;
   color:white;
   border: none;
}
.styled-select select {
   background: transparent;
   border: none;
   font-size: 12px;
   height: 29px;
   padding: 0px; /* If you add too much padding here, the options won't show in IE */
   width: 100%;
}
.styled-select-country-code {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 105% 0;
   height: 29px;
   overflow: hidden;
   width: 80%;
   background-color: #6e6e6e;
   margin-top:10px;
   color:white;
   border: none;
}
input[type=text]{
width:50%;
}
/*******************/
#menu{
   width: 98%;
   margin-right:2%;
   margin-top:2%;
}
#menu ul {
   float: right;
   padding: 0;
   margin:0;
   list-style: none;
   line-height: 35px;
   text-align: left;
 }

#menu li {
 margin:auto;
 padding:0;
 background-color:black;
 }
#menu li a {
 display: block;
   background: #6e6e6e;
   color: #fff;
   text-decoration: none;
   width: 150px;
   padding: 0px 15px 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
 }
#menu li a:hover {
   background: #ff7e43;
 }

#menu ul li ul {
 display:none;
 }
#menu ul li:hover ul {
 display:block;
 }
#menu li:hover ul li {
 float:none;
 }

#menu li ul {
 position:absolute;
 }
/******************/