/* ==login=============================== */
#console-access {
	background: white;
	border: 1px solid #CCC;
	margin: 120px auto;
	overflow: hidden;
	width: 440px;
	zoom: 1;	
}

#console-access h1 {
	background: #444444;
	color: white;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 16px;
	text-align: center;
}

#console-access-form {
	display: block;
	padding: 24px 32px;
	text-align: left;
}

#console-access-form label {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 3px 0;
	text-align: right;
	width: 134px;
}

#console-access-form p.submit {
	margin-left: 144px;
}

#console-access a {
	font-weight: bold;
}

.demo-text {
	background: #E9F1FF;/* #F5F9FF */
	border-bottom: 1px solid #E1E1E1;
	padding: 16px;
	text-align: justify;
}

.demo-text h3 {
	text-align: center;
}


/* ==header=============================== */
div#header {
	background: url(../images/new/main_bg.png) repeat-x;
	width: 100%;
}

#logo {
	left: 28px;
	position: absolute;
	top: 13px;
}

#logout {
	background: url(../images/new/logout.png) left top no-repeat;
	color: white;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	padding-left: 35px;
	position: absolute;
	right: 32px;
	top: 32px;
}

#logout:hover {
	background: url(../images/new/logout.png) 0 -29px no-repeat;
}

#console-header {
	background: #3276E8 url(../images/new/console_head_bg.png) repeat-x;
	border-bottom:1px solid #2B67D0;
	color: white;
	margin-bottom:0;
	margin-top: 100px;
	overflow:hidden;
	padding:6px 32px;
	zoom: 1;
}

#console-header h1 {
	float: left;
	margin: 0;
	line-height: 1.4em;
}

#console-header .console-version {
	color: #2B67D0;
	font-size: 10px;
}

/* ==header=============================== */

#menu {
	background: #F4F4F4 url(../images/new/menu_bg.png) top left repeat-y;
	margin-left: 32px;
	width: 229px;
}

#menu span.top {
	background: url(../images/new/menu_top.png) top left no-repeat;
	display: block;
	height: 10px;
	width: 229px;
}

#menu span.bottom {
	background: url(../images/new/menu_bottom.png) bottom left no-repeat;
	display: block;
	height: 10px;
	width: 229px;
}

#menu table {
	margin: 0 8px;
	width: 213px;
}

#menu table table {
	margin: 0;
}

#menu table td {
	border: 0;
	padding: 2px 0;
}

#menu a {
	color: #2D2D2D;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #666;
}

#menu a.selected {
	color: #3276E8;
}

/* == content ================================== */

#tip-box {
	background: #333;
	color: white;
	display: none;
	margin: 16px 0 0 30px;
	padding: 8px 10px;
	width: 150px;
}

#content {
	width: 650px;
}

#content a {
	font-weight: bold;
}

#content h2 {
	border-bottom: 1px solid #666;
	margin-bottom: 1.2em;
	padding-bottom: 4px;
}

/* grid 3xn with big icons (48x48px) and links */

.list-grid3 {
	margin-bottom: 24px;
	width: 600px;
}

.list-grid3 ul {
	margin: 0;
}

.list-grid3 ul li {
	float: left;
	list-style: none;
	text-align: center;
}

.list-grid3 img {
	display: none;
}

.list-grid3 a {
	background-repeat: no-repeat;
	background-position: 51px 28px;
	color: #2D2D2D;
	display: block;
	font-size: 1.2em;
	height: 150px;
	text-decoration: none;
	width: 185px;
    margin-right: 10px;
    overflow-x: hidden;
}

.list-grid3 a:hover {
	font-weight: bold;
}

.list-grid3 a span {
	display: block;
	padding: 84px 15px 0 15px;
}

/* table for listing */

table.listing {
	margin-bottom: 24px;
}

table.listing th {
	border: 0;
	border-bottom: 1px solid #666;
	padding: 2px 4px;
}

table.listing td {
	border: 0;
	line-height: 16px;
	padding: 4px;
	vertical-align: middle;
}

table.listing tr.even:hover td {
	background: #D9E8FF;/*#E9F1FF*/
}

table.listing tr.odd:hover td {
	background: #D9E8FF;
}

table.listing img {
	margin: 0 4px;
	vertical-align: middle;
}

