@charset "utf-8";
body {
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #ECECEC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	min-width:960px;
}
.clear {
	clear: both;
}
.round {
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;
}

/*
------------------------------------------- 
Header and Navigation Links
--------------------------------------------
*/
.header {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #b10005;
	height: 99px;
	background-color: #FFFFFF;
	clear: both;
    overflow:hidden;
 
}

.header-fixed {
	margin-right: 20px;
	margin-left: 20px;
}
.logo {
	float: left;
	margin-bottom: 24px;
	margin-top: 20px;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
}
.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;
}

.navigation {
	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;
}
.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;
	-webkit-border-radius-topleft:4px;
	-webkit-border-radius-topright:4px;
	border-top-left-radius:4px;
	border-top-right-radius: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;
	-webkit-border-radius-topleft:4px;
	-webkit-border-radius-topright:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
}

.navigation-right .navigation-inactive a {
    padding-top: 6px;
    padding-bottom: 11px;
}
/*
------------------------------------------- 
   Content Layout Wrappers
--------------------------------------------
*/
.wrapper {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.wrapper-left {
	float: left;
	width: 70%;
}
.wrapper-right {
	float: right;
	width: 30%;
}

/*------------------------------------------- 
   Sidebar Content Area
--------------------------------------------*/

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height: 1.8em;
	border: 1px solid #CCCCCC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 10px;
}
.content h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.2em;
}
.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	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:4px; -webkit-border-radius:4px; border-radius:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.content .input2 {
	padding: 5px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.content .textarea {
	width: 90%;
	border: 1px solid #CCCCCC;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius: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:4px; -webkit-border-radius:4px; border-radius:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.content .select2 {
	padding: 4px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
.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:4px; 
	-webkit-border-radius:4px; 
	border-radius: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:4px;
	-webkit-border-radius:4px;
	border-radius: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:4px; 
	-webkit-border-radius:4px; 
	border-radius:4px;
	background-image: url(../images/stripes36.png);
	font-weight: bold;
}
.content-nav {
	background-color: #FFEEB9;
	border: 1px solid #cccccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	vertical-align: middle;
	margin-bottom: 20px;
}

.content-navsub {
	background-color: #FFF5D9;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	vertical-align: middle;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 1px solid #CCCCCC;
	z-index: 1;
	margin-top: -15px;
	margin-bottom: -10px;
	float: right;
}
.content-nav table, .content-navsub table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
.content-nav  .action, .content-navsub .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, .content-navsub .button {
	font-size: 13px;
	color: #333333;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #ebebeb;
	border: 1px solid #CCCCCC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image: url(../images/gray-grad.png);
	margin: 0px;
	font-weight: bold;
}
.content-nav  .button2, .content-navsub .button2 {
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #ebebeb;
	border: 1px solid #CCCCCC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image: url(../images/gray-grad.png);
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
}
.content-nav .select2, .content-navsub .select2 {
	font-size: 11px;
}
.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:4px; -webkit-border-radius:4px; border-radius: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;
}
.stats-summary {
	color: #333333;
	border: 1px solid #e8e8e8;
	background-color: #f9f9f9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.stats-summary strong {
	font-size: 11px;
}
.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;
	vertical-align: middle;
	background-position: bottom;
	background-color: #ECECEC;
	padding: 4px;
}
.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: 4px;
	font-size: 12px;
}
.data h4 {
	text-transform: uppercase;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 0px;
}
.data tr:hover {
	background-color: #f4f4f4;
}
.data .alignleft {
	text-align: left;
}
.data .action {
	white-space: nowrap;
}
.data .button2 {
	padding: 5px;
}
.data .select {
	width: 95%;
}
.data .input {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}

