/*
  Project: G2 / Account

  Key	Title
  [W]	Wrapper(s)
  [G]	Global
  [T]	Typography
  [H]	Header
  [N]	Navigation
  [B]	Banner
  [C]	Content
  [S]	Side Navigation
  [V]	Views
  [F]	Footer
  [M]	Miscellaneous
*/

html, body, #wrapper {
	height: 100%;
}

body {
	background: #292929;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
}

#content_wrapper {
	min-height: 100%;
	clear: both;
	background: #fff url('../images/sidebar_bg.png') repeat-y 0 0;
	position: relative;
}

#sidebar {
	width: 208px;
	float: left;
	overflow: hidden;
	padding-left: 42px;
	padding-top: 25px;
}

strong {
	font-weight: bold;	
}

.container p {
	line-height: 20px;
	margin-bottom: 20px;	
}

/* [H] Header */

#logo {
  width: 179px;
  height: 51px;
  display: block;
  background: url('../images/vidaroologo.png');
  margin-bottom: 17px;
}

#account_bar_dropshadow {
	height: 20px;
	background: url('../images/accountbar/account_bar_dropshadow.png') repeat-x;
	position: absolute;
	top: 29px;
	left: 0px;
	width: 100%;
	z-index: 5;
}

/* [V] Redirect */

#redirect {
	position: absolute;
	right: 15px;
	width: 200px;
	padding-left: 15px;
	text-align: right;
	background: url('../images/redirect_left.png') no-repeat bottom left;
}

#redirect_wrapper {
	padding-right: 15px;
	background: url('../images/redirect_right.png') no-repeat bottom right;
}

#redirect_inner {
	background: url('../images/redirect_bg.png') repeat-x bottom;
}

#redirect_msg {
	font-size: 11px;
	color: #878787;
	padding: 8px 0 6px 0;
}

#redirect_appname {
	padding-bottom: 15px;
}

#redirect_appname span {
	color: #046FAF;
	margin: -1px 0 0 6px;
	font-size: 18px;
	text-transform: uppercase;
	background: url('../images/redirect_symbol.gif') no-repeat center left;
	padding-left: 25px;
}

/* [C] Content */

#content {
	padding: 20px;
	color: #686868;
	padding-top: 40px;
	overflow: hidden;
}

/* [G] Global */

.display_none {	display: none; }
.clear { clear: both; }

.message, .error, .notice {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	font-size: 11px;
	line-height: 15px;
	padding: 8px;
	margin: 15px;
}

.message {
	background: url('../images/theme/message_bg.png');
}

.notice {
	border: 2px solid #C1272D;
	background-color: #FAE6E8;
	color: #E64A33;
}

.error {
	border: 1px solid #CD0A0A;
	background: url('../images/theme/error_bg.png') repeat-x 50% 0%;
}

h2.heading_med {
	font-size: 30px;
	color: #686868;
	margin-bottom: 40px;
	border-bottom: 3px double #ebebeb;
	height: 30px;
	position: relative;
}

h2.heading_small {
	font-size: 20px;
	color: #686868;
	margin-bottom: 26px;
	border-bottom: 3px double #ebebeb;
	height: 20px;
	position: relative;
}

h2 .header_indent {
	background-color: white;
	position: absolute;
	padding: 0px 7px 5px 0px;
	top: 5px;
	left: 0px;
}

/*  If you have elements that want to appear in the header, wrap them in this */
.header_button {
	float:right;
	margin-top: -60px;
}

.fancy_button {
	position: relative;
	display: inline-block;
	padding: 0px 15px;
	height: 36px;
	vertical-align: middle;
}

.fancy_button button,
.fancy_button input,
.fancy_button a {
	/* Ensuring a real reset */
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
	width: auto !important;
	background: none !important;
	cursor: pointer;
	padding-bottom: 5px !important;
	vertical-align: middle;
	line-height: 33px;
	text-decoration: none;
	height: 36px;
	font-size: 16px;
	font-family: 'Arial';
	color: #fff !important;
	display: inline-block;
}

.fancy_button .button_blue_left,
.fancy_button .button_blue_right {
	position: absolute;
	top: 0px;
	width: 15px;
	height: 36px;
}

