
/*
(c) 2010 Copyright Shiny Inc.
*/
body {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	background: #E6E6E6 url(/assets/images/v2/background.png) repeat-x;
	width: 980px;
}
body.w1200 {
	width: 1180px;
}
table td {
	vertical-align: top;
}
label {
	font-weight: normal;
	color: #474747;
}
li {
	list-style: square;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
form input[type="text"], form input[type="password"], form textarea {
    border: 1px solid #a2bbce;
    padding: 5px 4px;
    margin-bottom: 10px;
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;	
	border-radius: 4px;
}
form input[type="text"]:hover, form input[type="password"]:hover, form textarea:hover {
    border: 1px solid #4E74A1;
}
form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus {
    border: 1px solid #4E74A1;
}
form textarea {
	resize: vertical;
}
form select {
	margin-bottom: 10px;
}
a img {
	border: none;
}
a {
	color: #005596; /*#2d69a7; *//*#87BE47;*/
	font-weight: normal;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
#header {
	position: relative;
	margin-top: 6px;
	width: 850px;
	height: 64px;
	padding: 45px 0 0 130px;
	background: url(/assets/images/v2/menu.png) no-repeat;	
}
body.w1200 #header {
	background: url(/assets/images/v2/menu_1180.png) no-repeat;
	width: 1050px;	
}
#header2 {
	position: relative;
	margin-top: 6px;
	width: 850px;
	height: 64px;
	padding: 45px 0 0 130px;
	background: url(/assets/images/v2/menu2.png) no-repeat;	
}
body.w1200 #header2 {
	background: url(/assets/images/v2/menu2_1180.png) no-repeat;
	width: 1050px;	
}
#header2 a.logo {
	position: absolute;
	top: 6px;
	left: 30px;
}
.content {
	margin-top: 6px;
	width: 978px;
	background: white;
	border: 1px solid #D3D3D3;
	padding: 0;
}
body.w1200 .content {
	width: 1178px;
}
.rounded {
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;	
	border-radius: 4px;
}

.footer {
	text-shadow: 1px 1px 5px #FFF;
	margin: 10px 0;
	border-top: 1px solid #dbdbdb;
	padding: 8px 0;
	font-size: 11px;
	color: #999999;
}
.tab_nav {
	float: left;
	width: 240px;
	height: 100% !important;
	padding-top: 0px;
	border-right: 1px solid #F8F8F8;	
}
.tab_nav a {
	font-size: 12px;
	background: transparent url(/assets/images/v2/li_arrows.png) no-repeat 217px 0px;
	border-bottom: 1px solid #E5E5E5;
	color: #787C80;
	display: block;
	padding: 9px 0 9px 13px;
	text-shadow: 1px 1px white;
	text-decoration: none;
}
.tab_nav a:hover {
	background-position: 217px -69px;
	text-decoration: none;
	color: #005596;
}
.tab_nav .active {
	background-position: 217px -33px;
	color: #000;
	font-weight: bold;
}
.tab_nav a.down {
	background-image: url(/assets/images/v2/li_arrows_down.png);
}
.hdr {
	background: transparent url(/assets/images/v2/li_active.png) repeat-x;	
	font-weight: bold;
	color: #686868;
	text-shadow: 1px 1px white;
	display: block;
	padding: 9px 0 9px 13px;
	border-bottom: 1px solid #E5E5E5;
}
.tab_details {
	border-left: 1px solid #F8F8F8;
	float: left;
	width: 696px;
}
body.w1200 .tab_details {
	width: 896px;
}
.tab_nav .tab_text {
	padding: 9px 13px;
}
.title {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #D3D3D3;
}

.edit_table td {
	padding-bottom: 2px !important;	
	text-align: left;
}
.edit_table label {
	padding-right: 20px !important;
	width: 166px;
	display: block;
}

.button {
	cursor: pointer;
	text-transform: uppercase;
	padding: 6px 12px !important;
	border: 1px solid #888;
	background: url(/assets/images/v2/button_bg.png) repeat-x 0 0 !important;
	color: #FFFFFF !important;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
	text-shadow: none !important;
}
.button:hover {
	border-color: #333333;
	background-position: 0px -45px !important;
	text-decoration: none;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;	
}

.tab_nav a.button {
	display: inline;
	background-position: 0 0;
}
.tab_nav a.button:hover {
	background-position: 0 0;
}
.tab_nav .nav_tab_button {
	padding: 8px 8px 20px 8px;
	display: block;
}
.tab_nav .nav_tab_selector_div {
	padding: 8px 8px;
	clear: both;
}

#edit_zone .edit_table {
/*	width: 100%;*/
}
.required {
	color: #FF0000 !important;
	padding-left: 6px;
}
.required_div {
	font-size: 10px;
	color: #808080;
	font-style: italic;
}
#confused_inner_div table {
	width: 100%;
}
#confused_inner_div td {
	width: 33%;
	vertical-align: top;
	border: 1px solid #dddddd !important;
	background-color: #f8f8f8;
}
#confused_inner_div h2 {
	font-size: 12px;
	color: #f8f8f8;
	background-color: #222222;
	padding: 8px;
	margin: 0;
}
#confused_inner_div h4 {
	padding: 8px;
	margin: 0;
}
#confused_inner_div p {
	padding: 8px;
	margin: 0;
}

#facebox .footer {
	border: none;
}

