* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #eeeeee;
    color: #666666;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

div.clearfix {
    clear: both;
}

p {
    padding-bottom: 15px;
}

a {
    color: #008ee8;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ec8526;
    text-decoration: none;
}

#supernav {
    background: #404040;
    height: 40px;
}

#supernav .wrapper {
    margin: 0 auto;
    width: 960px;
    padding: 0;
    line-height: 40px;
    color: #fff;
}

#supernav img {
    border: 0;
    float: left;
    margin-left: 10px;
}

#supernav ul {
    line-height: 40px;
    float: right;
    margin-right: 10px;
    font-size: 14px;
}

#supernav ul li a {
    color: #ccc;
}

#supernav ul li a:hover {
    color: #ec8526;
}

#supernav .wrapper span {
    line-height: 40px;
    float: right;
    margin-right: 10px;
}

.wrapper {
    margin: 0 auto;
    width: 960px;
    padding-top: 20px;
}

.block {
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: url("../img/bhead.gif") top repeat-x;
    background-color: white;
    border: 1px solid #cccccc;
    padding-bottom: 1px;
    margin-bottom: 30px;
    overflow: hidden;
    clear: both;
}

#navblock.block {
    padding: 0 0 0 10px;
}

#navblock ul li {
    list-style: none outside none;
    display: inline;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

#navblock ul li:first-child {
    background: none;
}

#navblock ul li a {
    color: #666666;
    outline: medium none;
    text-decoration: none;
    display: inline;
    line-height: 48px;
    padding: 24px 15px 24px 42px;
    font-size: 16px;
    font-weight: bold;
}

#navblock ul li a:hover {
    color: #0888C3;
}

#navblock ul li a.active {
    color: #ec8526;
}

#navblock ul li a.dashboard {
    background: url(../img/icons/dashboard.png) no-repeat scroll 4px center transparent;
}

#navblock ul li a.endpoint {
    background: url(../img/icons/endpoint.png) no-repeat scroll 4px center transparent;
}

#navblock ul li a.extension {
    background: url(../img/icons/extension.png) no-repeat scroll 4px center transparent;
}

#navblock ul li a.features {
    background: url(../img/icons/features.png) no-repeat scroll 4px center transparent;
}

#navblock ul li a.reports {
    background: url(../img/icons/reports.png) no-repeat scroll 4px center transparent;
}

#navblock ul li a.billing {
    background: url(../img/icons/billing.png) no-repeat scroll 4px center transparent;
}

#navblock li ul {
    background: #f5f5f5;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: none;
    height: auto;
    position: absolute;
    z-index: 200;
}

#navblock li:hover ul {
    display: block;
}

#navblock li li {
    display: block;
    float: none;
}

#navblock li ul a {
    display: block;
    font-style: normal;
    padding: 0px 50px 0px 10px;
    text-align: left;
    line-height: 32px;
    font-size:14px;
}

#navblock li ul a:hover {
    background: #e5e5e5;
}

.block_header {
    height: 54px;
    padding: 0 20px;
    line-height: 54px;
}

.block_header h2 {
    text-shadow: 1px 1px 0 #FFFFFF;
    float: left;
}

/* Header tabs */
.block_header ul {
    float: right;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
}

ul.tabs li {
    list-style: none outside none;
    display: inline;
    padding: 3px 0 3px 20px;
}

ul.tabs li a {
    color: #666666;
    outline: medium none;
    text-decoration: none;
}

ul.tabs li a:hover {
    color: #0888C3;
}

ul.tabs.separated li {
    background: url("../img/tabsep.gif") no-repeat scroll 7px center transparent;
}

ul.tabs.separated li:first-child {
    background: none;
}

.block_content {
    padding: 15px 20px 10px 20px;;
}

.block.center.login {
    margin-top: 100px;
}

.block.small {
    width: 470px;
       
}

.block.small.left {
     float: left;
     clear: left;
}

.block.small.right {
     float: right;
     clear: right;
}

.block.center {
    float: none;
    margin: 0 auto;
}

