    /* If you want to edit this file, adhere to these rules:
 *
 * CSS is seperated by layout, font, and color. It might be a little more
 * work, but keeping it grouped like this allows for easier implementation
 * of things like the color switcher.
 *
 * The class/id layout is pretty good, though not perfect. We want the structure
 * to be flexible --- it isn't about the current theme as much as allowing future
 * themes to do whatever without changing anything but the CSS. Do NOT change
 * a bunch of classes and ids in the form code without some discussion with
 * the group.
 *
 */
/* ---  Layout  --- */ * {
    margin: 0;
    padding: 0;
}

html, body {
    height: 97.5%;
    max-width: 900px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.0em;
    color: Black;
    margin-left: auto;
    margin-right: auto;
}

html {
    background-color: #eeeeee;
}


body {
    background-color: White;
    margin-top: 5px;
    margin-bottom: 3px;
}

a {
    text-decoration: none;
}

dd {
    margin-left: 1em;
    margin-bottom: 0.2em;
}

img {
	border: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}

option {
    padding-right: 1em;
}

th {
    text-align: left;
}

ul {
    list-style-type: none;
}

fieldset {
    border: 0;
}

hr {
	height: 1px;
	border: 0;
	background-color: #808184;	
}

/* Hide irrelevent elements when using CSS */
/* hr, */
#submenu h3, #short-status h3 {
    display: none;
}

/* ---  Wrapper around everything  --- */
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	background-color: White;
	border: solid #808184 1px;
    /*position: relative;*/
    
    width: 100%;
}

/* ---  Header  --- */
#header {
	clear: both;
    width: 100%;
    height: 80px;
    color: #ccc;
	
    /*background-color: transparent;*/
}

#header h1 {
    display: none;
}

#header table {
	border-spacing: 0px 0px;
}

#header .white1 { 
	
	width: 39%;
	vertical-align: middle;	 
    padding-left: 12px;
    padding-top:    12px;		
}

#header .green1 { 
	
	background-color: #DCECC5;
	width: 5.5%;	
}
	
#header .green2 { 
	background-color: #B0D67F; 
	width: 11.0%;
	
}
	
#header .green3 { 
	background-color: #84CD32; 
	width: 17%; 
	padding-right: 12px;
    padding-top: 16px;    	
}

	
/* ---  Short-status  --- */
#header #short-status {
    position: absolute;
    top: 0;
    right: 0;
    height: 2em;
    width: 30em;
    line-height: 1.0em;
    /* background-color: transparent; */
}

#short-status ul {
    white-space: nowrap;
    margin: 1em 0 0 2em;
    font-size: 0.58em;
}

#header #test-status {
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    width: 30em;
    line-height: 1.0em;
    /* background-color: transparent; */
    margin: 0.5em 0 0 2em;
}

/* ---  Navigation  --- */
#wrapper {
    position: relative;
    height: 23px;
}

#mainmenu, #logout {
    position: absolute;
    color: #000000;
    height: 21px;
    line-height: 20px;
    font-size: 12px;
	border-bottom: solid 1px #808184;
}

#mainmenu {
    background-color: #FFFFFF;
	border-top: solid 1px #FFFFFF;
    left: 0;
    width: 90%;
}

#logout {
	padding-bottom: 1px;
	border-left: solid #808184 1px;
	right: 0;
    width: 10%;
	font-weight: bold;
}

#submenu {
    position: relative;
    color: #3D6B99;
    width: 100%;
    height: 21px;
    line-height: 20px;
    background-color: #EBEBEB;
    border-bottom: solid 1px #808184;
    padding-bottom: 1px;
}

#mainmenu li:hover {
    background-color: #d0decc;
    border-bottom-color: white;
    border-left-color: white;
    border-right-color: white;
}

#logout li:hover {
	background-color: #d0decc;
    border-color: #d0decc;	    
	height: 22px;
}

#submenu li:hover {
    height: 20px;
    background-color: #d0decc;
}

#mainmenu .selected:hover {
    height: 20px;
    background-color: #d0decc;
	border: solid 1px #808184;		
}

