@charset "utf-8";

@media all {

body {
	background-color: #000;
	background-image: url(bg.png);
	background-position: 0px 84px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
}

#header {
	background-image: url(header.png);
	background-repeat: repeat-x;
	height: 110px;
	white-space: nowrap;
	z-index:1;
}
#header img {
	position: relative;
	left: 4px;
	top: 2px;
	z-index: 30;
}

#gadgetinterface {
	background-image: url(resources/bg.png);
	background-repeat: repeat-x;
	float: left;
	width: 135px;
	margin-left: 1px; /* move 1px border goes over by 1px */

}
#menuinterface {
	margin-left: 136px; /* move 1px border goes over by 1px */
	padding-left: 6px;
	background-color: #000;
}

#mainmenu {
 
	margin: 8px 25px 20px 195px;
}

#icon_container {
	width: 100px;
	height: 120px;
	font: normal 12px Arial;
	color: #fff;
	float: left;
	overflow: hidden;
}
#icon_container2 {
	width: 100px;
	height: 120px;
	font: bold 14px Arial;
	color: #fff;
	float: left;
	overflow: hidden;
	margin-left: 8px;
	padding-top: 4px;
}
#window_interface_icon {
	position: absolute;
	left: 36px;
	/* fix stupid code */
}

#window_interface_closebutton {
	position: absolute;
	right: 30px;
	/* fix stupid code */
}

#window_interface_closebutton div {
	cursor: pointer;
	height: 28px;
}

#icon_container div {
	cursor: pointer;
}
#icon_container2 div {
}
#icon_container a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
}
#icon_container2 span {
	display: block;
	text-align: center;
	color: #fff;
}

#maincontent {
	background-color: #fff;
}

.category_menu {
	background-repeat: repeat-y;
	background-position: 0px;
	background-image: url(categorymenubg.gif);
}

.category { 

}

.menu {
	background-image: url(seperator.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-left: 120px;
}


.clear {
	clear: both;
}


/* all stuff related to the border code begins here */
.corner {
	background-image: url(corners.gif);
	width: 12px;
	height: 12px;
	font-size: 0px; /* fixes ie */
}
#topleft {
	float: left;
	position: relative; /* fixes ie */
	right: 12px; /* fixes ie */
}
#topright {
	background-position: -12px 0px;
	float: right;
	position: relative; /* fixes ie */
	left: 12px; /* fixes ie */
}
#bottomleft {
	background-position: 0px -12px;
	float: left;
	position: relative; /* fixes ie */
	right: 12px; /* fixes ie */
	background-color: #000000;
}
#bottomright {
	background-position: -12px -12px;
	float: right;
	position: relative; /* fixes ie */
	left: 12px; /* fixes ie */
}

#topborder {
	background-image: url(topborder.gif);
	background-position: 0px 0px;
	height: 12px;
	margin-left: 12px; /* fixes ie */
	margin-right: 12px; /* fixes ie */
}

#bottomborder {
	background-image: url(bottomborder.gif);
	background-position: 0px 0px;
	height: 12px;
	margin-left: 12px; /* fixes ie */
	margin-right: 12px; /* fixes ie */
}

#centerbody {
	background-image: url(leftborder.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

#contentbody {
	background-image: url(rightborder.gif);
	background-position: top right;
	background-repeat: repeat-y;
	margin-left: 12px;
	padding-right: 12px;
}

/* all stuff related to the border code ends here */