table.listing tr.even td {
	border-bottom: 1px solid #F4F4F4;
}

table.listing tr.odd td {
	background: #F4F4F4;
	border-bottom: 1px solid white;
}

table.listing tr.disabled td {
	/*background: #EAEAEA;*/
	color: #666;
}
table.listing tr.closed td {
    color: #404040;
	background: #BBBBBB;
	border-bottom: 1px solid white;
}
table.listing tr.closed:hover td {
	background: #D9E8FF;
}

table.listing tr.wait td {
	background: #E4E4E4;
	border-bottom: 1px solid white;
}
table.listing tr.wait:hover td {
	background: #D9E8FF;
}

table.listing tr.open td {
    color: #404040;
	background: #99CCFF;
	border-bottom: 1px solid white;
}
table.listing tr.open:hover td {
	background: #D9E8FF;
}

table.listing tr.new td {
	background: #53EE7C;
	border-bottom: 1px solid white;
}
table.listing tr.new:hover td {
	background: #D9E8FF;
}

table.listing tr.disabled td {
	/*background: #EAEAEA;*/
	color: #666;
}

/* favourite box */

div.favourite-box {
	background: #F4F4F4;
	margin-bottom: 8px;
	padding: 6px 8px;
}

a.show-favourite {
	background: url(../images/new/icons/favourite-icon.png) left center no-repeat;
	display: block;
	padding: 4px 20px;
}

a.show-delete {
	background: url(../images/new/icons/delete-icon.png) left center no-repeat;
	display: block;
	padding: 4px 20px;
}
/* help box */

div.help-box {
	background: #E9F1FF;
	margin-bottom: 24px;
	padding: 6px 8px;
}

a.show-help {
	background: url(../images/new/icons/help.png) left center no-repeat;
	display: block;
	padding: 4px 20px;
}

div.help-text {
	margin: 12px 0;
	padding-left: 10px;
}

/* warning box */

div.warning-box {
	background: #FFFF99;
	margin-bottom: 24px;
	padding: 6px 8px;
	font-weight: bold;
	margin: 12px 0;
}

/* tabs */

ul.tabs {
	margin: 24px 0 -1px 24px;
	overflow: hidden;
	zoom: 1;
}

ul.tabs li {
	float: left;
	list-style: none;
	padding: 0
}

ul.tabs li a {
	background: #F4F4F4;
	border: 1px solid #CCC;
	border-right: 0;
	display: block;
	padding: 4px 0 3px 0;
	text-align: center;
	text-decoration: none;
	width: 90px;
}

ul.tabs li.last a {
	border-right: 1px solid #CCC;
}

ul.tabs li a:hover {
	background: white;
}

ul.tabs li.selected a {
	background: white;
	border-bottom-color: white;
	color: #2D2D2D;
}

.undertab {
	background: url(../images/new/undertab_bg.png) top left no-repeat;
	padding: 16px;
}

/* multi user picker widget */

.multi-user-picker {
	margin-left: -12px;
	margin-bottom: 24px;
}

.multi-user-picker select {
	height: 100px;
	margin: 0 12px;
	width: 150px;
}

.multi-user-picker .controls {
	padding-top: 8px;
	text-align: center;
}

.multi-user-picker .controls img {
	margin: 6px 0;
}

.multi-user-picker label {
	padding-left: 12px;
}

/* mailing: advanced options */

.mailing-adv {
	margin-top: 12px;
}

.mailing-adv a {
	background: url(../images/new/tools_22x22.png) top center no-repeat;
	padding-top: 22px;
}

/* mailing list subscription */

ul.subscribe-actions {
	margin-left: 0;
}

ul.subscribe-actions li {
	float: left;
	list-style: none;
}

ul.subscribe-actions li a {
	display: block;
	padding: 4px 0 4px 20px;
	width: 180px;
}

ul.subscribe-actions li a.add-user {
	background: url(../images/new/icons/add_user.png) left center no-repeat;
}

ul.subscribe-actions li a.add-users {
	background: url(../images/new/icons/add_users.png) left center no-repeat;
}

ul.subscribe-actions li a.export-users {
	background: url(../images/new/icons/export_users.png) left center no-repeat;
}

