html, body
{
	margin: 0;
    padding: 0;
}

body
{
    font-family: 'Segoe UI' ,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    color: #445555;
    background: #FFFFFF;
}

#loading
{
    position: absolute;
    left: 50%;
    width: 75px;
    padding: 10px;
    text-align: center;
    margin-left: -38px;
    margin-top: -18px;
    background: rgb(210, 210, 210);
    background: rgba(210, 210, 210, 0.7); 
}

#head
{
    background: #D4D4D4;
    position: relative;
    padding: 2px 0;
    height: 36px;
    overflow: hidden;
}


#cmdBack
{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

#cmdNext
{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

#cmdMenu
{
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 30px;
    line-height: 15px;
    width: 30px;
    height: 36px;
}

#titleBar
{
    margin: 0 30px 0 30px;
    cursor: pointer;
}

#title
{
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

#title .alt
{
    color: #2575B5;
}

#subTitle
{
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

#menu
{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: rgb(170, 170, 170);
    background: rgba(170, 170, 170, 0.7);
    z-index: 1;
}

/* forms */
.form
{
    width: 220px;
    margin: 35px auto;
    padding: 10px;
    background-color: #D4D4D4;
}

.group
{
    padding-bottom: 18px;
    overflow: hidden;
}

.group label
{
    float: left;
}

.group .field
{
    display: block;
}

.field input, .field select, .field textarea
{
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #B3B3B3 #DCDCDC #DCDCDC #B0B0B0;
	padding: 8px 5px;
	width: 200px;
	font-size: 16px;
}

.field select
{
    width: 210px;
}

.group button
{
    width: 210px;
}

.form2
{
    padding: 10px 0 10px 10px;
}

.form2 .group label
{
    display: block;
    float: none;
}

.form2 .field
{
    float: left;
    min-width: 100px;
}

.form2 .field.last
{
    margin-right: 0;
}

.form2 .field .label-text
{
    font-size: 0.8em;
    display: block;
}

.form2 .field-value
{
    color: #000000;
}

.form3
{
    padding: 9px 0 18px 18px;
}

.form3 .group
{
    border-bottom: 1px dotted #F0F0F0;
    padding: 9px 0;
}

.form3 label
{
    width: 100px;
}

.form3 .field
{
    float: left;
    color: #000000;
    width: 100px;
    text-align: right;
}

.validation-message
{
    color: #FF5500;
}

#menu .form
{
    width: 290px;
    padding: 10px;
    margin: 5px auto;
}

#menu .group
{
    padding-bottom: 10px;
}

#menu .group label
{
    float: none;
}

#menu .field select
{
    width: 290px;
}

#menu .group button
{
    width: 290px;
}

#menu .group button.button1
{
    float: left;
    width: 140px;
    height: 42px;
    white-space: normal;
}

#menu .group button.button1.last
{
    float: right;
    margin-right: 0;
}

/* Buttons
-----------------------------------------------------------*/

button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #F3F3F3;
    background: -moz-linear-gradient(top, #FFFFFF, #EBEBEB); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#f1da36)); /* Chrome 1-9, Safari 4-5 */
    background: -webkit-linear-gradient(top, #FFFFFF, #EBEBEB); /* Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(top, #FFFFFF, #EBEBEB); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF, #EBEBEB); /* IE10 */
    background: linear-gradient(top, #FFFFFF, #EBEBEB); /* CSS3 */ 
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    font: 16px/18px 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    color: #000000;
    cursor: pointer;
    height: 42px;
    overflow: visible;
    padding: 0 0.5em;
    vertical-align: bottom;
    white-space: nowrap;
    outline: 0 none;
    font-size: inherit;
}

button::-moz-focus-inner
{
    border: none;
}

button:hover, button:focus {
    -moz-box-shadow: 0 0 3px #999999;
    -webkit-box-shadow: 0 0 3px #999999;
    box-shadow: 0 0 3px #999999;
    background: #F3F3F3;
    background: -moz-linear-gradient(top, #FFFFFF, #EBEBEB); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#f1da36)); /* Chrome 1-9, Safari 4-5 */
    background: -webkit-linear-gradient(top, #FFFFFF, #EBEBEB); /* Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(top, #FFFFFF, #EBEBEB); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF, #EBEBEB); /* IE10 */
    background: linear-gradient(top, #FFFFFF, #EBEBEB); /* CSS3 */ 
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    outline: 0 none;
}

button:active {
    background: #F3F3F3;
    background: -moz-linear-gradient(top, #CCCCCC, #FFFFFF); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#f1da36)); /* Chrome 1-9, Safari 4-5 */
    background: -webkit-linear-gradient(top, #CCCCCC, #FFFFFF); /* Chrome 10+, Safari 5.1+ */
    background: -o-linear-gradient(top, #CCCCCC, #FFFFFF); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #CCCCCC, #FFFFFF); /* IE10 */
    background: linear-gradient(top, #CCCCCC, #FFFFFF); /* CSS3 */ 
    border-color: #999999 #CCCCCC #CCCCCC #999999;
}

button .icon
{
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-right: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}

button .icon-chart{ background-image: url(../images/icon-chart.png); }
button .icon-chart-bar{background-image: url(../images/icon-chart-bar.png); }
button .icon-chart-pie{background-image: url(../images/icon-chart-pie.png); }
button .icon-list{background-image: url(../images/icon-list.png); }
button .icon-text{background-image: url(../images/icon-text.png); }

/* Graph bar1 */

.portvis_graph_bar1
{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 8px;
    overflow: hidden;
}

.portvis_graph_bar1 span
{
    float: left;
    display: inline-block;
    height: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #B1B1B1 #DCDCDC #DCDCDC #B3B3B3;
    background: #50B0C5;
}

/* grid
-----------------------------------------------------------*/
.grid > .items > .item
{
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px dotted #D0D0D0;
}

.grid > .items > .item.alt
{
    background-color: #F5F5F5;
}

.grid .col
{
    padding: 3px 0 3px 5px;
    font-size: 14px;
    line-height: 15px;
}

.grid > .items > .item > .col
{
    float: left;
}

.grid > .items > .item > .col.last
{
}

.grid  > .items > .item img
{
    vertical-align: middle;
    margin-right: 0.5em;
}

.grid .no-items
{
    text-align: center;
    padding: 35px 0;
}

/* users online */
.users-online .col-num
{
    width: 25px;
    overflow: hidden;
}

.users-online .col2
{
    float: left;
    width: 175px;
}

.users-online .col3
{
    float: left;
    width: 115px;
}

.users-online .col-name
{
    width: 160px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
}

.users-online .col-time
{
    float: left;
    width: 60px;
    overflow: hidden;
}

.users-online .col-ip
{
    float: left;
    width: 110px;
    overflow: hidden;
}

.users-online .col-browser
{
    float: left;
    width: 110px;
    overflow: hidden;
}

/* pages */
.pages
{
    padding-top: 5px;
}

.pages .item
{
    padding-bottom: 3px;
}

.pages .col-num
{
    width: 25px;
    overflow: hidden;
}

.pages .col2
{
    float: left;
    width: 290px;
}

.pages .col-name
{
    width: 285px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
}

.pages .col-date
{
    float: left;
    width: 75px;
    overflow: hidden;
}

.pages .col-count
{
    float: left;
    width: 75px;
    overflow: hidden;
    text-align: right;
    padding-right: 10px;
}

.pages .col-bar
{
    float: left;
    width: 100px;
    overflow: hidden;
}

/* referrers */
.referrers
{
    padding-top: 5px;
}

.referrers .item
{
    padding-bottom: 3px;
}

.referrers .col-num
{
    width: 25px;
    overflow: hidden;
}

.referrers .col2
{
    float: left;
    width: 290px;
}

.referrers .col-name
{
    width: 285px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
}

.referrers .col-date
{
    float: left;
    width: 75px;
    overflow: hidden;
}

.referrers .col-count
{
    float: left;
    width: 75px;
    overflow: hidden;
    text-align: right;
    padding-right: 10px;
}

.referrers .col-bar
{
    float: left;
    width: 100px;
    overflow: hidden;
}

/* bots */
.bots
{
    padding-top: 5px;
}

.bots .item
{
    padding-bottom: 3px;
}

.bots .col-num
{
    width: 25px;
    overflow: hidden;
}

.bots .col2
{
    float: left;
    width: 290px;
}

.bots .col-name
{
    width: 285px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
}

.bots .col-date
{
    float: left;
    width: 285px;
    overflow: hidden;
}

/* canvas */
canvas
{
    display: block;
}

/* actions */
.actions
{
    text-align: center;
    border-bottom: 1px solid #DCDCDC ;
    height: 30px;
    padding: 5px 0 0 10px;
}

.actions a:link, .actions a:visited, .actions a:hover, .actions a:active
{
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    text-decoration: none;
    margin-right: 2px;
    background: #FFFFFF;
    color: #445555;
    outline: none;
}

.actions a.active:link, .actions a.active:visited, .actions a.active:hover, .actions a.active:active
{
   text-decoration: none;
   border-style: solid solid none solid;
   border-width: 1px;
   border-color: #DCDCDC ;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}