/*  CSS used by files under directory base/website */

body#web{
	background-color: #F2EDE4;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#web_content_wrapper{
	width: 702px;
	height: auto;
	margin: auto;
	text-align: center;
}

div#web_content{
	background-color: #FFFFFF;
	border: #005596 1px dotted;
	width: 700px;
	height: 152px;
	margin-top: -126px;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	top: 50%;
	font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #005596;
}

div#web_logo{
	background-image: url(/images/axsguard.jpg);
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 30px;
	width: 90px;
	height: 90px;
}

div#web_logo_able{
	background-image: url(/images/able.jpg);
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: 30px;
	width: 71px;
	height: 90px;
}

div#web_info{
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 580px;
	height: auto;
}

div#web_info_your{
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 479px;
	height: auto;
}

div.spacing{
	margin-bottom: 5px;
}

div#title{
	width: auto;
	height: auto;
	font-size: 18px;
}

div#web_content p{
	font-size: 16px;
}

div.link a:link{
	font-size: 14px;
}

div#web_content a:link{
	color: #F8971D;
	text-decoration: none;
}

div#web_content a:visited{
	color: #F8971D;
	text-decoration: none;
}

div#web_content a:hover{
	color: #F8971D;
	text-decoration: underline;
}

div#web_content a:active{
	color: #F8971D;
	text-decoration: underline;
}

/*  CSS used by files under directory servives/Tool */