#submenu .selected:hover {
    height: 19px;
    background-color: #d0decc;		
}

#mainmenu a, #logout a {
    color: #5b7c2d;
}

#submenu a {
    color: #5b7c2d;
}

#mainmenu .selected a, #logout .selected a, #submenu .selected a {
    color: #5b7c2d;
    font-weight: bold;
}

#mainmenu .selected, #logout .selected {
    margin-top: 1px;
    height: 19px;
	background-color: #EBEBEB;
    border: solid 1px #808184;
	border-bottom: 1px solid #EBEBEB;
	
}

#submenu .selected {
    color: #5b7c2d;
	margin-top: 2px;
	padding-top: 1px;
	height: 19px;
    background-color: #FFFFFF;
    border: 1px solid #808184;
    border-bottom: none;
}

#mainmenu li {
    border-right: solid 1px #FFFFFF;
    padding: 0 0.7em 0 0.7em;
}

#logout li {
    border-left: solid 1px #FFFFFF;
    padding: 0 0.7em 0 0.7em;
    width: 6em;
}

#mainmenu li, #logout li {
    height: 21px;	
    display: block;
    color: White;
    list-style-type: none;
    min-width: 4.2em;
    text-align: center;
    white-space: nowrap;
}

#mainmenu li {
    float: left;
}

#logout li {
    float: right;
}

#submenu li {
    height: 20px;
    float: left;
    list-style-type: none;
    text-align: center;
    font-size: 12px;
    padding: 2px 0.6em 0 0.6em;
    display: block;
    color: #51779E;
    white-space: nowrap;
}

/* ---  Content  --- */
#content {
    position: relative;
    width: 900px;
    padding-bottom: 70px;
    padding-top: 20px;
    padding-left: 40px;
}

#content a {
    text-decoration: underline;
}

#content h2 {
    font-size: 1.0em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
}

/* center image and headline vertically */
#content h2 * {
    vertical-align: middle;
}

#content h3 {
    margin-bottom: 0.6em;
    padding: 0.2em;
    font-size: .8em;
    /*	background-color: #aac1d9; */
}

#content h3.warning {
    display: block;
    color: #E7292C;
    margin-bottom: 1em;
    margin-left: 1%;
    padding: 0.4em;
    padding-left: 0.8em;
    border-left: 0.5em solid #E7292C;
    border-bottom: 1px solid #E7292C;
    background-color: transparent;
    font-size: .8em;
}

#content .settings {
    margin-left: 1%;
}

#content .settings .clearfix {
    clear: both;
    margin-bottom: 1em;
}

#content .settings-content {
    position: relative;
    float: left;
    width: 54%;
    margin-left: 2%;
    font-size: .8em;
}

#content select, #content input {
    margin-top: 0.1em;
}

/* help area */
#content .settings-help {
    position: relative;
    margin-left: 60%;
}

#content .settings-help h3 {
    display: none;
}

#content .settings-help h4 {
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 0.2em;
}

#content .settings-help p {
    margin-bottom: 0.6em;
    font-size: 0.7em;
    padding-right: 1em;
}

#content .floatheader {
    border: solid #51779E 2px;
    padding: 2px;
    padding-left: 5px;
    height: 20px;
    width: 100px;
    color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
    background-color: #51779E;
}

.push {
	height: 60px;
}

/* ---  Footer  --- */
#footer {
	border: solid #808184 1px;
	max_width: 900px;
    
    width: 100%;
    height: 90px;
    color: White;
    /*	z-index: 1;*/
    background-color: #E4E4E6;
    /* padding: 1em 0 0.5em 0; */
}

#footer_img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 50px;
}

#footer em {
    font-size: 0.8em;
}

#footer h3 {
    font-weight: lighter;
    font-size: 1.3em;
}

#footer * {
    margin-left: 0%;
}

#footer table {
	border-collapse: collapse;	
}

/* ---  Page specific styling  --- */
/* Packages page */
.packages {
    font-size: 0.8em;
    text-align: left;
}

.repositories {
    font-size: 0.6em;
}