.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-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;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 2px;
	border-right-color: #CCCCCC;
	background-image: none;
	background-color: #F4F4F4;
	font-size: 12px;
	width: 100px;
	text-align: left;
	padding: 3px;
	margin: 0px;
}
.data-inline td {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	margin: 0px;
	padding: 3px;
}
.data-inline .select {
	width: 300px;
}
.data-inline .input {
	width: 300px;
}
.data-inline .button {
	font-size: 11px;
}
.data-inline .help {
	height: 16px;
	width: 16px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px;
	float: left;
}
.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: 50%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.data-right {
	margin: 0px;
	width: 48%;
}
.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: 250px;
}
.data-left .input, .data-right .input {
	width: 250px;
}
.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: #f4f4f4;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	color: #333333;
	background-image: url(../images/gray-grad.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.data-page th {
	font-weight: bold;
	border-right-style: dotted;
	font-size: 12px;
	vertical-align: top;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	text-align: left;
	background-image: none;
	padding: 5px;
}
.data-page td {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	margin: 0px;
	padding: 5px;
}
.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;
	line-height: 1.2em;
	margin-bottom: 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
	margin-left: 10px;
}

.sidebar .moveable  {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-radius-bottomleft:4px;
	-webkit-border-radius-bottomright:4px;
	border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	background-color: #FFFFFF;
}

.sidebar .fixed  {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color: #FFFFFF;
}