/* all gadget code begins here */
.statPanel {
	position: absolute;
	padding: 4px 0px 6px 0px;
	width: 135px;
	/*background-image: url(bg.jpg);
	background-repeat: repeat-x;*/
}
.statHeader {
	text-align: center;
	font: bold 14px Arial;
	color: white;
}
.statHeaderMini {
	margin: 6px 6px 2px 6px;
	background-color: black;
	height: 13px;
	text-align: center;
	font: normal 10px Arial;
	color: white;
}
.statFloat1 {
	margin-left: 8px;
	float: left;
	font: normal 10px Arial;
	color: white;
}
.statFloat2 {
	margin-right: 8px;
	float: right;
	font: normal 10px Arial;
	color: white;
}
.statFloat3 {
	margin-left: 2px;
	float: left;
	font: normal 10px Arial;
	color: white;
}
.statFloat4 {
	margin-right: 2px;
	float: right;
	font: normal 10px Arial;
	color: white;
}
.statClear {
	clear: both;
}
.statBar {
	height: 13px;
	margin: 0px 6px 0px 6px;
	background-position: -186px 0px;
	background-image: url(statback.jpg);
	background-repeat: repeat-y;
}

/* all gadget code ends here */


/* all the code from old nexaira theme */

abbr,
acronym {
	font-style: normal;
	font-variant: normal;
}

abbr[title],
acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

a:link abbr[title],
a:visited abbr[title],
a:link acronym[title],
a:visited acronym[title] {
	cursor: pointer;
}

code {
	font-family: monospace;
	white-space: pre;
}

#maincontent ul {
	margin-left: 2em;
}

.warning {
	color: #0f0;
	background-color: #333;
	font-weight: bold;
	padding: 10px;
}


.clear {
	clear: both;
}

.skiplink,
.navigation,
.hidden {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.error {
	color: #0f0;
	font-weight: bold;
	background-color: #333;
	padding: 10px;
}


ul.dropdowns {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	list-style: none;
}

html>body ul.dropdowns {
	position: relative;
}

ul.dropdowns li,
ul.dropdowns ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.dropdowns li {
	float: left;
	position: relative;
	white-space: nowrap;
}

ul.dropdowns li ul {
	position: absolute;
	z-index: 1000;
	top: auto;
	min-width: 10em;
}

ul.dropdowns li li {
	float: none;
	position: relative;
}

ul.dropdowns li a {
	display: block;
}

ul.dropdowns ul li ul {
	top: 0;
}

ul.dropdowns li ul,
ul.dropdowns li.over ul ul,
ul.dropdowns li.focus ul ul,
ul.dropdowns li:hover ul ul,
ul.dropdowns li.over ul ul ul,
ul.dropdowns li.focus ul ul ul,
ul.dropdowns li:hover ul ul ul,
ul.dropdowns li.over ul ul ul ul,
ul.dropdowns li.focus ul ul ul ul,
ul.dropdowns li:hover ul ul ul ul {
	left: -3000px;
}

ul.dropdowns li.over ul,
ul.dropdowns li.focus ul,
ul.dropdowns li:hover ul {
	left: 0;
}

ul.dropdowns ul li.over ul,
ul.dropdowns ul li.focus ul,
ul.dropdowns ul li:hover ul,
ul.dropdowns ul ul li.over ul,
ul.dropdowns ul ul li.focus ul,
ul.dropdowns ul ul li:hover ul,
ul.dropdowns ul ul ul li.over ul,
ul.dropdowns ul ul ul li.focus ul,
ul.dropdowns ul ul ul li:hover ul {
	left: 100%;
}

#menubar {
	position: relative;
	width: 100%;
	background: #333333;
	color: #ffffff;
}

#menubar .warning {
	color: red;
	background-color: #557788;
}

#menubar ul.dropdowns {
	min-height: 1.8em;
	background: #333333;
	color: #ffffff;
}

#menubar ul.dropdowns li ul {
	background: #333333;
	color: #ffffff;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #444444;
}

#menubar ul.dropdowns ul li ul {
	border-width: 1px;
}

html #menubar a:link,
html #menubar a:visited {
	position: relative;
	display: block;
	padding: 0.5em;
	background: #333333;
	color: #ffffff;
	text-decoration: none;
	font-size: 80%;
	font-weight: normal;
}


html #menubar a:link:hover,
html #menubar a:visited:hover,
html #menubar a:link:active,
html #menubar a:visited:active,
#menubar a:link:focus,
#menubar a:visited:focus {
	background: #333333;
	color: #ff9900;
	font-weight: bold;
}