/* ---  General styling  --- */
.separator {
    display: block;
}

.smalltext {
    display: inline;
    font-size: 0.9em;
    font-weight: lighter;
    font-style: italic;
}

.failed-validation {
    display: inline;
    width: 40%;
    text-align: left;
    font-size: 1.0em;
    font-style: italic;
    color: Red;
}

.warning, .update-available, .warning-light {
    color: #9A2C2C;
    display: inline;
}

/* background color for odd lines/list items */
.odd {
    background-color: #E5E7E9;
}

/* Progressbar */
.progressbar {
    border: 1px solid #3b723b;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding: 2px;
    font-size: 0.8em;
}

.progress {
    background-color: #AAC1D9;
    padding: 0.1em 0 0.1em 0;
    display: block;
    text-align: center;
}

.gradualshine {
    filter: alpha(opacity = 30);
    -moz-opacity: 0.3;
}

.balloonstyle {
    position: absolute;
    top: -500px;
    left: 0;
    padding: 5px;
    visibility: hidden;
    border: 1px solid black;
    font: normal 12px Verdana;
    line-height: 18px;
    z-index: 100;
    background-color: white;
    width: 200px;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

input.flatbtn {
	border: 1px solid #808184;
	text-align: center;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	background-color: #F4F5F6;
	font-family: inherit;
	color: #4b6c1d;
	font-size: smaller;
	font-weight: bolder;
	min-width: 70px;
}

input[type="submit"]:disabled {
	border: 1px solid #808184;
	text-align: center;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	background-color: #F4F5F6;
	font-family: inherit;
	color: rgb(160,160,175);
	font-size: smaller;
	font-weight: bolder;
	min-width: 70px;
}

input[type="text"]:disabled {
	background-color: #F4F5F6;
	color: rgb(160,160,175);
}

input[disabled='disabled'] {
	background-color: #F4F5F6;
	color: rgb(160,160,175);
}

#scrollBox {
	position: absolute;
	width: 90%;
	margin: 0 auto;
	font-size: 0.7em;
}
#outerscrollBox{
	position: relative;
        width: 50%; /*marquee width */
        height: 20em; /*marquee height */
        overflow: hidden;
        border: 1px solid #ccc;
        padding: 1em;
        margin-top: 1em;
}
#scrollBox h1 {
        font-weight: bold;
        margin-bottom: 1em;
}
#scrollBox h2 { margin: 2em 0 1em; }
#scrollBox h2 em {
        font-weight: normal;
        font-size: 0.9em;
}
#scrollBox ul {
        list-style-type: disc;
        list-style-position: inside;
}
#scrollBox p { margin-bottom: 0.5em; }
#scrollBox li { margin: 0.8em; }


#filter {
    background-color: #F4F5F6;
	border: solid #808184 1px;
    width: 900px;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: Verdana, Helvetica, sans-serif;
    color: #000000;    
}

#filter tr td {
    table-height: 25px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 3px;


}

#filter .even_row {
    background-color: #FFFFFF;
}

#filter .uneven_row {
    background-color: #E5E8CF;
}

#filter .even_row_error {
    background-color: #FFFFFF;
    border: solid red 2px;
}

#filter .uneven_row_error {
    background-color: #E5E8CF;
    border: solid red 2px;
}

#filter .header {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 25px;   
	border: solid #808184 1px; 
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #5b7c2d;
    
}

#filter_access {
    background-color:#51779e;
    border: solid #51779e 1px;
    width: 600px;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: Verdana, Helvetica, sans-serif;
    color: #000000;
    
}

#filter_access tr td {
    table-height: 25px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 3px;


}

#filter_access .even_row {
    background-color: #FFFFFF;
}
/*
#filter_access .uneven_row {
    background-color: #E5E8CF;
}

#filter .even_row_error {
    background-color: #FFFFFF;
    border: solid red 2px;
}

#filter .uneven_row_error {
    background-color: #E5E8CF;
    border: solid red 2px;
}
*/
#filter_access .header {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 25px;
    background-color: #51779e;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #51779E;
}

