/*
Website: http://www.enexis.hu
Package: main
Author: Bacsi Gabor
Version: 1.0 
*/

/* @common_elements */

body {
    font-size: 12px;
    color: #333;
    text-align: center;
    background: #D5D2D2 url(/themes/default/img/enexis_hu_bg.jpg) repeat-x; 
/*    background: #fff url(/themes/default/img/bbb.jpg) repeat-x; */
    font-family: tahoma, arial, verdana, helvetica;
    margin: 0px;
    padding: 0px;
}
    
#container {
    margin: 8px auto 0px auto;
    text-align: left;
    width: 896px;
    position: relative;
}

#container2, .shadow {
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=1);
    box-shadow: 1px 1px 5px #aaa;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px #aaa;
    background-color: #fff;
}

img, div, pre {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

/* @common_classes */

.box {
    margin-top: 7px;
}

.small {
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.nopadding {
    padding: 0px;
}

.nomargin {
    margin: 0px;
}

.nomarginright {
    margin-right: 0px;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.clearer {
    clear: both;
}

.spacer {
    padding: 7px 15px 10px 15px;
    border: 0px solid #000;
}

.spacer_wide {
    padding: 10px 20px 14px 20px;
    border: 0px solid #fff;
}


font.normal {
    font-weight: normal;
}

.help, .info {
    padding: 7px 7px 7px 7px;
    margin: 7px 0px 10px 0px;
    background-color: #FFFCAC;
    border: 1px solid #E4E64C;
    background-color: #ABD780;
    color: #222;
    background: #BFBFBF url(/themes/default/img/menu_bg_grey.gif) repeat-x;
    border: 1px solid #fff;
    color: #000;
}

.info_grey {
    background-color: #C9C9C9;
    border: 1px solid #fff;
    color: #000;
}

.info_green {
    background: #BFBFBF url(/themes/default/img/menu_bg_grey4.gif) repeat-x;
    border: 1px solid #fff;
    color: #000;
}

/* @shadow */

.whitebox {
    background: #fff;
    border: 0px solid #999;
}

.shadow {
/*
*/
}


.round {
/*    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; */
}

.round_6 {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.round-top-right {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.round-bottom-right {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.round-top-left {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

.round-bottom-left {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

/* @header */

#header {
    height: 30px;
    position: relative;
    border: 0px solid #000;
}

#header_help {
    position: absolute;
    bottom: 5px;
    left: 280px;
    background: url(/themes/default/img/header_help.jpg) no-repeat;
    width: 262px;
    height: 53px;
    z-index: 10;
}

#header_links2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 0px solid #000;
    padding: 0px 15px 5px 15px;
}

#header_links2 li {
    float: left;
    margin: 0px;
    padding: 0px;
    border-right: 1px dotted #000;
    margin-right: 10px;
    padding-right: 10px;
}

#header_links2 a {
    color: #222;
    text-decoration: none;
}

#header_links2 a:hover {
    border-bottom: 1px dotted #666;
}


/* @footer */

#footer_mainpage {
    border-top: 1px solid #bbb;
    padding-bottom: 30px;
}

#footer {
    font-size: 11px;
    color: #000;
    position: relative;
    border: 0px solid #000;
    height: 100px;    
}

.footer_mainpage_div {
    font-size: 12px;
    text-align: left;
    color: #000;
    padding: 10px 0px 0px 0px;
}


#container_vline {
    height: 10px;
    background: url(/themes/default/img/slash_bg2.gif);
}

#footer ul {
    position: absolute;
    left: 0px;
    top: 7px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    list-style: none;
}

#footer ul li {
    float: left;
    padding-right: 18px;
    margin-left: 18px;
    border-right: 1px dotted #555;
}

#footer ul li a {
    text-decoration: none;
    color: #000;
}

/* @menu */

#menu {
    height: 55px;
    position: relative;
    font-size: 13px;
    font-family: arial;
    background: #2E2E2E url(/themes/default/img/menu_bg.jpg) repeat-x;
    margin-bottom: 7px;
}

#menu_help {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 262px;
  height: 53px;
/*  background: url(/themes/default/img/header_help.jpg); */
}

#menu_logo  {
    position: absolute;
    top: 6px;
    left: 15px;
}

#menu_hline  {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/themes/default/img/enexis_menu_hline.jpg) repeat-x;
    width: 7px;
    height: 55px;
}


#menu_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 55px;
    z-index: 200;
    position: absolute;
    top: 0px;
    right: -6px;
}


#menu_list li {
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 18px 0px 18px;    
    border: 0px solid #000;
    height: 55px;
}

#menu_list li {
    background-position: 0px 0px;
}

