@charset "utf-8";
body {
    margin: 0px;
    background-image: url(../images/gradient.jpg);
    background-repeat: repeat-x;
    background-color: #ECECEC;
}

/*
------------------------------------------- 
Header and Navigation Links
--------------------------------------------
*/
.header {
    /*
border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #b10005;
	width: 100%;
	height: 100px;
    */

    border-bottom:5px solid #B10005;
    height:100px;
    padding-bottom:0;
    position:relative;
    width:100%;
}

.header-fixed {
    height:72px;
    margin-left:auto;
    margin-right:auto;
    max-width:1480px;
    width:95%;
}

.logo {
    /*
	float: left;
	margin-bottom: 24px;
	margin-top: 20px;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
    */
    display:inline;
    float:left;
    margin:17px 0 12px;
}
.logo h1 {
    font-size: 26px;
    margin: 0px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

.logo h1 a {
    color: #333333;
    text-decoration: none;
}

.logo h1 a:hover {
    text-decoration: underline;
}

.logo img {border:none}

.quicklinks {
    float: right;
    padding: 0px;
    margin-top: 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13px;
}
.quicklinks a {
    color: #242424;
    text-decoration: none;
    padding: 3px;
}
.quicklinks a:hover {
    color: #242424;
    text-decoration: underline;
    background-color: #FFEEB9;
}

/*
------------------------------------------- 
   Main Navigation Links
--------------------------------------------
*/
.navigation {
    clear:both;
    margin-left:auto;
    margin-right:auto;
    max-width:1480px;
    width:95%;
    position:relative;
    margin-bottom: 0;
    padding-bottom: 0;
    height:28px;
    overflow:hidden;
}
.navigation-left {
    float:left;
}

.navigation-right {
    float:right;
}
.navigation ul{
    padding:0;
    margin:0;
    list-style: none;
}
.navigation li{
    float:left;
    text-decoration:none;
    
}
.navigation li a {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    padding:7px 6px 8px;
    display:block;
    margin-right:5px;
    
    

}
.navigation li a{
    text-decoration:none;
    padding:7px 6px 8px;
}
.navigation-right li a{
    margin-right: 0px;
    margin-left: 5px;
}
.navigation img {
    border:medium none;
    padding-right:4px;
    vertical-align:middle;
}

.navigation-inactive  a{
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background-color:#EBEBEB;
   /* background-image:url(../images/gray-grad.png);*/
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    color:#333333;


}
.navigation-inactive a {
    color:#333333;
}
.navigation-inactive a:hover {
	background-image: url(../images/gray-grad.png);
	background-repeat: repeat-x;
}
.navigation-active a {
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background-color:#B10005;
    border-left:1px solid #B10005;
    border-right:1px solid #B10005;
    border-top:1px solid #B10005;


}
.navigation-active  a{
    color:#EBEBEB;
}
/*
.navigation {
	width: 100%;
	max-width:1480px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.navigation ul, .navigation li {
	display: inline;
	padding: 0px;
}


.navigation li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.navigation img {
	vertical-align: middle;
	padding-right: 4px;
	border:none;
	font-size: 11px;
	font-weight: normal;
}

.navigation-left {
	float: left;
	clear: both;
}

.navigation-right {
	float: right;
}
.navigation-inactive a {
	background-color: #ebebeb;
	background-image: url(../images/lightgrey-grad.png);
	text-decoration: none;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
}
.navigation-inactive a:hover {
	background-color: #ebebeb;
	background-image: url(../images/gray-grad.png);
	background-repeat: repeat-x;
}
.navigation-active a {
	background-color: #b10005;
	text-decoration: none;
	color: #ebebeb;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b10005;
	border-right-color: #b10005;
	border-left-color: #b10005;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
}
*/
/*
------------------------------------------- 
   Content Layout Wrappers
--------------------------------------------
*/
.wrapper {
    width: 95%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.wrapper-left {
    float: left;
    width: 70%;
    overflow: hidden;
}

.wrapper-right {
    float: right;
    width: 29%;
    margin-left: 5px;
}
.wrapper-theme-left {
    float: left;
    width: 75%;
}
.wrapper-theme-right {
    float: right;
    width: 24%;
    margin-left: 5px;
}
/*------------------------------------------- 
   Sidebar Content Area
--------------------------------------------*/


.content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #242424;
    line-height: 1.8em;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #FDFDFD;
}
.content h1 {
    font-size: 20px;
    font-family: "Trebuchet MS";
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    color: #333333;
}
.content h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Trebuchet MS";
    font-size: 18px;
    color: #333333;
}

