@charset "UTF-8";
/* CSS Document */
/* 2wire Style Overrides */

/* 2 Column settings */

table.twocol {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

table.twocol td.tdleft {
    margin-left: 10.0px;
    margin-right: 10.0px;
    vertical-align: top;
    width:170px;
}

table.twocol td.tdright {
    margin-left: 10.0px;
    margin-right: 10.0px;
    vertical-align: top;
}

.whiteBg {
    padding: 0 5em 2em;
}

/*div#header {
    background-image: none;
}

#header {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: absolute;
    top: 0;
    background-image: none;
}

p.Headline
{
    font-size: 36px;
    color: #686767;
    line-height: 1em;
    margin: 0;
    padding: 30px 0 15px;
    text-align: left;
}

/*h4
{
    font-size:11pt;
    font-weight:normal;
    font-family:'Lucida Sans Unicode','Lucida Grande','Lucida','Verdana','Helvetica','san-serif';
    margin-bottom:5px;
    position:relative;
}*/
#myQuestionsTable
{
    border:1px solid #dfdfdf;
    border-bottom:none;
}
#myQuestionsTable .answer1
{
    background-color:#f4f4f4;
    padding:4px;
}
#myQuestionsTable .answer2
{
    padding:4px;
    background-color:#fff;
    border-bottom:1px solid #dfdfdf;
}
#myQuestionsTable a
{
    color:#0073D6;
}

td.content
{
    float:none;
    padding:0;
}

div.answerblock, div.incidentblock
{
    margin:0;
    overflow: visible;
}

div.mainWrapper
{
    margin-left:10px;
}

td.leftnav
{
    font-size:12px;
    line-height:18px;
}

#Article
{
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida', 'Verdana', 'Helvetica', 'san-serif';
    font-size: 10pt;
    margin: 0 5px 0 10px;
}

#Article p
{
    margin: 0;
    margin-bottom: 10pt;
    padding: 2pt 0pt;
}

#Article img
{
    margin: 10px 0px;
}

#Article a img
{
    border: none;
}

#Article img.bordered
{
    border: 1px solid #DFDFDF;
}

#Article p.Caption
{
    font-size: 8pt;
    font-weight: bold;
}

#Article a
{
    color: #0073D6;
    text-decoration:underline;
}

#Article p.BodyIndent
{
    margin-left: 18pt;
    margin-bottom: 6pt;
}

/*  LISTS */

.formField input {
	margin: 3px 5px;
}

#Article ul,
#Article ol {
    padding-left: 18pt;
    margin-left: 0;
    margin-bottom: 6pt;
}

#Article ol li
{
    list-style-type: decimal;
    background: none;
    margin: 0.5em 0 0;
    padding-left: 1em;
}

#Article ul li
{
    list-style-type: disc;
    background: none;
    margin: 0.5em 0 0;
    padding-left: 1em;
}

#Article ul li ul li
{
    list-style-type: circle;
    background: none;
}

#Article ul li ul li ul li
{
    list-style-type: square;
    background: none;
}

#Article ul ol li {
    list-style-type: decimal;
}

#Article p.Note
{
    background:#d9d9d9 url("/img/alert.gif") no-repeat 0px 0px;
    padding:10px 10px 10px 100px;
    margin: 10px 0px;
    font-size:10pt;
    min-height: 60px;
    height: auto !important;
    height: 60px;

}

#Article h1
{
    font-family:'Lucida Sans Unicode','Lucida Grande','Lucida','Verdana','Helvetica','san-serif';
    font-size: 18pt;
    font-weight: bold;
    color: #717073;
    line-height: 1.2;
    margin-bottom: 30pt;
    padding: 0;
}

#Article h2
{
    font-size: 14pt;
    font-weight: bold;
    color: #717073;
    line-height: 1.2;
    margin-bottom: 15pt;
}

#Article p.Code
{
    font-family:"Courier New", Courier, monospace;
    font-size: 9pt;
    margin-left: 24px;
}

#Article p.LeadIn
{
    font-size: 12pt;
    font-weight: bold;
    color: #717073;
    margin-bottom: 6pt;
}

