body {
	color: #333333;
	font-family: verdana, helvetica, sans-serif;
	background: #407BB3 url(../../../static/img/bg.jpg) no-repeat scroll center top;
	margin:0;
	padding:0;
    font-size: 12px;
} 
a img {
  border: none;
}

#body {
  min-width: 960px;
  max-width: 1180px;
  margin: 0px auto;
  padding: 15px;
}

/* =HEADER STYLES */
#header {
  width: 100%;
  color: white;
  overflow-x: hidden;
  margin-bottom: 15px;
}

#headingText {
  float: left;
  margin-left: 1em;
}

#headingText h2 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

#headingText h1 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
}

#relatedLinks {
  float: right;
}

#relatedLinks ul.struct li {
  display: inline;
}

#relatedLinks a {
  display: inline-block;
  color: white;
  margin-left: 1em;
}

#relatedLinks li:first-child a {
  margin-left: 0px;
}

#relatedLinks a:link {
  color: white;
  text-decoration: none;
}

#relatedLinks a:visited {
  text-decoration: none;
}

/* END HEADER */

/* =NAV */
#nav {
  position: relative;
  margin-bottom: 4px;
  height: 31px;
  overflow: hidden;
  background: url("../../../static/img/site/bg_nav_right.png") no-repeat top right;
  padding-right: 3px;
}

#nav ul {
  background: url("../../../static/img/site/bg_nav_center.png") repeat-x top left;
  height: 100%;
  margin-left: 3px;
}

#nav .left-corner {
  float: left;
  background: url("../../../static/img/site/bg_nav_left.png") no-repeat top left;
  height: 100%;
  width: 4px;
}

#nav ul.struct {
}

#nav ul.struct li {
  display: inline;
}

#nav ul.struct li.disabled {
  display: none;
}

#nav ul.struct li a {
  display: inline-block;
  margin: 4px 0 4px 4px;
  padding: 4px 14px 5px 14px;
  text-decoration: none;
  color: white;
  font-size: 12px;
}

#nav ul.struct li a.normal:hover {
  border: 1px solid #1FA0D5;
  padding: 3px 13px 4px 13px;
  color: black;
  background-image: url("../../../static/img/site/primary_tabs_hover.png");
  background-repeat: repeat-x;

  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* User Story US105722(Messages,Routing ans Settings button via keyboard) Start */
#nav ul.struct li a.normal:focus {
  border: 1px solid #1FA0D5;
  padding: 3px 13px 4px 13px;
  color: black;
  background-image: url("../../../static/img/site/primary_tabs_hover.png");
  background-repeat: repeat-x;

  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.accesskey {
	display: block;
	left: -999999px;
	position: absolute;
	top: -30px;
}
/*Defect : CSCur18943*/
.accesskeydisplay {
    display: block;
    left: -999999px;
    position: absolute;
    top: -30px;
}

/* User Story US105722(Messages,Routing ans Settings button via keyboard) Stop */
#nav ul.struct li a.selected {
  border: 1px solid #8499A2;
  font-weight: bold;
  text-shadow: 1px 1px #999999;
  background-image: url("../../../static/img/site/primary_tabs_selected.png");
  background-repeat: repeat-x;
  padding: 3px 14px 4px 13px;

  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* END NAV */

#content {
  position: relative;
  /* margin-left: 20.3em; */
}

#leftNav > .trans-wrap,
#content > .trans-wrap {
  opacity: 0.67;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
}

#footer {
  width: 100%;
}

#cisco-logo {
  float: left;
}

#technologyByCisco {
  float: right;
}

/* =GADGET STUFF */

.gadgets-gadget {
  width: 100%;
}

.gadgets-gadget,
.gadgets-gadget-content {
  height: 450px;
}

.gadgets-gadget-content {
  padding: 0px;
}

/* END GADGET STUFF */

/** UTIL **/
.clear {
  clear: both;
}

br.clear {
  line-height: 0px;
  font-size: 0px;
}

ul.struct {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.username {
  font-weight: bold;
}

.trans-wrap {
  background-color: white;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.content-wrap {
  position: relative;
  z-index: 1;
  padding: 1px;
  height: 452px;
}
/** END UTIL **/

/** logon form **/
#loginArea {
    -webkit-box-shadow: #000000 0px 0px 4px;
    -moz-box-shadow: 0px 0px 4px #000000;
    box-shadow: 0px 0px 4px #000000;

    width: 350px;
    height: 200px;
    
    margin: 100px auto 0 auto;

    position: relative;
}

#loginArea > .trans-wrap {
    opacity: 0.67;
	background: url(../../../static/img/bg.jpg) no-repeat scroll center top;
}

#loginArea > h3 {
    position: relative;
    margin: 0px 0px 5px 0px;
    
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;

    background-color: black;
    padding: 10px;
    height: 15px;
    color: white;
    font-size: 14px;
}

#loginArea form {
    margin: 5px;
    position: relative;
    height: 155px;
    width: 335px;
}

#loginArea label {
    display: block;
    color: white;
    font-weight: bold;
    /*width: 8em;*/
    width: 135px;
    float: left;
    line-height: 2em;
    text-align: right;
    padding-right: 1em;
}

#loginArea .form-row {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 330px;
}

#loginArea input {
    display: block;
    width: 12em;
}

#loginArea input + label {
    clear: both;
}

#loginActions {
    clear: both;
    text-align: right;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 325px;
    padding: 10px;
}

.error {
    background-color: #E9102A;
    color: white;
    font-weight: bold;
}

p.error {
    padding: 0.5em;
    margin: 3px;
}

#loginArea .error {
    text-align: center;
}

p.warn {
    color: white;
    font-weight: bold;
}

p.iewarn {
    font-size: 1.2em;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.gadgets-gadget-chrome {
    float: none;
    margin: 0;
}

.gadgets-gadget-title-bar {
    padding: 0;
}

#logoutMessage {
    color: #FFFFFF;
    padding: 50px 50px 50px 288px;
}
#bodyLogout {
  min-width: 750px;  /*   960 : min  and max : 1180  */
  max-width: 750px;
  margin: 0px auto;
  padding: 15px;
}

/* =HEADER STYLES */
#headerLogout {
  width: 100%;
  color: white;
  overflow-x: hidden;
  margin-bottom: 2px;
}