.fancy_button .button_blue_middle {
	background: url('../images/global/buttons/blue/button_blue_middle.png') repeat-x;
	display: inline-block;
	height: 36px;
}

.fancy_button .button_blue_left {
	background: url('../images/global/buttons/blue/button_blue_left.png') no-repeat;
	left: 0px;
}

.fancy_button .button_blue_right {
	background: url('../images/global/buttons/blue/button_blue_right.png') no-repeat;
	right: 0px;
}

/* [N] Nav */

#nav {
	padding-left: 7px;
}

#nav li {
	margin: 0 0 11px;
	background-color: #1b1b1b;
	float: left; 
	clear: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#nav li a {
	display: inline-block;
	padding: 6px 14px;
	white-space: nowrap; /* lte IE 7 wraps without this. */
	font-size: 14px;
	font-weight: bold;
}

#nav li.active {
	padding-bottom: 4px;
}

#nav li.active a {
	color: #7e7e7e;
	padding-bottom: 2px;
	text-decoration: none;
}

#nav ul.active_sub {
	padding: 0 11px 3px;
}

#nav ul.active_sub li {
	display: list-item;
	float: none;
	background: transparent url('../images/bullet_square_blue.png') no-repeat scroll 2px 7px;
	margin: 0;
	padding: 3px 0 0 13px;
}

#nav ul.active_sub li a {
	color: #2580be;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}

#nav ul.active_sub li a:hover {
	text-decoration: underline;
}

#nav ul.active_sub li.active {
	background: transparent url('../images/bullet_square_gray.png') no-repeat scroll 2px 7px;
}

#nav ul.active_sub li.active a {
	text-decoration: none;
	color: #7e7e7e;
}


/* [T] Typography */

body, select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link, a:hover, a:visited {
  color: #066ED6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.message a, .message a:hover {
	color: white;
}

.error a, .error a:hover {
	color: white;
}

.notice a, .notice a:hover {
	color: #AB3726;
}

/* [F] Form elements */

.form {
	color: #979797;
}

.form_separator {
	position: relative;
	margin: -8px 0 24px 0;
}

.form_separator_right {
	margin-left: 174px;
	width: 390px;
}

.form_separator .separator_line {
	height: 9px;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 3px double #ebebeb;
	width: 100%;
}

.form_separator .separator_text {
	color: #686868;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	width: 210px;
	padding: 0 10px;
	margin: 35px auto 25px;
	background: #fff none;
	position: relative;
	z-index: 10;
}

.form .field_format {
	border: 2px solid #f1f1f1;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	vertical-align: middle;
}

.form .field_format input {
	float: left;
}

.form select,
.form input[type=text],
.form input[type=password],
.form textarea,
.form button {
	vertical-align: middle;
	border: 1px solid #d9d9d9;
	padding: 7px;
	display: inline-block;
	font-size: 18px;
	width: 370px;
	height: 24px;
	background: url('../images/theme/form/form_input_bg.png') repeat-x;
}

.form select {
	height: auto;
}

.form textarea {
	vertical-align: text-top;
	background-color: #fdfdfd;
}

.form input {
	width: 370px;
	margin: 0px;
}


.form legend {
	display: none;
}


.form dl {
	overflow: hidden;
	margin-bottom: 15px;
}

.form dl dt {
	display: inline;
}

.form dl dd, .form dl dd.text {
	display: inline;
	overflow: hidden;
	vertical-align: middle;
	font-size: 18px;
}

.form dl dt label, .form dl dt.text {
	width: 150px;
	line-height: 22px;
	margin-right: 10px;
	font-size: 18px;
	padding: 7px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.form dl label:after {
	content: ":";
}

.form dl dt.text:after {
	content: ":";
	color: #FFFFFF;
}

.form .form_end {
	display: block;
	border-top: 3px double #ebebeb;
	margin-left: 175px;
	width: 390px;
	padding-top: 20px;
}

.form .form_empty {
	display: block;
	margin-left: 175px;
	padding-left: 5px;
}

/* [F] Footer */

#footer {
	overflow: hidden;
	clear: both;
	margin-top: 50px;
	margin-left: 3px;
	font-size: 10px;
	color: #535353;
	margin-left: 12px;
	line-height: 30px;
}

