/* Credits

Style by Myjive / www.myjive.net

-----------------------------------------------------------*/

@import "../css/forms.css";


/* Main Containers
-----------------------------------------------------------*/

html, body, table {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #4D4D4D;
}

body {
	background-color: #E8EBEF;
	margin: 0;
	padding: 0 80px;
	text-align: center;
}

#wrapper {
	display: block;
	min-width: 840px;
	padding: 0 30px 30px 30px;
	margin: 0 auto;
	background: #fff;
}

#loginWrapper {
	display: block;
	width: 480px;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
}


/* positioning
--------------------------------------------------------*/	

div.right, p.right, span.right, ul.right { float: right; }
div.left, p.left, span.left, ul.left { float: left; }
div.center, p.center { text-align: center; }
img.right { float: right; border: 0; }
img.left { float: left; border: 0; }


/* basic typography
--------------------------------------------------------*/	
p {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px 0; 
	padding: 0;
}

code, pre {
	font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	font-weight: normal;
	font-size: small;
}

h1, h2, h3, h4, h5 { 
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
	color: #105175;
}
h1 { font-size: 20px; line-height: 24px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; font-weight: bold; }
h5 { font-size: 10px; font-weight: bold; }

sup { font-size: 70%; }

h2.list {
	margin-top: 15px;
	font-weight: bold;
}


/* links/images
--------------------------------------------------------*/	

a { color: #29ABE2; text-decoration: none; }
a:hover { color: #1884AA; text-decoration: underline; }
img { border: 0; }


/* default ordered/unordered lists
--------------------------------------------------------*/	

ol, ul { 
	margin: 0; 
	padding: 0;
	list-style: none;
	list-style-image: none; 
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px 0; 
	padding: 0 40px;
}

li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	list-style-image: none; 
	font-size: 11px;
	line-height: 16px;
	padding: 3px 0;
}


/* tables
------------------------------------------*/
table { font-size: 11px; line-height: 14px; }
td { padding: 12px 15px; margin: 0; }
th, td { vertical-align: top; text-align: left; }

th.right, td.right { text-align: right; }
th.center, td.center { text-align: center; }
th.middle, td.middle { vertical-align: middle; }
th.bottom, td.bottom { vertical-align: bottom; }


/* header
--------------------------------------------------------*/	
#loginHeader {
	padding: 80px 0 40px 0;
	margin: 0 auto;
}

#header {
	height: 115px;
	padding:0;
	margin: 0 auto;
	text-align: left;
}

#header .headerImage { padding: 30px 0; }

.headerNav {
	clear: both;
	display: block;
	float:right;
	height:75px;
	text-align:left;
	margin:0; padding:0;
}

.headerNav ul {margin:0; padding:0;}

.headerNav ul li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

.headerNav ul li a {
	float: left;
	color: #39B54A;
	padding: 45px 15px 30px 15px;
}

.headerNav ul li a:hover {
	color: #105175;
	text-decoration: none;
}

.headerNav ul li.selected a { font-weight: bold; }

.headerNav ul li.login a {
	color: #fff;
	width:35px;
	background-image: url(../images/login.gif);
	background-repeat: no-repeat;
}

.headerNav ul li.logout a {
	background-image: url(../images/logout.gif);
	background-repeat: no-repeat;
	background-position: 3px 0; 
}


/* tab navigation
--------------------------------------------------------*/	
#nav {
	clear:both;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#tabContainer {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 auto;
}

#tabContainer ul {
	margin: 0; padding: 0;
}

#tabContainer ul li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

#tabContainer ul li a {
	float: left; /* for IE6 */
	font-size: 12px;
	font-weight: normal;
	padding: 6px 25px 6px 25px;
	margin: 0;
	color: #fff;
	background:#105175;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#tabContainer ul li.left a { border-left: none; }
#tabContainer ul li.right a { border-right: none; }


#tabContainer ul li a:hover {
	background:#106898;
	color: #fff;
	text-decoration:none;
}

#tabContainer ul li.selected a {
	background: #B6DDB6;
	color: #009245;
	text-decoration:none;
}


/* sub and third tab containers
-----------------------------------------------------------*/
#subTabContainer, #thirdTabContainer {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background-color: #B6DDB6;
}

#subTabContainer ul, #thirdTabContainer ul {margin: 0; padding-left: 5px; }

#subTabContainer ul li, #thirdTabContainer ul li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

#subTabContainer ul li a {
	float: left; /* for IE6 */
	font-size: 12px;
	font-weight: normal;
	padding: 6px 25px 6px 25px;
	margin: 10px 1px -1px 1px;
	color: #29ABE2;
	background:#DFF7DF;
}