html #menubar a:link.active,
html #menubar a:visited.active,
html #menubar a:link.preactive,
html #menubar a:visited.preactive {
	background: #333333;
	color: #ff9900;
	font-weight: bold;
}

html #menubar a:link.warning,
html #menubar a:visited.warning {
	background: #333333;
	color: red;
	font-weight: bold;
}

#menubar ul.dropdowns li.over>a,
#menubar ul.dropdowns li.focus>a,
#menubar ul.dropdowns li:hover>a {
	font-weight: bold;
}

.lang_de #submenu_mini_system { min-width: 13.3em; }
* html .lang_de #submenu_mini_system { width: 13.3em; }

.lang_pt-br #submenu_mini_network { min-width: 14em; }
* html .lang_pt-br #submenu_mini_network { width: 14em; }

.lang_pt-br #submenu_mini_system { min-width: 11.5em; }
* html .lang_pt-br #submenu_mini_system { width: 11.5em; }

.lang_ru #submenu_mini_system { min-width: 18em; }
* html .lang_ru #submenu_mini_system { width: 18em; }

.lang_pt-br #submenu_admin_index { min-width: 11em; }
* html .lang_pt-br #submenu_admin_index { width: 11em; }

.lang_ru #submenu_admin_index { min-width: 15.5em; }
* html .lang_ru #submenu_admin_index { width: 15.5em; }

.lang_ru #submenu_admin_status { min-width: 10.5em; }
* html .lang_ru #submenu_admin_status { width: 10.5em; }

.lang_de #submenu_admin_system { min-width: 13.3em; }
* html .lang_de #submenu_admin_system { width: 13.3em; }

.lang_fr #submenu_admin_system { min-width: 14.5em; }
* html .lang_fr #submenu_admin_system { width: 14.5em; }

.lang_pt-br #submenu_admin_system { min-width: 11.5em; }
* html .lang_pt-br #submenu_admin_system { width: 11.5em; }

.lang_ru #submenu_admin_system { min-width: 18em; }
* html .lang_ru #submenu_admin_system { width: 18em; }

#submenu_admin_services_chillispot { min-width: 15.5em; }
* html #submenu_admin_services_chillispot { width: 15.5em; }

#submenu_admin_services_coovachilli { min-width: 15em; }
* html #submenu_admin_services_coovachilli { width: 15em; }

.lang_ru #submenu_admin_network_routes { min-width: 15.3em; }
* html .lang_ru #submenu_admin_network_routes { width: 15.3em; }

#submenu_admin_network_firewall { min-width: 14em; }
* html #submenu_admin_network_firewall { width: 14em; }

.lang_de #submenu_admin_network_firewall { min-width: 16.5em; }
* html .lang_de #submenu_admin_network_firewall { width: 16.5em; }

.lang_pt-br #submenu_admin_network_firewall { min-width: 15em; }
* html .lang_pt-br #submenu_admin_network_firewall { width: 15em; }

#modemenu {
	width: auto;
	background: #333333;
	color: #ffffff;
	list-style: none;
	margin-right: 1px;
}

#modemenu li {
	float: right;
	list-style: none;
}

#savemenu {
	float: right;
	margin-right: 2em;
}

.lang_de #submenu_admin_uci {
	width: 12em;
}

.lang_ru #submenu_admin_uci {
	width: 11.5em;
}

textarea#syslog {
	width: 98%;
	min-height: 500px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: monospace;
}

#maincontent {
	background: #000;
	color: #fff;
	font-size: 80%;
	padding:2px 8px 25px 100px;
}

#maincontent h2 {
	font-size: 150%;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	margin: 0.25em 0 0.7em 0;
	border-bottom: 1px solid;
	padding-top: 10px;
	padding-bottom: 4px;
}

#maincontent h3 {
	margin: 0.5em 0 1.1em 0;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	color: #27408B;
	color: #eee;
}

#maincontent p {
	margin-bottom: 1em;
}