#footer a {
	color: #535353;
}

#nav_sub_help {
	display: block;
	float: left;
	background: url('../images/theme/footer_cp_bg.png') no-repeat 0px 4px;
	height: 25px;
	width: 25px;
}

/* [I] Icons */
.action_icon {
	width: 25px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
}
.action_icon div, .action_icon a {
	height: 100%;
	width: 100%;
	display: block;
	background: url('../images/theme/action_icon_sprite.png');
}
.action_icon .add {
	background-position: -33px 0px;
}
.action_icon .checked {
	background-position: -3px 0px;
}
.action_icon .delete {
	background-position: 0px -30px;
}
.action_icon .edit {
	background-position: -30px -30px;
}
.action_icon .view {
	background-position: -0px -60px;
}

/* [P] Login */

#login_account_message {
	margin-top: 50px;
	text-align: center;
}

/* [P] Accounts */

#account_list .app_header {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 12px;
	position: relative;
	border-bottom: 3px double #ebebeb;
	height: 30px;

}

#account_list .app_header .header_indent {
	padding-left: 25px;
}

#account_list .icon_box {
	height: 20px;
	width: 20px;
	position: absolute;
	top: 2px;
	left: 0px;
	background-color: #2580be;
	display: block;
	overflow: hidden;
}

#account_list .enterprise .icon_box {
	background-color: #7e5d97;
}

#account_list .admin .icon_box {
	background-color: #209501;
}

ul.account_list {
	overflow: hidden;
	margin-bottom: 10px;
}

ul.account_list li {
	width: 24.99%; /* Stupid IE Rounding error */
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

#account_list .gradient_wrapper {
	width: 150px;
	margin: 0px auto;
	height: 50px;
	background: url('../images/account_list/gradient_wrapper.png');
}

#account_list .top_gradient,
#account_list .bottom_gradient {
	height: 25px;
	width: 150px;
	margin: 0px auto;
}

#account_list .top_gradient {
	background: url('../images/account_list/top_gradient.png');
}

#account_list .bottom_gradient {
	background: url('../images/account_list/bottom_gradient.png');
}

ul.account_list li a {
	display: block;
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
	height: 100%;
	position: absolute;
	top: 19px;
	left: 24px;
	width: 74%;
}

/* [M] DATATABLES */

div.dataTables_wrapper {
	border: none;
	position: relative;

}

/* Datatables - Classes called from JS */

.dataTables_odd {
	background-color: #f5f5f5;
}

.dataTables_even {
	background-color: #fff;
}

/* DATATABLES: TOP DIV */

div.dataTables_top_wrapper {
	clear: both;
	overflow: hidden;
	margin-bottom: -3px;
	position: relative;
	display: none;
}

div.dataTables_filter {
	background: transparent url('../images/global/datatable/dataTables_filter_bg.png') no-repeat top;
	border-bottom: 3px solid #edecec;
	float: left;
	padding-top: 2px;
	width: 239px;
}

div.dataTables_filter input {
	background: url('../images/global/datatable/dataTables_filter_input_bg.png') no-repeat 2px center;
	border: none;
	padding-left: 25px;
	height: 22px;
	line-height: 22px;
	width: 212px;

}

/* DATATABLES: THE TABLE */

div.dataTables_table_wrapper {
	background-color: #edecec;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.dataTables_table_wrapper_inner {
	border: 1px solid #d7d7d7;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	position: relative;

}

