* { padding: 0; margin: 0; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 13px;
	min-height: 100vh;
	background: rgb(227,227,227); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(227,227,227,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(227,227,227,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(227,227,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(227,227,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#e3e3e3',GradientType=1 ); /* IE6-9 */
}
body.no-bg-color{ background: #fff; }
body #wrapper{ padding-bottom:55px;}
.login-pages table img{max-width:100%;}
#wrapper { margin: 0 auto; width: 100%;}
#header { color: #333; margin: 2px 2px 0 2px; border: 0px solid #ffffff; border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px; 
background: rgb(30,48,80); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,48,80,1) 0%, rgba(30,48,80,1) 21%, rgba(128,160,199,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,48,80,1) 0%,rgba(30,48,80,1) 21%,rgba(128,160,199,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,48,80,1) 0%,rgba(30,48,80,1) 21%,rgba(128,160,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3050', endColorstr='#80a0c7',GradientType=0 ); /* IE6-9 */
}
#header .wrap{ max-width:800px; margin:0 auto;	position:relative;}
#header .logo{ margin-top:12px;}
#header .seal{ position:absolute; right:0px; top:5px; }
.header-design{  background: #22304d none repeat scroll 0 0; height: 50px; margin: 5px auto 0;}
#navigation { color: #333; border: 1px solid #ccc; margin: 0px 0px 0px 0px; background-color:#F3F2ED; height: 30px;}
#menu.stickytop {
    position:fixed;
    top:0
}
#menu-toggle, #menu-toggle-close{margin:0 auto 10px; display:none; cursor:pointer; font-size:14px; font-weight:bold;}
#menu-toggle span, #menu-toggle-close span{border:1px solid #6682A7; color:#fff; background:rgb(120,120,120); display:inline-block; padding:5px; margin-top:10px; margin-left:10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;min-width: 75px;
text-align: center;}
#menu-toggle span:hover, #menu-toggle-close span:hover{color:#fff; background:#6682A7; }
#content { color: #333; margin: 0px auto; padding: 0 0 20px 0; height: 100%;	
	background: rgb(227,227,227); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(227,227,227,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(227,227,227,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(227,227,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(227,227,227,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(227,227,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#e3e3e3',GradientType=1 ); /* IE6-9 */
}

#menu #tabsF .dropdown {
    position: relative;
    display: inline-block;
}

#menu #tabsF .sub-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    font-size:16px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 10px;
    z-index: 1;
    top:25px;border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

#menu #tabsF .sub-menu li {
    display: block;
}

#menu #tabsF .sub-menu li a{
    float:none;
}

#menu #tabsF .dropdown:hover .sub-menu {
    display: block;
}

#footer { color: #333; margin: 0px auto; background: #6682A7; height: 34px; border-top:1px solid #01995c; position:fixed; bottom:0; width:100%;}
#footer .wrap{ max-width:800px;	margin:0 auto; padding-top:5px;	text-align:center;}
#footer h1{font-size:20px; text-transform:uppercase; color:#fff; font-weight:normal;}

a:link, .link { cursor:pointer; color: #8097c1; text-decoration: none;}
a:visited { color: #8097c1; text-decoration: none;}
a:hover { color: #445C7E; text-decoration:underline;}
a:active { color: #8097c1; text-decoration:underline;}

.well{border:1px solid #20407b; background:#e3e7f5; padding:10px 20px;}
.well.big{border-collapse:collapse; max-width:300px; margin:30px auto 0; font-size:16px; width:90%;}
.clear{clear:both;}
.left{float:left;}
.right{float:right}
.w100p{width:100%; min-width: 300px;}
.w50p{width:50%; min-width: 300px;}
.w30p{width:30%; min-width:230px;}
.p5{padding:5px;}
.p10{padding:10px;}
.iblock{display:inline-block;}
.hidden{display:none;}
.center{text-align:center;}
.lead{font-size:1.5rem;}

#home_content {background-color:#CCC8B3; width:738px; margin-left:auto; margin-right:auto;}

#log_out { position: relative; z-index:300; background-repeat:no-repeat; max-width:800px; margin:0 auto; }
#log_out a{	position: absolute; height:20px; top:-38px; right:120px; color:#fff; cursor:pointer;}		

#tab_content { padding: 10px; width: 738px; margin:10px auto; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border: 3px solid #213f7b; -webkit-box-shadow: -10px 10px 5px 0px rgba(128,128,128,1); -moz-box-shadow: -10px 10px 5px 0px rgba(128,128,128,1); box-shadow: -10px 10px 5px 0px rgba(128,128,128,1); }
#tab_content.big { width: 900px; }
#tab_content ul { list-style:inside; padding-left:0px; float: right;}
#tab_content p { padding: 5px;}
#tab_content h2 { font-size:18px; color: #859CC8; font-weight:bold;}
#tab_content h3 { font-size:14px; color: #859CC8;}

#welcome_tab_content {padding: 10px; width:700px; }
#welcome_tab_content ul { list-style:inside; padding-left:15px;}
#welcome_tab_content p { padding: 5px;}
#welcome_tab_content h2 { font-size:18px; color: #0066FF; font-weight:bold;}
#welcome_tab_content h3 { font-size:14px; color: #0066FF;}

#it_tab_content {padding: 10px;}
#it_tab_content ul { list-style:outside; padding-left:30px;	float: none;}
#it_tab_content p { padding: 5px;}
#it_tab_content h2 { font-size:18px; color: #859CC8; font-weight:bold;}
#it_tab_content h3 { font-size:14px; color: #859CC8; margin-bottom:10px;}

#entry { height: 100%; }
#entry h2 {color: #3366FF; padding:10px;}					
#entry p {padding-left:0px; padding-right:25px;margin-top:5px;}
#mymenu { width: 220px; position:relative; left:25px;}
#mymenu a:link {color: #000099; font-weight:bold;}
#mymenu a:hover {color: #FFFFFF; font-weight:bold; text-decoration:underline;}
#hor_menu {	margin-left:auto; margin-right:auto; width:738px; height:23px; border-bottom-color:#3399FF; border-bottom-width:thin; border-bottom-style: solid; float: none;}
#hor_menu a:link { color: #FFFFFF; font-weight:bold;}
#hor_menu a:hover {color: #47688b; font-weight:bold; text-decoration:underline; background-color:#CCC8B3; }
#hor_menu a:visited { color: #FFFFFF; font-weight:bold;}
.style2 {color: #9d2a2a; font-weight: bold; text-transform:uppercase ; }
.style3 {color: #43B02A; font-weight: bold;  }
.font7 {color:black; font-size:9.0pt; font-weight:700; font-style:normal; text-decoration:none; font-family:Calibri, sans-serif; }

table#list { background-color: #EEEEEE; padding:5px;}
#entry h2.top_h2 { padding:10px; padding-bottom:6px; padding-top:6px; color:#22304D; max-width:800px; margin:0 auto; text-align:center;}
#nav_menu ul{ list-style: none; padding: 0; margin: 0; font-weight: normal;}
#nav_menu li{float: left; margin: 0 0.5em;}
#nav_menu li a{	height: 23px; line-height: normal; float: left;	width: 100%; display: inline; color: #FFFFFF; text-decoration: none; text-align: center; padding-left:2px; padding-right:2px;}
#menu {	margin:5px auto 0px; float:none;	height:50px; background:#22304d;}
#nav_menu li a:hover{ text-decoration:underline; background-image:url(../../images/nav_hover_18px_bg.jpg);	background-repeat:repeat-x;}
#nav_menu li a{float: none}
#nav_menu{  width: 738px; background-color: #80A0C7; height: 20px; margin-top:-4px; font-size:93%;}

.topnav li a{ height: 23px; line-height: normal; float: left; width: 100%; display: block; color: #FFFFFF; text-decoration: none; text-align: center; padding-left:2px; padding-right:2px; background-image:url(../../images/nav_18px_bg.jpg);	background-repeat:repeat-x;}
.topnav li a:hover{	text-decoration:underline; background-image:url(../../images/nav_hover_18px_bg.jpg); background-repeat:repeat-x;}

.footnav{ margin:0 auto;min-height:35px; padding:5px 20px;text-align:center; background:#22304D; color:#fff;    border-bottom: 5px solid #ffffff; bottom: 35px; width: 100%; position: fixed;}
.footnav ul{ max-width:90%;}
.footnav .inner{ max-width:650px; margin:0 auto;}
.footnav .inner li{	display:inline-block;border-right:1px solid #fff; padding:0 10px;}
.footnav .inner li:last-child {	border-right:0px none;}
.footnav a{color:#fff; cursor:pointer; font-weight:normal;}

/*- Menu Tabs F--------------------------- */

#tabsF { width:100%; font-size:93%; line-height:normal; max-width:800px; margin:0 auto; position:relative; }
#tabsF ul {	margin:0; padding:0px 10px 0 5px; list-style:none; }
#tabsF li { display:inline; margin:0; padding:0;  }
#tabsF a{ float:left;  margin:0; padding:0 0 0 3px; text-decoration:none; margin-bottom:1px;}
#tabsF span.drop { display:block; float:left;  margin:0; padding:0 0 0 3px; text-decoration:none; margin-bottom:1px;}
#tabsF a span{min-width:12px; font-size:16px; float:left; display:block; padding:5px 15px 3px; color:#fff; border:1px solid #878787; border-radius: 8px; -moz-border-radius:  8px; -webkit-border-radius:  8px;
background: rgb(120,120,120); /* Old browsers */
 }
#tabsF span.drop span  {min-width:12px; font-size:16px; float:left; display:block; padding:5px 15px 3px; color:#fff; border:1px solid #878787; border-radius: 8px; -moz-border-radius:  8px; -webkit-border-radius:  8px;
background: rgb(120,120,120); /* Old browsers */
 }
 #menu #tabsF li a span, #menu #tabsF li span.drop span{ padding:5px 6px 3px 6px; border-radius: 0; -moz-border-radius:  0; -webkit-border-radius:  0;}
 #menu #tabsF li:first-child a span{ border-radius: 0 0 0 8px; -moz-border-radius:  0 0 0 8px; -webkit-border-radius:  0 0 0 8px;}
 #menu #tabsF li:last-child a span { border-radius: 0 0 8px 0; -moz-border-radius:  0 0 8px 0; -webkit-border-radius:  0 0 8px 0;}
 #menu #tabsF li:last-child span.drop span { border-radius: 0 0 8px 0; -moz-border-radius:  0 0 8px 0; -webkit-border-radius:  0 0 8px 0;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span,  #tabsF span.drop span{float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span, #tabsF span.drop:hover span { color:#FFFFFF; background:#6682A7; }

h3.news { padding-left:20px}
textarea, input, select{ max-width:715px; border:1px solid #6682A7; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; padding:5px; margin-bottom:5px;}
.bodyText{max-width:100%;}
html span.cke_skin_kama{ border:1px solid #6682A7; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}

#orangebox { background-color: #C4E8AE; border-style:solid; border-color:#70b000; border-width:thin; padding:10px;}
#testingbox {background-color:#80A0C7; color: #fff; padding:5px 10px; width:60%; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border:2px solid #d5a64b;}
#testingbox .storyHeader {color: #fff;}
#brownbox {background-color:#ffebc4; padding:5px 10px; width:60%; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border:2px solid #d5a64b;}
#brownbox .storyHeader {color: #3b578e;}
#it_tab_content ol { padding-left: 50px;}

#modal-box{display:none; position:fixed; top:10px; left:50%; background:#fff; width:200px; margin-left:-110px; padding:10px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #000000; }


.btn, input[type="submit"]{ margin:2px; display:block-inline; padding:5px 10px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #000000; cursor:pointer;}
.btn.btn-default, input[type="submit"]{ color:#fff; 
background: rgb(30,48,80); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,48,80,1) 0%, rgba(30,48,80,1) 21%, rgba(128,160,199,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,48,80,1) 0%,rgba(30,48,80,1) 21%,rgba(128,160,199,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,48,80,1) 0%,rgba(30,48,80,1) 21%,rgba(128,160,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3050', endColorstr='#80a0c7',GradientType=0 ); /* IE6-9 */
font-size:12px;
}
.btn.btn-default:hover, input[type="submit"]:hover{ color:#ccc; background:#22304D; text-decoration:none;}
.btn.btn-important{ color:#fff; 
background: #691f11; /* Old browsers */
background: -moz-linear-gradient(top,  #691f11 0%, #d5614b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #691f11 0%,#d5614b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #691f11 0%,#d5614b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#691f11', endColorstr='#d5614b',GradientType=0 ); /* IE6-9 */
font-size:12px;

}
.btn.btn-important:hover{ color:#ccc; background:#691F11; text-decoration:none;}
.btn.btn-success{ color:#fff; 
background: #01995c; /* Old browsers */
background: -moz-linear-gradient(top,  #01995c 1%, #004f1c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #01995c 1%,#004f1c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #01995c 1%,#004f1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01995c', endColorstr='#004f1c',GradientType=0 ); /* IE6-9 */
font-size:12px;

}
.btn.btn-success:hover{ color:#ccc; background:#004f1c; text-decoration:none;}

.btn.btn-huge{ font-size:20px; text-align:center; padding:30px 5%; display: inline-block; margin-bottom: 5px; width:80%; margin:0 5%;}
.btn.btn-big{ font-size:16px; padding:10px 20px; display: inline-block; margin-bottom: 5px;}
.btn.btn-small{ font-size:10px; padding:2px 5px; display: inline-block; margin-bottom: 5px;}

.help-page hr { margin:28px 0px}
.help-page .zls-btnmn{bottom:46px;} 
.help-page #help_table p { margin: 10px 0px 0px 16px;}
.help-page .quick_links { text-align: right; margin: -50px 0px 40px 0px;  }
.help-page .box { text-align: left;  border: 2px solid #eee; margin: 10px auto 2px; -moz-border-radius: 10px; border-radius: 10px; padding:10px 2%; width:96%;}
.help-page .help_head #help_header{width:38%; height:auto; float:left;}
.help-page .help_head #help_click{width:62%; height:auto; float:left;}
.help-page .quick_help { clear:left; margin-right:10px;}
.help-page .quick_help div{ float:left; width:32%; margin-right:1%; }
.help-page .button{margin-left:0; margin-right:0px;}
.help-page span.button{margin-left:0; margin-right:55px;}
.help-page #quick_chat_pop{position:relative; display:none; margin-top:10px;}
.help-page #quick_chat_pop .close{position:absolute; top:10px; right:10px; cursor:pointer;}
.outage_wrap .button{color:white; width: 92%; text-align:center; }
.outage-form-wrap {margin-top:10px;}
.outage-form-wrap div.field{  margin-top:5px;}
.outage-form-wrap div.field.full{float:none; clear:left; width:95%;}
.outage-form-wrap div.field input, .outage-form-wrap div.field select,  .outage-form-wrap div.field textarea {max-width:95%;width:95%;}
.outage-form-wrap div.field.half select{max-width:290px;}
.outage-form-wrap div.field.half input{max-width:280px}
.outage-form-wrap div.field.half select .choose {color:#666666;}
.outage-form-wrap div.field.half{float:left; width:45%; margin-right:5%;}
.outage-form-wrap div label{width: 80px;display: inline-block;}

.status-good{color:green; padding-left:20px; background:url('/images/icon-good.png') top left no-repeat; display:block;  text-align:left; }
.status-nuetral{color:#6682A7; padding-left:20px; display:block; text-align:left;}
.status-bad{color:#FF0000; padding-left:20px; background:url('/images/icon-bad.png') top left no-repeat; display:block; text-align:left;}

.sharepoint-button{position:relative;display: block;}
.sharepoint-button .screenshot{width:100%; height:auto;}
.sharepoint-button .button{position:absolute; top:50%; margin-top:-50px; left:50%; margin-left:-125px; width:250px; height:auto;}


/*------------------------------------------
  Responsive Grid Media Queries 
--------------------------------------------*/

/* desktop (default grid) */
@media all and (min-width: 1024px) and (max-width: 1280px) { 
    .footnav .inner, #header .wrap, #footer .wrap, #log_out, #menu-toggle, #menu-toggle-close, #menu #tabsF { max-width:800px; }
    #header{height:52px;}
    textarea, input, select{ max-width:715px; }
    #header .seal {  right: 13px; }
    #footer h1{font-size:20px;}
    #menu #tabsF{display:block;}
    #menu #tabsF li{display:inline;}
    #menu #tabsF li a{width:auto;}
    #menu-toggle{display:none;}
    #log_out a { right: 120px; top: -38px; color:#fff; }
    #tab_content {width: 738px; padding:20px 10px;}
    .btn.btn-big { font-size: 16px; padding: 10px 20px;}
    .w50p .center{margin-bottom:0px;}
    .w50p{width:50%; min-width: 320px;}
}

/* tablet landscape */
@media all and (min-width: 768px) and (max-width: 1024px) {
    .footnav .inner, #header .wrap, #footer .wrap, #log_out, #menu-toggle, #menu-toggle-close, #menu #tabsF { max-width:800px; }
    #header{height:52px;}
    textarea, input, select{ max-width:715px; }
    #header .seal { right: 13px;}
    #footer h1{font-size:20px;}
    #menu #tabsF{display:block;}
    #menu #tabsF li{display:inline;}
    #menu #tabsF li a{width:auto;}
    #menu-toggle{display:none;}
    #log_out a { right: 120px; top: -38px; }
    #tab_content {width: 738px; padding:20px 10px;}
    .btn.btn-big { font-size: 16px; padding: 10px 20px;}
    .w50p .center{margin-bottom:0px;}
    .w50p{width:50%; min-width: 320px;}
}

/* tablet */
@media all and (min-width: 480px) and (max-width: 768px) { 
    .outage-form-wrap div.field,.outage-form-wrap div{float:none; width:100%; margin-right:0%; margin-top:5px;}
    .outage-form-wrap div.field.half, .outage-form-wrap div.field.full{float:none; width:100%; margin-right:0%; margin-top:5px;}
    .outage-form-wrap div.field input, .outage-form-wrap div.field.half input, .outage-form-wrap div.field textarea{ max-width:95%;width:95%;}
    .outage-form-wrap div.field.half select{ max-width:100%;width:98%;}
    .outage-form-wrap div label{display: block;}
    .help-page span.button{margin-left:16px; margin-right:0;}
    body #wrapper{padding-bottom:0px};
    .footnav .inner, #header .wrap, #footer .wrap, #log_out, #menu-toggle, #menu-toggle-close, #menu #tabsF { max-width:700px; }
    #header{height:52px;}
    textarea, input, select{ max-width:670px; }
    #header .logo{ margin-left:10px;}
    #header .seal { right: 27px;}
    #footer h1{font-size:20px;}
    .footnav{ margin-bottom:35px;bottom: auto; width: 100%; position: relative;}
    #menu #tabsF{display:block;}
    #menu #tabsF li{display:inline;}
    #menu #tabsF li a{width:auto;}
    #menu-toggle{display:none;}
    #log_out a { right: 140px; top: -38px;}
    #tab_content {width: 415px; padding:20px 10px;}
    .btn.btn-big { font-size: 16px; padding: 10px 20px;}
    .w50p .center{margin-bottom:0px;}
    .w50p{width:100%;}
    table.table-grid td{width:100%; display:block;}
    html .cke_skin_kama{max-width:380px;}
    .bodyText {width: 100%;}
    .tab-title span{width:100%; display:block;}
    .help-page .button-grey { min-width: 100px; height: 37px;}
    #tabsF a span{font-size:12px;}
    #tabsF span.drop span{font-size:12px;}
}

/* phone landscape & smaller */
@media all and (max-width: 480px) { 
.help-page .zls-btnmn{bottom:0px;} 
  .help-page  .help-page .quick_links.quick_links{ margin:0; text-align:inherit;  }
  .help-page .quick_help div{ float:none; width:100%;  }
  .outage_wrap .button{ width: 220px}
  .help-page .help_head #help_header{width:100%; height:auto; float:none;}
  .help-page .help_head #help_click{width:100%; height:auto; float:none;}
  .outage-form-wrap div.field,.outage-form-wrap div{float:none; width:100%; margin-right:0%; margin-top:5px;}
  .outage-form-wrap div.field.half, .outage-form-wrap div.field.full{float:none; width:100%; margin-right:0%; margin-top:5px;}
  .outage-form-wrap div.field.half select{ max-width:100%;width:99%;}
  .outage-form-wrap div input{ max-width:250px;}
  .outage-form-wrap div label{display: block;}
  .help-page span.button{margin-left:16px; margin-right:0;}
    .login-pages table td{width:100%; display:inline;}
    body #wrapper{padding-bottom:0px;}
    .footnav .inner, #header .wrap, #footer .wrap, #log_out, #menu-toggle, #menu-toggle-close, #tabsF { max-width:300px; }
    #header{height:50px;}
    textarea, input, select{ max-width:280px; }
    #header .logo{  margin-left:5px;}
    #header .seal { right:0px; width:75px; height:auto;}
    #footer{ bottom: auto; width: 100%; position: relative;}
    #footer h1{font-size:14px;}
    .footnav{ bottom: auto; width: 100%; position: relative; padding:5px 0; }
    #menu #tabsF{display:none;}
    #menu #tabsF li{display:block;}
    #menu #tabsF .dropdown, #menu #tabsF li a, #menu #tabsF li span.drop{width:100%;margin:0; padding:0;}
    #menu-toggle{display:block;}
    #menu #tabsF li:first-child a span{border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
    #menu #tabsF li:last-child a span{border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px;}
    #menu #tabsF li:last-child span.drop span { border-radius: 0 0 0 0; -moz-border-radius:  0 0 0 0; -webkit-border-radius:  0 0 0 0;}
    #log_out a {right: 100px; top: -38px;}
    #tab_content {width: 300px; padding:0px;}
    .btn.btn-big { font-size: 14px; padding: 5px 10px;}
    .w50p .center{margin:10px auto;}
    .w50p{width:100%; min-width: 300px;}
    table.table-grid td{width:100%; display:block;}
    html .cke_skin_kama{max-width:265px;}
    .bodyText {width: 100%;}
    .tab-title span{width:100%; display:block; text-align:center;}
    .help-page .button-grey { min-width: 240px; height: auto; margin:5px auto;}
}

