@charset "UTF-8";
/* GENERAL */
a:link, a:visited, a:hover {
	color: #660066;
	font-weight: bold;
	text-decoration: none;
}
a:link.runsheet, a:visited.runsheet, a:hover.runsheet {
	color: #656464;
	font-weight: normal;
	text-decoration: none;
}
div.runsheet-row {
	border-bottom: 1px dotted gray;
}
a.openlink {
	color: blue !important;
	font-size: 8pt;
	text-decoration: underline !important;
}

body {
	background: #778898 url(images/bg.png) no-repeat scroll;
}

div.error {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
}

div.errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 0;
}
div.errors li {
	background: url(images/skin/exclamation.png) 8px 0% no-repeat;
	line-height: 16px;
	padding-left: 30px;
}
div.errors ul {
	list-style: none;
	padding: 0;
}

fieldset {
	border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
	border-left-style: hidden;
	border-right-style: hidden;
	border-style: solid none none;
	border-width: 1px medium medium;
	margin: 1em 0;
}

h1 {
	color: #660066;
	font-size: 16px;
	font-weight: normal;
	margin: .8em 0 .3em 0;
}

legend {
	border-bottom: #CCCCCC;
	color: #660066;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0.5em 0 0 10px;
	padding: 0 1em;
}
span.linkselectdisabled{
	filter: alpha(opacity=75);
	-khtml-user-select: none;
	-moz-opacity: .75;
	-moz-user-focus: ignore;
	-moz-user-input: disabled;
	-moz-user-select: none;
	opacity: .75;
	-o-user-select: none;
}
/* TABLES */
table {
	border: 1px solid #ccc;
	width: 100%;
}
td, th {
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	padding: 5px 6px;
	text-align: left;
	vertical-align: top;
}
td.errors textarea, td.errors select, td.errors input {
	border: 1px solid red;
}
thead th, th {
	background: #fff url(images/skin/shadow.jpg);
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
	color: #333;
	display: block;
	font-size: 10px;
	text-decoration: none;
	width: 100%;
}

th a:hover {
	color: white;
}

th.asc a {
	background-image: url(images/skin/sorted_asc.gif);
}
th.asc a, th.desc a {
	background-position: right;
	background-repeat: no-repeat;
}
th.desc a {
	background-image: url(images/skin/sorted_desc.gif);
}
tr {
	border: 0;
}

ul {
	padding-left: 15px;
}
ul.tags {
	list-style: none;
	padding: 3px;
}

/* Form CSS */
.addlink, .removelink {
	font-size: 8pt;
}

.body {
	float: left;
}

.container {
	background-color: white;
	min-height: 600px;
}

/* DIALOG */
.dialog table {
	padding: 5px 0;
}

/* Layout CSS */
.west {
	height: 100%;
	border-right: 1px dotted #CC00CC;
}

.west > .widget {
	width: 136px;
}

.east {
	background: #E9EDF0 url(images/lhsbg.png) repeat-y;
	height: 100%;
}

/* LIST */
.list table {
	border-collapse: collapse;
}
.list th, .list td {
	border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
	background: #8F9E59;
}

.list tr:hover.even, .list .even {
	background: #F5F5F5;
}

div.logo img {
	padding: 5px 20px;	
}

.menu {
	background-color: #551A8B;
	border-bottom: thin dotted;
	padding: 0.5em 0 0.5em 1em;
	color: silver;
	font-size: 12px;
}

.menu a {
	color: white;
}