/* Forms */
.block form em.freq {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.block form p {
    overflow: hidden;
    clear: both;
}

.block form label {
    font-size: 12px;
    font-weight: bold;
    color: #555;
    vertical-align: middle;
}


.block form input[type="text"],
.block form input[type="password"] {
    width: 410px;
    background: #fefefe;
    border: 1px solid #333;
    font-size: 16px;
    color: #333;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
}

.block form input.medium {
    width: 600px;
}

.block form input.big {
    width: 98%;
}

.block form input.date_picker {
    width: 100px;
    padding-right: 36px;
    cursor: pointer;
    background: url(../img/cal.jpg) center right no-repeat;
}

.block form textarea {
    width: 98%;
    height: 140px;
    padding: 5px;
    background: #fefefe;
    border: 1px solid #bbb;
    font-size: 14px;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.block form input[type=radio], 
.block form input[type=checkbox] {
    vertical-align: middle;
	margin-left: 10px;
}

.block form span.note {
    padding-left: 10px;
    font-size: 12px;
    vertical-align: middle;
    display: block;
    width: 410px;
}

.block form div {
    clear: both;
    margin-bottom: 15px;
}

.block form div.note {
    padding-left: 10px;
    width: 470px;
    float: right;
    margin: 0px;
    background: url("../img/helppointer.gif") no-repeat left 9px transparent;
}

.block form div.note-content {
    padding: 5px 10px 10px 10px;
    border: 1px solid black;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.block form span.note.error {
    color: #e3302c;
    font-weight: bold;
}

.block form input.submit {
    padding: 3px 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 1px 1px 0 #0a5482;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
    background-color: #008ee8;
    border-color: #A3C8E9 #4379C0 #4379C0 #A3C8E9;
    border-style: solid;
    border-width: 2px;
    color: #FFFFFF;
}

/*
 .block form input.submit:hover {
 color: #ec8526;
 }*/
.block form input.error {
    border: 1px solid #e3302c;
}

/* Messages */
.block .message {
    padding: 10px 15px 10px 40px;
    margin: 10px 0;
    font-weight: bold;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.block .message p {
    padding: 0;
    width: 93%;
    float: left;
}

.block .message.error {
    border: 1px solid #e9c59b;
    background: #ffecce url(../img/error.gif) 12px 12px no-repeat;
    color: #e3302c;
}

.block .message.success {
    border: 1px solid #bfde84;
    background: #edfbd8 url(../img/success.gif) 12px 12px no-repeat;
    color: #508600;
}

.block .message.info {
    border: 1px solid #bbdbe0;
    background: #ecf9ff url(../img/info.gif) 12px 12px no-repeat;
    color: #0888c3;
}

.block .message.warning {
    border: 1px solid #e5e181;
    background: #fefde2 url(../img/warning.gif) 12px 12px no-repeat;
    color: #666;
}

.block .message .close {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background: url(../img/close.png) 0 0 no-repeat;
    margin-top: 2px;
    cursor: pointer;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.block .message .close.hover {
    -moz-opacity: 1;
    opacity: 1;
}

/* Tables */
.block table {
    text-align: left;
    margin-bottom: 15px;
}

.block table tr td, .block table tr th {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    line-height: normal;
    text-align: left;
}

.block table tr td.delete {
    text-align: right;
    font-size: 11px;
}

.block table tr td.delete a {
    color: #666;
}

.block table tr td.delete a:hover {
    color: #dd0000;
}

.block .tableactions {
    overflow: hidden;
    padding-bottom: 20px;
    float: left;
}

.block .tableactions select {
    width: 100px;
    margin-right: 5px;
    vertical-align: middle;
    outline: none;
}

.block .paggination {
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.block .paggination.right {
    float: right;
    text-align: right;
    padding-top: 0;
    border: 0;
    width: 500px;
    overflow: hidden;
}

.block .paggination a {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 6px;
    margin: 0 1px;
}

.block .paggination a.active {
    background: #39a3e6;
    border: 1px solid #0082d5;
    color: #fff;
}

.block .paggination a:hover {
    color: #fff;
    background: #ec8526;
    border: 1px solid #d77011;
}

.block .block_content ul {
    padding-left: 15px;
    padding-bottom: 15px;
}

.block .block_content ol {
    padding-left: 15px;
    padding-bottom: 15px;
    list-style-position: inside;
}

.block .block_content ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    background: url(../images/li.gif) 0 7px no-repeat;
}

.block .block_content ol li {
    margin-bottom: 5px;
}

.block .block_content div.left {
    float: left;
    clear: left;
    width: 50%;
}

.block .block_content div.right {
    float: right;
    clear: right;
    width: 50%;
}

.block hr {
    height: 1px;
    border: 0;
    background: no-repeat;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

/* Block sidebar */

.block.withsidebar .block_content {
    background: url(../img/sidebar.gif) 0 0 repeat-y;
    padding:0;
    
}

.block.withsidebar .block_content .sidebar {
    width: 190px;
    float: left;
    font-size: 11px;
    
}

.block.withsidebar .block_content .sidebar p {
    padding: 0 13px 15px;
    line-height: 18px;
}

.block.withsidebar .block_content .sidebar ul.sidemenu {
    padding: 0;
    margin-bottom: 10px;
    list-style: none outside none;
}

.block.withsidebar .block_content .sidebar ul.sidemenu li {
    padding: 0;
    margin: 0;
    background: 0;
    border-bottom: 1px solid #ccc;
}

.block.withsidebar .block_content .sidebar ul.sidemenu li a {
    display: block;
    padding: 10px 13px;
    font-weight: bold;
}

.block.withsidebar .block_content .sidebar ul.sidemenu li a:hover {
    background: #fdfdfd;
    border-right: 1px solid #ccc;
}

.block.withsidebar .block_content .sidebar ul.sidemenu li a.active, 
.block.withsidebar .block_content .sidebar ul.sidemenu li a.active:hover {
    background: #fff;
    border: 0;
}

.block.withsidebar .block_content .sidebar_content {
    padding: 15px 20px 15px 210px;
}