#subTabContainer ul li a:hover, #subTabContainer ul li.selected a {
	background: none;
	background-color: #E6EEFC;
	text-decoration:none;
	color: #4D4D4D;
}

#thirdTabContainer {
	background-color: #E6EEFC;
}

#thirdTabContainer ul li a {
	float: left; /* for IE6 */
	font-size: 12px;
	font-weight: normal;
	padding: 6px 25px 6px 25px;
	margin: 10px 1px -1px 1px;
	color: #29ABE2;
	background-color: #FFF;
}

#thirdTabContainer ul li a:hover, #thirdTabContainer ul li.selected a {
	background: none;
	background-color: #F7F7F7;
	text-decoration:none;
	color: #4D4D4D;
}


/* main content columns
-----------------------------------------------------------*/
#main {
	clear: both;
	padding-top: 15px;
	margin: 0 auto;
	background: #fff;
	text-align:left;
}

#login {
	clear: both;
	padding: 30px;
	margin: 0 auto;
	border: 1px solid #ccc;
	text-align:left;
	background-color: #E6EEFC;
}

#login p {
	line-height: 16px;
	margin: 0 0 12px 0; 
}

div.content {
	clear: both;
	margin: 0 auto;
	padding: 10px 12px;
	background-color: #F7F7F7;
}


/* description
--------------------------------------------------------*/
#description {
	display: block;
	clear:both;
	margin: 0;
	padding: 10px 15px; 
	background-color: #B6DDB6;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

#description.none { height: 10px; padding: 0; }
#description.second { background-color: #E6EEFC; }
#description.second.none { background-color: #E6EEFC; }
#description.third { background-color: #F7F7F7; }
#description.third.none { background-color: #F7F7F7; }

#description table {
	width: 100%;
	font-size: 14px; 
}
#description table td { padding: 0; }

#description h3 { font-size: 16px; font-weight: bold; }
#description h3 span { color: #4D4D4D; font-size: 12px; font-weight: normal; }
#description p { font-size: 12px; margin: 0; }

a.button {
	font-size: 12px;
	padding: 5px 17px;
	color: #fff;
	background: #39B54A;
}

a.button:hover {
	color:#fff;
	background: #1cd135;
	text-decoration: none;
}


/* list of things (items)
------------------------------------------*/

table.list { width: 100%; min-width: 840px; }