.menubar {
	background-color: #F3F3F3;
	border-bottom: 10px solid #000033;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.menubutton {
	font-size: 10px;
	padding: 0 5px;
}
.menubutton a {
	color: #333;
	padding: 4px 6px;
}
.menubutton a.create {
	background: url(images/skin/database_add.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}
.menubutton a.home {
	background: url(images/skin/house.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}
.menubutton a.list {
	background: url(images/skin/database_table.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menubutton a.search {
	background: url(images/skin/magnifier.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menuitem {
	font-size: 110%;
}
.menuitem:hover {
	text-decoration: underline;
}
/* MESSAGES AND ERRORS */
.message {
	background: #f3f8fc url(images/skin/information.png) 8px 50% no-repeat;
	border: 1px solid #660066;
	color: #006dba;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px;
}
/* NAVIGATION MENU */
.nav {
	background: #fff url(images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	border-style: solid none solid none;
	margin-top: 5px;
	padding: 7px 12px;
}
.nofocusedsearch {
	color: silver;
}
.odd {
}
/* PAGINATION */
.paginatebuttons {
	background: #fff url(images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	border-top: 0;
	color: #666;
	font-size: 10px;
	overflow: hidden;
	padding: 10px 3px;
}
.paginatebuttons a {
	background: #fff;
	border: 1px solid #ccc;
	border-color: #ccc #aaa #aaa #ccc;
	color: #666;
	margin: 0 3px;
	padding: 2px 6px;
}
.paginatebuttons span {
	padding: 2px 3px;
}


.prop {
	padding: 5px;
}
.prop .name {
	text-align: left;
	white-space: nowrap;
	width: 15%;
}
.prop .value {
	text-align: left;
	width: 85%;
}
.rounded {
	border-radius: 3px;
	-moz-border-radius: 3ex;
	-webkit-border-radius: 3ex;
}

.spinner {
	padding: 5px;
	position: absolute;
	right: 0;
}
.typeselect {
	border: none;
	width: 110px;
}
.widget {
	margin: 0px 5px;
	margin-top: 5px;
	border: 1px groove #660066;
/*	width: 132px; */

}

.group {
	border: solid 1px #E8ECF0;		
	margin: 0px 5px;
	margin-top: 5px;
	background: #F6F2FF;
}

.groupHeading {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #EFEFEF;
	color: #8F9E59;
	margin-bottom: 0em;
	font-weight: bolder;
	border-bottom: 1px solid #E6EAD9;
}

h2.widgetHeading, .widget > h2 {

   padding-left: 15px;
	background-color: #660066;
	border: 1px outset #660066;
	color: white;
	font-size: 10pt;
}
#filter {
	margin-bottom: 10px;
}

.actions a {
	font-size:9pt;
	font-weight: bold;
	float:right;	
	color: Blue;
}

/* Blueprint Overrides */
input.text, input.title {width:300px;padding-top:3px;}


/* Focusable CSS */
.noFocusedSearch {
	color: silver;
}

ul.tags {
	margin: 0 0 1.5em 0;
}

/* Left Side Menus */
a.tagitem {
	cursor: pointer;
	display:block; 
	width:120px;
	padding-left: 5px; /* Room for Indicator */
	text-decoration: none;
}

a.tagitem:hover {
	border-left: 5px solid white; /* Indicator */
	padding-left: 0px;
}

a.selectedTagItem, 
li.selectedTagItem {
	display: block;
	background-color: #DADAC9;
	border: 1px solid #8F9E59;
	color: #660066 !important;
}   

.customContainer {
	max-width: 980px;
	min-width: 980px;
}
/* ACTION BUTTONS */

.buttons {
	overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
           
    -webkit-box-shadow: white 0px 1px 1px inset;
	background: #DFE1E3 url(images/bkg-buttons.gif) repeat-x 0px 100%;
	
	border: 1px solid #C7CACF;
	border-bottom: 1px solid #85898C;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.list {
/*    background: transparent url(images/skin/database_edit.png) 5px 50% no-repeat; */
	 background: transparent url(images/skin/database_table.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.create {
/*    background: transparent url(images/skin/database_edit.png) 5px 50% no-repeat; */
	 background: transparent url(images/skin/database_add.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.report {
/*    background: transparent url(images/skin/database_edit.png) 5px 50% no-repeat; */
	 background: transparent url(images/skin/page_white_acrobat.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.find {
	 background: transparent url(images/skin/magnifier.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.refresh {
	 background: transparent url(images/skin/arrow_refresh.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input[type=text] {
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	margin: 0px 3px;	
}

.buttons input.search { /* Text Box */
	border: 1px solid #CCCCCC;

	width: 150px;
	font-size: 10pt;
	margin: 0px 3px;	
}

