@charset "utf-8";
/* CSS Document */

#wrap {
width:480px;
margin-left:5px; /* if IE5 this should be 400px */
margin-right:auto;
margin-top:-20px;
}
p {
margin:5px;
}
#scriptlist {
width:26em;
margin:auto;
border:1px solid gray;
padding:1em;
position:absolute;
top:19em;
margin-left:9em;
}


.clicker {
cursor:pointer;
color:#cbd2ee;
}
.eg {
border:1px solid gray;
margin:auto;
}
.eg p {
margin:0;
text-align:center;
}

dl {
position:relative;
float:left;
width:43em; /*should be higher than this for certain versions of ie */

	padding:0.0em;
		border-left:1px solid #b2b6f6;
		border-top:1px solid #b2b6f6;
		border-right:1px solid #ebefff;
		border-bottom:1px solid #ccc;
}

.selected {
color:white;
background-image:url(images/box2_over.png);
}

.tabheaders {
	font-size:17px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
}

.tabheaders, .tabminor {
	font:Arial, Helvetica, sans-serif;
}

.tabminor {
	font-size:13px;
}

dt.dtleft {
float:left;
position:relative;
width:180px;
height:1.5em;
padding:0.5em 1.5em; /* First padding should be 0.2 for IE 5 */
background-image: -webkit-gradient(
          linear, left top, left bottom, from(rgba(102, 239, 92, 1)),
          to(rgba(81, 223, 84, 1)), color-stop(.5,#51df54)
        );

        /* mozilla example - FF3.6+ */
        background-image: -moz-linear-gradient(
          bottom center,
          rgba(81, 223, 84, 1) 40%, rgba(102, 239, 92, 1) 100%
        );

        /* IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=0.5, startColorstr=#66ef5c, endColorstr=#51df54
        );

        /* IE8 uses -ms-filter for whatever reason... */
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=0.5, startColorstr=#66ef5c, endColorstr=#51df54
        );
}

dt.dtright {
float:left;
position:relative;
width:190px;
height:1.5em;
margin-left:10px;
padding:0.5em 1.5em; /* First padding should be 0.2 for IE 5 */
background-image: -webkit-gradient(
          linear, left top, left bottom, from(rgba(102, 239, 92, 1)),
          to(rgba(81, 223, 84, 1)), color-stop(.5,#51df54)
        );

        /* mozilla example - FF3.6+ */
        background-image: -moz-linear-gradient(
          bottom center,
          rgba(81, 223, 84, 1) 40%, rgba(102, 239, 92, 1) 100%
        );

        /* IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=0.5, startColorstr=#66ef5c, endColorstr=#51df54
        );

        /* IE8 uses -ms-filter for whatever reason... */
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=0.5, startColorstr=#66ef5c, endColorstr=#51df54
        );
}

dd {
clear:left;
margin-left:10px;
margin-right:10px;
}