.matrix_border {
/*
	border: 1px solid #eeeeee;
*/
/*
	-moz-border-radius: 2px;	
	-webkit-border-radius: 2px;	
	border-radius: 2px;	
*/	
}
.matrix tr {
	border-bottom: 1px solid #808080;
}
.matrix th {
	color: #FFFFFF;
	font-weight: bold;
	background: #1e669c; /*#2d69a7;*/ /*#819E45;*/ /*#80b080;*/
	text-align: left;
	text-transform: capitalize;
}
.matrix th.command {
/*	background-color: #FFFFFF !important;*/
}
.matrix .first {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;	
	border-top-left-radius: 4px;

	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;	
	border-bottom-left-radius: 4px;
}
.matrix .last {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;

	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.matrix th.action {
	padding: 6px 10px;
	text-shadow: #666 1px 1px 2px;	
}
.matrix th a {
	padding: 6px 10px;
	background: #1e669c; /*#2d69a7;*/ /*#819E45;*/ /*#80b080;*/
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	white-space: nowrap;
}
.matrix th a:hover, .matrix th a.selected:hover {
	text-decoration: none;
	background-color: #474747;
}
.matrix th a.selected {
	background: url(https://shinyads.s3.amazonaws.com/down.gif) no-repeat 12px 6px;
	padding-left: 26px;
}
.matrix td {
	padding: 6px 10px;	
}
.matrix .odd td {
	background: #f6f6f6;
}
.matrix tr:hover td {
	background: #eeeeee;
}
table.zone_info_div {
	width: 100%;
}

.user_info {
	text-shadow: 1px 1px 5px #FFF;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;
	color: #999999;
}
.user_info a {
	font-weight: normal;
	margin: 0;
	font-size: 10px;
	text-shadow: none;
	text-decoration: none;
	color: #005596;
}
.user_info a:hover {
	text-decoration: underline;
}
.inner {
	padding: 20px 20px;
}
.actions {
	white-space: nowrap;
	text-align: right;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.tab_short {
	width: 150px !important;
}
.tab_long {
	width: 786px !important;
}
body.w1200 .tab_long {
	width: 986px !important;
}
.tab_short a {
	background-position: 127px 0px !important;
}
.tab_short a:hover {
	background-position: 127px -69px !important;
}
.tab_short .active {
	background-position: 127px -33px !important;
}

.code {
/*	margin-top: 20px;*/
	font-size: 11px;
	overflow: auto;
/*	white-space: nowrap;*/
	font-family: courier;
	border: 1px solid #333333;
	padding: 10px;
	background-color: #f7ffa5;	
}
.icon_delete {
	background: transparent url(/assets/images/v2/icons.png) -60px 0px;
}

/* dashboard */
.collumn {
	float: left;
	width: 49%;
	text-align: left;	
}
.mid_col {
	float: left;
	width: 2%;
}
.timeframe {
	text-align: right;
	font-size: 12px;
	vertical-align: top;
}
.timeframe form {
	margin: 0;
	padding: 0;
}
.timeframe select {
	font-size: 11px;
}

.activity {
	clear: both;
	margin-bottom: 8px;
	border-bottom: 1px dashed #f8f8f8;
}
.activity .icon {
	display: block;
	width: 30px;
	float: left;
	vertical-align: middle;
	position: relative;
}
.activity .desc {
	display: inline;
	color: #222222;
	font-size: 12px;
}
.activity .date {
	display: inline;
	color: #808080;
	font-style: italic;
	font-size: 11px;
	padding-left: 10px;
	white-space: nowrap;
}

.revenue {
	font-size: 12px !important;
}

.message {
	font-weight: bold;
	margin: 10px 0;
	overflow: hidden;
	padding: 10px 15px 10px 40px;
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;	
	border-radius: 4px;	
}
.message.warning {
	background: #FEFDE2 url(/assets/images/v2/warning.gif) no-repeat 12px 12px;
	border: 1px solid #E5E181;
	color: #666;
}
.message.info {
	background: #ECF9FF url(/assets/images/v2/info.gif) no-repeat 12px 12px;
	border: 1px solid #BBDBE0;
	color: #0888C3;
}
.message.success {
	background: #EDFBD8 url(/assets/images/v2/success.gif) no-repeat 12px 12px;
	border: 1px solid #BFDE84;
	color: #508600;
}
.message.error {
	background: #FFECCE url(/assets/images/v2/error.gif) no-repeat 12px 12px;
	border: 1px solid #E9C59B;
	color: #E3302C;
}
.message .close {
	background: transparent url(/assets/images/v2/close.png) no-repeat 0px 0px;
	cursor: pointer;
	display: block;
	float: right;
	height: 16px;
	margin-top: 2px;
	opacity: 0.7;
	width: 16px;
}
.message .close:hover {
	-moz-opacity: 1;
	opacity: 1;
}
.message p {
	margin: 0;
	display: block;
	float: left;
	padding: 0px;
	width: 93%;
}

#more_news_button button {
	font-size: 10px;
}
#menu a {
	font-size: 14px;
	margin: 0 15px;
	color: #BBBBBB;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
}
#menu a:hover, #menu a.selected {
	color: #FFF;
}

#certifications {
	padding: 10px 0;
	text-align: center;
}
#certifications ul {
	clear: both;
	display: table;
	list-style: none;
	margin: 20px auto;
	padding: 0px;
}
#certifications li {
	list-style: none;
	display: table-cell;
	padding: 0px 15px;
	text-align: center;
	vertical-align: middle;
}
#certifications a {
	color: #999;
}