/* ==AWStats=============================== */

#content.aws-page {
	width: 98%;
}

.aws-page table th,
.aws-page table td {
	border-color: white;
	padding: 0;
	vertical-align: bottom;
}

.aws-page a,
.awsm a:hover {
	text-decoration: none;
}

.awsm a {
	text-decoration: underline;
}

table.aws_border td {
	border-width: 0;
}

table.aws_data th,
table.aws_data td {
	border-width: 0px;
	padding: 2px;
}

.aws_title {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 4px;
}

/* ==TechNews=============================== */

.technews-hist {
	margin: 0 0 32px 0;
}

.technews-hist li {
	list-style: none;
}

.technews-hist a {
	display: block;
	padding: 4px 0;
	text-decoration: none;
}

.technews-hist a:hover {
	background: #F4F4F4;
}

.technews-hist .current{
	background: #E9F1FF;
	font-weight: bold;
	padding: 4px 0;
}

/* ==Order=============================== */
table.summary {
	background: #FFC;
}

table tr.total td {
	border-top: 1px solid #D9A229;
	font-size: 1.2em;
}

/* ==Firewall=============================== */
a.ip-current {
	background: #E1E1E1;
	border-bottom: 2px solid #DDD;
	color: #1D1D1D;
	font-size: 1.2em;
	padding: 2px 4px;
}

/* ==Trafic=============================== */
table.date-chooser td {
	border: 1px solid white;
	padding: 0;
}

table.date-chooser td a,
table.date-chooser td span.current,
table.date-chooser td span.empty {
	background: #E1E1E1;
	display: block;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

table.date-chooser td a:hover {
	background: #666;
	color: white;
}

table.date-chooser td span.current {
	background: #666;
	color: white;
	font-weight: bold;
}

table.date-chooser td span.empty {
	background: white;
}

a.year-nav {
	background: #E1E1E1;
	color: #1D1D1D;
	font-size: 1.2em;
	padding: 2px 8px;
	text-decoration: none;
}

a.year-nav:hover {
	background: #666;
	color: white;
}

.ablock-left {
    width: 330px;
    height: 180px;
    float: left;
	border: 1px solid #000;
	padding: 8px;    
}

.ablock-right {
    width: 330px;
    height: 180px;
    float: right;
	border: 1px solid #000;
	padding: 8px;    
}

.tile {
	border: 1px solid #000;
	padding: 8px;
    margin: 0 8px 20px 8px;
}

.srvtable {
    border-width: 0px;
    border-style: none;
    margin-left: 37px;
    margin-right: 8px;
    margin-bottom: 0px;
}

.srvup {
    border-width: 0px;
    border-style: none;
	background: url(/content/images/icons/greenbullet.png) left center no-repeat;
	padding: 2px 0 2px 28px;
}

.srvwarn {
    border-width: 0px;
    border-style: none;
	background: url(/content/images/icons/orangebullet.png) left center no-repeat;
	padding: 2px 0 2px 28px;
}

.srvdown {
    border-width: 0px;
    border-style: none;
	background: url(/content/images/icons/redbullet.png) left center no-repeat;
	padding: 2px 0 2px 28px;
}

.agrid {
    border-style: none;
    border-spacing: 7px;
    border-collapse: separate;
    width: 100%;    
}
.gridtr {
    margin: 0;
}
.gridtd {
    width: 49%; height: 180px; border: 1px solid black;
}

#content h3 {
	border-bottom: 1px solid #666;
	margin-bottom: 1.2em;
	padding-bottom: 4px;
}

#favoris { 
    margin-left: 20px;
    font-weight: bold;
}

#favoris a {
    color: #2d2d2d;
}

#favoris a:hover {
    color: #666666;
}

.borderless {
    border-width: 0px;
    border-style: none;
    border-collapse: collapse;
    margin-bottom: 3px;
}

.tdleft {
    width: 70%;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}

.tdright {
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #666;    
}

.sideb {
    border-right: 1px solid #666;
    border-left: 0px;
    border-bottom: 0px;
}

.noborders {
    border: 0px none;
}
.twitterbox {
}

.twitterbox a {
    color: #0084B4;
}

#pwindicator {
    margin-left: 230px;
    margin-top: 4px;
    width: 150px;
}