body{
	background-color: #F2EDE4;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}


/*
	Reset
*/
body,table,td,tr,div,a,h1,h2,h3,h4,h5,span,option,span,button,select,input,textarea {
	font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #222;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h1, h2, h3 {
	line-height: 1.4em;
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6, strong, dt {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote, ul, ol, dl {
	margin: 1em;
}
ol, ul, dl {
	margin-left: 2em;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left: 1em;
}

abbr {
	border-bottom: 1px solid #666;
}

label abbr {
	margin-left: 0.25em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

label,
span.note {
	color: #000;
}

a {
	text-decoration: none;
}
a:link, a:visited {
	color: #005596;
}
a:hover, a:active {
	text-decoration: underline;
}

pre, code {
	background-color: #EEE;
	border: 1px solid #D0D0D0;
	color: #444;
}
pre {
	border-radius: 3px;
	overflow: auto;
	margin: 1em;
	padding: 5px;
}
code {
	padding: 0 0.2em;
}
pre, code, .fieldpre {
	font: 12px/1.5 Monaco, "Courier New", "DejaVu Sans Mono", monospace;
}
.word-wrap{
	white-space: pre-wrap;		/* css-3 */
	white-space: -moz-pre-wrap;	/* Mozilla, since 1999 */
	white-space: -pre-wrap;		/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	word-wrap: break-word;		/* Internet Explorer 5.5+ */
}

img {
	border: 0 none;
	margin: 1px;
	vertical-align: middle;
}


/*
	Fields
*/
input, textarea {
	background-color: #FAFAFA;
	border: 1px solid #D0D0D0;
}		
input[type='text'],input[type='password'],textarea {
	padding: 2px 0;
}
input:hover, textarea:hover {
	box-shadow: 0 0 3px #D0D0D0;
	-moz-box-shadow: 0 0 3px #D0D0D0;
	-webkit-box-shadow: 0 0 3px #D0D0D0;
	-khtml-box-shadow: 0 0 3px #D0D0D0;
}
input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color: #FFF;
	border-color: #AAA;
}
input[disabled], textarea[disabled],
input[disabled]:hover, textarea[disabled]:hover {
	background-color: #E0E0E0;
	border-color: #D0D0D0;
}

textarea.field{
	padding: 3px;
}

input[type='text'],input[type='password'],input[type='submit']{
	height: auto;
}
		
input[type='checkbox'],input[type='radio'] {		
	min-height: 14px;		
	min-width: 14px;
}
input[type='image'].valign_middle{
	border: none;
	vertical-align: middle;
}


/*
	Buttons
*/
button {
	background-color: #FFFFFF;
	background-image: url(/images/btn.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: #B5B8C8 1px solid;
}
button:hover, button:focus {
	background-color: #FFFFFF;
	background-image: url(/images/btn-hover.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: #B5B8C8 1px solid;
}


/*
	Message boxes and comments
*/
.explanation {
	background-color: #E3F2D4;
	border-radius: 4px;
	color: #333;
	margin: 0 0 0.5em;
	width: 100%;
}
.explanation,
.comment {
	padding: 0.8em;
}
.explanation {
	margin: 1em 0;
	width: auto;
}
.comment{
	font-weight: bold;
}
.comment:before {
	content: open-quote;
}
.comment:after {
	content: close-quote;
}


div#full{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

frame.fr-rmscroll-x{
	overflow-x: hidden;
}


a.clickhere{
	padding-left: 8px;
	background: #FFFFFF url(/images/link.gif) left center no-repeat;
	text-decoration: underline;
}

img.valign_bottom {
	vertical-align: bottom;
}

img.companylogo{
	padding: 2px;
}

div.clear_both{
	clear: both;
	width: 100%;
	height: 0px;
	visibility: hidden;
}


/*
	Sections
*/
.content-section,
table.content th {
	background: #E5E5E5 url("/images/breadcrumb_background.png") repeat-x scroll 0 0;
	border: 1px solid #D0D0D0;
	color: #666;
	padding: 0.75em 0.5em;
	text-align: left;
}
.content-section {
	margin: 0 0 0.25em;
}
.content-section-container {
	margin-left: 1em;
	margin-right: 1em;
}

div#content,
table.content {
	background-color: #FFF;
	border: 1px solid #D0D0D0;
	margin: 10px auto 0;
	width: 99%;
}


/*
	Content Table
*/
table.content td {
	margin: 0;
	padding: 2px;
}
table.content td table th {
	background-image: none;
}

table.content td.bandwidth{
	padding: 10px;
}

table.content td.breadcrumbs{
	padding: 2px;
	background-color: #EEEBEB;
	border-bottom: #005596 1px solid;
}
table.content td.parameters{
	padding: 3px;
	border-bottom: #005596 1px solid;
	background-color: #EEEBEB;
}

table.content td.report{
	padding: 2px;
}


div.info{
	margin: 0px;
	padding: 2px;
	width: auto;
}

#export_head {
	margin: 1em 1em 1.5em;
}
div.export{
	background-color: #EEEBEB;
	border: #005596 1px solid;
	margin: 5px;
	padding: 2px;
	width: auto;
}

.logo{
	background: transparent url(/images/logo.png) no-repeat 0 0;
	display: block;
}

#company_logo{
	background-position: 0 -184px;
	height: 33px;
	position: absolute;
	top: 18px;
	right: 16px;
	width: 196px;
}

#product_logo_small{
	background-position: 0 -118px;
	height: 62px;
	position: absolute;
	top: 3px;
	left: 16px;
	width: 63px;
}

#product_logo_big{
	height: 114px;
	width: 116px;
}

/* LOGIN SCREEN */

div#loginbody,
.standalone-page {
	background-image: url(/images/bg_login.jpg);
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	margin: -1px 0px -1px 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

div#lg_v{
	position: absolute;
	top: 18px;
	right: 16px;
	width: 196px;
	height: 33px;
}

div#fc{
	width: 410px;
	height: auto;
}
div#fc,
.standalone-page .container {
	margin-left: auto;
	margin-right: auto;
	padding-top: 180px;
}
.standalone-page .container {
	width: 62.5%;
}

/* Standalone Page Error */
.error-container {
	background-color: #8A1F11;
	border: 1px solid white;
	border-radius: 5px;
	padding-bottom: 0.1em;
}
.error-container .header,
.error-container .body {
	margin: 0 1.5em;
	text-align: left;
}
.error-container .header {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.error-container .header h1 {
	background: transparent url("/images/computer_important.png") no-repeat scroll 0 0;
	color: white;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0.2em 52px;
}
.error-container .body {
	background-color: white;
	border-radius: 5px;
	margin-bottom: 1.5em;
	padding: 1em;
}
.error-container .body > h2 {
	margin-top: 0;
}
.error-container table.error-details {
	border: 1px solid #D0D0D0;
	margin: 0 1em 1.5em;
}
.error-container table.error-details th,
.error-container table.error-details td {
	padding: 0.2em 0.5em;
}
.error-container table.error-details th {
	text-align: right;
}


div#fc-lg{
	width: 410px;
	height: 118px;
	text-align: left;
}