.content a {
    color: #003366;
}

.content a:hover {
    color: #CC0000;
}
.content img {
    border: none;
}
.content hr {
    color: #CCCCCC;
    width: 98%;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCCCCC;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
}
.content .input {
    padding: 5px;
    width: 300px;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
.content .input2 {
    padding: 5px;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
.content .textarea {
    width: 90%;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
.content .select {
    padding: 4px;
    width: 300px;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
.content .select2 {
    padding: 4px;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}
.content .button {
    font-size: 13px;
    color: #333333;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    background-color: #ebebeb;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background-image: url(../images/gray-grad.png);
    font-weight: bold;
}

.content .button2 {
    font-size: 11px;
    color: #333333;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    background-color: #ebebeb;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background-image: url(../images/gray-grad.png);
    font-weight: bold;
    background-repeat: repeat-x;
    background-position: bottom;
}
.content .button:hover, .content .button2:hover {
    border: 1px solid #666666;
    cursor: pointer;
}

.content .unbutton {
    font-size: 13px;
    color: #999999;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background-image: url(../images/stripes36.png);
    font-weight: bold;
}

.content-nav {
    background-color: #FFEEB9;
    border: 1px solid #cccccc;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    width: 100%;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    vertical-align: middle;
}

.content-nav .action {
    font-size: 11px;
    text-align: right;
}
.content-nav .current, .content-nav .current a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    text-decoration: none;
}
.content-nav .button {
    font-size: 13px;
    color: #333333;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    background-color: #ebebeb;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background-image: url(../images/gray-grad.png);
    font-weight: bold;
    margin: 0px;
}

.content-nav .button2 {
    font-size: 13px;
    color: #333333;
    padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-left: 2px;
    background-color: #ebebeb;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background-image: url(../images/gray-grad.png);
    font-weight: bold;
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0px;
}

.content .multiselect   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    line-height: 1.6em;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    margin-right: auto;
    margin-left: 0px;
    width: 340px;
    overflow: auto;
    margin-top: 5px;
    height: 80px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.content .multiselect li {
    display: inline-block;
    width: 150px;
    float: left;
    padding: 2px;
}
.content .multiselect ul {
    padding: 0px;
    display: inline;
    clear: both;
    float: left;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.content .multiselect-links {
    float: left;
}


.content .help {
	float: left;
	height: 16px;
	width: 16px;
	margin-top: 3px;
	margin-right: 3px;
	clear: both;
}

.content-filter {
    width: 100%;
    font-size: 11px;
}
.content-filter td {
    padding: 3px;
    margin: 0px;
}

.content-filter ul {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    display: block;
    margin: 0px;
    padding: 0px;
}
.content-filter li {
    display: inline;
}

.content-filter li a {
    color: #666666;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 2px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    margin-top: 0px;
    margin-bottom: 0px;

}
.content-filterdata {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    width: 100%;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    border-top-style: none;
}
.content-filter  .select {
    width: 130px;
    font-size: 11px;
}
.content-filter  .input {
    width: 200px;
    font-size: 11px;
}
.content-filter  .button {
    font-size: 11px;
}



.stats-summary {
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e8e8e8;
	background-color: #F9F9F9;
}
.stats-summary li {
	display: inline;
	margin-right: 10px;
}
.stats-summary ul {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------- 
  Main Data Display Table
--------------------------------------------*/

.data {
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #DDDDDD;
    border-bottom-color: #DDDDDD;
    border-left-color: #DDDDDD;

}
.data a {
    text-decoration: none;
}
.data a:hover {
    text-decoration: underline;
}

.data  th {
    font-weight: bold;
    background-image: url(../images/gray-grad.png);
    background-repeat: repeat-x;
    font-size: 11px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    height: 31px;
    vertical-align: middle;
    padding-right: 8px;
    padding-left: 8px;
    background-position: bottom;
    background-color: #ECECEC;
}
.data th img {
    vertical-align: middle;
    margin-left: 5px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


.data  th a, .data  th a:active, .data  th a:visited {
    text-decoration: none;
    color: #242424;

}
.data  th a:hover {
    text-decoration: underline;
    color: #242424;
}
.data  td {
    margin: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DDDDDD;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DDDDDD;
    text-align: center;
    padding: 5px;
}
.data  h4 {
    text-transform: uppercase;
    color: #999999;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
    margin: 0px;
    padding: 0px;
}


.data .alignleft {
    text-align: left;
}

.data .action {
    white-space: nowrap;
}
.data .button2 {
    padding: 5px;
}

.data .action img {
    margin-right: 4px;
    border: none;
}

.pre-data, .post-data {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.pre-data td, .post-data td {
    padding: 3px;
    margin: 0px;
}


.pre-data .select, .post-data .select {
    width: 150px;
    color: #666666;
}
.pre-data .button2,.post-data .button2 {
    padding: 5px;
}


.quickedit

{
    padding: 5px;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: left;
    background-color: #F4F4F4;
}
.data-options {
    min-width: 200px;
}
.data-options  th {
    margin: 0px;
    border-bottom-width: 0px;
    border-bottom-style: none;
    font-size: 11px;
    color: #333333;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.data-options hr {
    color: #CCCCCC;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


.data-inline  {
    width: 100%;
    clear: both;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
}
.data-inline li {
    list-style-type: none;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    line-height: 1.3em;
}
.data-inline ul {
    display: block;
    padding: 0px;
    margin: 0px;
}

.data-inline  th {
    font-weight: bold;
    border-right-style: dotted;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
    border-right-width: 2px;
    border-right-color: #CCCCCC;
    background-image: none;
    background-color: #F4F4F4;
    white-space: nowrap;
}
.data-inline td {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    text-align: left;
    margin: 0px;
    padding-top: 3px;
    padding-right: 25px;
    padding-bottom: 3px;
    padding-left: 10px;
}
.data-inline .select {
    width: 300px;
}

.data-inline .input {
    width: 300px;
}

.data-inline .button {
    font-size: 11px;
}
.data-quicklink {
    float: right;
    width: 10%;
    font-size: 11px;
}
.data-quicklink td {
    margin: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
}

/* 
----------------------------------------------------------------
   Data Split Screens 
-----------------------------------------------------------------
*/

.data-left  {
    float: left;
    width: 45%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
}

.data-right  {
    margin: 0px;
    width: 45%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
}

.data-left  th, .data-right th {
    background-image: none;
    background-color: #F4F4F4;
    border-right-style: dotted;
    text-align: left;
    vertical-align: top;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    margin: 0px;
    white-space: nowrap;
    padding: 5px;
    width: 100px;
}
.data-left td, .data-right td {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    text-align: left;
}
.data-left .select, .data-right .select {
    width: 200%;
}

.data-left .input, .data-right .input {
    width: 200px;
}

.data-left .button, .data-right .button {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../images/blue-grad.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

/*------------------------------------------- 
  Secondary Data Display Table
--------------------------------------------*/

.data-page  {
    width: 100%;
    clear: both;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
}
.data-sections  {
    background-color: #ECECEC;
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
    padding: 5px;
    color: #333333;
    background-image: url(../images/gray-grad.png);
    background-repeat: repeat-x;
    background-position: bottom;
    font-weight: bold;
    font-size: 11px;
    margin-top: 5px;
}

.data-page  th {
    font-weight: bold;
    background-image: none;
    border-right-style: dotted;
    font-size: 12px;
    vertical-align: top;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
    margin-top: 1px;
    margin-bottom: 1px;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    text-align: left;
    width: 150px;
}
.data-page td {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    text-align: left;
    margin: 0px;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 3px;
    padding-left: 8px;
}
.data-page .select {
    width: 300px;
}
.data-page ul {
    display: inline;
    padding: 0px;
}
.data-page li {
    margin-bottom: 4px;
    list-style-type: none;
}


.data-page .input {
    width: 300px;
}

.data-page .button {
    font-size: 11px;
}
.data-page .textfield {
    width: 450px;
}


.save-options {
    margin-top: 10px;
    padding-top: 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    width: 100%;
    clear: both;
    border-right-style: none;
    border-left-style: none;
}

.save-options td {
    vertical-align: top;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 4px;
}

/*
------------------------------------------- 
   Main Sidebar Areas
--------------------------------------------
*/

.sidebar {
    color: #242424;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    line-height: 1.8em;
    background-color: #FDFDFD;
    padding: 15px;
    margin-bottom: 15px;
}
.sidebar  th {
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 0px;
}
.sidebar th .smalltext {
    font-weight: normal;
}

.sidebar td {
    padding: 3px;
}

.sidebar a {
    color: #003366;
}
.sidebar h2 {
    font-size: 14px;
    margin: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ebebeb;
    padding-bottom: 5px;
    padding-left: 3px;
}
.sidebar img {
    border: none;
}
.sidebar hr {
    color: #CCCCCC;
    width: 98%;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCCCCC;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
}
.sidebar ul {
    list-style-type: square;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
}
.sidebar li {

}
.sidebar ol {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 8px;

}


.sidebar .input {
    padding: 4px;
    width: 90%;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

.sidebar .input2 {
    padding: 4px;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}


.sidebar .select {
    padding: 4px;
    width: 90%;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
.sidebar .select2 {
    padding: 4px;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}
.sidebar .button {
    font-size: 13px;
    color: #333333;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    background-color: #ebebeb;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background-image: url(../images/gray-grad.png);
    font-weight: bold;
}

.sidebar .button2 {
    font-size: 11px;
    color: #333333;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    background-color: #ebebeb;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background-image: url(../images/gray-grad.png);
    font-weight: bold;
}

.sidebar .button:hover, .sidebar .button2:hover {
    border: 1px solid #666666;
    cursor: pointer;
}

.sidebar .unbutton {
    font-size: 13px;
    color: #999999;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background-image: url(../images/stripes36.png);
    font-weight: bold;
}
.sidebar .multiselect   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    line-height: 1.6em;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    height: 100px;
    width: 70%;
    overflow: auto;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.sidebar  .multiselect li {
    display: block;
    padding: 2px;
    width: 180px;
}
.sidebar  .multiselect ul {
    padding: 0px;
    margin-top: 5px;
}

/*------------------------------------------- 
  Drag and Drop Screens
--------------------------------------------*/

.canvas {
    background-color: #F8F8F8;
    margin: 0px;
    width: 100%;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
}

.canvas h3 {
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    margin: 0px;
    text-transform: uppercase;
    padding-left: 5px;
}
.canvas td {
    padding: 3px;
    vertical-align: top;
}

.canvas-section {
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
    background-color: #f4f4f4;
    min-height:100px;
}

.dragable-menu ul {
    display: inline;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.dragable-menu li {
    display: inline;

}
.dragable-menu li a {
    color: #242424;
    text-decoration: none;
    display: inline;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    background-color: #FFEEB9;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
}
.dragable-menu li  a:hover {
    background-color: #FFCC33;
    display: inline;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    color: #242424;
}

.dragable {
    background-color: #ebebeb;
    background-image: url(../images/gray-grad.png);
    background-repeat: repeat-x;
    font-size: 11px;
    font-weight: bold;
    padding-right: 6px;
    padding-left: 6px;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.dragable img {
    vertical-align: middle;
    margin-right: 3px;
    border: none;
}

.dragable-edit {
    float: right;
    vertical-align: middle;
    padding-top: 2px;
    font-weight: normal;
    font-size: 10px;
}

.undragable {
    background-color: #ebebeb;
    background-image: url(../images/stripes36.png);
    background-repeat: repeat;
    font-size: 11px;
    font-weight: bold;
    padding-right: 6px;
    padding-left: 6px;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
    color: #999999;
}

/*------------------------------------------- 
  Theme Manager and Editor
--------------------------------------------*/

.theme-current {
    background-color: #F7F7F7;
    font-size: 12px;
    padding: 10px;
    margin: 0px;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    display: block;
}
.theme-current img {
    border: 1px solid #CCCCCC;
    margin-left: 10px;
    float: right;
    height: 150px;
    width: 200px;
    overflow: hidden;
}

.theme-current h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.theme-current ul {
    display: inline;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.theme-current li {
    display: inline;

}
.theme-current li a {
    color: #242424;
    text-decoration: none;
    display: inline;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    background-color: #e8e8e8;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
}
.theme-current li  a:hover {
    background-color: #FFEEB9;
    display: inline;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    color: #242424;
}

.elements {
    width: 33%;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    float: left;
    color: #333333;
}

.elements h4 {
    font-size: 13px;
    margin-top: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    margin-bottom: 0px;
}
.elements .select2 {
    color: #333333;
    width: 70%;
    border: 1px solid #CCCCCC;
    padding: 3px;
}

/*------------------------------------------- 
  Main Dashboard Page
--------------------------------------------*/
/*
.dashboard-summary {
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333333;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    margin-bottom: 10px;
    font-size: 11pt;
}
*/
.data-activity {
    width: 100%;
}
.data-activity th {
    background-image: url(../images/gray-grad.png);
    background-repeat: repeat-x;
    background-color: #ECECEC;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #dddddd;
}
.data-activity td {
    padding: 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    margin-top: 3px;
}
.data   .legend {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    text-align: right;
    color: #999999;
    padding-right: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #FFFFCC;
}

/*
.dashboard-summary ul{
    margin: 0px;
    padding: 3px;
    display: block;
}
.dashboard-summary li {
    display: block;
    margin: 0px;
    padding: 3px;
    list-style-type: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.dashboard-summary a:link, .dashboard-summary a:visited, .dashboard-summary a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 1px;
    padding-left: 5px;
}

.dashboard-summary a:hover {
    text-decoration: underline;
    background-color: #f4f4f4;
}

.dashboard-summary .smalltext {
	font-size: 9px;
}
*/

.dashboard-summary {
-moz-border-radius:3px 3px 3px 3px;
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11pt;
font-weight:normal;
margin-bottom:10px;
width:100%;
}
.dashboard-summary ul {
display:block;
margin:0;
padding:3px;
}
.dashboard-summary li {
border-bottom:1px solid #CCCCCC;
display:block;
font-size:13px;
list-style-type:none;
margin:0;
padding:3px;
}
.dashboard-summary a:link, .dashboard-summary a:visited, .dashboard-summary a:active {
font-family:Verdana,Arial,Helvetica,sans-serif;
padding:1px 5px;
text-decoration:none;
}
.dashboard-summary a:hover {
background-color:#F4F4F4;
text-decoration:underline;
}
.dashboard-summary .smalltext {
font-size:9px;
}

.graph-legend {
    float: left;
    height: 15px;
    width: 15px;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;
    margin-right: 3px;
}


/*
------------------------------------------- 
   Post and Page Styles
--------------------------------------------
*/

.page-title {
    font-size: 11px;
    padding: 8px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    width: 100%;
}
.page-title td {
    padding-top: 5px;
}
.page-title h1 {
    font-size: 22px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #222222;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.page-title .input  {
    padding: 5px;
    width: 100%;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #333333;
}

.tinymce {
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #DDDDDD;
    /*margin-bottom: 10px;*/
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
}
.tinymce td {
    padding: 8px;
}

.tinymce img {
    padding: 2px;
    border: 1px solid #dddddd;
    background-color: #f4f4f4;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    margin-right: 1px;
    margin-left: 1px;
}

.tinymce ul {
    display: inline;
    font-weight: normal;
    padding: 0px;
    float: right;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.tinymce li {
    display: inline;

}
.tinymce li a {
    color: #242424;
    text-decoration: none;
    display: inline;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    background-color: #e8e8e8;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
}
.tinymce li  a:hover {
    background-color: #FFEEB9;
    display: inline;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    color: #242424;
}
.tinymce-editor   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    line-height: 1.6em;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    overflow: auto;
    position: relative;
    margin-right: auto;
    height: 250px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
}
.tinymce-editor li {
    display: list-item;
}


/*------------------------------------------- 
  Support and Account 
--------------------------------------------*/
.billing-summary {
    width: 100%;
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: normal;
}
.billing-summary th {
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
    padding: 3px;
}
.billing-summary td {
    padding: 3px;
    text-align: center;
}
.billing-summary .overdue {
    font-weight: bold;
    color: #CC0000;
}
.kb {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
}
.kb td {
    padding: 5px;
}

.kb th {
    text-align: left;
    padding-left: 5px;
    background-color: #f4f4f4;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #999999;
    font-weight: normal;
}
.kb th a {
    font-weight: bold;
}

.kbcategories {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.kbcategories th {
    background-image: url(../images/blue-grad.png);
    text-align: left;
    text-indent: 5px;
    border: 1px solid #CCCCCC;
    padding-top: 3px;
    padding-bottom: 3px;
}
.kbcategories td {
    padding: 5px;

}
.kbcategories img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    vertical-align: middle;
}
.highlight {
    background-color: #FFFF66;
}

/*------------------------------------------- 
  Misc Styles For All Pages
--------------------------------------------*/
.gravatar {
    border: 1px solid #666666;
}


.pagenavi {
    float: right;
    font-size: 11px;
    padding: 3px;
    color: #999999;
}
.pagenavi a {
    text-decoration: none;
}


.smalltext {
    color: #333333;
    font-size: 8pt;
}
.smalltext a, .smalltext a:visited {
    text-decoration: underline;
    color: #333333;
}
.smalltext a:hover{
    color: #CC0000;
    background-color: #FFFFCC;
}

.notice-success, .notice-info, .notice-error {
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
/*
.notice-success img, .notice-info img, .notice-error img {
	margin-right: 8px;
	padding: 0px;
	vertical-align: middle;
	margin-left: 4px;
}
*/

.notice-success a, .notice-info a, .notice-error a {
    color: #003399;
}
.notice-success {
    border: 1px solid #FFCC33;
    background: #FFFFD5 url(../images/tick.png) no-repeat 5px 5px;
    padding-left:26px;
}
.notice-info {
    border: 1px solid #0066CC;
    background-color: #F0F8FF;
    background: #F0F8FF url(../images/information.png) no-repeat 5px 4px;
    padding-left:26px;
}
.notice-error {
    border: 1px solid #CC0000;
    background-color: #FFF2F2;
    background: #FFF2F2 url(../images/warning_16.png) no-repeat 5px 3px;
    /*text-indent: 20px;*/
    padding-left:26px;
}


/*
------------------------------------------- 
   Footer Content Area
--------------------------------------------
*/

.footer {
    font-size: 11px;
    font-weight: 300;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

.footer a {
    color: #333333;
}

/*
-------------------------------------------
additional css
-------------------------------------------
*/
.error{
    color:#FF0000;
    font-size: 10px;
}

.asc{
    background: transparent url(../images/sortup.png) no-repeat right center ;
    padding-right:20px;
}

.desc{
    background: transparent url(../images/sortdown.png) no-repeat right center ;
    padding-right:20px;
}

.w20px{
    width:20px;
}
.w50px{
    width:50px;
}
.w60px{
    width:60px;
}
.w70px{
    width:70px;
}
.w80px{
    width:80px;
}
.w100px{
    width:100px;
}
.w200px{
    width:200px;
}

#timeoutbar a{
text-decoration:none;
}

/*
-------------------------------------------
FB Share Count Image OverRide  
-------------------------------------------
*/

.fb_share_count_nub_right {
	background: url(../images/fbshare_triangle.png) no-repeat !important;
	background-position:right 5px !important;
}

.tutorials {
	background-color: #f4f4f4;
	border: 1px solid #CCCCCC;
	font-size: 8pt;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 8px;
	width: 200px;
	text-align: center;
	font-weight: 400;
}
.tutorials a {
	color: #333333;
}

.tutorials img {
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
}
.round {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}