/*for access lists*/
#access {
    
    border: solid #808184 1px;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: Verdana, Helvetica, sans-serif;
    color: #000000;
    
/*    position: fixed;*/
    width: 600px;
}

#access tr td {
    table-height: 25px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 3px;
}

#access .even_row {
    background-color: #FFFFFF;
}

#access .uneven_row {
    background-color: #E5E8CF;
}

#access .header {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 25px;
    background-color: #51779e;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #51779E;
}


/*for login and pass */
#login {
	border: solid #808184 1px;
    border-collapse: separate;
	border-spacing: 0px 0px;
	table-layout: fixed;
    font-family:  Verdana, Helvetica, sans-serif;
    color: #000000;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 180px;
/*    top: 50%;*/
/*    left: 50%;*/
    margin-top: -90px;
    margin-left: -160px;
}

#login tr td {
	table-height: 25px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 3px;
}

#login .even_row {
    background-color: #FFFFFF;
}

#login .uneven_row {
    background-color: #E5E8CF;
}
/*
#login .even_row_error {
    background-color: #FFFFFF;
    border: solid red 2px;
}

#login .uneven_row_error {
    background-color: #E5E8CF;
    border: solid red 2px;
}
*/
#login .header {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 30px;
    font-family:  Verdana, Helvetica, sans-serif;
    font-size: 14px;
	vertical-align: middle;
	color: #5b7c2d;
    background-color: #E4E4E6;	
	
}

#login .header th {
	border-bottom: solid #808184 1px;
	text-align: center;
}

/* for other tables */
#global {
	
    background-color: transparent;
    border-left: solid #808184 1px;
    border-bottom: solid #808184 1px;
    width: 500px;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: Verdana, Helvetica, sans-serif;
    color: #000000;	    
}

#global select {width: 10em;}
/*#global input {width: 10em;}*/

#global tr {
    table-height: 25px;
    padding-right: 5px;
    padding-left: 5px;
/*    padding-top: 4px;
    padding-bottom: 4px;
    margin: 4px;*/
    border-right: solid #808184 1px;
}

#global td {
    table-height: 25px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 4px;
	
}


#global td.empty {
   background-color: white;
   border-left: solid #808184 1px;
   border-right: hidden;
   border-top: solid white 1px;   
}

#global .even_row {
    background-color: #FFFFFF;
}

#global .uneven_row {
    background-color: #E5E8CF;
}

#global td.interfaces_labels {
	width: 150px;
    background-color: #FFFFFF;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 20pt; 
}

#global td.interfaces_labels_left {
	width: 150px;
    background-color: #FFFFFF;
	font-family:  Calibri, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 20pt; 
}

#global td.interfaces_labels_right {
	width: 150px;
    background-color: #FFFFFF;
	font-family:  Calibri, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 0pt;
}

#global td.interfaces_labels_top_left {
	width: 150px;
    background-color: #FFFFFF;
	font-family:  Calibri, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 20pt; 
	padding-top: 15pt;
}

#global td.interfaces_labels_top_right {
	width: 150px;
    background-color: #FFFFFF;
	font-family:  Calibri, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 0pt; 
	padding-top: 15pt;
}

#global td.interfaces_labels_bottom_left {
	width: 150px;
    background-color: #FFFFFF;
	font-family:  Calibri, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 20pt; 
	padding-bottom: 15pt;
}

#global td.interfaces_labels_bottom_right {
	width: 150px;
    background-color: #FFFFFF;
	font-family:  Calibri, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	padding-left: 0pt; 
	padding-bottom: 15pt;
}

#global .interfaces_uneven_row {
    background-color: #E5E8CF;
}

#global td.cell_top_border {
	width: 100%;
    background-color: #FFFFFF;
	font-family:  Calibri, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 8pt 0 8pt 8pt;
	border-top: solid #808184 1px;
}

#global tr.header, #global tr.tabs {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 25px;
    background-color: #F4F5F6;
	border: solid #808184 1px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-align:center;
    color: #5b7c2d;		
}