div#fc form{
	color: #666666;
	margin-top: 32px;
	padding: 0px;
	width: 410px;
	text-align: right;
}

div#fc label{
	font-weight:700;
	margin-right: 40px;
}

div#fc img{
	margin: 0px;
}

div#fc button{
	background: transparent url(/images/submit_blue.png) no-repeat scroll 0 0;
	border: none;
	cursor: pointer;
	font-weight: bold;
	padding-left: 19px;
}

div#fc fieldset{
	background-image: url(/images/frm_c.jpg);
	background-repeat: repeat-y;
	border: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 410px;
	height: auto;
}

div#fc-hdr{
	background-image: url(/images/frm_lgd.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 410px;
	height: 42px;
	text-align: left;
}

div#fc-hdr div{
	color: #333333;
	font-weight: 700;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	width: auto;
	height: auto;
}

div#fc-error{
	border-bottom: #666666 1px dotted;
	color: #666666;
	font-weight: 700;
	font-size: 12px;
	margin: 6px 20px 0px 150px;
	padding: 6px 0px 6px 0px;
	width: 240px;
	height: auto;
	text-align: left;
}

div.fc-inp{
	margin: 6px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	width: 370px;
	height: auto;
}

div.fc-inp input{
	margin: 0px;
	width: 240px;
}

div#fc-but{
	margin: 0px;
	padding: 6px 20px 6px 0px;
	width: 390px;
	height: auto;
	text-align: right;
}

div#fc-ft{
	background-image: url(/images/frm_b.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
	width: 410px;
	height: 27px;
	text-align: right;
}

div#ft,
.standalone-page .footer{
	color: #666666;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	height: auto;
}

/* END LOGIN SCREEN */

/* TOP FRAME */
div#hd{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 96px;
	position: relative;
}

div#hd-top{
	background-image: url(/images/top_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 96px;
	width: 100%;
	position: absolute;
	top: 0;
}

div#lg_a{
	position: absolute;
	top: 2px;
	left: 16px;
	width: 63px;
	height: 62px;
}

div.hd-menu{
	background-color: #AFCADD;
	background-image: url(/images/top_bg2.png);
	background-repeat: repeat-y;
	background-position: left;
	border-top: #FFFFFF 1px solid;
	font-size: 11px;
	width: 100%;
	height: 25px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 69px;
}

.hd-menu div.yui-u{
	margin-top: 4px;
}

.hd-menu div.first{
	text-align: left;
	padding-left: 5px;
}

.hd-menu div.last{
	text-align: right;
	padding-right: 5px;
}

div#top_msg{
	width: 100%;
	height: 18px;
	position: absolute;
	top: 96px;
	text-align: center;
}

/* END OF TOP FRAME */

/* FOOTER FRAME*/

div#footer-top{
	background-image: url(/images/bg_bc_btm.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 15px;
}

div#footer{
	background-color: #004477;
	background-image: url(/images/top_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
}

div#footer div.yui-u{
	margin-top: 3px;
	padding: 0px;
	height: 18px;
}

div#footer div.first{
	text-align: left;
	padding-left: 5px;
}

div#footer div.last{
	color: #AFCADD;
	text-align: right;
	padding-right: 5px;
}

/* END OF FOOTER FRAME */

/* MENU */

div#mnu{
	background-image: url(/images/mnu_bg.png);
	background-repeat: repeat-y;
	width: 220px;
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

div#mnu_tree{
	margin-left: 10px;
	width: 210px;
	height: auto;
}

div#mnu_crn_rt{
	background-image: url(/images/mnu_crn_rt.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 220px;
	height: 13px;
}

div#mnu_crn_lb{
	background-image: url(/images/mnu_crn_lb.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 2px;
	width: 218px;
	height: 13px;
}

div#mnu_title{
	margin-left: 10px;
	width: 210px;
	height: auto;
}

div#mnu_title a:link{
	color: #004477;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div#mnu_title a:visited{
	color: #004477;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div#mnu_title a:hover{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

div#mnu_title a:active{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

div#version{
	padding-top: 5px;
	text-align: center;
}

/* END OF MENU */

/* TREE */

