.bodydrop {
    background-color: #bcd7e3;
    color: #5d686e;
    background-repeat: repeat-x;
    background-image: url("../img/css0204.png");
}
.int {
    border-color: #e3d5bc;
    background-color: #fcfbf7;
}
.additional,
a:link, a:visited {
    color: #c4b184;
}
.additional:hover,
a:hover {
    color: #a29062;
}
body {
   margin: 0;
   padding-top: 0px;
   text-align: left;
   font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica", sans-serif; 
   font-size: 9pt;;
   line-height: 1.4em;
}
a:link, a:visited {
   font-weight: bold;
   text-decoration: none;
}
#outer {
    padding-top: 120px;
}
#container {
	clear: both;
	width: 650px;
	margin: auto;
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	font-size: 9pt;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#container_wide {
	clear: both;
	width: 900px;
	margin: auto;
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	font-size: 9pt;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#branding {
	height: 160px;
   margin-bottom: 10px;
   width: 230px;
   float: left;
   height: 190px;
   min-height: 190px;
   padding: 5px;
}
#logo {
    padding: 10px;
}
#logo a {
   display: block;
   height: 62px;
   text-indent: -10000em;
   background-image: url("../img/symantec_broadcom_logo.png");
   background-repeat: no-repeat;
   background-position: center center;
}
#poweredBy {
    margin-top: 10px;
    float: right;
}
#poweredBy a {
    display: block;
    width: 120px;
    height: 14px;
    text-indent: -10000em;
    background-image: url("../img/poweredByBlueCoat.png");
}
#exceptionDetails {
	padding: 5px 10px 10px 15px;
   margin: auto;
   margin-top: 0px;
   background-color: transparent;
   margin-left: 250px;
   border-width: 0px 0px 0px 1px;
   border-style: solid;
   /*height: 180px;*/
   min-height: 180px;
}
#footer {
	padding: 2px;
	margin-top: -20px;
	clear: none;
}
#copyright {
    text-align: right;
    font-size: 7pt;
}
#additionalInfo {
	display: none;
	font-size: 8pt;
	padding: 25px;
	padding-top: 0px;
	padding-bottom: 10px;
	position: absolute;
	margin-top: -25px;
	margin-left: 80px;
	border-width: 2px;
	border-style: solid;
	width: 500px;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 40px;
}
/* stupid ie7 margin hack */
body.ie7 #additionalInfo {
	margin-left: -120px;
	margin-top: -10px;
	margin-bottom: 40px;
}
#additionalInfo ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}
.additional {
	padding: 2px;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 9pt;
}
a#moreDetails {
   font-size: 7pt;
}
#httpCode {
   font-size: 8pt;
   font-weight: bold;    
}

.list_none {
    list-style-type: none;
    padding-left: 0px;
}

.list_none_def {
    list-style-type: none;
    padding-left: 30px;
}