div.dataTables_table_wrapper_inner div.dataTables_processing {
	position: absolute;
	top: -30px;
	right: -3px;
	width: 250px;
	margin-left: 0px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

div.dataTables_table_wrapper table td.preloading {
	height: 200px;
	text-align:center;
	background: #fff url('../images/global/datatable/loading_large.gif') no-repeat center center !important;
}

div.dataTables_table_wrapper table {
	width: 100%;
	color: #999999;
}

div.dataTables_wrapper table th:first-child {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

div.dataTables_wrapper table th:last-child {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-right: 1px solid #fff;
}

div.dataTables_wrapper table th {
	color: #6e6e6e;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #a5a5a5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-image: url('../images/global/datatable/dataTables_th_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f7f7f7;
	cursor: pointer;
	padding: 17px 10px 7px 15px;
}

div.dataTables_wrapper table th div {
	position: relative;
	padding-right: 15px;
}

div.dataTables_wrapper table tbody tr td:first-child {
	background-image: url('../images/global/datatable/dataTables_td_first_bg.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	color: #6e6e6e;
	font-weight: bold;
	border: none;
}

div.dataTables_wrapper table td {
	padding: 12px 10px 12px 15px;
	vertical-align: middle;
	font-size: 12px;
	border-left: 1px solid #e2e2e2;
}

/* DATATABLES: BOTTOM DIV */

div.dataTables_bottom_wrapper {
	clear: both;
	overflow: hidden;
	color: #898989;
	font-size: 10px;
	line-height: 25px;
	display:none;
}

div.dataTables_bottom_wrapper div.dataTables_length,div.dataTables_bottom_wrapper div.dataTables_info, div.dataTables_bottom_wrapper div.dataTables_paginate {
	padding: 5px 0px;
	margin: 0px;
}

div.dataTables_bottom_wrapper div.dataTables_length {
	float: left;
	padding-left: 20px;
}

div.dataTables_bottom_wrapper div.dataTables_info {
	margin-left: 10px;
	float: left;
}

div.dataTables_bottom_wrapper div.dataTables_paginate {
	float: right;
	padding-right: 0px;
}

/* DATATABLES: PAGINATION */

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 23px;
	width: 23px;
	margin-left: 3px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
}

.paginate_enabled_previous {
	background-image: url('../images/global/datatable/dataTables_paginate_left_enabled.png');
}

.paginate_enabled_next {
	background-image: url('../images/global/datatable/dataTables_paginate_right_enabled.png');
}

.paginate_disabled_previous {
	background-image: url('../images/global/datatable/dataTables_paginate_left_disabled.png');
}

.paginate_disabled_next {
	background-image: url('../images/global/datatable/dataTables_paginate_right_disabled.png');
}

/* DATATABLES: Sorting */

div.dataTables_wrapper table th.no_sort span.sort_icon {
	display: none;
}

div.dataTables_wrapper table th span.sort_icon {
	display: block;
	height: 16px;
	width: 9px;
	text-indent: -99999px;
	overflow: hidden;
	background-image: url('../images/global/datatable/dataTables_sort_icons.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}

div.dataTables_wrapper table th.sorting_desc span {
	background-position: -9px 0px;
}

div.dataTables_wrapper table th.sorting_asc span {
	background-position: -18px 0px;
}

/* [M] MODULE: platform_notify */

#purr-container {
	position: fixed;
	z-index: 10000;
	top: 20px;
	right: 20px;
}

.platform_notify {
	position: relative;
	margin: 8px 10px 8px 0px;
	width: 275px;
}

.platform_notify .notify_body {
	padding: 10px;
	border: 1px solid #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #303030;
	min-height: 50px;
}

.platform_notify .notify_body p {
	color: #b5b5b5;
	padding-right: 15px;
	font-size: 14px;
	line-height: 17px;
}

.platform_notify h3 {
	font-size: 20px;
	color: #fbfbfb;
	text-transform: none;
	font-weight: normal;
	position: relative;
	padding: 3px 0px 6px 40px;
}

.platform_notify span.icon {
	background: url('../images/ui/platform_notify/notification_sprite.png') no-repeat;
	height: 35px;
	width: 32px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.platform_notify .close	{
	background: url('../images/ui/platform_notify/notification_sprite.png') no-repeat;
	background-position: -103px 0px;
	position: absolute;
	text-indent: -99999px;
	top: -7px;
	right: -7px;
	display: block;
	width: 35px;
	height: 32px;
	overflow: hidden;
}

.platform_notify .failure span.icon {
	background-position: -36px 0px;
}

.platform_notify .success span.icon {
	background-position: -68px 0px;
}

.platform_notify .default span.icon {
	background-position: -3px 0px;
}