.webfx-tree-container{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.webfx-tree-item{
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover{
	margin-left: 3px;
	padding: 1px 2px 1px 2px;
}

.webfx-tree-item a.error{
	border: #FF0000 1px solid;
}

.webfx-tree-item a:active{
	background: highlight;
	color: HighlightText;
	text-decoration: none;
}

.webfx-tree-icon{
	width: 16px;
	height: 16px;
}

/* END OF TREE */

table.controller {
	background: #EEE url("/images/paginator_section_background.png") repeat-x scroll 0 0;
	border: 1px solid #D0D0D0;
	border-spacing: 0px;
	margin: 0 0 0.25em;
	padding: 0 0 2px;
	width: 100%;
}
table.controller td {
	margin: 0;
	padding: 0;
}
table.controller table {
	width: 100%;
}
table.controller table td {
	padding: 0.4em;
}
table.controller .paginator td,
table.controller .filter-actions td {
	padding: 0.2em;
}

table.datatable {
	border-collapse: collapse;
	margin: 2px 1px 1px 1px;
	padding: 0px;
	width: 100%;
}
table.datatable th,
table.datatable td {
	border: 1px solid #BBB;
	padding: 0.4em 0.5em;
}
table.datatable tbody th {
	background-color: #E5E5E5;
	background-image: none;
	color: #000;
}

table.datatable tbody tr.even td {
	background-color: #F9F9F9;
}
table.datatable tbody tr:hover td {
	background-color: #EFF5FF;
}

table.datatable tr.zoomrow td.expander{
	border-top: 1px none;
}

table.datatable tr.zoomrow td.data{
	margin: 15px;
	padding: 5px;
	border-top: 1px none;
	background-color: #EEEBEB;
}

table.datatable .on,
table.datatable .up,
table.datatable .running,
table.datatable .enabled {
	color: green;
}
table.datatable .off,
table.datatable .down,
table.datatable .stopped {
	color: #8A1F11;
}
table.datatable .disabled {
	color: darkorange;
}

/* FORM TABS */

.tab-pane {
	position: relative;
	margin: 1em 1em 1.5em;
	width: 99%;
}
.tab-row {
	white-space: nowrap;
	z-index: 1;
}
.tab-page,
.tab-row div {
	border: 1px solid #D0D0D0;
}
.tab-row div {
	position: relative;
	top: 0;
	display: inline;
	float: left;
	background: #E6E6E6;
	border-bottom: none;
	margin: 1px -2px 1px 2px;
	padding: 2px 5px 3px 5px;
	z-index: 1;
}
.tab-row .current {
	top: -2px;
	background: #FFFFFF;
	border-bottom: none;
	margin: 1px -3px -2px 0px;
	padding: 2px 6px 5px 7px;
	z-index: 3;
}
.tab-page {
	clear: both;
	position: relative;
	top: -2px;
	z-index: 2;
}

.tab-row .tab_error a,
.grouplabel_error a,
.labelboxerror,
.fieldboxerror input,
.fielderrormessage,
.important {
	color: #8A1F11;
}

.tab-row .tab_warning a,
.grouplabel_warning a,
.labelboxwarning,
.fieldboxwarning input,
.fieldwarningmessage {
	color: #D84704;
}

div.groupentries{
	margin-left: 5px;
	border-left: #005596 1px solid;
}

/* END OF FORM TABS */

div.dynatable table {
	margin-bottom: 1em;
	margin-top: 1em;
	width: 100%;
}
div.dynatable th,
div.dynatable td {
	border: 1px solid #BBB;
	padding: 0.4em 0.5em;
}
div.dynatable table th{
	background-color: #E5E5E5;
	background-image: none;
	color: #222;
}
div.dynatable tbody tr:nth-child(even) td {
	background-color: #F9F9F9;
}
div.dynatable tbody tr:hover td {
	background-color: #EFF5FF;
}

/**/

table.dataform {
	margin: 5px;
	width: 98%;
}
table.dataform label.mandatory {
	font-weight: bold;
}
table.dataform label.mandatory:after {
	content: "*"
}
table.dataform .staticbox .static {
	margin: 1em 0;
}

table.dataform td.suadmin{
	border: #F8971D 1px dotted;
}

div.lblmsg{
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 100%;
	height: auto;
}

.field-key{
	width: 655px;
}


div.hamsg{
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 99%;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}


/**/

div.result_fatal{
	background-color: #FFFFFF;
	color: #FF0000;
	border: #FF0000 1px solid;
	padding: 0px;
	margin: 0px 1px 0px 1px;
}

div.result_fatal a{
	text-decoration: underline;
}

div.result_fatal h1{
	font-size: 12px;
	background-color: #FF0000;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
}

div.result_error{
	background-color: #FFFFFF;
	color: #FF0000;
	border: #FF0000 1px solid;
	margin: 0px 1px 0px 1px;
	padding: 0px;
	width: auto;
}

div.result_error a{
	text-decoration: underline;
}

div.result_error h1{
	font-size: 12px;
	background-color: #FF0000;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
}

div.result_warning{
	background-color: #FFFFFF;
	color: #F8971D;
	border: #F8971D 1px solid;
	padding: 0px;
	margin: 0px 1px 0px 1px;
}

div.result_warning a{
	text-decoration: underline;
}

div.result_warning h1{
	font-size: 12px;
	background-color: #F8971D;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
}

div.result_notice{
	background-color: #FFFFFF;
	color: #005596;
	border: #005596 1px solid;
	padding: 0px;
	margin: 0px 1px 0px 1px;
}

div.result_notice a{
	text-decoration: underline;
}

div.result_notice h1{
	font-size: 12px;
	background-color: #005596;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
}

td.result_img img{
	margin-left: 15px;
	margin-right: 15px;
}

/**/

table.status {
	text-align: left;
	width: 99%;
}
table.status th {
	background-color: #005596;
	background-image: none;
	border-radius: 4px;
	color: #FFFFFF;
	padding: 0.25em 0.5em;
}
table.status th.error {
	background-color: #FF0000;
	font-weight: bold;
}
table.status th.notice {
	background-color: #005596;
	font-weight: bold;
}
table.status th.warning {
	background-color: #F8971D;
	font-weight: bold;
}

table.status td.error table,
table.status td.notice table,
table.status td.warning table {
	width: 90%;
	text-align: left; /* Konqueror fix */
}
table.status td.error table th,
table.status td.notice table th,
table.status td.warning table th {
	background-color: #FFFFFF;
	background-image: none;
	font-weight: bold;
}
table.status td.error table th {
	color: #FF0000;
	border-bottom: #FF0000 1px solid;
}
table.status td.notice table th {
	color: #005596;
	border-bottom: #005596 1px solid;
}
table.status td.warning table th {
	color: #F8971D;
	border-bottom: #F8971D 1px solid;
}

table.status form{
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table#system_keys td{
	font-family: Monaco, "Courier New", "DejaVu Sans Mono", monospace;
}

/**/
table.detail{
	margin: 1em;
}
table.detail th,
table.detail td {
	border: 1px solid #BBB;
	padding: 0.4em 0.5em;
}
table.detail th {
	background-color: #E5E5E5;
	color: #000;
}

table.detail th.error{
	color: #FFFFFF;
}

table.detail th.error_bwm {
	color: #FF0000;
}

table.detail td.bg_green{
	background-color: #D6FFBE;
}

table.detail td.bg_red{
	background-color: #FF0000;
}

table.detail td.bg_orange{
	background-color: #F8971D;
}

table.detail td.activated{
	background-color: #D6FFBE;
}

table.detail td.deactivated{
	background-color: #EEEBEB;
}

table.detail td.failure{
	background-color: #FF0000;
}

table.detail td.warning{
	background-color: #F8971D;
}

table.detail td.error{
	background-color: #FF0000;
}

table.content td.bwm_controls{
	background-color: #EEEBEB;
	padding: 2px;
	text-align: right;
}

table td.chain_view{
	background-color: #EEEBEB;
	border: #005596 1px solid;
}

table tr#chain_view{
	background-color: #DDDDDD;
}

table th.chain_view_th{
	border-left: #EEEBEB 1px solid;
}

table td.chain_view_parentrule_a{
	border-left: #005596 1px solid;
}

table td.chain_view_parentrule_b{
	border-top: #005596 1px solid;
}

table td.chain_view_parentrule_c{
	border-top: #005596 1px solid;
	border-left: #005596 1px solid;
}

table.ipsec-status td{
	text-align: left;
}

/* HELP pages */

div.sectiontitle{
	background-color: #AFCADD;
	border-top: #005596 1px solid;
	border-bottom: #005596 1px solid;
	color: #FFFFFF;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}

div.section{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.subsection{
	margin-top: 10px;
}

div.grouptitle{
	color: #333333;
	font-size: 13px;
	text-decoration: underline;
	margin: 10px;
}

div.group{
	margin: 20px;
	border-left: #005596 1px solid;
}

div.pagetitle{
	color: #333333;
	font-size: 13px;
	text-decoration: underline;
	margin: 10px;
}

div.page{
	margin: 20px;
	padding: 5px;
	border: #005596 1px dashed;
}

div.fieldtitle{
	font-weight: bold;
	margin-left: 10px;
}

div.field{
	background-color: #FFFFFF;
	border: #005596 1px dotted;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px;
}

div#status{
	padding: 2px;
	text-align: center;
	font: 14px/1.2 Verdana, Arial, Helvetica, sans-serif;
}

div#status.changed{
	color: #FF0000;
	text-decoration: blink;
}

div#status.progress{
	text-decoration: blink;
}

