/*
* browser_check.css
* 5/09/2007
*/

body {
font-family: "Bitstream Vera Sans", Verdana, Geneva, sans-serif;
font-size: 12px;
margin: 0;
}

h2 {
font-size: 15px;
}

iframe {
border: none;
}

#linkline {
height: 36px;
overflow: hidden;
border-bottom: 1px solid #000;
}

#linkline a, #closer {
display: block;
width: 100px;
height: 36px;
float: left;
background-image: url("images/link_grad.png");
background-repeat: repeat-x;
background-position: left top;
background-color: #ddd;
color: #555;
font-weight: bold;
text-align: center;
text-decoration: none;
border-style: solid;
border-width: 0 1px 0 0;
border-color: #000;
padding-top: 5px;
}

div#wizbtndiv {
display: block;
width: 50px;
background-image: url("images/link_grad.png");
background-repeat: repeat-x;
background-position: left top;
background-color: #ddd;
text-align: center;
border: 1px solid #555;
padding: 3px 5px;
margin-left: 40px;
}

div#wizbtndiv a {
color: #555;
font-weight: bold;
text-decoration: none;
}

#closer {
width: 50px;
background: #f88;
cursor: pointer;
}

#linkline a:first-child, #linkline a.selected {
background: #e7e7e7;
}

#linkline img + a {}

#linkline a:hover {
background: #ddd;
color: #5369bf;
}

#closer:hover, .closehover {
background: #f33;
}

.plugintest {
display: none;
width: 400px;
background-color: #fff;
color: #000;
padding: 3px;
margin: 10px 10px;
}

.plugintest a:hover {
color: red;
}

.plugintest a {
color: blue;
}

.plugintest a.unlinked, .plugintest a:link.unlinked, .plugintest a.unlinked:hover {
color: black !important;
text-decoration: none !important;
}

#browserInfo {
display: block;
}

#flashInfo {}

#javaInfo {}

#browseIcon {
float: left;
margin: 5px;
}

.btn td {
width: 75px;
background-image: url("images/link_grad.png");
background-repeat: repeat-x;
background-position: left top;
background-color: #ccc;
text-align: center;
border: 1px solid #888;
cursor: pointer;
}

#flashControls, #shockControls, #qtControls {
font-family: Arial, Helvetical, sans-serif;
font-size: 12px;
font-weight: bold;
}

#flashControls a, #shockControls a, #qtControls a {
display: block;
}

#flashDiv {
width: 169px;
text-align: center;
}

#flashControls a:last-child, #flashControls a, 
shockControls a:last-child, #shockControls a, 
#qtControls a:last-child, , #qtControls a {
color: #000;
text-decoration: none !important;
margin-left: 15px;
}

#flashControls a:first-child, #shockControls a:first-child, #qtControls a:first-child {
color: #000;
margin-left: 0;
margin-right: 25px;
}

.plugintest img {
margin: 5px;
}

hr.divider {
visibility: hidden;
clear: both;
}

.supported {
background-image: url("images/ok.png");
background-repeat: no-repeat;
background-position: left 3px;
background-color: transparent;
padding: 2px 0 2px 14px;
}

.unsupported {
background-image: url("images/unsup.png");
background-repeat: no-repeat;
background-position: left 3px;
background-color: transparent;
padding: 2px 0 2px 14px;
}