/* Search Form Styles */

#searchForm, #askQuestion
{
    font-size:10pt;
    margin-top:1em;
    margin-bottom:1em;
}
#searchForm input, #askQuestion input
{
}
#searchForm .sortOptions label
{
    margin-right:1em;
}
#searchForm .sortOptions input
{
    margin-right:0.5em;
}

#searchForm p, #askQuestion p
{
    margin:0;
    padding:0;
}
#tabs ul
{
    margin:0;
    padding:0;
}
#tabs ul li
{
    margin:0;
    padding:0;
}

#tabs {
    border-bottom : 1px solid #ccc;
    margin : 0;
    padding-bottom : 19px;
    padding-left : 10px;
}

#tabs ul, #tabs li {
    display : inline;
    list-style-type : none;
    margin : 0;
    padding : 0;
}


#tabs a:link, #tabs a:visited {
    background : #fff;
    border : 1px solid #ccc;
    color : #0073D6;
    float : left;
    font-size : small;
    font-weight : normal;
    line-height : 14px;
    margin-right : 8px;
    padding : 2px 10px 2px 10px;
    text-decoration : none;
}

#tabs a:visited {
    color: #0073D6;
}

#tabs a:link.active, #tabs a:visited.active {
    background : #fff;
    border-bottom : 1px solid #fff;
    color : #0073D6;
}

#tabs a:hover {
    color : #0073D6;
}

#searchForm #tabs li.active a, #askQuestion #tabs li.active a
{
    border-bottom:1px solid #FCFCFC;
    background-color:#FCFCFC;
}

#tabs #loginLink a
{
    background:none;
    border:none;
    float:right;
    color:#0073D6;
    margin-right:0;
}
#tabs #loginLink a:hover
{
    text-decoration: underline;
}
#tabs #loginLink a:visited
{
    color: #0073D6;
}

.longInput
{
    width:465px;
}

.formRow
{
    background-color:#FCFCFC;
    border: 1px solid #dfdfdf;
    border-bottom:none;
    border-top:none;
    position:relative;
    padding-bottom:1em;
    padding-top:1em;
    padding-left:0em;
    height:20px;
}

.formTopRow
{
    border-top:1px solid #dfdfdf;
}
.formBottomRow
{
    border-bottom:1px solid #dfdfdf;
}

#sortRow
{
    border-bottom:1px solid #dfdfdf;
    position:relative;
}
#termRow
{
}
.formHeader
{
    position:relative;
    margin-right:10px;
    float:left;
    width:85px;
    text-align:right;
}
#loginForm div.formHeader
{
    width:130px;
}
.formField
{
    float:left;
}
#askQuestion .formRow
{
}
#termRow .searchHeader
{
}
#categoryRow .categorySelect select
{
    width:180px;
}

/* Article Details Box */

#articleInfo
{
    border:1px solid #dfdfdf;
    font-size:10pt;
}

#articleDetails
{
    position:relative;
}
#articleNumber
{
    padding:4px;
}

#articleUpdated
{
    padding:4px;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
}
#articleAccess
{
    padding:4px;
}
#articleQuestion
{
    clear:both;
    font-size:10pt;
    border-top:1px solid #dfdfdf;
    padding:5px;
}
#articleAnswer
{
    font-size:10pt;
    border-top:1px solid #dfdfdf;
    padding: 5px;
    overflow: visible;
}

/* Related Articles */

#relatedArticles
{
    font-size:10pt;
    line-height:18px;
    margin-top:1em;
}
#relatedArticles p
{
    font-size:10pt;
    margin:0;
    padding:0;
}
#relatedArticles a
{
    text-decoration:underline;
    color:#0073D6;
}

#relatedArticles a:visited
{
    color:#0073D6;
}


/* Article Attachments */

#articleAttachments
{
    margin-top:1em;
    font-size:10pt;
}

