@charset "UTF-8";
.errors { /* For CAS */
    color: #F00;
}
body {
    text-align: center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial,Verdana,sans-serif;
    font-size: 11px;
    margin: 0px 0px;
    padding: 0px;
    background: #FFF;
}
img {
    border: none;
}
a {
    color: #51B569;
    /**color: #59A7D7;**/
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
input {
    border: 1px solid #999;
}
h1 {
    font-size: 14px;
}
h2 {
    font-size: 13px;
    color: #51B569;
    padding:5px 0 10px;
    border-bottom:4px solid #51B569;
    display:inline-block;
    margin-top: 0px;
    /**border-bottom: 1px solid #51B569;**/
}
#body {
    margin: 0px auto;
    width: 980px;
    color: #555;
}
#main {
    border: 5px #999 solid;
}
#headerimage {
    height: 80px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

/** Top Nav **/
#topnav {
    background: #DDD;
    height: 42px;
}
.topnav-icons {
    background: url('../images/my.platform.com-icons.png') no-repeat -5px -5px;
    display: block;
    height: 30px;
    width: 40px;
    margin: 5px 10px 0px 0px;
    float: left;
}
#profile {
    background-position: -5px -5px;
}
#logout {
    background-position: -55px -5px;
}
#nav {
    margin: 0;
    padding: 0;
    height: auto;
    float: left;
}
#nav li {
    float: left;
    list-style: none;
}
#nav li a {
    display: block;
    background: #DDD;
    padding: 13px 12px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    border-left: 1px solid #FFF;
    border-right: 1px solid #999;
    width: 90px;
    color: #4E4E4E;
    white-space: nowrap;
}
#nav li.last a {
    border-right: none;
}
#nav li a:hover {
    background: #FFF;
}
#nav li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    text-align: left;
    z-index: 9999;
}
#nav li ul li {
    text-align: left;
    float: none;
    display: inline;
}
#nav li ul li a {
    width: auto;
    background: #FFF;
    color: #36C;
    padding: 5px 25px;
    font-weight: normal;
    font-size: 10px;
    border: none;
}
#nav li ul li a:hover {
    background: #DDD;
}
#mainbody {
    padding: 15px 10px;
    clear: both;
}

/** sidenav **/
#sidenav {
    float: left;
    text-align: left;
    border-right: 1px solid #DDD;
	padding:0 10px 20px 0;
    width: 196px;
}
#sidenav h1 {
    margin: 0px 0px 2px 0px;
    padding-left: 6px;
    font-size: 13px;
    color: #51B569;
}
#sidenav ul {
    margin: 3px 0px 3px 2px;
    padding: 2px 20px;
    text-align: left;
    list-style-image: url('../images/arrow.gif');
}
#sidenav ul li {
    padding: 1px;
    font-size: 12px;
    font-weight: bold;
}
#sidenav ul li a {
    color: #666;
}
#sidenav ul li a:hover {
    text-decoration: underline;
}
#sidenav p {
    margin-top: 0px;
    padding: 5px;
}
#manage-account {
    width: 170px;
    height: 44px;
    position: relative;
    float: right;
}
.content {
    width: 520px;
    float: left;
    background: #FFF;
    text-align: left;
    padding: 0px 10px 15px 10px;;
}
.content-wide {
    /*width: 740px;*/
    /*padding: 0px 0px 15px 10px;*/
	padding: 10px 0 15px 10px;
	width: 730px;
}
.content p {
    margin-top: 0px;
}
.content h1 {
    margin-top: 0px;
}
.content h2 {
    /**color: #36C;
    border-bottom: 1px solid #36C;**/
    padding:5px 0 10px;
    border-top:4px solid #51B569;
}
#rightsidebar {
    width: 200px;
    padding: 0px;
    float: right;
}
#footer {
    padding-top: 10px;
}
table {
    border-collapse: collapse;
}
table thead {
    background: #51B569;
    color: #FFF;
}
table thead a {
    color: #FFF;
}
table th {
    padding: 1px 7px;
    border: 1px solid #AAA;
}
table td, .form table th {
    padding: 2px 5px;
}
table td {
    border: 1px solid #999;
}
label {
    font-weight: bold;
    width: 170px;
    display: inline-block;
    float: left;
}
.formrow {
    height: 24px;
}
.formrow label {
    font-weight: bold;
    width: 170px;
    display: inline-block;
    float: left;
}