div.selected{
	padding-left: 2px;
	background-color: #EEEBEB;
	font-style: italic;
	font-weight: bold;
}

/**/

td.key{
	background-color: #DDDDDD;
	border: #717073 1px solid;
}

div#filter{
	position: absolute;
	background-color: #E5E5E5;
	border: 1px solid #BBB;
	visibility: hidden;
	width: 80%;
	z-index: 100;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-khtml-box-shadow: 0 0 3px #D0D0D0;
}

div#stdev{
	float: left;
	padding-right: 20px;
	border-right: #005596 1px solid;
	text-align: left;
}

div#stgraph{
	float: left;
	padding-left: 10px;
	vertical-align: top;
}

/* Begin Log */

div#log-content{
	width: 99%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

div.log table.datatable{
	background-color: #fff;
}


/* End Log */

/* Begin Authentication */

div#auth-msg, div#auth-error{
	padding: 6px;
	margin: 0 20px 0 20px;
	width: auto;
	height: auto;
	text-align: center;
}

div#auth-pop{
	position: absolute;	
	top: 69px;
	left: 0;
	background-color: #FFFFFF;
	border: #666666 1px dotted;
	font-weight: bold;
	font-size: 1.1em;
	padding: 3px;
	width: 100%;
	height: auto;
}