table.list tr.alert th { background-color: #bf1e2e; }
table.list tr td.alert { color: #bf1e2e; font-weight: bold; }

table.list th { 
	vertical-align:bottom;
	padding: 8px 12px 10px 12px; 
	font-weight: bold; 
	background-color: #3488A5; 
	color: #FFF; 
}
table.list th.toggleUp {
	padding-left: 25px;
	background: #3488A5 url(../images/arrowToggleUp.gif) 15px 16px no-repeat;
}

table.list th.toggleDown {
	padding-left: 25px;
	background: #3488A5 url(../images/arrowToggleDown.gif) 15px 16px no-repeat;
}
table.list th a { color: #ADD0E0; }

table.list td { padding: 10px 12px 12px 12px; }
table.list td { border-right: 1px solid #fff; }
table.list td.actions { z-index: 0;}
table.list td h3 { color: #4D4D4D; }


/* customize view tab
--------------------------------------------------------*/
.viewWrapper {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	margin: 0;
	border-bottom: 5px solid #3488A5;
	position: relative;
}

.viewCustomize {
	display: block;
	width: 195px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.viewCustomize a {
	display: block;
	float: right;
	height: 35px;
	width: 175px;
	padding-left: 20px;
	font-size: 11px;
	color: #fff;
	position: absolute;
	bottom: 0px;
}

.viewCustomize a.open { background: #3488A5 url(../images/icons/customize-up.gif) 156px 11px no-repeat; }
.viewCustomize a.closed { background: #3488A5 url(../images/icons/customize-down.gif) 156px 11px no-repeat; }

.view { width: 76%; position: relative; }
.view p { font-size: 12px; }
.view p, .viewCustomize a { padding-top: 10px; }


/* customize options
--------------------------------------------------------*/
div.options {
	clear: both;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #3488A5;
	text-align: left;
}

div.options table {
	background: #3488A5;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	width:100%;
	color: #fff;
	z-index: 0;
}
div.options table tr td { padding: 20px; width: 33%; text-align: left; }
div.options table tr td h3 { color: #fff; }
div.options table tr td p { margin-bottom: 10px; }
div.options table tr td.leftBorder { border-left: 1px solid #ADD0E0; }
div.options table tr td.bottomBorder { border-bottom: 1px solid #ADD0E0; }
div.options table tr td.arrow { padding-left: 30px; background: url(../images/option-arrow.jpg) no-repeat; background-position: 0 30px; }

div.options div.action { margin: 0; padding: 20px; background: #ADD0E0; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
div.options div.action input {
	color: #0071BC;
	background: #E6EEFC;
}
div.options div.action input:hover { background: #E4EAF4; }


/* Items
--------------------------------------------------------*/

div.currentItem { clear: both; background: #DFF7DF; }
div.currentItem table { width: 100%; background: #DFF7DF; } 
div.currentItem th, div.currentItem td { background: #DFF7DF; } 
div.currentItem h5 { color: #72CE7B; } 
div.currentItem h3, div.currentItem h3 a { color: #000; font-weight: bold; } 


div.itemsWrapper {
	display: block;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0 0 30px 0;
}
div.itemsWrapper div.formContainer p { padding: 15px; }
div.itemsWrapper p.alert { color: #bf1e2e; }
div.itemsWrapper p.alert a { color: #bf1e2e; }

div.itemWrapper { clear: both; z-index: 0; }

div.item {
	border-top: 1px solid #ccc;
	z-index: 0;
	background-color: #F7F7F7;
}
div.currentItem div.item { border-top: none; }

div.highlight, td.highlight { background: #E6EEFC; }

div.item div.over {
	display: block;
	margin-left: -95px;
	padding-left: 95px;
	z-index: 0;
	visibility: hidden;
}

div.item div.over:hover { visibility: visible; }

div.item div.jumperWrapper {
	width: 80px;
	position: absolute;
	padding: 12px 0 12px 14px;
	margin-left: -95px;
	z-index: 2;
	background: #F7F7F7;
	border-left: 2px solid #39B54A;
}
div.currentItem div.item div.jumperWrapper { background: #DFF7DF; }
div.highlight div.jumperWrapper { background: #E6EEFC; }

div.item div.jumperWrapper div.jumper a { font-size: 11px; line-height: 14px; }

div.item div.itemContent { clear: both; width: 100%; z-index: 0; }

div.item div.itemContent span.execute { font-size: 12px; line-height: 16px; }

div.item div.itemContent table {
	clear: both;
	width: 100%;
	visibility: visible;
}

div.item div.itemContent table td { z-index: 0; }
div.item div.itemContent table td.form { border: none; background: #E6EEFC; }

div.item div.itemContent table td.arrow {
	text-align: right;
	padding-top: 20px;
	padding-right: 0;
	border-right: none;
}

div.item div.itemContent table span.completed {
	background: transparent url(../images/icons/check.gif) left bottom no-repeat;
	padding: 5px 0 0 15px;
	line-height: 2.4em;

}

div.item div.itemContent table span.overdue {
	background: transparent url(../images/icons/overdue.gif) left bottom no-repeat;
	padding: 5px 0 0 16px;
	line-height: 2.0em;
}

div.item div.itemContent table span.expired {
	background: transparent url(../images/icons/expired.gif) left bottom no-repeat;
	padding: 5px 0 0 20px;
	line-height: 2.0em;
}

div.item div.itemContent table span.recur {
	background: transparent url(../images/icons/recur.gif) left bottom no-repeat;
	padding: 5px 0 0 16px;
	line-height: 2.0em;
}

div.optionsOverlay {
	float: right;
	position: relative;
	visibility: hidden;
	z-index: 2;
}

div.formContainer div.optionsOverlayContent {
	display: block;
	position: absolute;
	top: -1px;
	left: -298px;
	width: 260px;
	padding: 15px;
	border: 4px solid #CCC;
	background-color: white;
	z-index:100;
}

div.formContainer div.optionsOverlayContent p {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 10px 0; padding:0;
}

div.bottom { border-bottom: 1px solid #ccc; }

div.selectAll {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* promo
--------------------------------------------------------*/

#promo {
	display: block;
	height: 200px;
	margin-top: 20px;
	text-align: center;
	background: url(../images/banners/banner-bkgnd.gif) left top repeat-x;
}

div.promo {
	background: url(../images/banners/banner-bkgnd-276.gif) left top repeat-x;
	text-align: center;
}

/* dashboard 
--------------------------------------------------------*/

.colContainer {
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.leftCol {
	width: 48%;
	float: left;
}

.rightCol {
	width: 48%;
	float: right;
}

table.list.rss { min-width: 200px; }
table.list.rss tr td { border-top: 1px solid #ccc; }


/* video
--------------------------------------------------------*/	

#demoplayer { float: left; }
#demonav { flat: right; width: 150px; padding: 0 0 0 15px;}


/* footer
--------------------------------------------------------*/	

#loginFooterWrapper {
	clear: both;
	width: 360px;
	padding: 0; margin:0 auto;
	text-align: center;
}

#footerWrapper {
	clear: both;
	min-width: 900px;
	padding: 0; margin:0 auto;
	text-align: center;
	background: none;
}

#footer {
	clear: both;
	display: block;
	height: 100px;
	margin: 0 auto;
	padding: 15px 0 0 40px;
	text-align: left;
	background: #E8EBEF url(../images/logo-footer.gif) no-repeat;
	background-position: 0 25px;
}

#footer p { padding: 15px 0 0 0; font-size:10px; }
#footer a { color: #999; }
#footer a:hover { color:#666666; text-decoration: none; }

#footer img.help {
	float: left;
	padding: 15px 0 0 0;
	margin-right: 10px;
}


/* messages
-----------------------------------------------------------*/

div.message {
	padding: 14px;
	font-size: 12px;
	margin: 10px 0 20px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.message.errors {
	padding-left: 50px;
	background-color: #FFECEC;
	background: #FFECEC url(../images/icons/message/error.gif) 10px 8px no-repeat;
	color: #bf1e2e;
	clear: both;
	border: 1px solid #bf1e2e;
}

div.message.errors strong { color: #bf1e2e; }
div.message.errors a { color: #bf1e2e; text-decoration: underline; }
div.message.errors a:hover { text-decoration: none; }

div.message.success {
	padding-left: 50px;
	background: #E2F9E3 url(../images/icons/message/success.gif) 10px 8px no-repeat;
	color: #006600;
	clear: both;
	border: 1px solid #006600;
}
div.message.success strong { color: #006600; }
div.message.success a { color: #006600; text-decoration: underline; }
div.message.success a:hover { text-decoration: none; }

div.message.warning {
	padding-left: 50px;
	background: #fefec3 url(../images/icons/message/warning.gif) 10px 8px no-repeat;
	color: #CA9D04;
	clear: both;
	border: 1px solid #CA9D04;
}
div.message.warning strong { color: #CA9D04; }
div.message.warning a { color: #CA9D04; text-decoration: underline; }
div.message.warning a:hover { text-decoration: none; }

div.message.notice {
	background: #fefec3;
	clear: both;
	border: 1px solid #CA9D04;
}
div.message.notice h3 { color: #4D4D4D; font-weight: bold;}
div.message.notice .action a { color: #29ABE2; text-decoration: none; }
div.message.notice .action a:hover { color: #1884AA; text-decoration: underline; }

.error { color: #bf1e2e; }


/* actions
-----------------------------------------------------------*/

td.actions a, p.action a, span.action a { font-size: 11px; color: #bf1e2e; }

span.add a { padding-left: 19px; background: url(../images/icons/add.gif) 4px 50% no-repeat; }
span.delete a { padding-left: 20px; background: url(../images/icons/delete.gif) 4px 50% no-repeat; }
span.duplicate a { padding-left: 19px; background: url(../images/icons/duplicate.gif) 4px 50% no-repeat; }
span.modify a { padding-left: 20px; background: url(../images/icons/modify.gif) 4px 50% no-repeat; }

div.comments {
	border: 1px dashed #BEBED6;
	padding: 5px;
	margin: 3px 0;
	color: #565687;
}


/* bar graph
--------------------------------------------------------*/
div.barGraph {
	width: 140px;
	background-color: #FFF;
}

div.barGraph .bar { 
	display: block;
	background: #CCCCCC; 
	text-align: left; 
	color: #FFFFFF; 
	height: 18px; 
	line-height: 18px;            
}

div.barGraph .green { background-color: #009900; }
div.barGraph .yellow-green { background-color: #99CC33; }
div.barGraph .yellow { background-color: #FFCC00; }
div.barGraph .orange { background-color: #FF6600; }
div.barGraph .red { background-color: #CC0000; }
div.barGraph .grey { background-color: #999999; }
div.barGraph .low { color: #000; }
div.barGraph .zero { color: #CC0000; }

div.barGraph .bar span { 
	padding-left: 4px;
	font-size: 11px;
}


/* help 
--------------------------------------------------------*/

a.help { font-size: 10px; font-weight: normal; color: #39B54A; }
a.help span { display: none; }

div.options a.help { color: #ADD0E0; }

.helpContent { 
	width: 200px;
	padding: 15px;
	border: 4px solid #CCC;
	background-color: white;
	color: #4D4D4D; 
	text-decoration: none;
}

img.screen { 
	margin: 10px 0;
	border: 1px solid #CCC;
}

table.tips th, table.tips td { 
	padding: 12px 12px 0 0; 
}

table.tips th { 
	border-bottom: 1px solid #ccc; 
}


/* misc
--------------------------------------------------------*/

.lineBreak {
	clear:both;
	margin: 0;
	padding: 0;
}