/** index **/
.products-list{
    width: 740px;
}
.product-item{
    width: 280px;
    border: 1px solid #777;
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 0px 10px 50px;
    background: url('../images/software-icon.gif') no-repeat;
    font-weight: bold;
    font-size: 12px;
    background-color: #DDD;
}
.product-item a{
    color: #3366CC;
}
.product-item:hover{
    background-color: #FFF;
}

/** Product **/
.product {
    padding: 10px;
    width: 320px;
}
.product fieldset {
    background: #666;
    padding: 3px;
    color: #EEE;
}
.product legend {
    color: #666;
    background: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #999;
}
.product a {
    color: #51B569;
    font-size: 11px;
    font-weight: bold;
}
.product a:hover {
    text-decoration: underline;
}

/** KB **/
#searchform {
    background: #999;
    padding: 5px 10px;
    color: #EEE;
}
#searchform input {
    border: 1px solid #666;
}

/** MODAL **/
#modalOverlay {
    background-color: #000;
    cursor: wait;
}
#modalContainer {
    text-align: left;
    padding: 15px 10px;
    width: 400px;
    left: 50%;
    top: 15%;
    margin-left: -300px; /* half the width, to center */
    background-color: #FFF;
    border: 3px solid #CCC;
}
#modalContainer a.modalCloseImg {
    background: url(../images/delete.gif) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -10px;
    right: -20px;
    cursor: pointer;
}
* html #header {
    height: 80px;
    overflow: hidden;
}
* html #mainbody {
    height: 1px;
}
.org-admin {
    background: url('../images/admin.png') no-repeat;
    padding-left: 26px;
    font-weight: bold;
}
.org-user {
    background: url('../images/user.png') no-repeat;
    padding-left: 26px;
    font-weight: bold;
}
#fixheight {
    min-height: 350px;
}
#required, .required {
    /*color: #F00;*/
}
.listing, .license_str {
    width: 100%;
}
.listing th {
    text-align: center;
    vertical-align: top;
}
.listing td {
    padding: 1px 5px;
    vertical-align: top;
}
.listing th, #productmanager th {
    border: 1px solid #AAA;
    padding: 1px 7px;
    color: #FFF;
    background: #51B569;
}
.actionMessage li, .arrowlists li {
    margin: 0px;
    padding: 0px 5px;
    list-style-image: url('../images/arrow.gif');
}
.longinput {
    width: 350px;
}
#faq pre {
    font-family: Monaco, "Courier New", Courier, monospace;
    background: #A3C3D6;
    color: #000;
    border:1px solid #8CACBB;
    overflow: auto;
    padding: 1em;
}
#faq blockquote {
    margin-left: 10px;
}
.error{
    color: red;
}
#errortext {
    color: #FFF;
    cursor: default;
}
#errorstacktrace {
    color: #000;
    overflow: auto;
    width: 100%;
}

.floatl {
    float: left;
}
.floatr {
    float: right;
}
.floatclr {
    clear: both;
}

/** Products **/
.producthome li {
    font-weight: bold;
    font-size: 110%;
    padding: 5px 10px;
}
#productinfomanager #edit {
    width: 50px;
    text-align: center;
}
#productinfomanager textarea {
    width: 350px;
    height: 200px;
}
#productmanager .flags {
    text-align: center;
}
#productmanager textarea {
    width: 350px;
    height: 120px;
}
#productmanager table td {
    border: 0px;
}
#productmanager td, .license_name {
    white-space: nowrap;
}
#productmanager #name {
    width: 100%;
    white-space: normal;
}
.productlisting td {
    padding: 5px;
    width: 50%;
}
.productlisting .nobott {
    border-bottom: 0px;
}
.productlisting .notop {
    border-top: 0px;
}
.productlisting th a {
    color: #FFF;
    text-decoration: underline;
    text-align: center;
}
#productitemmanager .eula {
    text-align: right;
}
#productitemmanager .stat {
    text-align: center;
}

/** License **/
#calc-wizard {
    display: none;
    padding: 10px;
    text-align: left;
}
#calc img {
    top: 8px;
    height: 20px;
    clear:both;
}
#license-mail {
    width: 730px;
    height: 350px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #999;
}
.license_txta_big {
    padding: 5px;
    border: 1px solid #999;
    width: 98%;
    height: 130px;
}
.enduser_info {
    width: 500px;
}
.license_creation_price th {
    width: 20%;
    white-space: nowrap;
}
#index th {
    background: #51B569;
    color: #FFF;
}
#index td {
    vertical-align: top;
}
#policy .arrowlists li {
    line-height: 20px;
}
#policy img {
    width: 14px;
}