.cbi-section {
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	border: solid 1px #346eb7;
	background-color: #050509;
	color: #aaa;
	/*dhonn*/
}

.cbi-section legend {
	font-size: 110%;
	font-weight: bold;
	height: 1em;
	padding: 0 0.25em;
	background-color: transparent;
	color: #fff;
	/*dhonn*/
}

.cbi-section h2 {
	margin: 0em 0 0.5em -0.5em !important;
}

.cbi-section h3 {
	text-decoration: none !important;
	font-weight: bold !important;
	color: #555555 !important;
	margin: 0.25em !important;
	font-size: 100% !important;
}

.cbi-section-descr {
	margin-bottom: 0.5em;
	font-size: 95%;
}

.cbi-title-ref {
	color: inherit;
	text-decoration: none;
	padding-right: 18px;
	background: url('../resources/cbi/link.gif') no-repeat scroll right center;
	background-color: inherit;
}

ul.cbi-apply {
	font-size: 90%;
}

input[type=submit],
input[type=reset],
input[type=image] {
	cursor: pointer;
	/*dhonn*/
}


select,
input,
textarea {
	background: #111;
	color: #aaa;
	border-width: 1px;
	border-color: #222;
	/*dhonn*/
}

input[type=image] {
	border: none;
	/*dhonn*/
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
	background-color: #555;
	color: #fff;
	/*dhonn*/
}

select,
input[type=text],
input[type=password] {
	width: 20em;
}

td select,
td input[type=text],
td input[type=password] {
	width: 99%;
}

input.cbi-input-user {
	background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
	background-color: inherit;
	color: #fff;
	text-indent: 17px;
}

input.cbi-input-password {
	background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
	background-color: inherit;
	color: #fff;
	text-indent: 17px;
}

input.cbi-input-find {
	background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
	background-color: inherit;
	color: #fff;
	padding-left: 17px;
}

input.cbi-input-reload {
	background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
	background-color: inherit;
	color: #fff;
	padding-left: 17px;
}

input.cbi-input-add,
input.cbi-button-add {
	background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
	background-color: inherit;
	color: #fff;
	padding-left: 17px;
	padding-right: 1px;
}

input.cbi-input-fieldadd,
input.cbi-button-fieldadd {
	background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
	background-color: inherit;
	color: #fff;
	padding-left: 17px;
	padding-right: 1px;
}

input.cbi-input-reset,
input.cbi-button-reset {
	background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
	background-color: inherit;
	color: #fff;
	padding-left: 17px;
	padding-right: 1px;
}

input.cbi-input-save,
input.cbi-button-save {
	background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
	background-color: inherit;
	color: #fff;
	padding-left: 17px;
	padding-right: 1px;
}

input.cbi-input-apply,
input.cbi-button-apply {
	background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
	background-color: inherit;
	color: #fff;
	padding-left: 17px;
	padding-right: 1px;
}

input.cbi-input-remove,
div.cbi-section-remove input {
	background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
	background-color: inherit;
	color: #fff;
	padding-left: 17px;
	padding-right: 1px;
}

div.cbi-section-remove input {
	border-bottom: none;
}

textarea {
	margin-left: -1px;
	margin-bottom: 0.5em;
}

form > div > input[type=submit],
form > div > input[type=reset] {
	float: right;
	margin-left: 0.5em;
}

table td,
table th {
	color: #fff;
}

table.smalltext {
	background: #333;
	color: #fff;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 90%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table.smalltext tr:hover td {
	background-color: red;
	color: #fff;
}

table.smalltext tr th {
	padding: 0 0.25em;
	border-left: 1px solid #666666;
	text-align: left;
}

