/*
 * Copyright 2011, Cisco Systems, Inc.  All rights reserved.
 * General CSS.
 *
*/

div#main {
    width:95%; 
    max-width:1200px; 
    padding-left: 20px; 
    padding-right: 20px;
    margin-left: 10px;
    font-family: verdana, arial, sans-serif; 
    font-size: 1em;
}

p.body-text {
    margin-left: 20px;
    font-size: 1.2em;
}

div#output {
    width:20%;
    max-width:1200px;
    min-height:50px; 
    text-align:left;
    border: 1px solid black;
    background-color: #F0F0F0;
    height:auto !important;
    height:200px; 
    margin:20px;
    padding-left: 10px;
    padding-right: 10px;
}

div#bugsOpen {
    width:100%;
    max-width:1200px;
    min-height:50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px; 
    text-align:left;
    border: 1px solid black;
    border-top: 0;
    height:auto !important;
    height:200px; 
}
div#bugsClosed {
    width:100%;
    max-width:1200px;
    min-height:50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px; 
    text-align:left;
    border: 1px solid black;
    border-top: 0;
    height:auto !important;
    height:200px; 
}

div#expand {
    display:block;
}

ul.bullet_style {
	list-style-type: square;
}

select.dropbox1 {
    width:50%;
    max-width:300px;
}

.bluebar {
    max-width:800px;
}

div.ui-widget {
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1em;
}

.myButton {
    box-shadow: 0px 0px 0px 2px #9fb4f2;
    background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    background-color:#7892c2;
    border-radius:10px;
    border:1px solid #4e6096;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    padding:8px 25px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;
    margin:20px;
    width:30%;
}
.myButton:hover {
    background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
    background-color:#476e9e;
}
.myButton:active {
    position:relative;
    top:1px;
}

#infobox {
    font-size:1.2em;
}