#articleAttachments table
{
    border: 1px solid #dfdfdf;
    border-bottom:none;
}
#articleAttachments td
{
    margin:0;
    padding:4px;
    border-bottom:1px solid #dfdfdf;
}
#articleAttachments .box
{
}
#articleAttachments .header
{
    text-align:center;
    background-color:#f4f4f4;
    font-weight:bold;
}

#articleAttachments .view, #articleAttachments .download
{
    width:25px;
    border-left:1px solid #dfdfdf;
}
#articleAttachments .filename
{
}
#articleAttachments .filename a
{
    color:#0073D6;
    text-decoration:underline;
}

/* Incident Viewing */

div.incidentblock
{
    font-size:10pt;
}
#incidentView
{
    font-size:10pt;
}

#incidentDetails
{
    position:relative;
    float:left;
    width:300px;
    margin-bottom:1em;
}
#attachments
{
    width:260px;
    position:relative;
    right:0px;
    top:0px;
    border:1px solid #dfdfdf;
    float:right;
    margin-bottom:1em;
}

div.detail
{
    padding-left:1em;
    margin-top:0.5em;
}
div.upload
{
    text-align:center;
}
div.fakefile
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
}
div.fakefile #fakefile
{
    width:115px;
}
div.header
{
    font-weight:bold;
    padding:4px;
}
div.file
{
    padding:4px;
}
div.filelist
{
    border-bottom:1px solid #dfdfdf;
    margin:4px;
    margin-top:0;
}
div.upload
{
    position:relative;
}
div.button
{
    text-align:center;
    margin-bottom:4px;
    margin-top:4px;
}
div.headerWrapper
{
    margin-bottom:1em;
    position:relative;
}
#incidentContent
{
    clear:both;
}
#incidentContent div.question
{
    font-size:10pt;
    font-family:"Lucida Sans Unicode", "Lucida Sans";
}
#incidentContent div.headerWrapper
{
    border:1px solid #dfdfdf;
}
#incidentContent div.section
{
    margin:1em;
}
div.responseText
{
    border:1px solid #dfdfdf;
    padding:0.5em;
}
div.responseHeader
{
    padding:1em 0;
}
#addNotes
{
    text-align:center;
    margin-top:1em;
}
div.notes textarea
{
    position:relative;
    width:475px;
    height:40px;
}

#loginForm div.error
{
    border:1px solid #e86b1f;
    padding:4px;
}

#articleRating
{
    position:relative;
    font-size:10pt;
    text-align:center;
}
#articleRating .rating
{
    position:relative;
}
#articleRating .rating table td
{
    text-align:center;
}
#articleRating textarea
{
    width:150px;
}

#passwordReset .formHeader
{
    width:180px;
}


#mainNav {
	margin-left: 161px;
	margin-top: -29px;
}

#topLinks {
	height: 86px;
}

#bugBox2 {
	position: relative;
	top: 0;
	right: 0;
	float: right;
	margin-top: 25px;
}

#mainNav div.header {
    font-weight: normal;
    padding: 0;
}

#Article table {
    border-collapse: collapse;
    width: 100%;
}

#Article td, #Article th {
    border: 1px solid black;
    padding: 3px 5px;
    font-size: 10pt;
    text-align: left;
}

#Article th {
    color: white;
    background: gray;
    font-weight: bold;
}

ul.supdrivList {
	list-style-type: none;
}

#content ul.supdrivList li,ul.supdrivList li
{
	text-align: center;
	display: inline;
	float: left;
	width: 170px;
	position: relative;
	margin: 0;
	padding: 20px 0 0 0;
	background: none;
	background-image: none;
}

ul.supdrivList li.top
{
	height: auto;
	width: 193px;
}

ul.crumbs
{
	background: none;
	background-image: none;
	list-style-type: none;
	margin: 0.5em 0 1em 0;
	padding: 0;
	text-align: left;
}

#content ul.crumbs li,ul.crumbs li
{
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	background-image: none;
}

ul.crumbs li a {
	background-image: url(/img/rlink-arrow.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}

#leftCol {
	margin-bottom: 30px;
}

#twowireLogo             { display:block; width:110px; position:absolute; top:15px; right:0; }