table.smalltext tr td {
	padding: 0 0.25em;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

table.cbi-section-table .cbi-rowstyle-1,
table.cbi-section-table .cbi-rowstyle-1 * {
	background-color: #111;
	color: #fff;
}

.cbi-section .cbi-rowstyle-1 h3 {
	background-color: red;
	color: #555555;
}

.cbi-rowstyle-2 {
	color: #fff;
}

div.cbi-value {
	clear: left;
	vertical-align: middle;
	padding-left: 0.25em;
	border-bottom: dotted 1px #222;
}

div.cbi-value:hover {
	background: #333;
	background-image: url(header.png);
	background-repeat: repeat-x;
	color: #fff;
}

.cbi-value-title {
	float: left;
	width: 40%;
	line-height: 1.8em;
}

div.cbi-value-field {
	width: 58%;
	margin-left: 40%;
	padding: 0.25em 0;
}

div.cbi-value-description {
	font-size: 90%;
	display: inline;
}

div.cbi-section-create {
	clear: left;
	white-space: nowrap;
	vertical-align: top;
}

div.cbi-tblsection-create {
	border-bottom: 1px dotted #333;
}

div.cbi-section-create .cbi-button {
	margin: 0.25em;
}

input.cbi-section-create-name {
	margin-right: -0.25em;
}

div.cbi-map-descr {
	margin-bottom: 1em;
}

div.cbi-optionals {
	padding: 0.25em;
	border-bottom: 1px dotted #111;
}

div.cbi-section-remove {
	float: right;
}

.cbi-section-node {
	clear: both;
	border-top: 1px solid #090909;
	border-left: 1px dotted #090909;
	border-right: 1px dotted #090909;
	border-bottom: none;
	padding-bottom: 0;
	/*dhonn*/
}

.cbi-section-node table div {
	padding-bottom: 0;
	border-bottom: none;
}

.cbi-section-node div.cbi-section-table-row {
	margin: 0.25em;
}

table.cbi-section-table {
	width: 100%;
	font-size: 95%;
}

table.cbi-section-table th,
table.cbi-section-table td {
	text-align: center;
}

tr.cbi-section-table-descr th {
	font-weight: normal;
	font-size: 90%;
}

td.cbi-section-table-optionals {
	text-align: left !important;
	padding-top: 1em;
}

.cbi-value-helpicon img {
	vertical-align: bottom;
}

div.cbi-error {
	font-size: 95%;
	font-weight: bold;
	color: #ff0000;
	background-color: #fff;
}

td.cbi-value-error {
	border-color: red;
}

.cbi-value-error input,
.cbi-value-error select {
	color: red;
	background-color: #333;
}

.cbi-section-error {
	color: red;
	background-color: white;
	font-size: 95%;
	border: 1px dotted red;
	margin: 3px;
	padding: 3px;
}

.right {
	text-align: right;
}

.luci {
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: right;
}

.luci a:link,
.luci a:visited {
	background-color: transparent;
	color: #666666;
	text-decoration: none;
	font-size: 70%;
}

.inline {
	display: inline;
}

.error500 {
	white-space: normal;
	border: 1px dotted #ff0000;
	background-color: #ffffff;
	color: #000000;
	padding: 0.5em;
}

#memorybar {
	width: 200px;
	height: 8px;
	border: 1px solid #bbb;
	color: black;
	background-color: red;
}

#memfree, #membuffers, #memcached {
	float: right;
	border: 1px solid #bbb;
	height: 6px;
}

#memfree {
	background-color: green;
	color: black;
}

#membuffers {
	background-color: yellow;
	color: black;
}

#memcached {
	background-color: #ffa500;
	color: black;
}
/* all the code from the old nexaira theme end */


/* all tooltip code */
.tooltip {
    z-index:200;
    position: absolute;
	display: ;
	width: 360px;
	height: 100px;
	color: white;
	background-color: black;
	border: solid 3px #0041a1;
	overflow: hidden;
	opacity: 0.9;                        
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";           
	filter: alpha(opacity=90);
}
.tooltip h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
.tooltip p {
	font-size: 14px;
}
#tooltip_wizard_icon {
	background-image: url(icons.png);
	background-position:-440px -305px;
	width: 50px;
	height: 70px;
	float: left;
	position: relative; /* fixes ie 6 broken margins */
	margin-top: 4px;
	margin-bottom: 26px;
}
/* all tooltip code ends */


}