.sidebar h2 {
	font-size: 14px;
	margin: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	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: 8px;
	padding-right: 15px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius-topleft:4px;
	-webkit-border-radius-topright:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar-collapsed {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #242424;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.sidebar-collapsed h2 {
	font-size: 14px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar .edit {
	float: right;
	clear: right;
	font-size: 11px;
	margin-right: 15px;
	margin-top: 8px;
	vertical-align: middle;
}
.sidebar .edit a {
	color: #333333;
}
.sidebar .edit img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.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 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:4px; -webkit-border-radius:4px; border-radius:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.sidebar .input2 {
	padding: 4px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius: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:4px; -webkit-border-radius:4px; border-radius:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.sidebar .select2 {
	padding: 4px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius: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:4px; -webkit-border-radius:4px; border-radius: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:4px; -webkit-border-radius:4px; border-radius: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:4px; -webkit-border-radius:4px; border-radius: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:4px; -webkit-border-radius:4px; border-radius: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;
}


/*
------------------------------------------- 
   Stats and Stats Data
--------------------------------------------
*/

.stats {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-size: 11px;
}
.stats   h2 {
	text-transform: uppercase;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
}
.stats .graph {
	width: 100%;
	margin-bottom: 5px;
}

.stats .entries {
	width: 100%;
	border: 1px solid #DDDDDD;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.stats   .viewall {
	background-color: #f4f4f4;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-radius-bottomleft:4px;
	-webkit-border-radius-bottomright:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.data-stats {
	font-size: 11px;
	width: 100%;
}

.data-stats a {
	text-decoration: none;
	color: #111111;
}
.data-stats a:hover {
	text-decoration: underline;
}
.data-stats th {
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #DDDDDD;
	padding-top: 2px;
	padding-bottom: 2px;
}
.data-stats 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-stats th a, .data th a:active, .data th a:visited {
	text-decoration: none;
	color: #242424;
}
.data-stats th a:hover {
	text-decoration: underline;
	color: #242424;
}
.data-stats td {
	margin: 0px;
	text-align: center;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.data-stats tr:hover {
	background-color: #f4f4f4;
}
.data-stats .alignleft {
	text-align: left;
}
.data-stats .action {
	white-space: nowrap;
}
.data-stats .button2 {
	padding: 5px;
}
.data-stats .select {
	width: 95%;
}
.data-stats .input {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	padding: 0px;
	background-color: transparent;
}

.data-stats .action img {
	margin-right: 4px;
	border: none;
}

.data-stats .legend {
	height: 10px;
	width: 10px;
	background-color: #EA591A;
}

/*------------------------------------------- 
  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;
}
.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;
	font-size: 13px;
}
.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;
}
.graph-legend {
	float: left;
	height: 15px;
	width: 15px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-right: 3px;
}
.tinymce {
	width: 100%;
	background-color: #f8f8f8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
}
.tinymce td {
	padding: 8px;
}
.tinymce img {
	padding: 2px;
	border: 1px solid #dddddd;
	background-color: #f4f4f4;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius: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:4px; -webkit-border-radius:4px; border-radius: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%;
	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;
	color: #999999;
	background-color: #f8f8f8;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 1px solid #e8e8e8;

}
.pagenavi a {
	text-decoration: none;
	color: #666666;
}
.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:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
        
}
.notice-success .message, .notice-info .message, .notice-error .message {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.notice-success a, .notice-info a, .notice-error a {
	color: #003366;
}
.notice-success {
	border: 1px solid #FFCC66;
	background-color: #FFFFE1;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.notice-info {
	border: 1px solid #0066CC;
	background-color: #F0F8FF;
	background-image: url(../images/information.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.notice-error {
	border: 1px solid #CC0000;
	background-color: #FFF2F2;
	background-image: url(../images/warning_16.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.status-green {
	color: #339900;
}
.status-red {
	color: #CC0000;
}
.status-blue {
	color: #0066CC;
}
/*
------------------------------------------- 
   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;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
}
.footer a {
	color: #333333;
}
/*
------------------------------------------- 
   Plans Upgrade and Downgrade
--------------------------------------------
*/
.plans {
	font-size: 14px;
	line-height: 1.4em;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.plans .signup a {
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	display: block;
	background-image: url(../images/red-grad.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #D00007;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.plans .signup2 a {
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	display: block;
	background-image: url(../images/lightgrey-grad.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F5F5F5;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
	border: 1px solid #CCCCCC;
	width: 150px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.plans li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.plans ul {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.plans h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	padding: 0px;
	color: #222222;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.plans h3 {
	font-size: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.plans h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #336699;
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.plans .selected {
	border: 1px solid #FFCC00;
	width: 250px;
	text-align: center;
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-image: url(../images/gradient-light.png);
	background-repeat: repeat-x;
	background-color: #FFFF99;
	font-size: 1.1em;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:0 4px 28px #cccccc;
	background-position: top;
}
.plans .selected li {
	border-bottom-color: #FFCC00;
	padding-top: 4px;
	padding-bottom: 4px;
}
.plans .normal {
	background-color: #FCFCFC;
	border: 1px solid #cccccc;
	width: 230px;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/gradient-light.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	background-position: top;
}
.plans .curveleft {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
}
.plans .curveright {
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-radius-topright:4px;
	-webkit-border-radius-bottomright:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.plans_faq {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color: #f4f4f4;
	border: 1px solid #e8e8e8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}
.plans_faq strong {
	display:block;
	font-size:13px;
	margin-bottom:20px;
}
.plans_faq p {
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
	padding-bottom:15px;
}
.tutorials {
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 20px;
	color: #333333;
}
.tutorials td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.tutorials a {
	color: #333333;
}
.tutorials img {
	margin-right: 10px;
	height: 77px;
	border: 3px solid #e8e8e8;
	width: 100px;
	float: left;
	background-color: #CCCCCC;
	padding: 1px;
}
.tutorials h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 1.3em;
}

.progressbar{
    border:1px solid #ABABAB;
    padding:0;
    width:100%;
    overflow: hidden;
    position: relative;
}
.progressbar-inner{
    background-color:#D3D3D3;
    width: 0;
    height:20px;
}
.progressbar-inner-text{
    position:absolute;
    text-align:center;
    top:0;
    width:100%;
    color:#ABABAB;
}

#referrer_pie_chart,#browser_pie_chart,#subcampaign_pie_chart,#adgroup_pie_chart,#adname_pie_chart,#keyword_pie_chart{
    float: left;
}
.pie_chart ul{
    list-style: none outside none;
    margin:0;
    margin-left: 1em;
    padding: 0;
    text-align: left;
    line-height: 14px;
    color: #000000;
    font-family: arial,verdana,sans-serif;
    font-size: small;
}
.pie_chart ul li {
    font-size: 90%;
    margin: 0 0 6px;
    padding: 0 0 0 1.1em;
    position: relative;
    width: 100%;
}
.pie_chart ul li .legend {
    height: 0.8em;
    left: 0;
    position: absolute;
    top: 0.2em;
    width: 0.8em;
    background-color: #EA591A;
}


#showOptions .multiSelect{
    border: 1px solid #CCCCCC;
    -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
}

.error{
    color: #CC0000;
}