.bar {
    height: 2px;
}

.pw-very-weak .bar {
    background: #d00;
    width: 30px;
}

.pw-very-weak .label {
    color: #d00;
}

.pw-weak .bar {
    background: #d00;
    width: 60px;
}

.pw-weak .label {
    color: #d00;
}

.pw-mediocre .bar {
    background: #f3f01a;
    width: 90px;
}

.pw-mediocre .label {
    color: #f3f01a;
}

.pw-strong .bar {
    background: #f3b31a;
    width: 120px;
}

.pw-strong .label {
    color: #f3b31a;
}

.pw-very-strong .bar {
    background: #0d0;
    width: 150px;
}

.pw-very-strong .label {
    color: #0d0;
}

#rpad {
    margin-right: 8px;
}
.scrollcol {
    width: 800px;
}
.forumtbl {
    border-spacing: 2px;
    border-color: gray;
    border-collapse: collapse;
    margin-bottom: 12px;
}

.forumprofile {
    font: 14px/1.4 'PT Sans','DejaVu Sans','Bitstream Vera Sans',Verdana,sans-serif;
    text-align: left;
    display: table-cell;
    background-color: #e6e9f5;
    border: 1px solid #dfdfdf;
    padding: 8px;
    color: #4d4840;
    width: 170px;
}

.forumarticle {
    font: 13px/1.3 'PT Sans','DejaVu Sans','Bitstream Vera Sans',Verdana,sans-serif;
    text-align: left;
    padding: 8px;    
}

.forumusertitle {
    font-size: 16px;
    color: #eb8c28;
}

.forumarticletitle {
    font-size: 13px;
    color: #eb8c28;
}

.forumtime {
    font-size: 11px;
    padding-bottom: 15px;
    font-style: italic;
}

.forumheader {
}

.forumbody {
    padding-top: 12px;
    word-wrap: break-word;
}
.forumattachment {
    padding-top: 12px;
    font-size: 11px;
    color: #666;
}

.forumattachment a { 
    font-weight: normal;    
	text-decoration: none;
}

.ttip {
	background: #FFFF99;
	position: absolute;
	z-index:3;
	border: 1px inset #000000;
	padding: 2px;
	display: none;
	text-align: left;
    margin-left: 5px;
}

.pointer {
    cursor: pointer;
}
#sbr { border-right: 1px solid #444; border-left: 1px solid #444; }
#sbc { border-left: 1px solid #444; }
#sbcn { border-left: 1px solid #444; text-align: right; }
#bbcn { border-left: 1px solid #444; text-align: right; border-right: 1px solid #444; }
#tbc { border-top: 1px solid #444; }
.listing th { border: 1px solid #444; }
#allb { border: 1px solid #444; }
#footer { text-align: center; font-size: 10px; }
div#clbox {
    clear: both;
    padding: 10px;
    border: 1px solid #444;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 130px;
    opacity: 100%;
}

.forumtitlebox {
    padding-left: 30px;
    margin-bottom: 20px;
    width: 640px;
}
.forumtitle {
    font-size: 22px;
    color: #0066CC;
    font-weight: bold;
}
.forumsubtitle {
    line-height: 22px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.photobox {
    margin: 4px 22px 6px 12px;
    width: 163px;
}
.photoborder {
    border: 1px solid lightgrey;
}
commentButton {
    margin-bottom: 20px;
}
.w15 {
    width: 150px;
}
.w26 {
    width: 260px;
}
.w50 {
    width: 500px;
}
.w60 {
    width: 600px;
}
.w78 {
    width: 780px;
}
.ml2 {
    margin-left:20px;
}
.ml20 {
    margin-left:200px;
}
.ml50 {
    margin-left: 500px;
}
.addressbox {
    margin: 12px 12px 36px 12px;
}
.newstbl {
    width: 560px;
    vertical-align: top;
}
.sirentxt {
    margin-left:50px;
    font-size:10px;
}

.pwtitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}

.pwbox {
    width: 660px;
    position: fixed;
    padding: 8px;
}

.lefthalf {
     float: left; padding: 6px;
}

.righthalf {
    float: right;
    width: 330px;
}

.btnbox {
    margin-left: 60px;
    margin-top:18px;
    height: 50px;
}