div#auth-pop button[type="button"],button[type="submit"]{
	margin-top: 6px;
}

/* End Authentication */

.wizard {
	margin: .5em;
}
.wizard .progress-indicator {
	margin: .5em 0 1em;
	padding: .5em;
	min-height: 24px;
	border-bottom: 1px solid #CCC;
	background-color: #F5F5F5;
	box-shadow: 0 -1px 0 #FFF inset;
}
.wizard .progress-indicator:after {
	display: block;
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
}
.wizard .progress-indicator .step,
.wizard .progress-indicator .step.active:after {
	float: left;
	display: block;
}
.wizard .progress-indicator .step.active:after {
	content: "";
	border-left: 10px solid #E6E6E6;
	border-top: 12px solid transparent;
	border-bottom: 11px solid transparent;
}
.wizard .progress-indicator .step-label,
.wizard .progress-indicator .step-number,
.wizard .progress-indicator .step_error,
.wizard .progress-indicator .step_warning {
	float: left;
	padding: 4px 10px;
	font-size: 13px;
	text-shadow: 0 1px 0 #FFF;
}
.wizard .progress-indicator .step-label,
.wizard .progress-indicator .step-number {
	color: #999;
}
.wizard .progress-indicator .step_error {
	color: #8A1F11;
}

.wizard .progress-indicator .step_warning {
	color: #D84704;
}

