html, body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, td, input, select, textarea, a
{
	font-family: Tahoma, Helvetica, Geneva, Arial, sans-serif;
	font-size: 11px;
}

html
{
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0 auto;
	padding: 0;
}

#waitPad {
       width: 100%;
       height: 100%;
       background-color: #DDDDDD;
       position: absolute;
       left: 0;
       top: 0;
	   filter:alpha(opacity=20);opacity:0.2;zoom:1;
	   z-index:1;
}

a:link, a:visited, a:active
{
	/*font-size: 10px;*/
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	/*font-size: 10px;*/
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}

tr, td
{
	vertical-align: top;
}

h1
{
	color: #000000;
	background-color: #0099FF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 -10px 5px -10px;
	padding: 5px 5px 5px 10px;
}

h2
{
	color: #000000;
	background-color: #0099FF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 -10px 5px -10px;
	padding: 5px 5px 5px 10px;
}

h3
{
	margin: 0 0 4px 0;
	padding: 18px 0 4px 0;
	color: #000000;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	border-bottom: gray;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

img
{
	display: block;
	border-width: 0;
	border-style: none;
}

form
{
}

dt
{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
}

dd
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
}

dd p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

span.option
{
	font-weight: bold;
}

span.button_ref
{
	color: #FFFFFF;
	background-color: #0099FF;
	font-weight: bold;
	border-width: 0;
	border-style: solid;
	border-color: black;
	padding: 0 4px;
}

code
{
	font-family: "Letter Gothic MT", "Lucida Console", "Courier New", Courier, monospace;
	font-weight: bold;
}

.code
{
	font-family: Monaco, "Courier New", Courier, monospace;
	white-space: nowrap;
}

div.centered, p.centered, h1.centered
{
	text-align: center;
	padding: 5px 5px 5px 5px;
}

div.centered table /* Mac IE 5 needs long form to center tables */
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.masthead_container
{
	background-color: #4E7499;
	border-color: #4E7499;
	border-width: 0 2px 0 2px;
	border-style: none solid none solid;
	width: 736px;
	height: 120px;
}

.content_container
{
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 0 2px 0 2px;
	border-style: none solid none solid;
	width: 736px;
}

.content_container table
{
	width: 100%;
}

.content_leftedge
{
	background-image: url(./Images/img_content_left_shadow_bg.gif);
	background-repeat: repeat-y;
	width: 8px;
}

.content_rightedge
{
	background-image: url(./Images/img_content_right_shadow_bg.gif);
	background-repeat: repeat-y;
	width: 8px;
}

.sidenav_container
{
	background-color: #DFDFDF;
	border-color: #666666;
	border-width: 0 1px;
	border-style: none solid none solid;
	width: 147px;
}

.sidenav
{
	font-size: 10px;
	font-weight: bold;
	width: 147px;
}