#logger_div {
	font-family:  Calibri, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	padding-left: 2pt;
	padding-right: 2pt;
	overflow: auto;
	width:100%;
	height:400px;
}

#logger_div p {
	width: auto;
	font-family:  Calibri, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	padding-left: 2pt;
	padding-right: 2pt;
}

.notice_msg {
    background-color: #FFFFFF;
	font-family:  Calibri, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #5b7c2d;
	padding-left: 4pt; 
}

.normal_text {
    background-color: #FFFFFF;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 11pt; 
}

/*
#global .even_row_error {
    background-color: #FFFFFF;
    border: solid red 2px;
}

#global .uneven_row_error {
    background-color: #E5E8CF;
    border: solid red 2px;
}
*/

.tabs td {
	border: 1px;
	border-style: solid;
	border-color: gray;
	background-color: #FAFAFA;
}

.tabs td.selected {
	background-color: #EBEBEB;
}

.tabs a {
	color: #5b7c2d;
	text-decoration: none !important;
}

.tabs .selected a {
	font-weight: bold;
}

.tabs td:hover {
	background-color: #d0decc;
}

.tabs .selected td:hover {
	background-color: #d0decc;
	
}

#global_bigger {
    border-left: solid #808184 1px;
    border-bottom: solid #808184 1px;
    width: 700px;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: Verdana, Helvetica, sans-serif;
    color: #000000;
}

#global_bigger select {width: 10em;}
/*#global_biger input {width: 10em;}*/

#global_bigger tr {
    table-height: 25px;
    padding-right: 5px;
    padding-left: 5px;
/*    padding-top: 4px;
    padding-bottom: 4px;
    margin: 4px;*/
    border-right: solid #808184 1px;
}

#global_bigger td {
    table-height: 25px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 4px;
}

#global_bigger td.empty {
   background-color: white;
   border-left: solid #808184 1px;
   border-right: solid white 1px;
   border-top: solid white 1px;  
}

/*#global_bigger td.empty {
   background-color: #ffffff;
   border-right: solid #ffffff 1px;
}*/

#global_bigger .even_row {
    background-color: #FFFFFF;
}

#global_bigger .uneven_row {
    background-color: #E5E8CF;
}
/*
#global_bigger .even_row_error {
    background-color: #FFFFFF;
    border: solid red 2px;
}

#global_bigger .uneven_row_error {
    background-color: #E5E8CF;
    border: solid red 2px;
}
*/
#global_bigger tr.header {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 25px;
    background-color: #F4F5F6;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-align:center;
    color: #5b7c2d;
    border: solid #808184 1px;
}

#stat_table {
    border-spacing: 0;
    border-collapse: collapse;
}

#stat_table td {
    border-left: solid #808184 1px;
    border-right: solid #808184 1px;
    border-bottom: solid #808184 1px;
    border-top: solid #808184 1px;
    border-style: solid;
	font-size: smaller; 	
}
#stat_table .even_row {
    background-color: #FFFFFF;
    
}


input {
	border: solid #808184 1px;
	padding: 2px;
}

input.fields {
	width: 88%;
}

#LoadingDiv{
margin:0px 0px 0px 0px;
position:fixed;
height: 100%;
z-index:9999;

max-width: 900px;
/*
padding-top:200px;
padding-left:50px;
*/
width:100%;
clear:none;
background:#FFFFFF;
-moz-opacity : 0.5;
opacity : 0.5;
filter : alpha(opacity=50);
}

#techsupport_textarea 
{
 background-color: white;
 width: 100%;
 height: 480px;
 padding: 10px;
 border: none;
 resize:vertical;
 
 -moz-tab-size:8; 
 -o-tab-size:8; 
 -webkit-tab-size:8; 
 tab-size:8;
 font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
 font-size:12px;
 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;         
 
}




.netdiag_textarea 
{
 background-color: white;
 width: 100%;
 height: 320px;
 padding: 10px;
 border: none;
 resize:vertical;
 
 -moz-tab-size:8; 
 -o-tab-size:8; 
 -webkit-tab-size:8; 
 tab-size:8;
 font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
 font-size:12px;
 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;         
 
}