.wizard .progress-indicator .active .step-label,
.wizard .progress-indicator .active .step_error,
.wizard .progress-indicator .active .step_warning,
.wizard .progress-indicator .active .step-number,
.wizard .progress-indicator .done .step-label,
.wizard .progress-indicator .done .step_error,
.wizard .progress-indicator .done .step_warning,
.wizard .progress-indicator .done .step-number {
	background-color: #E6E6E6;
}
.wizard .progress-indicator .active .step-label,
.wizard .progress-indicator .active .step-number,
.wizard .progress-indicator .done .step-label,
.wizard .progress-indicator .done .step-number {
	color: #333;
}
.wizard .progress-indicator .active .step_error,
.wizard .progress-indicator .done .step_error {
	color: #8A1F11;
}

.wizard .progress-indicator .active .step_warning,
.wizard .progress-indicator .done .step_warning {
	color: #D84704;
}

.wizard .progress-indicator .active .step-label,
.wizard .progress-indicator .active .step_error,
.wizard .progress-indicator .active .step_warning,
.wizard .progress-indicator .active .step-number {
	font-weight: bold;
}
.wizard .progress-indicator a:link, 
.wizard .progress-indicator a:visited {
	text-decoration: underline;
}
.wizard .progress-indicator a:active,
.wizard .progress-indicator a:hover {
	text-decoration: none;
}
.wizard .actions {
	margin: .5em 0;
	padding: .5em;
	border-top: 1px solid #CCC;
	background-color: #F5F5F5;
	box-shadow: 0 1px 0 #FFF inset;
}

.wizard .confirm_group_box {
	margin-bottom: .5em;
	padding: 1em;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}

.wizard .confirm_group_label {
	font-weight: bold;
}

.wizard .confirm_group_entries {
	padding-left: 15px;
}

.wizard .confirm_group_entry_label {
	font-weight: bold;
}

.wizard .confirm_activate {
	color: #00AA00;
}
.wizard .confirm_deactivate {
	color: #FF0000;
}

.wizard-section {
	margin: 1em 0;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	border-radius: 5px;
}
.wizard-section h2 {
	margin: 0;
	padding: 0.5em;
	font-size: 13px;
	background: transparent url("/images/breadcrumb_background.png") repeat-x scroll 0 bottom;
	text-shadow: 0 1px 0 #FFF;
}
.wizard-section h3 {
	margin: 0;
	padding: 0;
	font-size: inherit;
}
.wizard-section a h3 span {
	color: #005596;
}
.wizard-section ul {
	margin: 0;
	padding: 0;
}
.wizard-section li {
	list-style: none outside none;
	border-top: 1px solid #CCC;
}
.wizard-section a,
.wizard-section div {
	display: block;
	padding: .5em 1em;
	border-top: 1px solid #FFF;
	text-decoration: none;
	outline: 0 none;
	line-height: 18px;
}
.wizard-section a:hover,
.wizard-section a:active,
.wizard-section div:hover {
	background-color: #EFF5FF;
}
.wizard-section a:hover h3 span,
.wizard-section a:active h3 span {
	text-decoration: underline;
}
.wizard-section p {
	margin: 0;
	color: #666;
}

.modal-overlay {
	z-index: 9998;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 3em;
	background-color: rgba(0, 0, 0, 0.5);
	*background-image: url(/images/transparent-bg-50pct.png);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.modal-dialog {
	z-index: 9999;
	margin: 0 auto;
	width: 66%;
	border: 1px solid #BBB;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	background-color: #FFF;
	border-radius: 5px;
}
.modal-dialog .header {
	margin: 0;
	padding: .5em 1em;
	border-bottom: 1px solid #CCC;
	background-color: #F5F5F5;
	box-shadow: 0 -1px 0 #FFF inset;
}
.modal-dialog .header h3 {
	margin: 0;
	padding: .5em 0;
}
.modal-dialog .body {
	padding: 1.5em;
}
.modal-dialog .actions {
	margin: 0;
	padding: .5em 1em;
	border-top: 1px solid #CCC; 
	background-color: #F5F5F5; 
	box-shadow: 0 1px 0 #FFF inset;
	text-align: right;
}

.btn {
	display: inline-block;
	padding: 4px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	background-color: #F5F5F5;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.btn {
	background: -moz-linear-gradient(center top, #FFF, #E6E6E6) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#E6E6E6)) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(top, #FFF, #E6E6E6);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-khtml-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:active {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	outline: 0 none;
}
.btn:hover {
	border: 1px solid #BBB;
}
.btn,
a.btn {
	color: #333;
}
a.btn {
	text-decoration: none;
}