#sidenav h4
{
	color: #333333;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

#sidenav h4 span
{
	display: none;
}

#sidenav_basic
{
	background-image: url(./Images/img_sidenav_header_basic.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 25px;
}

#sidenav_advanced
{
	background-image: url(./Images/img_sidenav_header_adv.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 25px;
}

#sidenav_tools
{
	background-image: url(./Images/img_sidenav_header_tools.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 25px;
}

#sidenav_status
{
	background-image: url(./Images/img_sidenav_header_status.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 25px;
}

#sidenav_help
{
	background-image: url(./Images/img_sidenav_header_help.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 25px;
}

#sidenav_wizard
{
	background-image: url(./Images/img_sidenav_header_wizard.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 25px;
}

#sidenav ul
{
	margin: 0;
	padding: 0;
}

#sidenav li
{
	list-style: none;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
}

#sidenav li a:link, #sidenav li a:visited, #sidenav li a:active
{
	display: block;
	color: #666666;
	background-color: transparent;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

#sidenav li a:hover
{
	display: block;
	color: #666666;
	background-color: #F1F1F1;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px;
}

#maincontent
{
	padding: 15px 15px 15px 15px;
}

.footer_container
{
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 0 2px 0 2px;
	border-style: none solid none solid;
	width: 736px;
}

.footer_container table
{
	width: 100%;
}

.footer_leftedge
{
	background-image: url(./Images/img_content_left_shadow_bg.gif);
	background-repeat: repeat-y;
	width: 8px;
}

.footer_rightedge
{
	background-image: url(./Images/img_content_right_shadow_bg.gif);
	background-repeat: repeat-y;
	width: 8px;
}

.footersidenav_container
{
	background-color: #DFDFDF;
	border-color: #666666;
	border-width: 0 1px;
	border-style: none solid none solid;
	width: 147px;
}

.footersidenav
{
	font-size: 10px;
	font-weight: bold;
	/* for IE */
	width: 147px;
}

.footermaincontent_container
{
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
}

.footer
{
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.bottom_container
{
	background-color: #FFFFFF;
	width: 740px;
	height: 30px;
}

.bottom_leftedge
{
	background-image: url(./Images/img_bottom_left_shadow.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 30px;
}

.bottom_rightedge
{
	background-image: url(./Images/img_bottom_right_shadow.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 30px;
}

.bottom
{
	background-image: url(./Images/img_bottom_middle.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 740px;
	height: 30px;
}

.formarea
{
	/* padding: 5px 5px 5px 5px; */
	width: 486px;
}

.formarea a:link
{
	color: #666666;
	background-color: transparent;
	font-size: 11px;
	text-decoration: none;
}

.formarea a:visited
{
	color: #666666;
	background-color: transparent;
	font-size: 11px;
	text-decoration: none;
}

.formarea a:active
{
	color: #666666;
	background-color: transparent;
	font-size: 11px;
	text-decoration: none;
}

.formarea a:hover
{
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}

/*.formarea tr .formradio
{
	vertical-align: top;
}*/

.formarea td
{
	/*background-color: #E1E6EC;*/
	padding: 5px 5px 5px 5px;
}

.formarea .form_label
{
	font-weight: bold;
	text-align: right;
	width: 160px;
	background-color: #C5CEDA;
	vertical-align: middle;
}

.formarea .form_list_title
{
	font-weight: bold;
	text-align: center;
	background-color: #C5CEDA;
	vertical-align: middle;
}

.formarea .form_list_content
{
	text-align: center;
	/*background-color: #C5CEDA;*/
	vertical-align: middle;
}

.formarea .form_list_content_left
{
	text-align: left;
	/*background-color: #C5CEDA;*/
	vertical-align: middle;
}

.formarea_forc
{
	/* padding: 5px 5px 5px 5px; */
	width: 100%;
}

.formarea_forc a:link
{
	color: #666666;
	background-color: transparent;
	font-size: 11px;
	text-decoration: none;
}

.formarea_forc a:visited
{
	color: #666666;
	background-color: transparent;
	font-size: 11px;
	text-decoration: none;
}

.formarea_forc a:active
{
	color: #666666;
	background-color: transparent;
	font-size: 11px;
	text-decoration: none;
}

.formarea_forc a:hover
{
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}

.formarea_forc td
{
	/*background-color: #E1E6EC;*/
	padding: 5px 5px 5px 5px;
}

.formarea_forc .form_label
{
	font-weight: bold;
	text-align: right;
	background-color: #C5CEDA;
	vertical-align: middle;
}

.formarea_forc .form_list_title
{
	font-weight: bold;
	text-align: center;
	background-color: #C5CEDA;
	vertical-align: middle;
}

.formarea_forc .form_list_content
{
	text-align: center;
	/*background-color: #C5CEDA;*/
	vertical-align: middle;
}

.formarea_forc .form_list_content_left
{
	text-align: left;
	/*background-color: #C5CEDA;*/
	vertical-align: middle;
}

.hide
{
	display: none;
}

.notes
{
	color: #400080;
	background-color: transparent;
	font-weight: bold;
}

.red
{
	color: #CC0000;
	background-color: transparent;
}

.warning, .comments
{
	color: #CC0000;
	background-color: transparent;
	font-weight: bold;
}

.hr_blue
{
	margin: 20px 0 15px 0;
	border-color: #457A9C #FFFFFF #FFFFFF #FFFFFF;
	border-width: 2px 0 0 0;
	border-style: solid;
}

.nowrap
{
	white-space: nowrap;
}

.button
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4E7499;
	padding: 2px 4px;
	white-space: nowrap;
}

.input_submit
{
	color: #FFFFFF;
	background-color: #4E7499;
	font-weight: bold;
	white-space: nowrap;
	margin: 0 10px 5px 0;
	padding: 2px 4px;
}

.button_submit
{
	border:1px solid;
	font-weight: bold;
	color: #FFFFFF;
	background: url("./Images/bg_button.gif");
	margin: 0 10px 0 0;
	border-color:#A4B2C4 #A4B2C4 #01253F #A4B2C4;
	padding:3px 3px 3px 3px;
	white-space: nowrap;
	cursor: pointer;
	width:100px;
}

.button_submit:disabled
{
	border:1px solid;
	font-weight: bold;
	color: GRAY;
	background: url("./Images/bg_button.gif");
	margin: 0 10px 0 0;
	border-color:#A4B2C4 #A4B2C4 #01253F #A4B2C4;
	padding:3px 3px 3px 3px;
	white-space: nowrap;
	cursor: pointer;
	width:100px;
}

.button_disabled /* Must follow the classes it overrides */
{
	background-color: #999;
	color: #CCC;
	border: 2px solid #999;
}

.bold
{
	font-weight: bold;
}

.border_bottom
{
	border-color: inherit;
	border-width: 0 0 1px 0;
	border-style: solid;
}

a.download_link:link, a.download_link:visited, a.download_link:active
{
	color: #CC0000;
	background-color: transparent;
	font-size: 11px;
	text-decoration: none;
}

a.download_link:hover
{
	color: #CC0000;
	background-color: transparent;
	font-size: 11px;
	text-decoration: underline;
}

.headerbg
{
	background-image:url("Images/bg_button2.gif");
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bolder;
	height: 25px;
	/*text-indent: 5px;
	margin-top: 15px;*/
	padding: 5px;
}

.header_desc
{
	padding: 5px 5px 5px 5px;
}

.box_tn
{
	background-color: #F0F0F0;
	border: 1px solid #333333;
	margin: 5px 15px 0px 15px;
}

.box_tn2
{
	background-color: #FFFFFF;
	/*padding-bottom:3px;*/
    
}

.greybluebg
{
	background: #444444;
	font-family: tahoma,Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	height:25px;
	padding: 5px 0 0 3px;
}

.submenubg
{
 	background: url("./Images/but_bg.gif")
}

.submenus 
{
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	font-size:11px;
	font-weight: bold;
}

.submenus:active
{
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF; 
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
}

.submenus:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF; 
	font-size:11px;
	font-weight: bold;
	TEXT-DECORATION: underline;
}

.section_content_border
{
	background-color:#FFFFFF;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:5px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:5px;
}

.section_content_border2
{
	background-color:#FFFFFF;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:0px;
}

.bottom_padding
{
	padding:0px 0px 25px 0px;
}

.wan_status_frame_static
{
	width:518px;
	height:325px;
}

.wan_status_frame_none_static
{
	width:518px;
	height:360px;
}

.bgblue{
	background: #CCCCCC;
	width: 150px;
	vertical-align: top;
	white-space: nowrap;
	padding-top: 6px;
	}
.bggrey{
	background: #F0F0F0;
}
.bggrey2{
	background: #DDDDDD;
}