#menu_list li a, #menu_support li a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0px -1px 0px #000;
    position: relative;
    top: 21px;
    outline: 0px;
    font-weight: bold;
}

#menu_list li a:hover, #menu_support li a:hover {
    border-bottom: 1px dotted #888;
}

#menu_list li a:focus, #menu_support li a:focus {
    outline: 0px;
}

#menu_list li.menu_list_active { 
    background: url(/themes/default/img/content_header_menu_bg.jpg) repeat-x;
    background-position: 0px 51px;
}


#menu_list li.menu_list_active a, #menu_support li.menu_list_active a { 
    text-shadow: 0px 1px 0px #2596CF;
    text-shadow: 0px -1px 0px #222;
    color: #fff; 
}

#menu_list li.menu_list_active a:hover, #menu_support li a:hover { 
    border-bottom: 0px;
}

#menu_list li a.menu_list_a_tel {
    background: #595959;
    background: #960224;
    background: url(/themes/default/img/enexis_menu_hline.jpg) repeat-x;
    background-position: 0px -10px;
    padding: 4px 11px 4px 11px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-shadow: 0px 1px 0px #B0E355;
    text-shadow: 0px -1px 0px #222;
    color: #fff;
/*
    text-shadow: 0px -1px 0px #648D1C;
    color: #fff;
*/
}

#menu_list li a.menu_list_a_tel:hover {
    border-bottom: 0px;
}

#menu_support {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
}

#menu_support li {
/*    background: url(/themes/default/img/menu_bg_purple2.gif) repeat-x; */
    padding: 0px 20px 0px 20px;
}


#menu_support li a {
/*    text-shadow: 0px -1px 0px #6C2A69; */
    text-shadow: 0px -1px 0px #333;
}


/* @menu */

/* @support_chat */

#support_chat_start {
    display: block;
    width: 261px;
    height: 28px;
    background: url(/themes/default/img/support_chat_start.gif) no-repeat;
    border: 0px solid #ccc;
}

#support_chat_start span {
    display: none;
}

#content {
    float: left;
    width: 650px;
    margin-right: 10px;
}

.box_title {
    background: url(/themes/default/img/box_title_bg.gif) repeat-x;
    height: 26px;
}

.box_title_2 {
    background: url(/themes/default/img/gray_bg.jpg);
}

.box_title img {
    margin-left: 7px;
}

.box_title span {
    padding-left: 12px;
    padding-top: 5px;
    display: block;
}

.box_title span a {
    color: #222;
    text-decoration: none;
    font-weight: bold;
}

.div_hidden {
    display: none;
}

#map_link {
    display: none;
}

#support_chat {
    position: absolute;
    top: -50px;
    right: 200px;
}

/* forms */

.nx_form input[type="text"], .nx_form input[type="password"], .nx_form label, .nx_form textarea {
    float: left;
}

.red {
    color: #C00000;
}

pre.debug {
    text-align: left;
    background-color: #000;
    color: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    font-size: 12px;
    opacity:0.85;
    filter: alpha(opacity=85);
    -moz-opacity:0.85;
    width: 100%;
    height: 180px;
    display: block;
}

pre.debug div {
    position: absolute;
    width: 800px;
    height: 160px;
    top: 10px;
    left: 15px;
    overflow: auto;
}

#content_header {
    position: relative;
    height: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc; 
/*    background: url(/themes/default/img/fejlec2.jpg) repeat-x;
*/
}

#content_header_title {
    position: absolute;
    top: 0px;
    left: 0px;
}

#content_header ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 10px;
    right: 0px;
    border: 0px solid #000;
    height: 24px;
    padding-left: 35px;
    padding-right: 15px;
/*    background: #eee url(/themes/default/img/gray_bg.jpg); */
}

#content_header ul li {
    position: relative;
    float: left;
    text-align: center;
    border: 0px solid #000;
    margin-left: 5px;
    height: 24px;
    padding: 0px 12px 0px 12px;
}

#content_header ul li a {
    border: 0px;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    outline: none;
    font-weight: bold;
    position: relative;
    top: 4px;
    outline: none;
}

#content_header ul li a:hover {
    border-bottom: 1px dotted #aaa;
}

#content_header ul li a:focus {
    outline: none;
}

#content_header ul li.nx_submenu_selected {
    background: url(/themes/default/img/content_header_menu_bg.jpg) repeat-x;
/*    background-color: #eee; */
    background-position: 0px 0px;
/*    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
*/
}

#content_header ul li.nx_submenu_selected a {
    color: #fff;
    font-weight: bold;
    outline: none;
}

#content_header ul li.nx_submenu_selected a:hover {
    border-bottom: 0px;
}
