﻿

/* DASHBOARD STYLES */
.dashboardWrap{ border: 1px solid #000000; padding: 20px; background-color:#000;}
.dashboardItem-0 a{display:block; float:left; width:60px; height:80px; border:1px solid #181818;color:#666;background-color:#0c0c0c;background-image:url(images/cpanel/dashboard.png);background-repeat: no-repeat; background-position: 10px 28px; margin: 0px 10px 15px 0px; padding:10px;font-size:11px; text-align:center;-moz-border-radius: 3px;-webkit-border-radius: 3px;}
.dashboardItem-0 a:hover{border:1px solid #666; background-color:#333;background-image:url(images/cpanel/dashboard-2.png);background-repeat: no-repeat; background-position: 10px 28px;color:#fff;-moz-border-radius: 3px;-webkit-border-radius: 3px;}
.dashboardItem a{display:block; float:left; width:60px; height:80px; border:1px solid #181818;color:#666;background-color:#0c0c0c;background-image:url(images/cpanel/cpanel-icon.png);background-repeat: no-repeat; background-position: 15px 30px; margin: 0px 10px 15px 0px; padding:10px;font-size:11px; text-align:center;-moz-border-radius: 3px;-webkit-border-radius: 3px;}
.dashboardItem a:hover{border:1px solid #666; background-color:#333;background-image:url(images/cpanel/cpanel-icon-2.png);background-repeat: no-repeat; background-position: 15px 30px;color:#fff;-moz-border-radius: 3px;-webkit-border-radius: 3px;}
.dashboardTitle{font-weight: normal;color: #666;font-size: 24px;font-style:italic;font-family:Georgia; margin-bottom:15px;}
.dashboardCategoryWrap{width:100%;border:2px solid #666;color:#999;background-color:#ccc;margin-top:0px;background-image:url(images/greybox/hint.png);background-repeat:repeat-x;}
.dashboardCategoryWrap td{vertical-align:top;width:50%;padding:5px 10px 5px 5px;}
.dashboardTopPadding{padding:90px 0px 0px 0px;}
.dashboardCategoryTitle{font-weight:bold;font-size:14px;color:#333;margin-bottom:10px;border-bottom:1px solid #999;padding-bottom:5px;}
.dashboardCategoryItem{padding:3px 10px 3px 0px;border-bottom:1px solid #DBDBDB;border-top:1px solid #ccc;background-color:#ccc;color:#333;}
.dashboardCategoryItem:hover{border:1px solid #666;background-color:#666;color:#fff;cursor:default;}


